/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/media-query-plugin/src/loader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[4]!./assets/scss/styles.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Futura PT";
  src: local("Futura PT Light"), local("FuturaPT-Light"), url("../fonts/FuturaPT-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: local("Futura PT Book"), local("FuturaPT-Book"), url("../fonts/FuturaPT-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: local("Futura PT Medium"), local("FuturaPT-Medium"), url("../fonts/FuturaPT-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: local("Futura PT Demi"), local("FuturaPT-Demi"), url("../fonts/FuturaPT-Demi.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: local("Futura PT Bold"), local("FuturaPT-Bold"), url("../fonts/FuturaPT-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

dl,
dt,
dd, figure, input,
button,
select,
textarea, blockquote, ol,
ul, p, h1,
h2,
h3,
h4,
h5,
h6, body {
  margin: 0;
}

th,
td, input,
button,
select,
textarea {
  padding: 0;
}

button:focus {
  outline: none;
}

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

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

noscript {
  display: none;
}

ol,
ul {
  padding-left: 0;
  list-style-position: inside;
}

ins {
  text-decoration: none;
}

button {
  border-radius: 0;
}
input,
button,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: none;
  background: transparent;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  display: none;
}

figure {
  font-size: 0;
}

img {
  vertical-align: baseline;
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
  will-change: transform;
  transform: translateZ(0);
  transition: all 350ms ease-in-out;
}

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

table {
  border-collapse: collapse;
}

th,
td {
  height: auto;
}

th {
  font-weight: bolder;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.h6, .h5, .h4, .h3, .h2, .h1, h6, h5, h4, h3, h2, h1 {
  font-weight: 600;
  line-height: 1.2;
  color: var(--igs-title-color);
}
.h6 a, .h5 a, .h4 a, .h3 a, .h2 a, .h1 a, h6 a, h5 a, h4 a, h3 a, h2 a, h1 a {
  color: inherit;
  text-decoration: none;
}
.h6 a:hover, .h5 a:hover, .h4 a:hover, .h3 a:hover, .h2 a:hover, .h1 a:hover, h6 a:hover, h5 a:hover, h4 a:hover, h3 a:hover, h2 a:hover, h1 a:hover {
  color: var(--igs-color-2);
  text-decoration: underline;
}

body {
  font-family: "Futura PT", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  color: var(--igs-text-color);
  text-align: left;
  background-color: #fff;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.container,
div.woocommerce {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.container .container,
div.woocommerce .container {
  padding-left: 0;
  padding-right: 0;
}

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

[class*=row] {
  margin-right: -10px;
  margin-left: -10px;
}

[class*=fic] {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

.order-1 {
  order: 1;
}

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

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

.order-2 {
  order: 2;
}

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

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

.order-3 {
  order: 3;
}

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

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

.order-4 {
  order: 4;
}

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

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

.order-5 {
  order: 5;
}

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

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

.order-6 {
  order: 6;
}

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

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

.order-7 {
  order: 7;
}

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

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

.order-8 {
  order: 8;
}

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

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

.order-9 {
  order: 9;
}

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

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

.order-10 {
  order: 10;
}

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

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

.order-11 {
  order: 11;
}

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

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

.order-12 {
  order: 12;
}

.offset-12 {
  margin-left: 100%;
}
.ofc img {
  object-fit: cover;
}

.ic img {
  transform: translate(-50%, -50%);
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: var(--igs-color-3);
}

::-webkit-scrollbar-thumb {
  background: var(--igs-color-1);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--igs-color-2);
}

li.product {
  position: relative;
}

.loader {
  background: url("../images/icons/loader.gif") no-repeat center/32px 32px;
}

.button,
.button-sm,
.added_to_cart {
  font-weight: 700;
  color: #fff;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  transition: background-color 350ms ease-in-out, color 350ms ease-in-out, border-color 350ms ease-in-out;
}
.button:hover,
.button-sm:hover,
.added_to_cart:hover {
  text-decoration: none;
}

.button.loading,
.button-sm.loading,
.added_to_cart.loading {
  font-size: 0;
  background-image: url("../images/icons/loader-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.button.loading svg,
.button-sm.loading svg,
.added_to_cart.loading svg {
  opacity: 0;
}

.button,
.added_to_cart {
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
}
.button.disabled, .button:disabled,
.added_to_cart.disabled,
.added_to_cart:disabled {
  opacity: 0.5;
}
.button-sm,
.added_to_cart-sm {
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  border: 1px solid transparent;
}
.button path,
.added_to_cart path {
  fill: currentColor;
}

.button-favourite.loading {
  font-size: 0;
  background-image: url("../images/icons/loader-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.button-favourite.loading svg {
  opacity: 0;
}
.button-favourite.added {
  color: var(--igs-color-2);
}
.added > .button-favourite__add {
  display: none;
}
.button-favourite__del {
  display: none;
}
.added > .button-favourite__del {
  display: inline;
}

/* sass-lint:disable no-vendor-prefixes */
.field {
  display: block;
  width: 100%;
  padding: 0 15px;
  height: 46px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--igs-color-2);
  border-radius: 5px;
  transition: all 350ms ease-in-out;
}
.field:focus {
  border: 1px solid var(--igs-color-1);
}
.field::placeholder {
  color: #000;
  opacity: 1;
}
.field::-ms-expand {
  background-color: transparent;
  border: none;
}
.field::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.field:disabled, .field[readonly] {
  opacity: 1;
}
select.field {
  -webkit-appearance: none;
          appearance: none;
  padding-right: 30px;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.739751 0.0271541C0.683138 0.0404781 0.578273 0.0813823 0.506718 0.118037C0.435163 0.154692 0.324788 0.238145 0.261485 0.303504C0.198155 0.368862 0.11207 0.496345 0.0701518 0.586817C0.00545092 0.726527 -0.00592657 0.786402 -0.00535084 0.984343C-0.00482994 1.16712 0.00923427 1.24989 0.0598983 1.36816C0.117636 1.50296 0.457425 1.85238 3.26426 4.66319C5.39418 6.7961 6.44439 7.82928 6.52944 7.8754C6.59836 7.91276 6.7319 7.95918 6.82613 7.97853C6.96556 8.00716 7.02939 8.00716 7.16882 7.97853C7.26308 7.95918 7.39659 7.91276 7.46551 7.8754C7.55056 7.82928 8.60077 6.7961 10.7307 4.66319C13.5375 1.85238 13.8773 1.50296 13.9351 1.36816C13.9858 1.24964 13.9997 1.16751 14.0001 0.984343C14.0004 0.785881 13.9889 0.725951 13.9224 0.580401C13.8735 0.473426 13.794 0.362447 13.7099 0.283764C13.6359 0.214622 13.5111 0.12914 13.4324 0.0938289C13.3537 0.058545 13.2254 0.021342 13.1472 0.0111982C13.0655 0.000560938 12.9374 0.00670205 12.8457 0.0256462C12.758 0.0437406 12.6369 0.0830271 12.5766 0.112938C12.5051 0.148331 11.5131 1.12005 9.73218 2.89897L6.99748 5.63066L4.26277 2.89897C2.47491 1.11309 1.49009 0.148551 1.4184 0.11313C1.35808 0.0833562 1.24335 0.0451114 1.16346 0.0281686C1.08354 0.0112257 0.978678 -0.00138555 0.930426 0.000122308C0.882148 0.00165758 0.796364 0.0138027 0.739751 0.0271541Z' fill='black'/%3E%3C/svg%3E") no-repeat calc(100% - 13px) center;
}
select.field:focus::-ms-value {
  color: #000;
  background-color: #fff;
}

textarea.field {
  height: 175px;
}

.wp-editor,
.term-description,
.entry-content,
.woocommerce-product-details__short-description {
  line-height: 1.4em;
}
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6,
.term-description h1,
.term-description h2,
.term-description h3,
.term-description h4,
.term-description h5,
.term-description h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.woocommerce-product-details__short-description h1,
.woocommerce-product-details__short-description h2,
.woocommerce-product-details__short-description h3,
.woocommerce-product-details__short-description h4,
.woocommerce-product-details__short-description h5,
.woocommerce-product-details__short-description h6 {
  color: var(--igs-title-color);
}
.wp-editor h1:not(:last-child),
.wp-editor h2:not(:last-child),
.wp-editor h3:not(:last-child),
.wp-editor h4:not(:last-child),
.wp-editor h5:not(:last-child),
.wp-editor h6:not(:last-child),
.term-description h1:not(:last-child),
.term-description h2:not(:last-child),
.term-description h3:not(:last-child),
.term-description h4:not(:last-child),
.term-description h5:not(:last-child),
.term-description h6:not(:last-child),
.entry-content h1:not(:last-child),
.entry-content h2:not(:last-child),
.entry-content h3:not(:last-child),
.entry-content h4:not(:last-child),
.entry-content h5:not(:last-child),
.entry-content h6:not(:last-child),
.woocommerce-product-details__short-description h1:not(:last-child),
.woocommerce-product-details__short-description h2:not(:last-child),
.woocommerce-product-details__short-description h3:not(:last-child),
.woocommerce-product-details__short-description h4:not(:last-child),
.woocommerce-product-details__short-description h5:not(:last-child),
.woocommerce-product-details__short-description h6:not(:last-child) {
  margin-bottom: 25px;
}
.wp-editor ol,
.term-description ol,
.entry-content ol,
.woocommerce-product-details__short-description ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.wp-editor ul li,
.term-description ul li,
.entry-content ul li,
.woocommerce-product-details__short-description ul li {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9956 0.0346333C11.7212 0.125383 11.7127 0.133756 8.22915 3.76398L4.80154 7.33589L3.25064 5.7226C1.84368 4.25902 1.68377 4.10123 1.52753 4.02215C0.880768 3.69474 0.14567 4.0806 0.0158118 4.81567C-0.0251371 5.04744 0.0141697 5.29876 0.125365 5.51639C0.186567 5.63617 0.616517 6.09816 2.20229 7.74826C4.09407 9.71677 4.21118 9.83327 4.37133 9.9061C4.57412 9.99832 4.85479 10.0264 5.04254 9.97333C5.35983 9.88356 5.22393 10.0179 9.28654 5.77798C13.4952 1.38554 13.2549 1.65456 13.3188 1.26513C13.4073 0.726048 13.0831 0.201098 12.5591 0.0352041C12.4115 -0.0115027 12.136 -0.0117745 11.9956 0.0346333Z' fill='%2303A155'/%3E%3C/svg%3E") 0 7px no-repeat;
}
.wp-editor a,
.term-description a,
.entry-content a,
.woocommerce-product-details__short-description a {
  color: var(--igs-link-color);
  text-decoration: underline;
}
.wp-editor a:hover,
.term-description a:hover,
.entry-content a:hover,
.woocommerce-product-details__short-description a:hover {
  color: var(--igs-color-1);
  text-decoration: underline;
}
.wp-editor iframe,
.term-description iframe,
.entry-content iframe,
.woocommerce-product-details__short-description iframe {
  width: 100%;
  border: 0;
}
.wp-editor table,
.term-description table,
.entry-content table,
.woocommerce-product-details__short-description table {
  width: 100%;
}
.wp-editor table td, .wp-editor table th,
.term-description table td,
.term-description table th,
.entry-content table td,
.entry-content table th,
.woocommerce-product-details__short-description table td,
.woocommerce-product-details__short-description table th {
  border: 1px solid var(--igs-text-color);
}

img.alignleft {
  float: left;
}
img.alignright {
  float: right;
}

/* purgecss start ignore */
.header {
  top: 0;
}
.header-before-sticky .header {
  position: sticky;
  transform: translateY(-100%);
}
.header-sticky .header {
  top: 0;
  transform: translateY(0);
  transition: transform 350ms ease-out;
}
.header__sf {
  max-width: 400px;
  border: 1px solid #eee;
}
.header__sf__results {
  left: -1px;
  right: -1px;
  border: 1px solid #eee;
}
.header__sf__item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

/* purgecss end ignore */
.va-base {
  vertical-align: baseline;
}

.va-t {
  vertical-align: top;
}

.va-m {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

.va-tt {
  vertical-align: text-top;
}

.va-tb {
  vertical-align: text-bottom;
}
.bg-1 {
  background-color: var(--igs-color-1);
}

.bg-h-1:hover {
  background-color: var(--igs-color-1);
}

.bg-a-1.active {
  background-color: var(--igs-color-1);
}

.bg-2 {
  background-color: var(--igs-color-2);
}

.bg-h-2:hover {
  background-color: var(--igs-color-2);
}

.bg-a-2.active {
  background-color: var(--igs-color-2);
}

.bg-3 {
  background-color: var(--igs-color-3);
}

.bg-h-3:hover {
  background-color: var(--igs-color-3);
}

.bg-a-3.active {
  background-color: var(--igs-color-3);
}

.bg-4 {
  background-color: var(--igs-color-4);
}

.bg-h-4:hover {
  background-color: var(--igs-color-4);
}

.bg-a-4.active {
  background-color: var(--igs-color-4);
}

.bg-w {
  background-color: #fff;
}

.bg-h-w:hover {
  background-color: #fff;
}

.bg-a-w.active {
  background-color: #fff;
}

.bg-b {
  background-color: #000;
}

.bg-h-b:hover {
  background-color: #000;
}

.bg-a-b.active {
  background-color: #000;
}

.bg-i {
  background-color: inherit;
}

.bg-h-i:hover {
  background-color: inherit;
}

.bg-a-i.active {
  background-color: inherit;
}
.br-5 {
  border-radius: 5px;
}

.br-t-5 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.br-b-5 {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.br-l-5 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.br-r-5 {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.br-10 {
  border-radius: 10px;
}

.br-t-10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.br-b-10 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.br-l-10 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.br-r-10 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.br-c {
  border-radius: 50%;
}

.br-t-c {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.br-b-c {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.br-l-c {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.br-r-c {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.br-p {
  border-radius: 50rem;
}

.br-t-p {
  border-top-left-radius: 50rem;
  border-top-right-radius: 50rem;
}

.br-b-p {
  border-bottom-right-radius: 50rem;
  border-bottom-left-radius: 50rem;
}

.br-l-p {
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}

.br-r-p {
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
}
.b-1 {
  border: 1px solid transparent;
}

.b-2 {
  border: 2px solid transparent;
}

.b-3 {
  border: 3px solid transparent;
}

.b-4 {
  border: 4px solid transparent;
}

.b-5 {
  border: 5px solid transparent;
}

.b-t-1 {
  border-top: 1px solid transparent;
}

.b-t-2 {
  border-top: 2px solid transparent;
}

.b-t-3 {
  border-top: 3px solid transparent;
}

.b-t-4 {
  border-top: 4px solid transparent;
}

.b-t-5 {
  border-top: 5px solid transparent;
}

.b-r-1 {
  border-right: 1px solid transparent;
}

.b-r-2 {
  border-right: 2px solid transparent;
}

.b-r-3 {
  border-right: 3px solid transparent;
}

.b-r-4 {
  border-right: 4px solid transparent;
}

.b-r-5 {
  border-right: 5px solid transparent;
}

.b-b-1 {
  border-bottom: 1px solid transparent;
}

.b-b-2 {
  border-bottom: 2px solid transparent;
}

.b-b-3 {
  border-bottom: 3px solid transparent;
}

.b-b-4 {
  border-bottom: 4px solid transparent;
}

.b-b-5 {
  border-bottom: 5px solid transparent;
}

.b-l-1 {
  border-left: 1px solid transparent;
}

.b-l-2 {
  border-left: 2px solid transparent;
}

.b-l-3 {
  border-left: 3px solid transparent;
}

.b-l-4 {
  border-left: 4px solid transparent;
}

.b-l-5 {
  border-left: 5px solid transparent;
}
.bc-b15 {
  border-color: rgba(0, 0, 0, 0.15);
}

.bc-h-b15:hover {
  border-color: rgba(0, 0, 0, 0.15);
}

.bc-1 {
  border-color: var(--igs-color-1);
}

.bc-h-1:hover {
  border-color: var(--igs-color-1);
}

.bc-2 {
  border-color: var(--igs-color-2);
}

.bc-h-2:hover {
  border-color: var(--igs-color-2);
}

.bc-3 {
  border-color: var(--igs-color-3);
}

.bc-h-3:hover {
  border-color: var(--igs-color-3);
}

.bc-4 {
  border-color: var(--igs-color-4);
}

.bc-h-4:hover {
  border-color: var(--igs-color-4);
}

.bc-w {
  border-color: #fff;
}

.bc-h-w:hover {
  border-color: #fff;
}

.bc-b {
  border-color: #000;
}

.bc-h-b:hover {
  border-color: #000;
}

.bc-i {
  border-color: inherit;
}

.bc-h-i:hover {
  border-color: inherit;
}
.d-i {
  display: inline;
}

.d-ib {
  display: inline-block;
}

.d-b, .ic, img.alignnone, img.aligncenter {
  display: block;
}

.d-t {
  display: table;
}

.d-tr {
  display: table-row;
}

.d-tc {
  display: table-cell;
}

.d-f, .foc, .ofc {
  display: flex;
}

.d-if, .ofc > a, .button,
.button-sm,
.added_to_cart {
  display: inline-flex;
}

.d-n, .screen-reader-text {
  display: none;
}
.f-1 {
  flex: 0 1 100%;
}

.f-3 {
  flex: 0 0 33.33%;
}

.f-40 {
  flex: 0 0 40px;
}

.f-60 {
  flex: 0 0 60px;
}

.f-80 {
  flex: 0 0 80px;
}

.f-h {
  flex: 0 0 50%;
}

.f-a {
  flex: 0 0 auto;
}

.f-r {
  flex-direction: row;
}

.f-c {
  flex-direction: column;
}

.f-rr {
  flex-direction: row-reverse;
}

.f-cr {
  flex-direction: column-reverse;
}

.f-w {
  flex-wrap: wrap;
}

.f-nw {
  flex-wrap: nowrap;
}

.f-wr {
  flex-wrap: wrap-reverse;
}

.f-g-0 {
  flex-grow: 0;
}

.f-g-1 {
  flex-grow: 1;
}

.f-s-0 {
  flex-shrink: 0;
}

.f-s-1 {
  flex-shrink: 1;
}
.ai-fs {
  align-items: flex-start;
}

.ai-fe {
  align-items: flex-end;
}

.ai-c, .foc, .ofc, .ofc > a, .button,
.button-sm,
.added_to_cart {
  align-items: center;
}

.ai-b {
  align-items: baseline;
}

.ai-s {
  align-items: stretch;
}

.jc-fs {
  justify-content: flex-start;
}

.jc-fe {
  justify-content: flex-end;
}

.jc-c, .foc, .ofc, .ofc > a, .button,
.button-sm,
.added_to_cart {
  justify-content: center;
}

.jc-sb {
  justify-content: space-between;
}

.jc-sa {
  justify-content: space-around;
}

.jc-se {
  justify-content: space-evenly;
}

.ac-fs {
  align-content: flex-start;
}

.ac-fe {
  align-content: flex-end;
}

.ac-c {
  align-content: center;
}

.ac-sb {
  align-content: space-between;
}

.ac-sa {
  align-content: space-around;
}

.ac-s {
  align-content: stretch;
}

.as-a {
  align-self: auto;
}

.as-fs {
  align-self: flex-start;
}

.as-fe {
  align-self: flex-end;
}

.as-c {
  align-self: center;
}

.as-b {
  align-self: baseline;
}

.as-s {
  align-self: stretch;
}
.float-l {
  float: left;
}

.float-r {
  float: right;
}

.float-n {
  float: none;
}
.of-a {
  overflow: auto;
}

.of-h, .ih {
  overflow: hidden;
}
.ih img {
  transition: all 350ms ease-in-out;
}

.ps-s {
  position: static;
}

.ps-r, .ic {
  position: relative;
}

.ps-a, .ic img {
  position: absolute;
}

.ps-f {
  position: fixed;
}

.ps-sy {
  position: sticky;
}
.ps-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ps-t-0,
.ps-y-0 {
  top: 0;
}

.ps-b-0,
.ps-y-0 {
  bottom: 0;
}

.ps-l-0,
.ps-x-0 {
  left: 0;
}

.ps-r-0,
.ps-x-0 {
  right: 0;
}

.ps-5 {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}

.ps-t-5,
.ps-y-5 {
  top: 5px;
}

.ps-b-5,
.ps-y-5 {
  bottom: 5px;
}

.ps-l-5,
.ps-x-5 {
  left: 5px;
}

.ps-r-5,
.ps-x-5 {
  right: 5px;
}

.ps-10 {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.ps-t-10,
.ps-y-10 {
  top: 10px;
}

.ps-b-10,
.ps-y-10 {
  bottom: 10px;
}

.ps-l-10,
.ps-x-10 {
  left: 10px;
}

.ps-r-10,
.ps-x-10 {
  right: 10px;
}

.ps-25 {
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
}

.ps-t-25,
.ps-y-25 {
  top: 25px;
}

.ps-b-25,
.ps-y-25 {
  bottom: 25px;
}

.ps-l-25,
.ps-x-25 {
  left: 25px;
}

.ps-r-25,
.ps-x-25 {
  right: 25px;
}

.ps-30 {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.ps-t-30,
.ps-y-30 {
  top: 30px;
}

.ps-b-30,
.ps-y-30 {
  bottom: 30px;
}

.ps-l-30,
.ps-x-30 {
  left: 30px;
}

.ps-r-30,
.ps-x-30 {
  right: 30px;
}

.ps-50 {
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
}

.ps-t-50,
.ps-y-50 {
  top: 50px;
}

.ps-b-50,
.ps-y-50 {
  bottom: 50px;
}

.ps-l-50,
.ps-x-50 {
  left: 50px;
}

.ps-r-50,
.ps-x-50 {
  right: 50px;
}

.ps-50p {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.ps-t-50p, .ic img,
.ps-y-50p {
  top: 50%;
}

.ps-b-50p,
.ps-y-50p {
  bottom: 50%;
}

.ps-l-50p, .ic img,
.ps-x-50p {
  left: 50%;
}

.ps-r-50p,
.ps-x-50p {
  right: 50%;
}

.ps-100 {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.ps-t-100,
.ps-y-100 {
  top: 100%;
}

.ps-b-100,
.ps-y-100 {
  bottom: 100%;
}

.ps-l-100,
.ps-x-100 {
  left: 100%;
}

.ps-r-100,
.ps-x-100 {
  right: 100%;
}
.w-0 {
  width: 0;
}

.w-16 {
  width: 16px;
}

.w-20 {
  width: 20px;
}

.w-30 {
  width: 30px;
}

.w-40 {
  width: 40px;
}

.w-60 {
  width: 60px;
}

.w-80 {
  width: 80px;
}

.w-100 {
  width: 100px;
}

.w-100p, .ofc > a {
  width: 100%;
}

.w-134 {
  width: 134px;
}

.w-200 {
  width: 200px;
}

.w-370 {
  width: 370px;
}

.w-a, .foc img, .ic img {
  width: auto;
}

.w-n {
  width: none;
}

.h-0, .ic {
  height: 0;
}

.h-16 {
  height: 16px;
}

.h-20 {
  height: 20px;
}

.h-30 {
  height: 30px;
}

.h-40 {
  height: 40px;
}

.h-60 {
  height: 60px;
}

.h-80 {
  height: 80px;
}

.h-100 {
  height: 100px;
}

.h-100p, .ofc > a {
  height: 100%;
}

.h-134 {
  height: 134px;
}

.h-200 {
  height: 200px;
}

.h-370 {
  height: 370px;
}

.h-a {
  height: auto;
}

.h-n {
  height: none;
}

.mw-0 {
  max-width: 0;
}

.mw-16 {
  max-width: 16px;
}

.mw-20 {
  max-width: 20px;
}

.mw-30 {
  max-width: 30px;
}

.mw-40 {
  max-width: 40px;
}

.mw-60 {
  max-width: 60px;
}

.mw-80 {
  max-width: 80px;
}

.mw-100 {
  max-width: 100px;
}

.mw-100p, .ofc, .button,
.button-sm,
.added_to_cart {
  max-width: 100%;
}

.mw-134 {
  max-width: 134px;
}

.mw-200 {
  max-width: 200px;
}

.mw-370 {
  max-width: 370px;
}

.mw-a {
  max-width: auto;
}

.mw-n, .ofc img {
  max-width: none;
}

.min-w-0 {
  min-width: 0;
}

.min-w-16 {
  min-width: 16px;
}

.min-w-20 {
  min-width: 20px;
}

.min-w-30 {
  min-width: 30px;
}

.min-w-40 {
  min-width: 40px;
}

.min-w-60 {
  min-width: 60px;
}

.min-w-80 {
  min-width: 80px;
}

.min-w-100, .ofc img {
  min-width: 100px;
}

.min-w-100p {
  min-width: 100%;
}

.min-w-134 {
  min-width: 134px;
}

.min-w-200 {
  min-width: 200px;
}

.min-w-370 {
  min-width: 370px;
}

.min-w-a {
  min-width: auto;
}

.min-w-n {
  min-width: none;
}

.mh-0 {
  max-height: 0;
}

.mh-16 {
  max-height: 16px;
}

.mh-20 {
  max-height: 20px;
}

.mh-30 {
  max-height: 30px;
}

.mh-40 {
  max-height: 40px;
}

.mh-60 {
  max-height: 60px;
}

.mh-80 {
  max-height: 80px;
}

.mh-100 {
  max-height: 100px;
}

.mh-100p, .foc img, .ic img {
  max-height: 100%;
}

.mh-134 {
  max-height: 134px;
}

.mh-200 {
  max-height: 200px;
}

.mh-370 {
  max-height: 370px;
}

.mh-a {
  max-height: auto;
}

.mh-n {
  max-height: none;
}

.min-h-0 {
  min-height: 0;
}

.min-h-16 {
  min-height: 16px;
}

.min-h-20 {
  min-height: 20px;
}

.min-h-30 {
  min-height: 30px;
}

.min-h-40 {
  min-height: 40px;
}

.min-h-60 {
  min-height: 60px;
}

.min-h-80 {
  min-height: 80px;
}

.min-h-100 {
  min-height: 100px;
}

.min-h-100p, .ofc img {
  min-height: 100%;
}

.min-h-134 {
  min-height: 134px;
}

.min-h-200 {
  min-height: 200px;
}

.min-h-370 {
  min-height: 370px;
}

.min-h-a {
  min-height: auto;
}

.min-h-n {
  min-height: none;
}

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

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

.vw-100 {
  width: 100vw;
}

.vh-100 {
  height: 100vh;
}
.m-0 {
  margin: 0;
}

.mt-0,
.my-0 {
  margin-top: 0;
}

.mr-0,
.mx-0 {
  margin-right: 0;
}

.mb-0,
.my-0 {
  margin-bottom: 0;
}

.ml-0,
.mx-0 {
  margin-left: 0;
}

.m-5 {
  margin: 5px;
}

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

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

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

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

.m-8 {
  margin: 8px;
}

.mt-8,
.my-8 {
  margin-top: 8px;
}

.mr-8,
.mx-8 {
  margin-right: 8px;
}

.mb-8,
.my-8 {
  margin-bottom: 8px;
}

.ml-8,
.mx-8 {
  margin-left: 8px;
}

.m-10 {
  margin: 10px;
}

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

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

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

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

.m-12 {
  margin: 12px;
}

.mt-12,
.my-12 {
  margin-top: 12px;
}

.mr-12,
.mx-12 {
  margin-right: 12px;
}

.mb-12,
.my-12 {
  margin-bottom: 12px;
}

.ml-12,
.mx-12 {
  margin-left: 12px;
}

.m-15 {
  margin: 15px;
}

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

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

.mb-15, .wp-editor blockquote:not(:last-child),
.wp-editor ul:not(:last-child),
.wp-editor ol:not(:last-child),
.wp-editor p:not(:last-child),
.wp-editor li:not(:last-child),
.wp-editor table:not(:last-child),
.wp-editor br:not(:last-child),
.term-description blockquote:not(:last-child),
.term-description ul:not(:last-child),
.term-description ol:not(:last-child),
.term-description p:not(:last-child),
.term-description li:not(:last-child),
.term-description table:not(:last-child),
.term-description br:not(:last-child),
.entry-content blockquote:not(:last-child),
.entry-content ul:not(:last-child),
.entry-content ol:not(:last-child),
.entry-content p:not(:last-child),
.entry-content li:not(:last-child),
.entry-content table:not(:last-child),
.entry-content br:not(:last-child),
.woocommerce-product-details__short-description blockquote:not(:last-child),
.woocommerce-product-details__short-description ul:not(:last-child),
.woocommerce-product-details__short-description ol:not(:last-child),
.woocommerce-product-details__short-description p:not(:last-child),
.woocommerce-product-details__short-description li:not(:last-child),
.woocommerce-product-details__short-description table:not(:last-child),
.woocommerce-product-details__short-description br:not(:last-child),
.my-15 {
  margin-bottom: 15px;
}

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

.m-20 {
  margin: 20px;
}

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

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

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

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

.m-25 {
  margin: 25px;
}

.mt-25,
.my-25 {
  margin-top: 25px;
}

.mr-25,
.mx-25 {
  margin-right: 25px;
}

.mb-25,
.my-25 {
  margin-bottom: 25px;
}

.ml-25,
.mx-25 {
  margin-left: 25px;
}

.m-30 {
  margin: 30px;
}

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

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

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

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

.m-35 {
  margin: 35px;
}

.mt-35,
.my-35 {
  margin-top: 35px;
}

.mr-35,
.mx-35 {
  margin-right: 35px;
}

.mb-35,
.my-35 {
  margin-bottom: 35px;
}

.ml-35,
.mx-35 {
  margin-left: 35px;
}

.m-40 {
  margin: 40px;
}

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

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

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

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

.m-45 {
  margin: 45px;
}

.mt-45,
.my-45 {
  margin-top: 45px;
}

.mr-45,
.mx-45 {
  margin-right: 45px;
}

.mb-45,
.my-45 {
  margin-bottom: 45px;
}

.ml-45,
.mx-45 {
  margin-left: 45px;
}

.m-50 {
  margin: 50px;
}

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

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

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

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

.m-60 {
  margin: 60px;
}

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

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

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

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

.m-70 {
  margin: 70px;
}

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

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

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

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

.m-80 {
  margin: 80px;
}

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

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

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

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

.m-90 {
  margin: 90px;
}

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

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

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

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

.m-100 {
  margin: 100px;
}

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

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

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

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

.m-120 {
  margin: 120px;
}

.mt-120,
.my-120 {
  margin-top: 120px;
}

.mr-120,
.mx-120 {
  margin-right: 120px;
}

.mb-120,
.my-120 {
  margin-bottom: 120px;
}

.ml-120,
.mx-120 {
  margin-left: 120px;
}

.m-160 {
  margin: 160px;
}

.mt-160,
.my-160 {
  margin-top: 160px;
}

.mr-160,
.mx-160 {
  margin-right: 160px;
}

.mb-160,
.my-160 {
  margin-bottom: 160px;
}

.ml-160,
.mx-160 {
  margin-left: 160px;
}

.p-0 {
  padding: 0;
}

.pt-0,
.py-0 {
  padding-top: 0;
}

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

.pb-0,
.py-0 {
  padding-bottom: 0;
}

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

.p-5 {
  padding: 5px;
}

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

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

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

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

.p-8 {
  padding: 8px;
}

.pt-8,
.py-8 {
  padding-top: 8px;
}

.pr-8,
.px-8 {
  padding-right: 8px;
}

.pb-8,
.py-8 {
  padding-bottom: 8px;
}

.pl-8,
.px-8 {
  padding-left: 8px;
}

.p-10, .wp-editor table td, .wp-editor table th,
.term-description table td,
.term-description table th,
.entry-content table td,
.entry-content table th,
.woocommerce-product-details__short-description table td,
.woocommerce-product-details__short-description table th {
  padding: 10px;
}

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

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

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

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

.p-12 {
  padding: 12px;
}

.pt-12,
.py-12 {
  padding-top: 12px;
}

.pr-12,
.px-12 {
  padding-right: 12px;
}

.pb-12,
.py-12 {
  padding-bottom: 12px;
}

.pl-12,
.px-12 {
  padding-left: 12px;
}

.p-15 {
  padding: 15px;
}

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

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

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

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

.p-20 {
  padding: 20px;
}

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

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

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

.pl-20, .wp-editor ul li,
.term-description ul li,
.entry-content ul li,
.woocommerce-product-details__short-description ul li,
.px-20 {
  padding-left: 20px;
}

.p-25 {
  padding: 25px;
}

.pt-25,
.py-25 {
  padding-top: 25px;
}

.pr-25,
.px-25 {
  padding-right: 25px;
}

.pb-25,
.py-25 {
  padding-bottom: 25px;
}

.pl-25,
.px-25 {
  padding-left: 25px;
}

.p-30 {
  padding: 30px;
}

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

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

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

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

.p-35 {
  padding: 35px;
}

.pt-35,
.py-35 {
  padding-top: 35px;
}

.pr-35,
.px-35 {
  padding-right: 35px;
}

.pb-35,
.py-35 {
  padding-bottom: 35px;
}

.pl-35,
.px-35 {
  padding-left: 35px;
}

.p-40 {
  padding: 40px;
}

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

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

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

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

.p-45 {
  padding: 45px;
}

.pt-45,
.py-45 {
  padding-top: 45px;
}

.pr-45,
.px-45 {
  padding-right: 45px;
}

.pb-45,
.py-45 {
  padding-bottom: 45px;
}

.pl-45,
.px-45 {
  padding-left: 45px;
}

.p-50 {
  padding: 50px;
}

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

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

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

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

.p-60 {
  padding: 60px;
}

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

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

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

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

.p-70 {
  padding: 70px;
}

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

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

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

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

.p-80 {
  padding: 80px;
}

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

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

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

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

.p-90 {
  padding: 90px;
}

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

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

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

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

.p-100 {
  padding: 100px;
}

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

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

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

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

.p-120 {
  padding: 120px;
}

.pt-120,
.py-120 {
  padding-top: 120px;
}

.pr-120,
.px-120 {
  padding-right: 120px;
}

.pb-120,
.py-120 {
  padding-bottom: 120px;
}

.pl-120,
.px-120 {
  padding-left: 120px;
}

.p-160 {
  padding: 160px;
}

.pt-160,
.py-160 {
  padding-top: 160px;
}

.pr-160,
.px-160 {
  padding-right: 160px;
}

.pb-160,
.py-160 {
  padding-bottom: 160px;
}

.pl-160,
.px-160 {
  padding-left: 160px;
}

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

.mt-n5,
.my-n5 {
  margin-top: -5px;
}

.mr-n5,
.mx-n5 {
  margin-right: -5px;
}

.mb-n5,
.my-n5 {
  margin-bottom: -5px;
}

.ml-n5,
.mx-n5 {
  margin-left: -5px;
}

.m-n8 {
  margin: -8px;
}

.mt-n8,
.my-n8 {
  margin-top: -8px;
}

.mr-n8,
.mx-n8 {
  margin-right: -8px;
}

.mb-n8,
.my-n8 {
  margin-bottom: -8px;
}

.ml-n8,
.mx-n8 {
  margin-left: -8px;
}

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

.mt-n10,
.my-n10 {
  margin-top: -10px;
}

.mr-n10,
.mx-n10 {
  margin-right: -10px;
}

.mb-n10,
.my-n10 {
  margin-bottom: -10px;
}

.ml-n10,
.mx-n10 {
  margin-left: -10px;
}

.m-n12 {
  margin: -12px;
}

.mt-n12,
.my-n12 {
  margin-top: -12px;
}

.mr-n12,
.mx-n12 {
  margin-right: -12px;
}

.mb-n12,
.my-n12 {
  margin-bottom: -12px;
}

.ml-n12,
.mx-n12 {
  margin-left: -12px;
}

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

.mt-n15,
.my-n15 {
  margin-top: -15px;
}

.mr-n15,
.mx-n15 {
  margin-right: -15px;
}

.mb-n15,
.my-n15 {
  margin-bottom: -15px;
}

.ml-n15,
.mx-n15 {
  margin-left: -15px;
}

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

.mt-n20,
.my-n20 {
  margin-top: -20px;
}

.mr-n20,
.mx-n20 {
  margin-right: -20px;
}

.mb-n20,
.my-n20 {
  margin-bottom: -20px;
}

.ml-n20,
.mx-n20 {
  margin-left: -20px;
}

.m-n25 {
  margin: -25px;
}

.mt-n25,
.my-n25 {
  margin-top: -25px;
}

.mr-n25,
.mx-n25 {
  margin-right: -25px;
}

.mb-n25,
.my-n25 {
  margin-bottom: -25px;
}

.ml-n25,
.mx-n25 {
  margin-left: -25px;
}

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

.mt-n30,
.my-n30 {
  margin-top: -30px;
}

.mr-n30,
.mx-n30 {
  margin-right: -30px;
}

.mb-n30,
.my-n30 {
  margin-bottom: -30px;
}

.ml-n30,
.mx-n30 {
  margin-left: -30px;
}

.m-n35 {
  margin: -35px;
}

.mt-n35,
.my-n35 {
  margin-top: -35px;
}

.mr-n35,
.mx-n35 {
  margin-right: -35px;
}

.mb-n35,
.my-n35 {
  margin-bottom: -35px;
}

.ml-n35,
.mx-n35 {
  margin-left: -35px;
}

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

.mt-n40,
.my-n40 {
  margin-top: -40px;
}

.mr-n40,
.mx-n40 {
  margin-right: -40px;
}

.mb-n40,
.my-n40 {
  margin-bottom: -40px;
}

.ml-n40,
.mx-n40 {
  margin-left: -40px;
}

.m-n45 {
  margin: -45px;
}

.mt-n45,
.my-n45 {
  margin-top: -45px;
}

.mr-n45,
.mx-n45 {
  margin-right: -45px;
}

.mb-n45,
.my-n45 {
  margin-bottom: -45px;
}

.ml-n45,
.mx-n45 {
  margin-left: -45px;
}

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

.mt-n50,
.my-n50 {
  margin-top: -50px;
}

.mr-n50,
.mx-n50 {
  margin-right: -50px;
}

.mb-n50,
.my-n50 {
  margin-bottom: -50px;
}

.ml-n50,
.mx-n50 {
  margin-left: -50px;
}

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

.mt-n60,
.my-n60 {
  margin-top: -60px;
}

.mr-n60,
.mx-n60 {
  margin-right: -60px;
}

.mb-n60,
.my-n60 {
  margin-bottom: -60px;
}

.ml-n60,
.mx-n60 {
  margin-left: -60px;
}

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

.mt-n70,
.my-n70 {
  margin-top: -70px;
}

.mr-n70,
.mx-n70 {
  margin-right: -70px;
}

.mb-n70,
.my-n70 {
  margin-bottom: -70px;
}

.ml-n70,
.mx-n70 {
  margin-left: -70px;
}

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

.mt-n80,
.my-n80 {
  margin-top: -80px;
}

.mr-n80,
.mx-n80 {
  margin-right: -80px;
}

.mb-n80,
.my-n80 {
  margin-bottom: -80px;
}

.ml-n80,
.mx-n80 {
  margin-left: -80px;
}

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

.mt-n90,
.my-n90 {
  margin-top: -90px;
}

.mr-n90,
.mx-n90 {
  margin-right: -90px;
}

.mb-n90,
.my-n90 {
  margin-bottom: -90px;
}

.ml-n90,
.mx-n90 {
  margin-left: -90px;
}

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

.mt-n100,
.my-n100 {
  margin-top: -100px;
}

.mr-n100,
.mx-n100 {
  margin-right: -100px;
}

.mb-n100,
.my-n100 {
  margin-bottom: -100px;
}

.ml-n100,
.mx-n100 {
  margin-left: -100px;
}

.m-n120 {
  margin: -120px;
}

.mt-n120,
.my-n120 {
  margin-top: -120px;
}

.mr-n120,
.mx-n120 {
  margin-right: -120px;
}

.mb-n120,
.my-n120 {
  margin-bottom: -120px;
}

.ml-n120,
.mx-n120 {
  margin-left: -120px;
}

.m-n160 {
  margin: -160px;
}

.mt-n160,
.my-n160 {
  margin-top: -160px;
}

.mr-n160,
.mx-n160 {
  margin-right: -160px;
}

.mb-n160,
.my-n160 {
  margin-bottom: -160px;
}

.ml-n160,
.mx-n160 {
  margin-left: -160px;
}

.m-a {
  margin: auto;
}

.mt-a,
.my-a {
  margin-top: auto;
}

.mr-a,
.mx-a,
img.aligncenter {
  margin-right: auto;
}

.mb-a,
.my-a {
  margin-bottom: auto;
}

.ml-a,
.mx-a,
img.aligncenter {
  margin-left: auto;
}
.g-0 {
  gap: 0;
}

.gy-0 {
  row-gap: 0;
}

.gx-0 {
  -moz-column-gap: 0;
       column-gap: 0;
}

.g-5 {
  gap: 5px;
}

.gy-5 {
  row-gap: 5px;
}

.gx-5 {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.g-8 {
  gap: 8px;
}

.gy-8 {
  row-gap: 8px;
}

.gx-8 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.g-10 {
  gap: 10px;
}

.gy-10 {
  row-gap: 10px;
}

.gx-10, .button,
.button-sm,
.added_to_cart {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.g-12 {
  gap: 12px;
}

.gy-12 {
  row-gap: 12px;
}

.gx-12 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.g-15 {
  gap: 15px;
}

.gy-15 {
  row-gap: 15px;
}

.gx-15 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.g-20 {
  gap: 20px;
}

.gy-20 {
  row-gap: 20px;
}

.gx-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.g-25 {
  gap: 25px;
}

.gy-25 {
  row-gap: 25px;
}

.gx-25 {
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.g-30 {
  gap: 30px;
}

.gy-30 {
  row-gap: 30px;
}

.gx-30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.g-35 {
  gap: 35px;
}

.gy-35 {
  row-gap: 35px;
}

.gx-35, .header__menu .sub-menu {
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.g-40 {
  gap: 40px;
}

.gy-40 {
  row-gap: 40px;
}

.gx-40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.g-45 {
  gap: 45px;
}

.gy-45 {
  row-gap: 45px;
}

.gx-45 {
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.g-50 {
  gap: 50px;
}

.gy-50 {
  row-gap: 50px;
}

.gx-50 {
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.g-60 {
  gap: 60px;
}

.gy-60 {
  row-gap: 60px;
}

.gx-60 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.g-70 {
  gap: 70px;
}

.gy-70 {
  row-gap: 70px;
}

.gx-70 {
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.g-80 {
  gap: 80px;
}

.gy-80 {
  row-gap: 80px;
}

.gx-80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.g-90 {
  gap: 90px;
}

.gy-90 {
  row-gap: 90px;
}

.gx-90 {
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.g-100 {
  gap: 100px;
}

.gy-100 {
  row-gap: 100px;
}

.gx-100 {
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.g-120 {
  gap: 120px;
}

.gy-120 {
  row-gap: 120px;
}

.gx-120 {
  -moz-column-gap: 120px;
       column-gap: 120px;
}

.g-160 {
  gap: 160px;
}

.gy-160 {
  row-gap: 160px;
}

.gx-160 {
  -moz-column-gap: 160px;
       column-gap: 160px;
}
.l-str::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
}

.tc-1 {
  color: var(--igs-color-1);
}

.tc-h-1:hover {
  color: var(--igs-color-1);
}

.tc-a-1.active {
  color: var(--igs-color-1);
}

.tc-2, .header__menu .current-menu-item:not(.menu-item-home) > a {
  color: var(--igs-color-2);
}

.tc-h-2:hover, .header__menu a:hover {
  color: var(--igs-color-2);
}

.tc-a-2.active {
  color: var(--igs-color-2);
}

.tc-3 {
  color: var(--igs-color-3);
}

.tc-h-3:hover {
  color: var(--igs-color-3);
}

.tc-a-3.active {
  color: var(--igs-color-3);
}

.tc-4 {
  color: var(--igs-color-4);
}

.tc-h-4:hover {
  color: var(--igs-color-4);
}

.tc-a-4.active {
  color: var(--igs-color-4);
}

.tc-w {
  color: #fff;
}

.tc-h-w:hover {
  color: #fff;
}

.tc-a-w.active {
  color: #fff;
}

.tc-b, .header__sf__field::placeholder {
  color: #000;
}

.tc-h-b:hover {
  color: #000;
}

.tc-a-b.active {
  color: #000;
}

.tc-i {
  color: inherit;
}

.tc-h-i:hover {
  color: inherit;
}

.tc-a-i.active {
  color: inherit;
}
.ta-l {
  text-align: left;
}

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

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

.ta-j {
  text-align: justify;
}
.tt-n {
  text-transform: none;
}

.tt-l {
  text-transform: lowercase;
}

.tt-u {
  text-transform: uppercase;
}

.tt-c {
  text-transform: capitalize;
}

.tt-j {
  text-transform: justify;
}
.td-n {
  text-decoration: none;
}

.td-h-n:hover {
  text-decoration: none;
}

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

.td-h-u:hover, .topbar__menu a:hover, .footer a:hover {
  text-decoration: underline;
}
.ff-b {
  font-family: "Futura PT", Arial, sans-serif;
}
.fs-0 {
  font-size: 0;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18, .header__menu .sub-menu {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.fs-50 {
  font-size: 50px;
}

.fs-60 {
  font-size: 60px;
}
.lh-0 {
  line-height: 0;
}

.lh-1 {
  line-height: 1;
}

.lh-1-2 {
  line-height: 1.2;
}

.lh-1-4 {
  line-height: 1.4;
}

.lh-1-5 {
  line-height: 1.5;
}
.fw-l {
  font-weight: 300;
}

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

.fw-m {
  font-weight: 500;
}

.fw-sb {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.fw-bl {
  font-weight: 900;
}
.fst-i {
  font-style: italic;
}
.ls-0 {
  letter-spacing: 0;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}
.ws-nw {
  white-space: nowrap;
}

.tl-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tl-12 {
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zi-1, .button,
.button-sm,
.added_to_cart {
  z-index: 1;
}

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

.zi-2 {
  z-index: 2;
}

.zi-n2 {
  z-index: -2;
}

.zi-3 {
  z-index: 3;
}

.zi-n3 {
  z-index: -3;
}

.zi-4 {
  z-index: 4;
}

.zi-n4 {
  z-index: -4;
}

.zi-5 {
  z-index: 5;
}

.zi-n5 {
  z-index: -5;
}

.zi-10 {
  z-index: 10;
}

.zi-n10 {
  z-index: -10;
}

.zi-11 {
  z-index: 11;
}

.zi-n11 {
  z-index: -11;
}
.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

@media (min-width: 992px) {
  body {
    font-size: var(--igs-font-size-desktop);
  }
  h1 {
    font-size: var(--igs-h1-desktop);
  }
  h2 {
    font-size: var(--igs-h2-desktop);
  }
  h3 {
    font-size: var(--igs-h3-desktop);
  }
  h4 {
    font-size: var(--igs-h4-desktop);
  }
  h5 {
    font-size: var(--igs-h5-desktop);
  }
  h6 {
    font-size: var(--igs-h6-desktop);
  }
  .row-u-md {
    display: flex;
    flex-wrap: wrap;
  }
  .fic-u-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .fic-u-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .fic-u-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .order-u-md-1 {
    order: 1;
  }
  .offset-u-md-1 {
    margin-left: 8.3333333333%;
  }
  .fic-u-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .order-u-md-2 {
    order: 2;
  }
  .offset-u-md-2 {
    margin-left: 16.6666666667%;
  }
  .fic-u-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .order-u-md-3 {
    order: 3;
  }
  .offset-u-md-3 {
    margin-left: 25%;
  }
  .fic-u-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .order-u-md-4 {
    order: 4;
  }
  .offset-u-md-4 {
    margin-left: 33.3333333333%;
  }
  .fic-u-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .order-u-md-5 {
    order: 5;
  }
  .offset-u-md-5 {
    margin-left: 41.6666666667%;
  }
  .fic-u-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .order-u-md-6 {
    order: 6;
  }
  .offset-u-md-6 {
    margin-left: 50%;
  }
  .fic-u-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .order-u-md-7 {
    order: 7;
  }
  .offset-u-md-7 {
    margin-left: 58.3333333333%;
  }
  .fic-u-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .order-u-md-8 {
    order: 8;
  }
  .offset-u-md-8 {
    margin-left: 66.6666666667%;
  }
  .fic-u-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .order-u-md-9 {
    order: 9;
  }
  .offset-u-md-9 {
    margin-left: 75%;
  }
  .fic-u-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .order-u-md-10 {
    order: 10;
  }
  .offset-u-md-10 {
    margin-left: 83.3333333333%;
  }
  .fic-u-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .order-u-md-11 {
    order: 11;
  }
  .offset-u-md-11 {
    margin-left: 91.6666666667%;
  }
  .fic-u-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-u-md-12 {
    order: 12;
  }
  .offset-u-md-12 {
    margin-left: 100%;
  }
  img.alignleft {
    margin-right: 20px;
  }
  img.alignright {
    margin-left: 20px;
  }
  .header__logo {
    max-width: 112px;
    flex: 0 0 112px;
  }
  .header-before-sticky .header__logo {
    flex: 0 0 70px;
    max-width: 70px;
  }
  .header__menu .menu-item-has-children:hover > .sub-menu {
    transition: transform 0.5s;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
  }
  .header__menu .sub-menu {
    transform-origin: 0 0;
    transition: 0.5s;
    transform: rotateX(-90deg);
    opacity: 0;
    visibility: hidden;
  }
  .va-u-md-base {
    vertical-align: baseline;
  }
  .va-u-md-t {
    vertical-align: top;
  }
  .va-u-md-m {
    vertical-align: middle;
  }
  .va-u-md-b {
    vertical-align: bottom;
  }
  .va-u-md-tt {
    vertical-align: text-top;
  }
  .va-u-md-tb {
    vertical-align: text-bottom;
  }
  .bg-u-md-1 {
    background-color: var(--igs-color-1);
  }
  .bg-h-u-md-1:hover {
    background-color: var(--igs-color-1);
  }
  .bg-a-u-md-1.active {
    background-color: var(--igs-color-1);
  }
  .bg-u-md-2 {
    background-color: var(--igs-color-2);
  }
  .bg-h-u-md-2:hover {
    background-color: var(--igs-color-2);
  }
  .bg-a-u-md-2.active {
    background-color: var(--igs-color-2);
  }
  .bg-u-md-3 {
    background-color: var(--igs-color-3);
  }
  .bg-h-u-md-3:hover {
    background-color: var(--igs-color-3);
  }
  .bg-a-u-md-3.active {
    background-color: var(--igs-color-3);
  }
  .bg-u-md-4 {
    background-color: var(--igs-color-4);
  }
  .bg-h-u-md-4:hover {
    background-color: var(--igs-color-4);
  }
  .bg-a-u-md-4.active {
    background-color: var(--igs-color-4);
  }
  .bg-u-md-w, .header__menu .sub-menu {
    background-color: #fff;
  }
  .bg-h-u-md-w:hover {
    background-color: #fff;
  }
  .bg-a-u-md-w.active {
    background-color: #fff;
  }
  .bg-u-md-b {
    background-color: #000;
  }
  .bg-h-u-md-b:hover {
    background-color: #000;
  }
  .bg-a-u-md-b.active {
    background-color: #000;
  }
  .bg-u-md-i {
    background-color: inherit;
  }
  .bg-h-u-md-i:hover {
    background-color: inherit;
  }
  .bg-a-u-md-i.active {
    background-color: inherit;
  }
  .br-u-md-5 {
    border-radius: 5px;
  }
  .br-t-u-md-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .br-b-u-md-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .br-l-u-md-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .br-r-u-md-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .br-u-md-10 {
    border-radius: 10px;
  }
  .br-t-u-md-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .br-b-u-md-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .br-l-u-md-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .br-r-u-md-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .br-u-md-c {
    border-radius: 50%;
  }
  .br-t-u-md-c {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  .br-b-u-md-c {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .br-l-u-md-c {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .br-r-u-md-c {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .br-u-md-p {
    border-radius: 50rem;
  }
  .br-t-u-md-p {
    border-top-left-radius: 50rem;
    border-top-right-radius: 50rem;
  }
  .br-b-u-md-p {
    border-bottom-right-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
  .br-l-u-md-p {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
  .br-r-u-md-p {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
  }
  .b-u-md-1 {
    border: 1px solid transparent;
  }
  .b-u-md-2 {
    border: 2px solid transparent;
  }
  .b-u-md-3 {
    border: 3px solid transparent;
  }
  .b-u-md-4 {
    border: 4px solid transparent;
  }
  .b-u-md-5 {
    border: 5px solid transparent;
  }
  .b-t-u-md-1 {
    border-top: 1px solid transparent;
  }
  .b-t-u-md-2 {
    border-top: 2px solid transparent;
  }
  .b-t-u-md-3 {
    border-top: 3px solid transparent;
  }
  .b-t-u-md-4 {
    border-top: 4px solid transparent;
  }
  .b-t-u-md-5 {
    border-top: 5px solid transparent;
  }
  .b-r-u-md-1 {
    border-right: 1px solid transparent;
  }
  .b-r-u-md-2 {
    border-right: 2px solid transparent;
  }
  .b-r-u-md-3 {
    border-right: 3px solid transparent;
  }
  .b-r-u-md-4 {
    border-right: 4px solid transparent;
  }
  .b-r-u-md-5 {
    border-right: 5px solid transparent;
  }
  .b-b-u-md-1, .header__menu .sub-menu {
    border-bottom: 1px solid transparent;
  }
  .b-b-u-md-2 {
    border-bottom: 2px solid transparent;
  }
  .b-b-u-md-3 {
    border-bottom: 3px solid transparent;
  }
  .b-b-u-md-4 {
    border-bottom: 4px solid transparent;
  }
  .b-b-u-md-5 {
    border-bottom: 5px solid transparent;
  }
  .b-l-u-md-1 {
    border-left: 1px solid transparent;
  }
  .b-l-u-md-2 {
    border-left: 2px solid transparent;
  }
  .b-l-u-md-3 {
    border-left: 3px solid transparent;
  }
  .b-l-u-md-4 {
    border-left: 4px solid transparent;
  }
  .b-l-u-md-5 {
    border-left: 5px solid transparent;
  }
  .bc-u-md-b15, .header__menu .sub-menu {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .bc-u-md-b15:hover, .header__menu .sub-menu:hover {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .bc-u-md-1 {
    border-color: var(--igs-color-1);
  }
  .bc-u-md-1:hover {
    border-color: var(--igs-color-1);
  }
  .bc-u-md-2 {
    border-color: var(--igs-color-2);
  }
  .bc-u-md-2:hover {
    border-color: var(--igs-color-2);
  }
  .bc-u-md-3 {
    border-color: var(--igs-color-3);
  }
  .bc-u-md-3:hover {
    border-color: var(--igs-color-3);
  }
  .bc-u-md-4 {
    border-color: var(--igs-color-4);
  }
  .bc-u-md-4:hover {
    border-color: var(--igs-color-4);
  }
  .bc-u-md-w {
    border-color: #fff;
  }
  .bc-u-md-w:hover {
    border-color: #fff;
  }
  .bc-u-md-b {
    border-color: #000;
  }
  .bc-u-md-b:hover {
    border-color: #000;
  }
  .bc-u-md-i {
    border-color: inherit;
  }
  .bc-u-md-i:hover {
    border-color: inherit;
  }
  .d-u-md-i {
    display: inline;
  }
  .d-u-md-ib {
    display: inline-block;
  }
  .d-u-md-b {
    display: block;
  }
  .d-u-md-t {
    display: table;
  }
  .d-u-md-tr {
    display: table-row;
  }
  .d-u-md-tc {
    display: table-cell;
  }
  .d-u-md-f, .header__menu .sub-menu {
    display: flex;
  }
  .d-u-md-if {
    display: inline-flex;
  }
  .d-u-md-n {
    display: none;
  }
  .f-u-md-1 {
    flex: 0 1 100%;
  }
  .f-u-md-3 {
    flex: 0 0 33.33%;
  }
  .f-u-md-40 {
    flex: 0 0 40px;
  }
  .f-u-md-60 {
    flex: 0 0 60px;
  }
  .f-u-md-80 {
    flex: 0 0 80px;
  }
  .f-u-md-h {
    flex: 0 0 50%;
  }
  .f-u-md-a {
    flex: 0 0 auto;
  }
  .f-u-md-r {
    flex-direction: row;
  }
  .f-u-md-c {
    flex-direction: column;
  }
  .f-u-md-rr {
    flex-direction: row-reverse;
  }
  .f-u-md-cr {
    flex-direction: column-reverse;
  }
  .f-u-md-w {
    flex-wrap: wrap;
  }
  .f-u-md-nw {
    flex-wrap: nowrap;
  }
  .f-u-md-wr {
    flex-wrap: wrap-reverse;
  }
  .f-u-md-g-0 {
    flex-grow: 0;
  }
  .f-u-md-g-1 {
    flex-grow: 1;
  }
  .f-u-md-s-0 {
    flex-shrink: 0;
  }
  .f-u-md-s-1 {
    flex-shrink: 1;
  }
  .ai-u-md-fs {
    align-items: flex-start;
  }
  .ai-u-md-fe {
    align-items: flex-end;
  }
  .ai-u-md-c {
    align-items: center;
  }
  .ai-u-md-b {
    align-items: baseline;
  }
  .ai-u-md-s {
    align-items: stretch;
  }
  .jc-u-md-fs {
    justify-content: flex-start;
  }
  .jc-u-md-fe {
    justify-content: flex-end;
  }
  .jc-u-md-c, .header__menu .sub-menu {
    justify-content: center;
  }
  .jc-u-md-sb {
    justify-content: space-between;
  }
  .jc-u-md-sa {
    justify-content: space-around;
  }
  .jc-u-md-se {
    justify-content: space-evenly;
  }
  .ac-u-md-fs {
    align-content: flex-start;
  }
  .ac-u-md-fe {
    align-content: flex-end;
  }
  .ac-u-md-c {
    align-content: center;
  }
  .ac-u-md-sb {
    align-content: space-between;
  }
  .ac-u-md-sa {
    align-content: space-around;
  }
  .ac-u-md-s {
    align-content: stretch;
  }
  .as-u-md-a {
    align-self: auto;
  }
  .as-u-md-fs {
    align-self: flex-start;
  }
  .as-u-md-fe {
    align-self: flex-end;
  }
  .as-u-md-c {
    align-self: center;
  }
  .as-u-md-b {
    align-self: baseline;
  }
  .as-u-md-s {
    align-self: stretch;
  }
  .float-u-md-l {
    float: left;
  }
  .float-u-md-r {
    float: right;
  }
  .float-u-md-n {
    float: none;
  }
  .of-u-md-a {
    overflow: auto;
  }
  .of-u-md-h {
    overflow: hidden;
  }
  .ih:hover img {
    transform: scale(1.1);
  }
  .ps-u-md-s {
    position: static;
  }
  .ps-u-md-r {
    position: relative;
  }
  .ps-u-md-a, .header__menu .sub-menu {
    position: absolute;
  }
  .ps-u-md-f {
    position: fixed;
  }
  .ps-u-md-sy {
    position: sticky;
  }
  .ps-u-md-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .ps-t-u-md-0,
  .ps-y-u-md-0 {
    top: 0;
  }
  .ps-b-u-md-0,
  .ps-y-u-md-0 {
    bottom: 0;
  }
  .ps-l-u-md-0,
  .ps-x-u-md-0,
  .header__menu .sub-menu {
    left: 0;
  }
  .ps-r-u-md-0,
  .ps-x-u-md-0,
  .header__menu .sub-menu {
    right: 0;
  }
  .ps-u-md-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }
  .ps-t-u-md-5,
  .ps-y-u-md-5 {
    top: 5px;
  }
  .ps-b-u-md-5,
  .ps-y-u-md-5 {
    bottom: 5px;
  }
  .ps-l-u-md-5,
  .ps-x-u-md-5 {
    left: 5px;
  }
  .ps-r-u-md-5,
  .ps-x-u-md-5 {
    right: 5px;
  }
  .ps-u-md-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .ps-t-u-md-10,
  .ps-y-u-md-10 {
    top: 10px;
  }
  .ps-b-u-md-10,
  .ps-y-u-md-10 {
    bottom: 10px;
  }
  .ps-l-u-md-10,
  .ps-x-u-md-10 {
    left: 10px;
  }
  .ps-r-u-md-10,
  .ps-x-u-md-10 {
    right: 10px;
  }
  .ps-u-md-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }
  .ps-t-u-md-25,
  .ps-y-u-md-25 {
    top: 25px;
  }
  .ps-b-u-md-25,
  .ps-y-u-md-25 {
    bottom: 25px;
  }
  .ps-l-u-md-25,
  .ps-x-u-md-25 {
    left: 25px;
  }
  .ps-r-u-md-25,
  .ps-x-u-md-25 {
    right: 25px;
  }
  .ps-u-md-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
  .ps-t-u-md-30,
  .ps-y-u-md-30 {
    top: 30px;
  }
  .ps-b-u-md-30,
  .ps-y-u-md-30 {
    bottom: 30px;
  }
  .ps-l-u-md-30,
  .ps-x-u-md-30 {
    left: 30px;
  }
  .ps-r-u-md-30,
  .ps-x-u-md-30 {
    right: 30px;
  }
  .ps-u-md-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }
  .ps-t-u-md-50,
  .ps-y-u-md-50 {
    top: 50px;
  }
  .ps-b-u-md-50,
  .ps-y-u-md-50 {
    bottom: 50px;
  }
  .ps-l-u-md-50,
  .ps-x-u-md-50 {
    left: 50px;
  }
  .ps-r-u-md-50,
  .ps-x-u-md-50 {
    right: 50px;
  }
  .ps-u-md-50p {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
  .ps-t-u-md-50p,
  .ps-y-u-md-50p {
    top: 50%;
  }
  .ps-b-u-md-50p,
  .ps-y-u-md-50p {
    bottom: 50%;
  }
  .ps-l-u-md-50p,
  .ps-x-u-md-50p {
    left: 50%;
  }
  .ps-r-u-md-50p,
  .ps-x-u-md-50p {
    right: 50%;
  }
  .ps-u-md-100 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }
  .ps-t-u-md-100, .header__menu .sub-menu,
  .ps-y-u-md-100 {
    top: 100%;
  }
  .ps-b-u-md-100,
  .ps-y-u-md-100 {
    bottom: 100%;
  }
  .ps-l-u-md-100,
  .ps-x-u-md-100 {
    left: 100%;
  }
  .ps-r-u-md-100,
  .ps-x-u-md-100 {
    right: 100%;
  }
  .w-u-md-0 {
    width: 0;
  }
  .w-u-md-16 {
    width: 16px;
  }
  .w-u-md-20 {
    width: 20px;
  }
  .w-u-md-30 {
    width: 30px;
  }
  .w-u-md-40 {
    width: 40px;
  }
  .w-u-md-60 {
    width: 60px;
  }
  .w-u-md-80 {
    width: 80px;
  }
  .w-u-md-100 {
    width: 100px;
  }
  .w-u-md-100p {
    width: 100%;
  }
  .w-u-md-134 {
    width: 134px;
  }
  .w-u-md-200 {
    width: 200px;
  }
  .w-u-md-370 {
    width: 370px;
  }
  .w-u-md-a {
    width: auto;
  }
  .w-u-md-n {
    width: none;
  }
  .h-u-md-0 {
    height: 0;
  }
  .h-u-md-16 {
    height: 16px;
  }
  .h-u-md-20 {
    height: 20px;
  }
  .h-u-md-30 {
    height: 30px;
  }
  .h-u-md-40 {
    height: 40px;
  }
  .h-u-md-60 {
    height: 60px;
  }
  .h-u-md-80 {
    height: 80px;
  }
  .h-u-md-100 {
    height: 100px;
  }
  .h-u-md-100p {
    height: 100%;
  }
  .h-u-md-134 {
    height: 134px;
  }
  .h-u-md-200 {
    height: 200px;
  }
  .h-u-md-370 {
    height: 370px;
  }
  .h-u-md-a {
    height: auto;
  }
  .h-u-md-n {
    height: none;
  }
  .mw-u-md-0 {
    max-width: 0;
  }
  .mw-u-md-16 {
    max-width: 16px;
  }
  .mw-u-md-20 {
    max-width: 20px;
  }
  .mw-u-md-30 {
    max-width: 30px;
  }
  .mw-u-md-40 {
    max-width: 40px;
  }
  .mw-u-md-60 {
    max-width: 60px;
  }
  .mw-u-md-80 {
    max-width: 80px;
  }
  .mw-u-md-100 {
    max-width: 100px;
  }
  .mw-u-md-100p {
    max-width: 100%;
  }
  .mw-u-md-134 {
    max-width: 134px;
  }
  .mw-u-md-200 {
    max-width: 200px;
  }
  .mw-u-md-370 {
    max-width: 370px;
  }
  .mw-u-md-a {
    max-width: auto;
  }
  .mw-u-md-n {
    max-width: none;
  }
  .min-w-u-md-0 {
    min-width: 0;
  }
  .min-w-u-md-16 {
    min-width: 16px;
  }
  .min-w-u-md-20 {
    min-width: 20px;
  }
  .min-w-u-md-30 {
    min-width: 30px;
  }
  .min-w-u-md-40 {
    min-width: 40px;
  }
  .min-w-u-md-60 {
    min-width: 60px;
  }
  .min-w-u-md-80 {
    min-width: 80px;
  }
  .min-w-u-md-100 {
    min-width: 100px;
  }
  .min-w-u-md-100p {
    min-width: 100%;
  }
  .min-w-u-md-134 {
    min-width: 134px;
  }
  .min-w-u-md-200 {
    min-width: 200px;
  }
  .min-w-u-md-370 {
    min-width: 370px;
  }
  .min-w-u-md-a {
    min-width: auto;
  }
  .min-w-u-md-n {
    min-width: none;
  }
  .mh-u-md-0 {
    max-height: 0;
  }
  .mh-u-md-16 {
    max-height: 16px;
  }
  .mh-u-md-20 {
    max-height: 20px;
  }
  .mh-u-md-30 {
    max-height: 30px;
  }
  .mh-u-md-40 {
    max-height: 40px;
  }
  .mh-u-md-60 {
    max-height: 60px;
  }
  .mh-u-md-80 {
    max-height: 80px;
  }
  .mh-u-md-100 {
    max-height: 100px;
  }
  .mh-u-md-100p {
    max-height: 100%;
  }
  .mh-u-md-134 {
    max-height: 134px;
  }
  .mh-u-md-200 {
    max-height: 200px;
  }
  .mh-u-md-370 {
    max-height: 370px;
  }
  .mh-u-md-a {
    max-height: auto;
  }
  .mh-u-md-n {
    max-height: none;
  }
  .min-h-u-md-0 {
    min-height: 0;
  }
  .min-h-u-md-16 {
    min-height: 16px;
  }
  .min-h-u-md-20 {
    min-height: 20px;
  }
  .min-h-u-md-30 {
    min-height: 30px;
  }
  .min-h-u-md-40 {
    min-height: 40px;
  }
  .min-h-u-md-60 {
    min-height: 60px;
  }
  .min-h-u-md-80 {
    min-height: 80px;
  }
  .min-h-u-md-100 {
    min-height: 100px;
  }
  .min-h-u-md-100p {
    min-height: 100%;
  }
  .min-h-u-md-134 {
    min-height: 134px;
  }
  .min-h-u-md-200 {
    min-height: 200px;
  }
  .min-h-u-md-370 {
    min-height: 370px;
  }
  .min-h-u-md-a {
    min-height: auto;
  }
  .min-h-u-md-n {
    min-height: none;
  }
  .min-u-md-vw-100 {
    min-width: 100vw;
  }
  .min-u-md-vh-100 {
    min-height: 100vh;
  }
  .vw-u-md-100 {
    width: 100vw;
  }
  .vh-u-md-100 {
    height: 100vh;
  }
  .m-u-md-0 {
    margin: 0;
  }
  .mt-u-md-0,
  .my-u-md-0 {
    margin-top: 0;
  }
  .mr-u-md-0,
  .mx-u-md-0 {
    margin-right: 0;
  }
  .mb-u-md-0,
  .my-u-md-0 {
    margin-bottom: 0;
  }
  .ml-u-md-0,
  .mx-u-md-0 {
    margin-left: 0;
  }
  .m-u-md-5 {
    margin: 5px;
  }
  .mt-u-md-5,
  .my-u-md-5 {
    margin-top: 5px;
  }
  .mr-u-md-5,
  .mx-u-md-5 {
    margin-right: 5px;
  }
  .mb-u-md-5,
  .my-u-md-5 {
    margin-bottom: 5px;
  }
  .ml-u-md-5,
  .mx-u-md-5 {
    margin-left: 5px;
  }
  .m-u-md-8 {
    margin: 8px;
  }
  .mt-u-md-8,
  .my-u-md-8 {
    margin-top: 8px;
  }
  .mr-u-md-8,
  .mx-u-md-8 {
    margin-right: 8px;
  }
  .mb-u-md-8,
  .my-u-md-8 {
    margin-bottom: 8px;
  }
  .ml-u-md-8,
  .mx-u-md-8 {
    margin-left: 8px;
  }
  .m-u-md-10 {
    margin: 10px;
  }
  .mt-u-md-10,
  .my-u-md-10 {
    margin-top: 10px;
  }
  .mr-u-md-10,
  .mx-u-md-10 {
    margin-right: 10px;
  }
  .mb-u-md-10,
  .my-u-md-10 {
    margin-bottom: 10px;
  }
  .ml-u-md-10,
  .mx-u-md-10 {
    margin-left: 10px;
  }
  .m-u-md-12 {
    margin: 12px;
  }
  .mt-u-md-12,
  .my-u-md-12 {
    margin-top: 12px;
  }
  .mr-u-md-12,
  .mx-u-md-12 {
    margin-right: 12px;
  }
  .mb-u-md-12,
  .my-u-md-12 {
    margin-bottom: 12px;
  }
  .ml-u-md-12,
  .mx-u-md-12 {
    margin-left: 12px;
  }
  .m-u-md-15 {
    margin: 15px;
  }
  .mt-u-md-15,
  .my-u-md-15 {
    margin-top: 15px;
  }
  .mr-u-md-15,
  .mx-u-md-15 {
    margin-right: 15px;
  }
  .mb-u-md-15,
  .my-u-md-15 {
    margin-bottom: 15px;
  }
  .ml-u-md-15,
  .mx-u-md-15 {
    margin-left: 15px;
  }
  .m-u-md-20 {
    margin: 20px;
  }
  .mt-u-md-20,
  .my-u-md-20 {
    margin-top: 20px;
  }
  .mr-u-md-20,
  .mx-u-md-20 {
    margin-right: 20px;
  }
  .mb-u-md-20, img.alignnone, img.aligncenter, img.alignleft, img.alignright,
  .my-u-md-20 {
    margin-bottom: 20px;
  }
  .ml-u-md-20,
  .mx-u-md-20 {
    margin-left: 20px;
  }
  .m-u-md-25 {
    margin: 25px;
  }
  .mt-u-md-25,
  .my-u-md-25 {
    margin-top: 25px;
  }
  .mr-u-md-25,
  .mx-u-md-25 {
    margin-right: 25px;
  }
  .mb-u-md-25,
  .my-u-md-25 {
    margin-bottom: 25px;
  }
  .ml-u-md-25,
  .mx-u-md-25 {
    margin-left: 25px;
  }
  .m-u-md-30 {
    margin: 30px;
  }
  .mt-u-md-30,
  .my-u-md-30 {
    margin-top: 30px;
  }
  .mr-u-md-30,
  .mx-u-md-30 {
    margin-right: 30px;
  }
  .mb-u-md-30,
  .my-u-md-30 {
    margin-bottom: 30px;
  }
  .ml-u-md-30,
  .mx-u-md-30 {
    margin-left: 30px;
  }
  .m-u-md-35 {
    margin: 35px;
  }
  .mt-u-md-35,
  .my-u-md-35 {
    margin-top: 35px;
  }
  .mr-u-md-35,
  .mx-u-md-35 {
    margin-right: 35px;
  }
  .mb-u-md-35,
  .my-u-md-35 {
    margin-bottom: 35px;
  }
  .ml-u-md-35,
  .mx-u-md-35 {
    margin-left: 35px;
  }
  .m-u-md-40 {
    margin: 40px;
  }
  .mt-u-md-40,
  .my-u-md-40 {
    margin-top: 40px;
  }
  .mr-u-md-40,
  .mx-u-md-40 {
    margin-right: 40px;
  }
  .mb-u-md-40,
  .my-u-md-40 {
    margin-bottom: 40px;
  }
  .ml-u-md-40,
  .mx-u-md-40 {
    margin-left: 40px;
  }
  .m-u-md-45 {
    margin: 45px;
  }
  .mt-u-md-45,
  .my-u-md-45 {
    margin-top: 45px;
  }
  .mr-u-md-45,
  .mx-u-md-45 {
    margin-right: 45px;
  }
  .mb-u-md-45,
  .my-u-md-45 {
    margin-bottom: 45px;
  }
  .ml-u-md-45,
  .mx-u-md-45 {
    margin-left: 45px;
  }
  .m-u-md-50 {
    margin: 50px;
  }
  .mt-u-md-50,
  .my-u-md-50 {
    margin-top: 50px;
  }
  .mr-u-md-50,
  .mx-u-md-50 {
    margin-right: 50px;
  }
  .mb-u-md-50,
  .my-u-md-50 {
    margin-bottom: 50px;
  }
  .ml-u-md-50,
  .mx-u-md-50 {
    margin-left: 50px;
  }
  .m-u-md-60 {
    margin: 60px;
  }
  .mt-u-md-60,
  .my-u-md-60 {
    margin-top: 60px;
  }
  .mr-u-md-60,
  .mx-u-md-60 {
    margin-right: 60px;
  }
  .mb-u-md-60,
  .my-u-md-60 {
    margin-bottom: 60px;
  }
  .ml-u-md-60,
  .mx-u-md-60 {
    margin-left: 60px;
  }
  .m-u-md-70 {
    margin: 70px;
  }
  .mt-u-md-70,
  .my-u-md-70 {
    margin-top: 70px;
  }
  .mr-u-md-70,
  .mx-u-md-70 {
    margin-right: 70px;
  }
  .mb-u-md-70,
  .my-u-md-70 {
    margin-bottom: 70px;
  }
  .ml-u-md-70,
  .mx-u-md-70 {
    margin-left: 70px;
  }
  .m-u-md-80 {
    margin: 80px;
  }
  .mt-u-md-80,
  .my-u-md-80 {
    margin-top: 80px;
  }
  .mr-u-md-80,
  .mx-u-md-80 {
    margin-right: 80px;
  }
  .mb-u-md-80,
  .my-u-md-80 {
    margin-bottom: 80px;
  }
  .ml-u-md-80,
  .mx-u-md-80 {
    margin-left: 80px;
  }
  .m-u-md-90 {
    margin: 90px;
  }
  .mt-u-md-90,
  .my-u-md-90 {
    margin-top: 90px;
  }
  .mr-u-md-90,
  .mx-u-md-90 {
    margin-right: 90px;
  }
  .mb-u-md-90,
  .my-u-md-90 {
    margin-bottom: 90px;
  }
  .ml-u-md-90,
  .mx-u-md-90 {
    margin-left: 90px;
  }
  .m-u-md-100 {
    margin: 100px;
  }
  .mt-u-md-100,
  .my-u-md-100 {
    margin-top: 100px;
  }
  .mr-u-md-100,
  .mx-u-md-100 {
    margin-right: 100px;
  }
  .mb-u-md-100,
  .my-u-md-100 {
    margin-bottom: 100px;
  }
  .ml-u-md-100,
  .mx-u-md-100 {
    margin-left: 100px;
  }
  .m-u-md-120 {
    margin: 120px;
  }
  .mt-u-md-120,
  .my-u-md-120 {
    margin-top: 120px;
  }
  .mr-u-md-120,
  .mx-u-md-120 {
    margin-right: 120px;
  }
  .mb-u-md-120,
  .my-u-md-120 {
    margin-bottom: 120px;
  }
  .ml-u-md-120,
  .mx-u-md-120 {
    margin-left: 120px;
  }
  .m-u-md-160 {
    margin: 160px;
  }
  .mt-u-md-160,
  .my-u-md-160 {
    margin-top: 160px;
  }
  .mr-u-md-160,
  .mx-u-md-160 {
    margin-right: 160px;
  }
  .mb-u-md-160,
  .my-u-md-160 {
    margin-bottom: 160px;
  }
  .ml-u-md-160,
  .mx-u-md-160 {
    margin-left: 160px;
  }
  .p-u-md-0 {
    padding: 0;
  }
  .pt-u-md-0,
  .py-u-md-0 {
    padding-top: 0;
  }
  .pr-u-md-0,
  .px-u-md-0 {
    padding-right: 0;
  }
  .pb-u-md-0,
  .py-u-md-0 {
    padding-bottom: 0;
  }
  .pl-u-md-0,
  .px-u-md-0 {
    padding-left: 0;
  }
  .p-u-md-5 {
    padding: 5px;
  }
  .pt-u-md-5,
  .py-u-md-5 {
    padding-top: 5px;
  }
  .pr-u-md-5,
  .px-u-md-5 {
    padding-right: 5px;
  }
  .pb-u-md-5,
  .py-u-md-5 {
    padding-bottom: 5px;
  }
  .pl-u-md-5,
  .px-u-md-5 {
    padding-left: 5px;
  }
  .p-u-md-8 {
    padding: 8px;
  }
  .pt-u-md-8,
  .py-u-md-8 {
    padding-top: 8px;
  }
  .pr-u-md-8,
  .px-u-md-8 {
    padding-right: 8px;
  }
  .pb-u-md-8,
  .py-u-md-8 {
    padding-bottom: 8px;
  }
  .pl-u-md-8,
  .px-u-md-8 {
    padding-left: 8px;
  }
  .p-u-md-10 {
    padding: 10px;
  }
  .pt-u-md-10,
  .py-u-md-10 {
    padding-top: 10px;
  }
  .pr-u-md-10,
  .px-u-md-10 {
    padding-right: 10px;
  }
  .pb-u-md-10,
  .py-u-md-10 {
    padding-bottom: 10px;
  }
  .pl-u-md-10,
  .px-u-md-10 {
    padding-left: 10px;
  }
  .p-u-md-12 {
    padding: 12px;
  }
  .pt-u-md-12,
  .py-u-md-12 {
    padding-top: 12px;
  }
  .pr-u-md-12,
  .px-u-md-12 {
    padding-right: 12px;
  }
  .pb-u-md-12,
  .py-u-md-12 {
    padding-bottom: 12px;
  }
  .pl-u-md-12,
  .px-u-md-12 {
    padding-left: 12px;
  }
  .p-u-md-15 {
    padding: 15px;
  }
  .pt-u-md-15,
  .py-u-md-15 {
    padding-top: 15px;
  }
  .pr-u-md-15,
  .px-u-md-15 {
    padding-right: 15px;
  }
  .pb-u-md-15,
  .py-u-md-15 {
    padding-bottom: 15px;
  }
  .pl-u-md-15,
  .px-u-md-15 {
    padding-left: 15px;
  }
  .p-u-md-20 {
    padding: 20px;
  }
  .pt-u-md-20,
  .py-u-md-20 {
    padding-top: 20px;
  }
  .pr-u-md-20,
  .px-u-md-20 {
    padding-right: 20px;
  }
  .pb-u-md-20,
  .py-u-md-20 {
    padding-bottom: 20px;
  }
  .pl-u-md-20,
  .px-u-md-20 {
    padding-left: 20px;
  }
  .p-u-md-25 {
    padding: 25px;
  }
  .pt-u-md-25,
  .py-u-md-25 {
    padding-top: 25px;
  }
  .pr-u-md-25,
  .px-u-md-25 {
    padding-right: 25px;
  }
  .pb-u-md-25,
  .py-u-md-25 {
    padding-bottom: 25px;
  }
  .pl-u-md-25,
  .px-u-md-25 {
    padding-left: 25px;
  }
  .p-u-md-30, .header__menu .sub-menu {
    padding: 30px;
  }
  .pt-u-md-30,
  .py-u-md-30 {
    padding-top: 30px;
  }
  .pr-u-md-30,
  .px-u-md-30 {
    padding-right: 30px;
  }
  .pb-u-md-30,
  .py-u-md-30 {
    padding-bottom: 30px;
  }
  .pl-u-md-30,
  .px-u-md-30 {
    padding-left: 30px;
  }
  .p-u-md-35 {
    padding: 35px;
  }
  .pt-u-md-35,
  .py-u-md-35 {
    padding-top: 35px;
  }
  .pr-u-md-35,
  .px-u-md-35 {
    padding-right: 35px;
  }
  .pb-u-md-35,
  .py-u-md-35 {
    padding-bottom: 35px;
  }
  .pl-u-md-35,
  .px-u-md-35 {
    padding-left: 35px;
  }
  .p-u-md-40 {
    padding: 40px;
  }
  .pt-u-md-40,
  .py-u-md-40 {
    padding-top: 40px;
  }
  .pr-u-md-40,
  .px-u-md-40 {
    padding-right: 40px;
  }
  .pb-u-md-40,
  .py-u-md-40 {
    padding-bottom: 40px;
  }
  .pl-u-md-40,
  .px-u-md-40 {
    padding-left: 40px;
  }
  .p-u-md-45 {
    padding: 45px;
  }
  .pt-u-md-45,
  .py-u-md-45 {
    padding-top: 45px;
  }
  .pr-u-md-45,
  .px-u-md-45 {
    padding-right: 45px;
  }
  .pb-u-md-45,
  .py-u-md-45 {
    padding-bottom: 45px;
  }
  .pl-u-md-45,
  .px-u-md-45 {
    padding-left: 45px;
  }
  .p-u-md-50 {
    padding: 50px;
  }
  .pt-u-md-50,
  .py-u-md-50 {
    padding-top: 50px;
  }
  .pr-u-md-50,
  .px-u-md-50 {
    padding-right: 50px;
  }
  .pb-u-md-50,
  .py-u-md-50 {
    padding-bottom: 50px;
  }
  .pl-u-md-50,
  .px-u-md-50 {
    padding-left: 50px;
  }
  .p-u-md-60 {
    padding: 60px;
  }
  .pt-u-md-60,
  .py-u-md-60 {
    padding-top: 60px;
  }
  .pr-u-md-60,
  .px-u-md-60 {
    padding-right: 60px;
  }
  .pb-u-md-60,
  .py-u-md-60 {
    padding-bottom: 60px;
  }
  .pl-u-md-60,
  .px-u-md-60 {
    padding-left: 60px;
  }
  .p-u-md-70 {
    padding: 70px;
  }
  .pt-u-md-70,
  .py-u-md-70 {
    padding-top: 70px;
  }
  .pr-u-md-70,
  .px-u-md-70 {
    padding-right: 70px;
  }
  .pb-u-md-70,
  .py-u-md-70 {
    padding-bottom: 70px;
  }
  .pl-u-md-70,
  .px-u-md-70 {
    padding-left: 70px;
  }
  .p-u-md-80 {
    padding: 80px;
  }
  .pt-u-md-80,
  .py-u-md-80 {
    padding-top: 80px;
  }
  .pr-u-md-80,
  .px-u-md-80 {
    padding-right: 80px;
  }
  .pb-u-md-80,
  .py-u-md-80 {
    padding-bottom: 80px;
  }
  .pl-u-md-80,
  .px-u-md-80 {
    padding-left: 80px;
  }
  .p-u-md-90 {
    padding: 90px;
  }
  .pt-u-md-90,
  .py-u-md-90 {
    padding-top: 90px;
  }
  .pr-u-md-90,
  .px-u-md-90 {
    padding-right: 90px;
  }
  .pb-u-md-90,
  .py-u-md-90 {
    padding-bottom: 90px;
  }
  .pl-u-md-90,
  .px-u-md-90 {
    padding-left: 90px;
  }
  .p-u-md-100 {
    padding: 100px;
  }
  .pt-u-md-100,
  .py-u-md-100 {
    padding-top: 100px;
  }
  .pr-u-md-100,
  .px-u-md-100 {
    padding-right: 100px;
  }
  .pb-u-md-100,
  .py-u-md-100 {
    padding-bottom: 100px;
  }
  .pl-u-md-100,
  .px-u-md-100 {
    padding-left: 100px;
  }
  .p-u-md-120 {
    padding: 120px;
  }
  .pt-u-md-120,
  .py-u-md-120 {
    padding-top: 120px;
  }
  .pr-u-md-120,
  .px-u-md-120 {
    padding-right: 120px;
  }
  .pb-u-md-120,
  .py-u-md-120 {
    padding-bottom: 120px;
  }
  .pl-u-md-120,
  .px-u-md-120 {
    padding-left: 120px;
  }
  .p-u-md-160 {
    padding: 160px;
  }
  .pt-u-md-160,
  .py-u-md-160 {
    padding-top: 160px;
  }
  .pr-u-md-160,
  .px-u-md-160 {
    padding-right: 160px;
  }
  .pb-u-md-160,
  .py-u-md-160 {
    padding-bottom: 160px;
  }
  .pl-u-md-160,
  .px-u-md-160 {
    padding-left: 160px;
  }
  .m-u-md-n5 {
    margin: -5px;
  }
  .mt-u-md-n5,
  .my-u-md-n5 {
    margin-top: -5px;
  }
  .mr-u-md-n5,
  .mx-u-md-n5 {
    margin-right: -5px;
  }
  .mb-u-md-n5,
  .my-u-md-n5 {
    margin-bottom: -5px;
  }
  .ml-u-md-n5,
  .mx-u-md-n5 {
    margin-left: -5px;
  }
  .m-u-md-n8 {
    margin: -8px;
  }
  .mt-u-md-n8,
  .my-u-md-n8 {
    margin-top: -8px;
  }
  .mr-u-md-n8,
  .mx-u-md-n8 {
    margin-right: -8px;
  }
  .mb-u-md-n8,
  .my-u-md-n8 {
    margin-bottom: -8px;
  }
  .ml-u-md-n8,
  .mx-u-md-n8 {
    margin-left: -8px;
  }
  .m-u-md-n10 {
    margin: -10px;
  }
  .mt-u-md-n10,
  .my-u-md-n10 {
    margin-top: -10px;
  }
  .mr-u-md-n10,
  .mx-u-md-n10 {
    margin-right: -10px;
  }
  .mb-u-md-n10,
  .my-u-md-n10 {
    margin-bottom: -10px;
  }
  .ml-u-md-n10,
  .mx-u-md-n10 {
    margin-left: -10px;
  }
  .m-u-md-n12 {
    margin: -12px;
  }
  .mt-u-md-n12,
  .my-u-md-n12 {
    margin-top: -12px;
  }
  .mr-u-md-n12,
  .mx-u-md-n12 {
    margin-right: -12px;
  }
  .mb-u-md-n12,
  .my-u-md-n12 {
    margin-bottom: -12px;
  }
  .ml-u-md-n12,
  .mx-u-md-n12 {
    margin-left: -12px;
  }
  .m-u-md-n15 {
    margin: -15px;
  }
  .mt-u-md-n15,
  .my-u-md-n15 {
    margin-top: -15px;
  }
  .mr-u-md-n15,
  .mx-u-md-n15 {
    margin-right: -15px;
  }
  .mb-u-md-n15,
  .my-u-md-n15 {
    margin-bottom: -15px;
  }
  .ml-u-md-n15,
  .mx-u-md-n15 {
    margin-left: -15px;
  }
  .m-u-md-n20 {
    margin: -20px;
  }
  .mt-u-md-n20,
  .my-u-md-n20 {
    margin-top: -20px;
  }
  .mr-u-md-n20,
  .mx-u-md-n20 {
    margin-right: -20px;
  }
  .mb-u-md-n20,
  .my-u-md-n20 {
    margin-bottom: -20px;
  }
  .ml-u-md-n20,
  .mx-u-md-n20 {
    margin-left: -20px;
  }
  .m-u-md-n25 {
    margin: -25px;
  }
  .mt-u-md-n25,
  .my-u-md-n25 {
    margin-top: -25px;
  }
  .mr-u-md-n25,
  .mx-u-md-n25 {
    margin-right: -25px;
  }
  .mb-u-md-n25,
  .my-u-md-n25 {
    margin-bottom: -25px;
  }
  .ml-u-md-n25,
  .mx-u-md-n25 {
    margin-left: -25px;
  }
  .m-u-md-n30 {
    margin: -30px;
  }
  .mt-u-md-n30,
  .my-u-md-n30 {
    margin-top: -30px;
  }
  .mr-u-md-n30,
  .mx-u-md-n30 {
    margin-right: -30px;
  }
  .mb-u-md-n30,
  .my-u-md-n30 {
    margin-bottom: -30px;
  }
  .ml-u-md-n30,
  .mx-u-md-n30 {
    margin-left: -30px;
  }
  .m-u-md-n35 {
    margin: -35px;
  }
  .mt-u-md-n35,
  .my-u-md-n35 {
    margin-top: -35px;
  }
  .mr-u-md-n35,
  .mx-u-md-n35 {
    margin-right: -35px;
  }
  .mb-u-md-n35,
  .my-u-md-n35 {
    margin-bottom: -35px;
  }
  .ml-u-md-n35,
  .mx-u-md-n35 {
    margin-left: -35px;
  }
  .m-u-md-n40 {
    margin: -40px;
  }
  .mt-u-md-n40,
  .my-u-md-n40 {
    margin-top: -40px;
  }
  .mr-u-md-n40,
  .mx-u-md-n40 {
    margin-right: -40px;
  }
  .mb-u-md-n40,
  .my-u-md-n40 {
    margin-bottom: -40px;
  }
  .ml-u-md-n40,
  .mx-u-md-n40 {
    margin-left: -40px;
  }
  .m-u-md-n45 {
    margin: -45px;
  }
  .mt-u-md-n45,
  .my-u-md-n45 {
    margin-top: -45px;
  }
  .mr-u-md-n45,
  .mx-u-md-n45 {
    margin-right: -45px;
  }
  .mb-u-md-n45,
  .my-u-md-n45 {
    margin-bottom: -45px;
  }
  .ml-u-md-n45,
  .mx-u-md-n45 {
    margin-left: -45px;
  }
  .m-u-md-n50 {
    margin: -50px;
  }
  .mt-u-md-n50,
  .my-u-md-n50 {
    margin-top: -50px;
  }
  .mr-u-md-n50,
  .mx-u-md-n50 {
    margin-right: -50px;
  }
  .mb-u-md-n50,
  .my-u-md-n50 {
    margin-bottom: -50px;
  }
  .ml-u-md-n50,
  .mx-u-md-n50 {
    margin-left: -50px;
  }
  .m-u-md-n60 {
    margin: -60px;
  }
  .mt-u-md-n60,
  .my-u-md-n60 {
    margin-top: -60px;
  }
  .mr-u-md-n60,
  .mx-u-md-n60 {
    margin-right: -60px;
  }
  .mb-u-md-n60,
  .my-u-md-n60 {
    margin-bottom: -60px;
  }
  .ml-u-md-n60,
  .mx-u-md-n60 {
    margin-left: -60px;
  }
  .m-u-md-n70 {
    margin: -70px;
  }
  .mt-u-md-n70,
  .my-u-md-n70 {
    margin-top: -70px;
  }
  .mr-u-md-n70,
  .mx-u-md-n70 {
    margin-right: -70px;
  }
  .mb-u-md-n70,
  .my-u-md-n70 {
    margin-bottom: -70px;
  }
  .ml-u-md-n70,
  .mx-u-md-n70 {
    margin-left: -70px;
  }
  .m-u-md-n80 {
    margin: -80px;
  }
  .mt-u-md-n80,
  .my-u-md-n80 {
    margin-top: -80px;
  }
  .mr-u-md-n80,
  .mx-u-md-n80 {
    margin-right: -80px;
  }
  .mb-u-md-n80,
  .my-u-md-n80 {
    margin-bottom: -80px;
  }
  .ml-u-md-n80,
  .mx-u-md-n80 {
    margin-left: -80px;
  }
  .m-u-md-n90 {
    margin: -90px;
  }
  .mt-u-md-n90,
  .my-u-md-n90 {
    margin-top: -90px;
  }
  .mr-u-md-n90,
  .mx-u-md-n90 {
    margin-right: -90px;
  }
  .mb-u-md-n90,
  .my-u-md-n90 {
    margin-bottom: -90px;
  }
  .ml-u-md-n90,
  .mx-u-md-n90 {
    margin-left: -90px;
  }
  .m-u-md-n100 {
    margin: -100px;
  }
  .mt-u-md-n100,
  .my-u-md-n100 {
    margin-top: -100px;
  }
  .mr-u-md-n100,
  .mx-u-md-n100 {
    margin-right: -100px;
  }
  .mb-u-md-n100,
  .my-u-md-n100 {
    margin-bottom: -100px;
  }
  .ml-u-md-n100,
  .mx-u-md-n100 {
    margin-left: -100px;
  }
  .m-u-md-n120 {
    margin: -120px;
  }
  .mt-u-md-n120,
  .my-u-md-n120 {
    margin-top: -120px;
  }
  .mr-u-md-n120,
  .mx-u-md-n120 {
    margin-right: -120px;
  }
  .mb-u-md-n120,
  .my-u-md-n120 {
    margin-bottom: -120px;
  }
  .ml-u-md-n120,
  .mx-u-md-n120 {
    margin-left: -120px;
  }
  .m-u-md-n160 {
    margin: -160px;
  }
  .mt-u-md-n160,
  .my-u-md-n160 {
    margin-top: -160px;
  }
  .mr-u-md-n160,
  .mx-u-md-n160 {
    margin-right: -160px;
  }
  .mb-u-md-n160,
  .my-u-md-n160 {
    margin-bottom: -160px;
  }
  .ml-u-md-n160,
  .mx-u-md-n160 {
    margin-left: -160px;
  }
  .m-u-md-a {
    margin: auto;
  }
  .mt-u-md-a,
  .my-u-md-a {
    margin-top: auto;
  }
  .mr-u-md-a,
  .mx-u-md-a,
  .header__menu .sub-menu {
    margin-right: auto;
  }
  .mb-u-md-a,
  .my-u-md-a {
    margin-bottom: auto;
  }
  .ml-u-md-a,
  .mx-u-md-a,
  .header__menu .sub-menu {
    margin-left: auto;
  }
  .g-u-md-0 {
    gap: 0;
  }
  .gy-u-md-0 {
    row-gap: 0;
  }
  .gx-u-md-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .g-u-md-5 {
    gap: 5px;
  }
  .gy-u-md-5 {
    row-gap: 5px;
  }
  .gx-u-md-5 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .g-u-md-8 {
    gap: 8px;
  }
  .gy-u-md-8 {
    row-gap: 8px;
  }
  .gx-u-md-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .g-u-md-10 {
    gap: 10px;
  }
  .gy-u-md-10 {
    row-gap: 10px;
  }
  .gx-u-md-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .g-u-md-12 {
    gap: 12px;
  }
  .gy-u-md-12 {
    row-gap: 12px;
  }
  .gx-u-md-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .g-u-md-15 {
    gap: 15px;
  }
  .gy-u-md-15 {
    row-gap: 15px;
  }
  .gx-u-md-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .g-u-md-20 {
    gap: 20px;
  }
  .gy-u-md-20, .header__menu .sub-menu {
    row-gap: 20px;
  }
  .gx-u-md-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .g-u-md-25 {
    gap: 25px;
  }
  .gy-u-md-25 {
    row-gap: 25px;
  }
  .gx-u-md-25 {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .g-u-md-30 {
    gap: 30px;
  }
  .gy-u-md-30 {
    row-gap: 30px;
  }
  .gx-u-md-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .g-u-md-35 {
    gap: 35px;
  }
  .gy-u-md-35 {
    row-gap: 35px;
  }
  .gx-u-md-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .g-u-md-40 {
    gap: 40px;
  }
  .gy-u-md-40 {
    row-gap: 40px;
  }
  .gx-u-md-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .g-u-md-45 {
    gap: 45px;
  }
  .gy-u-md-45 {
    row-gap: 45px;
  }
  .gx-u-md-45 {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .g-u-md-50 {
    gap: 50px;
  }
  .gy-u-md-50 {
    row-gap: 50px;
  }
  .gx-u-md-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .g-u-md-60 {
    gap: 60px;
  }
  .gy-u-md-60 {
    row-gap: 60px;
  }
  .gx-u-md-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .g-u-md-70 {
    gap: 70px;
  }
  .gy-u-md-70 {
    row-gap: 70px;
  }
  .gx-u-md-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .g-u-md-80 {
    gap: 80px;
  }
  .gy-u-md-80 {
    row-gap: 80px;
  }
  .gx-u-md-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .g-u-md-90 {
    gap: 90px;
  }
  .gy-u-md-90 {
    row-gap: 90px;
  }
  .gx-u-md-90 {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .g-u-md-100 {
    gap: 100px;
  }
  .gy-u-md-100 {
    row-gap: 100px;
  }
  .gx-u-md-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .g-u-md-120 {
    gap: 120px;
  }
  .gy-u-md-120 {
    row-gap: 120px;
  }
  .gx-u-md-120 {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
  .g-u-md-160 {
    gap: 160px;
  }
  .gy-u-md-160 {
    row-gap: 160px;
  }
  .gx-u-md-160 {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  .h1 {
    font-size: var(--igs-h1-desktop);
  }
  .h2 {
    font-size: var(--igs-h2-desktop);
  }
  .h3 {
    font-size: var(--igs-h3-desktop);
  }
  .h4 {
    font-size: var(--igs-h4-desktop);
  }
  .h5 {
    font-size: var(--igs-h5-desktop);
  }
  .h6 {
    font-size: var(--igs-h6-desktop);
  }
  .tc-u-md-1 {
    color: var(--igs-color-1);
  }
  .tc-h-u-md-1:hover {
    color: var(--igs-color-1);
  }
  .tc-a-u-md-1.active {
    color: var(--igs-color-1);
  }
  .tc-u-md-2 {
    color: var(--igs-color-2);
  }
  .tc-h-u-md-2:hover {
    color: var(--igs-color-2);
  }
  .tc-a-u-md-2.active {
    color: var(--igs-color-2);
  }
  .tc-u-md-3 {
    color: var(--igs-color-3);
  }
  .tc-h-u-md-3:hover {
    color: var(--igs-color-3);
  }
  .tc-a-u-md-3.active {
    color: var(--igs-color-3);
  }
  .tc-u-md-4 {
    color: var(--igs-color-4);
  }
  .tc-h-u-md-4:hover {
    color: var(--igs-color-4);
  }
  .tc-a-u-md-4.active {
    color: var(--igs-color-4);
  }
  .tc-u-md-w {
    color: #fff;
  }
  .tc-h-u-md-w:hover {
    color: #fff;
  }
  .tc-a-u-md-w.active {
    color: #fff;
  }
  .tc-u-md-b {
    color: #000;
  }
  .tc-h-u-md-b:hover {
    color: #000;
  }
  .tc-a-u-md-b.active {
    color: #000;
  }
  .tc-u-md-i {
    color: inherit;
  }
  .tc-h-u-md-i:hover {
    color: inherit;
  }
  .tc-a-u-md-i.active {
    color: inherit;
  }
  .ta-u-md-l {
    text-align: left;
  }
  .ta-u-md-c {
    text-align: center;
  }
  .ta-u-md-r {
    text-align: right;
  }
  .ta-u-md-j {
    text-align: justify;
  }
  .tt-u-md-n {
    text-transform: none;
  }
  .tt-u-md-l {
    text-transform: lowercase;
  }
  .tt-u-md-u {
    text-transform: uppercase;
  }
  .tt-u-md-c {
    text-transform: capitalize;
  }
  .tt-u-md-j {
    text-transform: justify;
  }
  .td-u-md-n {
    text-decoration: none;
  }
  .td-u-md-h-n:hover {
    text-decoration: none;
  }
  .td-u-md-u {
    text-decoration: underline;
  }
  .td-u-md-h-u:hover {
    text-decoration: underline;
  }
  .ff-u-md-0 {
    font-family: 0;
  }
  .ff-u-md-16 {
    font-family: 16px;
  }
  .ff-u-md-20 {
    font-family: 20px;
  }
  .ff-u-md-30 {
    font-family: 30px;
  }
  .ff-u-md-40 {
    font-family: 40px;
  }
  .ff-u-md-60 {
    font-family: 60px;
  }
  .ff-u-md-80 {
    font-family: 80px;
  }
  .ff-u-md-100 {
    font-family: 100px;
  }
  .ff-u-md-100p {
    font-family: 100%;
  }
  .ff-u-md-134 {
    font-family: 134px;
  }
  .ff-u-md-200 {
    font-family: 200px;
  }
  .ff-u-md-370 {
    font-family: 370px;
  }
  .ff-u-md-a {
    font-family: auto;
  }
  .ff-u-md-n {
    font-family: none;
  }
  .fs-u-md-0 {
    font-size: 0;
  }
  .fs-u-md-10 {
    font-size: 10px;
  }
  .fs-u-md-11 {
    font-size: 11px;
  }
  .fs-u-md-12 {
    font-size: 12px;
  }
  .fs-u-md-13 {
    font-size: 13px;
  }
  .fs-u-md-14 {
    font-size: 14px;
  }
  .fs-u-md-15 {
    font-size: 15px;
  }
  .fs-u-md-16 {
    font-size: 16px;
  }
  .fs-u-md-18 {
    font-size: 18px;
  }
  .fs-u-md-20 {
    font-size: 20px;
  }
  .fs-u-md-22 {
    font-size: 22px;
  }
  .fs-u-md-24 {
    font-size: 24px;
  }
  .fs-u-md-26 {
    font-size: 26px;
  }
  .fs-u-md-30 {
    font-size: 30px;
  }
  .fs-u-md-40 {
    font-size: 40px;
  }
  .fs-u-md-50 {
    font-size: 50px;
  }
  .fs-u-md-60 {
    font-size: 60px;
  }
  .lh-u-md-0 {
    line-height: 0;
  }
  .lh-u-md-1 {
    line-height: 1;
  }
  .lh-u-md-1-2 {
    line-height: 1.2;
  }
  .lh-u-md-1-4 {
    line-height: 1.4;
  }
  .lh-u-md-1-5 {
    line-height: 1.5;
  }
  .fw-u-md-l {
    font-weight: 300;
  }
  .fw-u-md-n {
    font-weight: 400;
  }
  .fw-u-md-m {
    font-weight: 500;
  }
  .fw-u-md-sb {
    font-weight: 600;
  }
  .fw-u-md-b {
    font-weight: 700;
  }
  .fw-u-md-bl {
    font-weight: 900;
  }
  .fst-u-md-i {
    font-style: italic;
  }
  .ls-u-md-0 {
    letter-spacing: 0;
  }
  .ls-u-md-1 {
    letter-spacing: 1px;
  }
  .ls-u-md-2 {
    letter-spacing: 2px;
  }
  .zi-u-md-1 {
    z-index: 1;
  }
  .zi-u-md-n1 {
    z-index: -1;
  }
  .zi-u-md-2 {
    z-index: 2;
  }
  .zi-u-md-n2 {
    z-index: -2;
  }
  .zi-u-md-3 {
    z-index: 3;
  }
  .zi-u-md-n3 {
    z-index: -3;
  }
  .zi-u-md-4 {
    z-index: 4;
  }
  .zi-u-md-n4 {
    z-index: -4;
  }
  .zi-u-md-5 {
    z-index: 5;
  }
  .zi-u-md-n5 {
    z-index: -5;
  }
  .zi-u-md-10 {
    z-index: 10;
  }
  .zi-u-md-n10 {
    z-index: -10;
  }
  .zi-u-md-11 {
    z-index: 11;
  }
  .zi-u-md-n11 {
    z-index: -11;
  }
  .visible-u-md {
    visibility: visible;
  }
  .invisible-u-md {
    visibility: hidden;
  }
}

@media (max-width: 991.98px) {
  body {
    font-size: var(--igs-font-size-mobile);
  }
  h1 {
    font-size: var(--igs-h1-mobile);
  }
  h2 {
    font-size: var(--igs-h2-mobile);
  }
  h3 {
    font-size: var(--igs-h3-mobile);
  }
  h4 {
    font-size: var(--igs-h4-mobile);
  }
  h5 {
    font-size: var(--igs-h5-mobile);
  }
  h6 {
    font-size: var(--igs-h6-mobile);
  }
  .row-d-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .fic-d-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .fic-d-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .fic-d-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .order-d-sm-1 {
    order: 1;
  }
  .offset-d-sm-1 {
    margin-left: 8.3333333333%;
  }
  .fic-d-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .order-d-sm-2 {
    order: 2;
  }
  .offset-d-sm-2 {
    margin-left: 16.6666666667%;
  }
  .fic-d-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .order-d-sm-3 {
    order: 3;
  }
  .offset-d-sm-3 {
    margin-left: 25%;
  }
  .fic-d-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .order-d-sm-4 {
    order: 4;
  }
  .offset-d-sm-4 {
    margin-left: 33.3333333333%;
  }
  .fic-d-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .order-d-sm-5 {
    order: 5;
  }
  .offset-d-sm-5 {
    margin-left: 41.6666666667%;
  }
  .fic-d-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .order-d-sm-6 {
    order: 6;
  }
  .offset-d-sm-6 {
    margin-left: 50%;
  }
  .fic-d-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .order-d-sm-7 {
    order: 7;
  }
  .offset-d-sm-7 {
    margin-left: 58.3333333333%;
  }
  .fic-d-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .order-d-sm-8 {
    order: 8;
  }
  .offset-d-sm-8 {
    margin-left: 66.6666666667%;
  }
  .fic-d-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .order-d-sm-9 {
    order: 9;
  }
  .offset-d-sm-9 {
    margin-left: 75%;
  }
  .fic-d-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .order-d-sm-10 {
    order: 10;
  }
  .offset-d-sm-10 {
    margin-left: 83.3333333333%;
  }
  .fic-d-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .order-d-sm-11 {
    order: 11;
  }
  .offset-d-sm-11 {
    margin-left: 91.6666666667%;
  }
  .fic-d-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-d-sm-12 {
    order: 12;
  }
  .offset-d-sm-12 {
    margin-left: 100%;
  }
  img.alignleft {
    margin-right: 10px;
  }
  img.alignright {
    margin-left: 10px;
  }
  .header__logo {
    max-width: 65px;
    flex: 0 0 65px;
  }
  .header__menu .menu-item-has-children {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.73969 0.0271541C0.683077 0.0404781 0.578212 0.0813823 0.506657 0.118037C0.435102 0.154692 0.324727 0.238145 0.261424 0.303504C0.198094 0.368862 0.112009 0.496345 0.0700907 0.586817C0.00538988 0.726527 -0.0059876 0.786402 -0.00541188 0.984343C-0.00489098 1.16712 0.00917323 1.24989 0.0598373 1.36816C0.117575 1.50296 0.457364 1.85238 3.2642 4.66319C5.39412 6.7961 6.44433 7.82928 6.52937 7.8754C6.5983 7.91276 6.73184 7.95918 6.82607 7.97853C6.9655 8.00716 7.02933 8.00716 7.16876 7.97853C7.26302 7.95918 7.39653 7.91276 7.46545 7.8754C7.5505 7.82928 8.60071 6.7961 10.7306 4.66319C13.5375 1.85238 13.8773 1.50296 13.935 1.36816C13.9858 1.24964 13.9997 1.16751 14 0.984343C14.0003 0.785881 13.9888 0.725951 13.9223 0.580401C13.8734 0.473426 13.7939 0.362447 13.7098 0.283764C13.6359 0.214622 13.511 0.12914 13.4324 0.0938289C13.3537 0.058545 13.2253 0.021342 13.1472 0.0111982C13.0655 0.000560938 12.9374 0.00670205 12.8456 0.0256462C12.7579 0.0437406 12.6368 0.0830271 12.5765 0.112938C12.5051 0.148331 11.513 1.12005 9.73212 2.89897L6.99741 5.63066L4.26271 2.89897C2.47485 1.11309 1.49003 0.148551 1.41834 0.11313C1.35802 0.0833562 1.24329 0.0451114 1.1634 0.0281686C1.08348 0.0112257 0.978617 -0.00138555 0.930365 0.000122308C0.882087 0.00165758 0.796303 0.0138027 0.73969 0.0271541Z' fill='black'/%3E%3C/svg%3E") no-repeat right 16px;
  }
  .header__menu .menu-item-has-children.open > .sub-menu {
    display: block;
  }
  .menu-open .navbar {
    display: block;
  }
  .menu-open .btn-md {
    display: none;
  }
  .menu-open .btn-ma {
    display: inline;
  }
  .va-d-sm-base {
    vertical-align: baseline;
  }
  .va-d-sm-t {
    vertical-align: top;
  }
  .va-d-sm-m {
    vertical-align: middle;
  }
  .va-d-sm-b {
    vertical-align: bottom;
  }
  .va-d-sm-tt {
    vertical-align: text-top;
  }
  .va-d-sm-tb {
    vertical-align: text-bottom;
  }
  .bg-d-sm-1 {
    background-color: var(--igs-color-1);
  }
  .bg-h-d-sm-1:hover {
    background-color: var(--igs-color-1);
  }
  .bg-a-d-sm-1.active {
    background-color: var(--igs-color-1);
  }
  .bg-d-sm-2 {
    background-color: var(--igs-color-2);
  }
  .bg-h-d-sm-2:hover {
    background-color: var(--igs-color-2);
  }
  .bg-a-d-sm-2.active {
    background-color: var(--igs-color-2);
  }
  .bg-d-sm-3 {
    background-color: var(--igs-color-3);
  }
  .bg-h-d-sm-3:hover {
    background-color: var(--igs-color-3);
  }
  .bg-a-d-sm-3.active {
    background-color: var(--igs-color-3);
  }
  .bg-d-sm-4 {
    background-color: var(--igs-color-4);
  }
  .bg-h-d-sm-4:hover {
    background-color: var(--igs-color-4);
  }
  .bg-a-d-sm-4.active {
    background-color: var(--igs-color-4);
  }
  .bg-d-sm-w {
    background-color: #fff;
  }
  .bg-h-d-sm-w:hover {
    background-color: #fff;
  }
  .bg-a-d-sm-w.active {
    background-color: #fff;
  }
  .bg-d-sm-b {
    background-color: #000;
  }
  .bg-h-d-sm-b:hover {
    background-color: #000;
  }
  .bg-a-d-sm-b.active {
    background-color: #000;
  }
  .bg-d-sm-i {
    background-color: inherit;
  }
  .bg-h-d-sm-i:hover {
    background-color: inherit;
  }
  .bg-a-d-sm-i.active {
    background-color: inherit;
  }
  .br-d-sm-5 {
    border-radius: 5px;
  }
  .br-t-d-sm-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .br-b-d-sm-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .br-l-d-sm-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .br-r-d-sm-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .br-d-sm-10 {
    border-radius: 10px;
  }
  .br-t-d-sm-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .br-b-d-sm-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .br-l-d-sm-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .br-r-d-sm-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .br-d-sm-c {
    border-radius: 50%;
  }
  .br-t-d-sm-c {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  .br-b-d-sm-c {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .br-l-d-sm-c {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .br-r-d-sm-c {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .br-d-sm-p {
    border-radius: 50rem;
  }
  .br-t-d-sm-p {
    border-top-left-radius: 50rem;
    border-top-right-radius: 50rem;
  }
  .br-b-d-sm-p {
    border-bottom-right-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
  .br-l-d-sm-p {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
  .br-r-d-sm-p {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
  }
  .b-d-sm-1 {
    border: 1px solid transparent;
  }
  .b-d-sm-2 {
    border: 2px solid transparent;
  }
  .b-d-sm-3 {
    border: 3px solid transparent;
  }
  .b-d-sm-4 {
    border: 4px solid transparent;
  }
  .b-d-sm-5 {
    border: 5px solid transparent;
  }
  .b-t-d-sm-1 {
    border-top: 1px solid transparent;
  }
  .b-t-d-sm-2 {
    border-top: 2px solid transparent;
  }
  .b-t-d-sm-3 {
    border-top: 3px solid transparent;
  }
  .b-t-d-sm-4 {
    border-top: 4px solid transparent;
  }
  .b-t-d-sm-5 {
    border-top: 5px solid transparent;
  }
  .b-r-d-sm-1 {
    border-right: 1px solid transparent;
  }
  .b-r-d-sm-2 {
    border-right: 2px solid transparent;
  }
  .b-r-d-sm-3 {
    border-right: 3px solid transparent;
  }
  .b-r-d-sm-4 {
    border-right: 4px solid transparent;
  }
  .b-r-d-sm-5 {
    border-right: 5px solid transparent;
  }
  .b-b-d-sm-1 {
    border-bottom: 1px solid transparent;
  }
  .b-b-d-sm-2 {
    border-bottom: 2px solid transparent;
  }
  .b-b-d-sm-3 {
    border-bottom: 3px solid transparent;
  }
  .b-b-d-sm-4 {
    border-bottom: 4px solid transparent;
  }
  .b-b-d-sm-5 {
    border-bottom: 5px solid transparent;
  }
  .b-l-d-sm-1 {
    border-left: 1px solid transparent;
  }
  .b-l-d-sm-2 {
    border-left: 2px solid transparent;
  }
  .b-l-d-sm-3 {
    border-left: 3px solid transparent;
  }
  .b-l-d-sm-4 {
    border-left: 4px solid transparent;
  }
  .b-l-d-sm-5 {
    border-left: 5px solid transparent;
  }
  .bc-d-sm-b15 {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .bc-d-sm-b15:hover {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .bc-d-sm-1 {
    border-color: var(--igs-color-1);
  }
  .bc-d-sm-1:hover {
    border-color: var(--igs-color-1);
  }
  .bc-d-sm-2 {
    border-color: var(--igs-color-2);
  }
  .bc-d-sm-2:hover {
    border-color: var(--igs-color-2);
  }
  .bc-d-sm-3 {
    border-color: var(--igs-color-3);
  }
  .bc-d-sm-3:hover {
    border-color: var(--igs-color-3);
  }
  .bc-d-sm-4 {
    border-color: var(--igs-color-4);
  }
  .bc-d-sm-4:hover {
    border-color: var(--igs-color-4);
  }
  .bc-d-sm-w {
    border-color: #fff;
  }
  .bc-d-sm-w:hover {
    border-color: #fff;
  }
  .bc-d-sm-b {
    border-color: #000;
  }
  .bc-d-sm-b:hover {
    border-color: #000;
  }
  .bc-d-sm-i {
    border-color: inherit;
  }
  .bc-d-sm-i:hover {
    border-color: inherit;
  }
  .d-d-sm-i {
    display: inline;
  }
  .d-d-sm-ib, .navbar a {
    display: inline-block;
  }
  .d-d-sm-b {
    display: block;
  }
  .d-d-sm-t {
    display: table;
  }
  .d-d-sm-tr {
    display: table-row;
  }
  .d-d-sm-tc {
    display: table-cell;
  }
  .d-d-sm-f {
    display: flex;
  }
  .d-d-sm-if {
    display: inline-flex;
  }
  .d-d-sm-n, .header__menu .sub-menu {
    display: none;
  }
  .f-d-sm-1 {
    flex: 0 1 100%;
  }
  .f-d-sm-3 {
    flex: 0 0 33.33%;
  }
  .f-d-sm-40 {
    flex: 0 0 40px;
  }
  .f-d-sm-60 {
    flex: 0 0 60px;
  }
  .f-d-sm-80 {
    flex: 0 0 80px;
  }
  .f-d-sm-h {
    flex: 0 0 50%;
  }
  .f-d-sm-a {
    flex: 0 0 auto;
  }
  .f-d-sm-r {
    flex-direction: row;
  }
  .f-d-sm-c {
    flex-direction: column;
  }
  .f-d-sm-rr {
    flex-direction: row-reverse;
  }
  .f-d-sm-cr {
    flex-direction: column-reverse;
  }
  .f-d-sm-w {
    flex-wrap: wrap;
  }
  .f-d-sm-nw {
    flex-wrap: nowrap;
  }
  .f-d-sm-wr {
    flex-wrap: wrap-reverse;
  }
  .f-d-sm-g-0 {
    flex-grow: 0;
  }
  .f-d-sm-g-1 {
    flex-grow: 1;
  }
  .f-d-sm-s-0 {
    flex-shrink: 0;
  }
  .f-d-sm-s-1 {
    flex-shrink: 1;
  }
  .ai-d-sm-fs {
    align-items: flex-start;
  }
  .ai-d-sm-fe {
    align-items: flex-end;
  }
  .ai-d-sm-c {
    align-items: center;
  }
  .ai-d-sm-b {
    align-items: baseline;
  }
  .ai-d-sm-s {
    align-items: stretch;
  }
  .jc-d-sm-fs {
    justify-content: flex-start;
  }
  .jc-d-sm-fe {
    justify-content: flex-end;
  }
  .jc-d-sm-c {
    justify-content: center;
  }
  .jc-d-sm-sb {
    justify-content: space-between;
  }
  .jc-d-sm-sa {
    justify-content: space-around;
  }
  .jc-d-sm-se {
    justify-content: space-evenly;
  }
  .ac-d-sm-fs {
    align-content: flex-start;
  }
  .ac-d-sm-fe {
    align-content: flex-end;
  }
  .ac-d-sm-c {
    align-content: center;
  }
  .ac-d-sm-sb {
    align-content: space-between;
  }
  .ac-d-sm-sa {
    align-content: space-around;
  }
  .ac-d-sm-s {
    align-content: stretch;
  }
  .as-d-sm-a {
    align-self: auto;
  }
  .as-d-sm-fs {
    align-self: flex-start;
  }
  .as-d-sm-fe {
    align-self: flex-end;
  }
  .as-d-sm-c {
    align-self: center;
  }
  .as-d-sm-b {
    align-self: baseline;
  }
  .as-d-sm-s {
    align-self: stretch;
  }
  .float-d-sm-l {
    float: left;
  }
  .float-d-sm-r {
    float: right;
  }
  .float-d-sm-n {
    float: none;
  }
  .of-d-sm-a {
    overflow: auto;
  }
  .of-d-sm-h {
    overflow: hidden;
  }
  .ps-d-sm-s {
    position: static;
  }
  .ps-d-sm-r {
    position: relative;
  }
  .ps-d-sm-a {
    position: absolute;
  }
  .ps-d-sm-f {
    position: fixed;
  }
  .ps-d-sm-sy {
    position: sticky;
  }
  .ps-d-sm-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .ps-t-d-sm-0,
  .ps-y-d-sm-0 {
    top: 0;
  }
  .ps-b-d-sm-0,
  .ps-y-d-sm-0 {
    bottom: 0;
  }
  .ps-l-d-sm-0,
  .ps-x-d-sm-0 {
    left: 0;
  }
  .ps-r-d-sm-0,
  .ps-x-d-sm-0 {
    right: 0;
  }
  .ps-d-sm-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }
  .ps-t-d-sm-5,
  .ps-y-d-sm-5 {
    top: 5px;
  }
  .ps-b-d-sm-5,
  .ps-y-d-sm-5 {
    bottom: 5px;
  }
  .ps-l-d-sm-5,
  .ps-x-d-sm-5 {
    left: 5px;
  }
  .ps-r-d-sm-5,
  .ps-x-d-sm-5 {
    right: 5px;
  }
  .ps-d-sm-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .ps-t-d-sm-10,
  .ps-y-d-sm-10 {
    top: 10px;
  }
  .ps-b-d-sm-10,
  .ps-y-d-sm-10 {
    bottom: 10px;
  }
  .ps-l-d-sm-10,
  .ps-x-d-sm-10 {
    left: 10px;
  }
  .ps-r-d-sm-10,
  .ps-x-d-sm-10 {
    right: 10px;
  }
  .ps-d-sm-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }
  .ps-t-d-sm-25,
  .ps-y-d-sm-25 {
    top: 25px;
  }
  .ps-b-d-sm-25,
  .ps-y-d-sm-25 {
    bottom: 25px;
  }
  .ps-l-d-sm-25,
  .ps-x-d-sm-25 {
    left: 25px;
  }
  .ps-r-d-sm-25,
  .ps-x-d-sm-25 {
    right: 25px;
  }
  .ps-d-sm-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
  .ps-t-d-sm-30,
  .ps-y-d-sm-30 {
    top: 30px;
  }
  .ps-b-d-sm-30,
  .ps-y-d-sm-30 {
    bottom: 30px;
  }
  .ps-l-d-sm-30,
  .ps-x-d-sm-30 {
    left: 30px;
  }
  .ps-r-d-sm-30,
  .ps-x-d-sm-30 {
    right: 30px;
  }
  .ps-d-sm-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }
  .ps-t-d-sm-50,
  .ps-y-d-sm-50 {
    top: 50px;
  }
  .ps-b-d-sm-50,
  .ps-y-d-sm-50 {
    bottom: 50px;
  }
  .ps-l-d-sm-50,
  .ps-x-d-sm-50 {
    left: 50px;
  }
  .ps-r-d-sm-50,
  .ps-x-d-sm-50 {
    right: 50px;
  }
  .ps-d-sm-50p {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
  .ps-t-d-sm-50p,
  .ps-y-d-sm-50p {
    top: 50%;
  }
  .ps-b-d-sm-50p,
  .ps-y-d-sm-50p {
    bottom: 50%;
  }
  .ps-l-d-sm-50p,
  .ps-x-d-sm-50p {
    left: 50%;
  }
  .ps-r-d-sm-50p,
  .ps-x-d-sm-50p {
    right: 50%;
  }
  .ps-d-sm-100 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }
  .ps-t-d-sm-100,
  .ps-y-d-sm-100 {
    top: 100%;
  }
  .ps-b-d-sm-100,
  .ps-y-d-sm-100 {
    bottom: 100%;
  }
  .ps-l-d-sm-100,
  .ps-x-d-sm-100 {
    left: 100%;
  }
  .ps-r-d-sm-100,
  .ps-x-d-sm-100 {
    right: 100%;
  }
  .w-d-sm-0 {
    width: 0;
  }
  .w-d-sm-16 {
    width: 16px;
  }
  .w-d-sm-20 {
    width: 20px;
  }
  .w-d-sm-30 {
    width: 30px;
  }
  .w-d-sm-40 {
    width: 40px;
  }
  .w-d-sm-60 {
    width: 60px;
  }
  .w-d-sm-80 {
    width: 80px;
  }
  .w-d-sm-100 {
    width: 100px;
  }
  .w-d-sm-100p {
    width: 100%;
  }
  .w-d-sm-134 {
    width: 134px;
  }
  .w-d-sm-200 {
    width: 200px;
  }
  .w-d-sm-370 {
    width: 370px;
  }
  .w-d-sm-a {
    width: auto;
    width: auto;
  }
  .w-d-sm-n {
    width: none;
  }
  .h-d-sm-0 {
    height: 0;
  }
  .h-d-sm-16 {
    height: 16px;
  }
  .h-d-sm-20 {
    height: 20px;
  }
  .h-d-sm-30 {
    height: 30px;
  }
  .h-d-sm-40 {
    height: 40px;
  }
  .h-d-sm-60 {
    height: 60px;
  }
  .h-d-sm-80 {
    height: 80px;
  }
  .h-d-sm-100 {
    height: 100px;
  }
  .h-d-sm-100p {
    height: 100%;
  }
  .h-d-sm-134 {
    height: 134px;
  }
  .h-d-sm-200 {
    height: 200px;
  }
  .h-d-sm-370 {
    height: 370px;
  }
  .h-d-sm-a {
    height: auto;
  }
  .h-d-sm-n {
    height: none;
  }
  .mw-d-sm-0 {
    max-width: 0;
  }
  .mw-d-sm-16 {
    max-width: 16px;
  }
  .mw-d-sm-20 {
    max-width: 20px;
  }
  .mw-d-sm-30 {
    max-width: 30px;
  }
  .mw-d-sm-40 {
    max-width: 40px;
  }
  .mw-d-sm-60 {
    max-width: 60px;
  }
  .mw-d-sm-80 {
    max-width: 80px;
  }
  .mw-d-sm-100 {
    max-width: 100px;
  }
  .mw-d-sm-100p {
    max-width: 100%;
  }
  .mw-d-sm-134 {
    max-width: 134px;
  }
  .mw-d-sm-200 {
    max-width: 200px;
  }
  .mw-d-sm-370 {
    max-width: 370px;
  }
  .mw-d-sm-a {
    max-width: auto;
  }
  .mw-d-sm-n {
    max-width: none;
  }
  .min-w-d-sm-0 {
    min-width: 0;
  }
  .min-w-d-sm-16 {
    min-width: 16px;
  }
  .min-w-d-sm-20 {
    min-width: 20px;
  }
  .min-w-d-sm-30 {
    min-width: 30px;
  }
  .min-w-d-sm-40 {
    min-width: 40px;
  }
  .min-w-d-sm-60 {
    min-width: 60px;
  }
  .min-w-d-sm-80 {
    min-width: 80px;
  }
  .min-w-d-sm-100 {
    min-width: 100px;
  }
  .min-w-d-sm-100p {
    min-width: 100%;
  }
  .min-w-d-sm-134 {
    min-width: 134px;
  }
  .min-w-d-sm-200 {
    min-width: 200px;
  }
  .min-w-d-sm-370 {
    min-width: 370px;
  }
  .min-w-d-sm-a {
    min-width: auto;
  }
  .min-w-d-sm-n {
    min-width: none;
  }
  .mh-d-sm-0 {
    max-height: 0;
  }
  .mh-d-sm-16 {
    max-height: 16px;
  }
  .mh-d-sm-20 {
    max-height: 20px;
  }
  .mh-d-sm-30 {
    max-height: 30px;
  }
  .mh-d-sm-40 {
    max-height: 40px;
  }
  .mh-d-sm-60 {
    max-height: 60px;
  }
  .mh-d-sm-80 {
    max-height: 80px;
  }
  .mh-d-sm-100 {
    max-height: 100px;
  }
  .mh-d-sm-100p {
    max-height: 100%;
  }
  .mh-d-sm-134 {
    max-height: 134px;
  }
  .mh-d-sm-200 {
    max-height: 200px;
  }
  .mh-d-sm-370 {
    max-height: 370px;
  }
  .mh-d-sm-a {
    max-height: auto;
  }
  .mh-d-sm-n {
    max-height: none;
  }
  .min-h-d-sm-0 {
    min-height: 0;
  }
  .min-h-d-sm-16 {
    min-height: 16px;
  }
  .min-h-d-sm-20 {
    min-height: 20px;
  }
  .min-h-d-sm-30 {
    min-height: 30px;
  }
  .min-h-d-sm-40 {
    min-height: 40px;
  }
  .min-h-d-sm-60 {
    min-height: 60px;
  }
  .min-h-d-sm-80 {
    min-height: 80px;
  }
  .min-h-d-sm-100 {
    min-height: 100px;
  }
  .min-h-d-sm-100p {
    min-height: 100%;
  }
  .min-h-d-sm-134 {
    min-height: 134px;
  }
  .min-h-d-sm-200 {
    min-height: 200px;
  }
  .min-h-d-sm-370 {
    min-height: 370px;
  }
  .min-h-d-sm-a {
    min-height: auto;
  }
  .min-h-d-sm-n {
    min-height: none;
  }
  .min-d-sm-vw-100 {
    min-width: 100vw;
  }
  .min-d-sm-vh-100 {
    min-height: 100vh;
  }
  .vw-d-sm-100 {
    width: 100vw;
  }
  .vh-d-sm-100 {
    height: 100vh;
  }
  .m-d-sm-0 {
    margin: 0;
  }
  .mt-d-sm-0,
  .my-d-sm-0 {
    margin-top: 0;
  }
  .mr-d-sm-0,
  .mx-d-sm-0 {
    margin-right: 0;
  }
  .mb-d-sm-0,
  .my-d-sm-0 {
    margin-bottom: 0;
  }
  .ml-d-sm-0,
  .mx-d-sm-0 {
    margin-left: 0;
  }
  .m-d-sm-5 {
    margin: 5px;
  }
  .mt-d-sm-5,
  .my-d-sm-5 {
    margin-top: 5px;
  }
  .mr-d-sm-5,
  .mx-d-sm-5 {
    margin-right: 5px;
  }
  .mb-d-sm-5,
  .my-d-sm-5 {
    margin-bottom: 5px;
  }
  .ml-d-sm-5,
  .mx-d-sm-5 {
    margin-left: 5px;
  }
  .m-d-sm-8 {
    margin: 8px;
  }
  .mt-d-sm-8,
  .my-d-sm-8 {
    margin-top: 8px;
  }
  .mr-d-sm-8,
  .mx-d-sm-8 {
    margin-right: 8px;
  }
  .mb-d-sm-8,
  .my-d-sm-8 {
    margin-bottom: 8px;
  }
  .ml-d-sm-8,
  .mx-d-sm-8 {
    margin-left: 8px;
  }
  .m-d-sm-10 {
    margin: 10px;
  }
  .mt-d-sm-10,
  .my-d-sm-10 {
    margin-top: 10px;
  }
  .mr-d-sm-10,
  .mx-d-sm-10 {
    margin-right: 10px;
  }
  .mb-d-sm-10, img.alignnone, img.aligncenter, img.alignleft, img.alignright,
  .my-d-sm-10 {
    margin-bottom: 10px;
  }
  .ml-d-sm-10,
  .mx-d-sm-10 {
    margin-left: 10px;
  }
  .m-d-sm-12 {
    margin: 12px;
  }
  .mt-d-sm-12,
  .my-d-sm-12 {
    margin-top: 12px;
  }
  .mr-d-sm-12,
  .mx-d-sm-12 {
    margin-right: 12px;
  }
  .mb-d-sm-12,
  .my-d-sm-12 {
    margin-bottom: 12px;
  }
  .ml-d-sm-12,
  .mx-d-sm-12 {
    margin-left: 12px;
  }
  .m-d-sm-15 {
    margin: 15px;
  }
  .mt-d-sm-15,
  .my-d-sm-15 {
    margin-top: 15px;
  }
  .mr-d-sm-15,
  .mx-d-sm-15 {
    margin-right: 15px;
  }
  .mb-d-sm-15,
  .my-d-sm-15 {
    margin-bottom: 15px;
  }
  .ml-d-sm-15,
  .mx-d-sm-15 {
    margin-left: 15px;
  }
  .m-d-sm-20 {
    margin: 20px;
  }
  .mt-d-sm-20,
  .my-d-sm-20 {
    margin-top: 20px;
  }
  .mr-d-sm-20,
  .mx-d-sm-20 {
    margin-right: 20px;
  }
  .mb-d-sm-20,
  .my-d-sm-20 {
    margin-bottom: 20px;
  }
  .ml-d-sm-20,
  .mx-d-sm-20 {
    margin-left: 20px;
  }
  .m-d-sm-25 {
    margin: 25px;
  }
  .mt-d-sm-25,
  .my-d-sm-25 {
    margin-top: 25px;
  }
  .mr-d-sm-25,
  .mx-d-sm-25 {
    margin-right: 25px;
  }
  .mb-d-sm-25,
  .my-d-sm-25 {
    margin-bottom: 25px;
  }
  .ml-d-sm-25,
  .mx-d-sm-25 {
    margin-left: 25px;
  }
  .m-d-sm-30 {
    margin: 30px;
  }
  .mt-d-sm-30,
  .my-d-sm-30 {
    margin-top: 30px;
  }
  .mr-d-sm-30,
  .mx-d-sm-30 {
    margin-right: 30px;
  }
  .mb-d-sm-30,
  .my-d-sm-30 {
    margin-bottom: 30px;
  }
  .ml-d-sm-30,
  .mx-d-sm-30 {
    margin-left: 30px;
  }
  .m-d-sm-35 {
    margin: 35px;
  }
  .mt-d-sm-35,
  .my-d-sm-35 {
    margin-top: 35px;
  }
  .mr-d-sm-35,
  .mx-d-sm-35 {
    margin-right: 35px;
  }
  .mb-d-sm-35,
  .my-d-sm-35 {
    margin-bottom: 35px;
  }
  .ml-d-sm-35,
  .mx-d-sm-35 {
    margin-left: 35px;
  }
  .m-d-sm-40 {
    margin: 40px;
  }
  .mt-d-sm-40,
  .my-d-sm-40 {
    margin-top: 40px;
  }
  .mr-d-sm-40,
  .mx-d-sm-40 {
    margin-right: 40px;
  }
  .mb-d-sm-40,
  .my-d-sm-40 {
    margin-bottom: 40px;
  }
  .ml-d-sm-40,
  .mx-d-sm-40 {
    margin-left: 40px;
  }
  .m-d-sm-45 {
    margin: 45px;
  }
  .mt-d-sm-45,
  .my-d-sm-45 {
    margin-top: 45px;
  }
  .mr-d-sm-45,
  .mx-d-sm-45 {
    margin-right: 45px;
  }
  .mb-d-sm-45,
  .my-d-sm-45 {
    margin-bottom: 45px;
  }
  .ml-d-sm-45,
  .mx-d-sm-45 {
    margin-left: 45px;
  }
  .m-d-sm-50 {
    margin: 50px;
  }
  .mt-d-sm-50,
  .my-d-sm-50 {
    margin-top: 50px;
  }
  .mr-d-sm-50,
  .mx-d-sm-50 {
    margin-right: 50px;
  }
  .mb-d-sm-50,
  .my-d-sm-50 {
    margin-bottom: 50px;
  }
  .ml-d-sm-50,
  .mx-d-sm-50 {
    margin-left: 50px;
  }
  .m-d-sm-60 {
    margin: 60px;
  }
  .mt-d-sm-60,
  .my-d-sm-60 {
    margin-top: 60px;
  }
  .mr-d-sm-60,
  .mx-d-sm-60 {
    margin-right: 60px;
  }
  .mb-d-sm-60,
  .my-d-sm-60 {
    margin-bottom: 60px;
  }
  .ml-d-sm-60,
  .mx-d-sm-60 {
    margin-left: 60px;
  }
  .m-d-sm-70 {
    margin: 70px;
  }
  .mt-d-sm-70,
  .my-d-sm-70 {
    margin-top: 70px;
  }
  .mr-d-sm-70,
  .mx-d-sm-70 {
    margin-right: 70px;
  }
  .mb-d-sm-70,
  .my-d-sm-70 {
    margin-bottom: 70px;
  }
  .ml-d-sm-70,
  .mx-d-sm-70 {
    margin-left: 70px;
  }
  .m-d-sm-80 {
    margin: 80px;
  }
  .mt-d-sm-80,
  .my-d-sm-80 {
    margin-top: 80px;
  }
  .mr-d-sm-80,
  .mx-d-sm-80 {
    margin-right: 80px;
  }
  .mb-d-sm-80,
  .my-d-sm-80 {
    margin-bottom: 80px;
  }
  .ml-d-sm-80,
  .mx-d-sm-80 {
    margin-left: 80px;
  }
  .m-d-sm-90 {
    margin: 90px;
  }
  .mt-d-sm-90,
  .my-d-sm-90 {
    margin-top: 90px;
  }
  .mr-d-sm-90,
  .mx-d-sm-90 {
    margin-right: 90px;
  }
  .mb-d-sm-90,
  .my-d-sm-90 {
    margin-bottom: 90px;
  }
  .ml-d-sm-90,
  .mx-d-sm-90 {
    margin-left: 90px;
  }
  .m-d-sm-100 {
    margin: 100px;
  }
  .mt-d-sm-100,
  .my-d-sm-100 {
    margin-top: 100px;
  }
  .mr-d-sm-100,
  .mx-d-sm-100 {
    margin-right: 100px;
  }
  .mb-d-sm-100,
  .my-d-sm-100 {
    margin-bottom: 100px;
  }
  .ml-d-sm-100,
  .mx-d-sm-100 {
    margin-left: 100px;
  }
  .m-d-sm-120 {
    margin: 120px;
  }
  .mt-d-sm-120,
  .my-d-sm-120 {
    margin-top: 120px;
  }
  .mr-d-sm-120,
  .mx-d-sm-120 {
    margin-right: 120px;
  }
  .mb-d-sm-120,
  .my-d-sm-120 {
    margin-bottom: 120px;
  }
  .ml-d-sm-120,
  .mx-d-sm-120 {
    margin-left: 120px;
  }
  .m-d-sm-160 {
    margin: 160px;
  }
  .mt-d-sm-160,
  .my-d-sm-160 {
    margin-top: 160px;
  }
  .mr-d-sm-160,
  .mx-d-sm-160 {
    margin-right: 160px;
  }
  .mb-d-sm-160,
  .my-d-sm-160 {
    margin-bottom: 160px;
  }
  .ml-d-sm-160,
  .mx-d-sm-160 {
    margin-left: 160px;
  }
  .p-d-sm-0 {
    padding: 0;
  }
  .pt-d-sm-0,
  .py-d-sm-0 {
    padding-top: 0;
  }
  .pr-d-sm-0,
  .px-d-sm-0 {
    padding-right: 0;
  }
  .pb-d-sm-0,
  .py-d-sm-0 {
    padding-bottom: 0;
  }
  .pl-d-sm-0,
  .px-d-sm-0 {
    padding-left: 0;
  }
  .p-d-sm-5 {
    padding: 5px;
  }
  .pt-d-sm-5,
  .py-d-sm-5 {
    padding-top: 5px;
  }
  .pr-d-sm-5,
  .px-d-sm-5 {
    padding-right: 5px;
  }
  .pb-d-sm-5,
  .py-d-sm-5 {
    padding-bottom: 5px;
  }
  .pl-d-sm-5,
  .px-d-sm-5 {
    padding-left: 5px;
  }
  .p-d-sm-8 {
    padding: 8px;
  }
  .pt-d-sm-8,
  .py-d-sm-8 {
    padding-top: 8px;
  }
  .pr-d-sm-8,
  .px-d-sm-8 {
    padding-right: 8px;
  }
  .pb-d-sm-8,
  .py-d-sm-8 {
    padding-bottom: 8px;
  }
  .pl-d-sm-8,
  .px-d-sm-8 {
    padding-left: 8px;
  }
  .p-d-sm-10 {
    padding: 10px;
  }
  .pt-d-sm-10,
  .py-d-sm-10,
  .navbar a {
    padding-top: 10px;
  }
  .pr-d-sm-10,
  .px-d-sm-10 {
    padding-right: 10px;
  }
  .pb-d-sm-10,
  .py-d-sm-10,
  .navbar a {
    padding-bottom: 10px;
  }
  .pl-d-sm-10,
  .px-d-sm-10 {
    padding-left: 10px;
  }
  .p-d-sm-12 {
    padding: 12px;
  }
  .pt-d-sm-12,
  .py-d-sm-12 {
    padding-top: 12px;
  }
  .pr-d-sm-12,
  .px-d-sm-12 {
    padding-right: 12px;
  }
  .pb-d-sm-12,
  .py-d-sm-12 {
    padding-bottom: 12px;
  }
  .pl-d-sm-12,
  .px-d-sm-12 {
    padding-left: 12px;
  }
  .p-d-sm-15 {
    padding: 15px;
  }
  .pt-d-sm-15,
  .py-d-sm-15 {
    padding-top: 15px;
  }
  .pr-d-sm-15,
  .px-d-sm-15 {
    padding-right: 15px;
  }
  .pb-d-sm-15,
  .py-d-sm-15 {
    padding-bottom: 15px;
  }
  .pl-d-sm-15,
  .px-d-sm-15 {
    padding-left: 15px;
  }
  .p-d-sm-20 {
    padding: 20px;
  }
  .pt-d-sm-20,
  .py-d-sm-20 {
    padding-top: 20px;
  }
  .pr-d-sm-20,
  .px-d-sm-20 {
    padding-right: 20px;
  }
  .pb-d-sm-20,
  .py-d-sm-20 {
    padding-bottom: 20px;
  }
  .pl-d-sm-20, .header__menu .sub-menu,
  .px-d-sm-20 {
    padding-left: 20px;
  }
  .p-d-sm-25 {
    padding: 25px;
  }
  .pt-d-sm-25,
  .py-d-sm-25 {
    padding-top: 25px;
  }
  .pr-d-sm-25,
  .px-d-sm-25 {
    padding-right: 25px;
  }
  .pb-d-sm-25,
  .py-d-sm-25 {
    padding-bottom: 25px;
  }
  .pl-d-sm-25,
  .px-d-sm-25 {
    padding-left: 25px;
  }
  .p-d-sm-30 {
    padding: 30px;
  }
  .pt-d-sm-30,
  .py-d-sm-30 {
    padding-top: 30px;
  }
  .pr-d-sm-30,
  .px-d-sm-30 {
    padding-right: 30px;
  }
  .pb-d-sm-30,
  .py-d-sm-30 {
    padding-bottom: 30px;
  }
  .pl-d-sm-30,
  .px-d-sm-30 {
    padding-left: 30px;
  }
  .p-d-sm-35 {
    padding: 35px;
  }
  .pt-d-sm-35,
  .py-d-sm-35 {
    padding-top: 35px;
  }
  .pr-d-sm-35,
  .px-d-sm-35 {
    padding-right: 35px;
  }
  .pb-d-sm-35,
  .py-d-sm-35 {
    padding-bottom: 35px;
  }
  .pl-d-sm-35,
  .px-d-sm-35 {
    padding-left: 35px;
  }
  .p-d-sm-40 {
    padding: 40px;
  }
  .pt-d-sm-40,
  .py-d-sm-40 {
    padding-top: 40px;
  }
  .pr-d-sm-40,
  .px-d-sm-40 {
    padding-right: 40px;
  }
  .pb-d-sm-40,
  .py-d-sm-40 {
    padding-bottom: 40px;
  }
  .pl-d-sm-40,
  .px-d-sm-40 {
    padding-left: 40px;
  }
  .p-d-sm-45 {
    padding: 45px;
  }
  .pt-d-sm-45,
  .py-d-sm-45 {
    padding-top: 45px;
  }
  .pr-d-sm-45,
  .px-d-sm-45 {
    padding-right: 45px;
  }
  .pb-d-sm-45,
  .py-d-sm-45 {
    padding-bottom: 45px;
  }
  .pl-d-sm-45,
  .px-d-sm-45 {
    padding-left: 45px;
  }
  .p-d-sm-50 {
    padding: 50px;
  }
  .pt-d-sm-50,
  .py-d-sm-50 {
    padding-top: 50px;
  }
  .pr-d-sm-50,
  .px-d-sm-50 {
    padding-right: 50px;
  }
  .pb-d-sm-50,
  .py-d-sm-50 {
    padding-bottom: 50px;
  }
  .pl-d-sm-50,
  .px-d-sm-50 {
    padding-left: 50px;
  }
  .p-d-sm-60 {
    padding: 60px;
  }
  .pt-d-sm-60,
  .py-d-sm-60 {
    padding-top: 60px;
  }
  .pr-d-sm-60,
  .px-d-sm-60 {
    padding-right: 60px;
  }
  .pb-d-sm-60,
  .py-d-sm-60 {
    padding-bottom: 60px;
  }
  .pl-d-sm-60,
  .px-d-sm-60 {
    padding-left: 60px;
  }
  .p-d-sm-70 {
    padding: 70px;
  }
  .pt-d-sm-70,
  .py-d-sm-70 {
    padding-top: 70px;
  }
  .pr-d-sm-70,
  .px-d-sm-70 {
    padding-right: 70px;
  }
  .pb-d-sm-70,
  .py-d-sm-70 {
    padding-bottom: 70px;
  }
  .pl-d-sm-70,
  .px-d-sm-70 {
    padding-left: 70px;
  }
  .p-d-sm-80 {
    padding: 80px;
  }
  .pt-d-sm-80,
  .py-d-sm-80 {
    padding-top: 80px;
  }
  .pr-d-sm-80,
  .px-d-sm-80 {
    padding-right: 80px;
  }
  .pb-d-sm-80,
  .py-d-sm-80 {
    padding-bottom: 80px;
  }
  .pl-d-sm-80,
  .px-d-sm-80 {
    padding-left: 80px;
  }
  .p-d-sm-90 {
    padding: 90px;
  }
  .pt-d-sm-90,
  .py-d-sm-90 {
    padding-top: 90px;
  }
  .pr-d-sm-90,
  .px-d-sm-90 {
    padding-right: 90px;
  }
  .pb-d-sm-90,
  .py-d-sm-90 {
    padding-bottom: 90px;
  }
  .pl-d-sm-90,
  .px-d-sm-90 {
    padding-left: 90px;
  }
  .p-d-sm-100 {
    padding: 100px;
  }
  .pt-d-sm-100,
  .py-d-sm-100 {
    padding-top: 100px;
  }
  .pr-d-sm-100,
  .px-d-sm-100 {
    padding-right: 100px;
  }
  .pb-d-sm-100,
  .py-d-sm-100 {
    padding-bottom: 100px;
  }
  .pl-d-sm-100,
  .px-d-sm-100 {
    padding-left: 100px;
  }
  .p-d-sm-120 {
    padding: 120px;
  }
  .pt-d-sm-120,
  .py-d-sm-120 {
    padding-top: 120px;
  }
  .pr-d-sm-120,
  .px-d-sm-120 {
    padding-right: 120px;
  }
  .pb-d-sm-120,
  .py-d-sm-120 {
    padding-bottom: 120px;
  }
  .pl-d-sm-120,
  .px-d-sm-120 {
    padding-left: 120px;
  }
  .p-d-sm-160 {
    padding: 160px;
  }
  .pt-d-sm-160,
  .py-d-sm-160 {
    padding-top: 160px;
  }
  .pr-d-sm-160,
  .px-d-sm-160 {
    padding-right: 160px;
  }
  .pb-d-sm-160,
  .py-d-sm-160 {
    padding-bottom: 160px;
  }
  .pl-d-sm-160,
  .px-d-sm-160 {
    padding-left: 160px;
  }
  .m-d-sm-n5 {
    margin: -5px;
  }
  .mt-d-sm-n5,
  .my-d-sm-n5 {
    margin-top: -5px;
  }
  .mr-d-sm-n5,
  .mx-d-sm-n5 {
    margin-right: -5px;
  }
  .mb-d-sm-n5,
  .my-d-sm-n5 {
    margin-bottom: -5px;
  }
  .ml-d-sm-n5,
  .mx-d-sm-n5 {
    margin-left: -5px;
  }
  .m-d-sm-n8 {
    margin: -8px;
  }
  .mt-d-sm-n8,
  .my-d-sm-n8 {
    margin-top: -8px;
  }
  .mr-d-sm-n8,
  .mx-d-sm-n8 {
    margin-right: -8px;
  }
  .mb-d-sm-n8,
  .my-d-sm-n8 {
    margin-bottom: -8px;
  }
  .ml-d-sm-n8,
  .mx-d-sm-n8 {
    margin-left: -8px;
  }
  .m-d-sm-n10 {
    margin: -10px;
  }
  .mt-d-sm-n10,
  .my-d-sm-n10 {
    margin-top: -10px;
  }
  .mr-d-sm-n10,
  .mx-d-sm-n10 {
    margin-right: -10px;
  }
  .mb-d-sm-n10,
  .my-d-sm-n10 {
    margin-bottom: -10px;
  }
  .ml-d-sm-n10,
  .mx-d-sm-n10 {
    margin-left: -10px;
  }
  .m-d-sm-n12 {
    margin: -12px;
  }
  .mt-d-sm-n12,
  .my-d-sm-n12 {
    margin-top: -12px;
  }
  .mr-d-sm-n12,
  .mx-d-sm-n12 {
    margin-right: -12px;
  }
  .mb-d-sm-n12,
  .my-d-sm-n12 {
    margin-bottom: -12px;
  }
  .ml-d-sm-n12,
  .mx-d-sm-n12 {
    margin-left: -12px;
  }
  .m-d-sm-n15 {
    margin: -15px;
  }
  .mt-d-sm-n15,
  .my-d-sm-n15 {
    margin-top: -15px;
  }
  .mr-d-sm-n15,
  .mx-d-sm-n15 {
    margin-right: -15px;
  }
  .mb-d-sm-n15,
  .my-d-sm-n15 {
    margin-bottom: -15px;
  }
  .ml-d-sm-n15,
  .mx-d-sm-n15 {
    margin-left: -15px;
  }
  .m-d-sm-n20 {
    margin: -20px;
  }
  .mt-d-sm-n20,
  .my-d-sm-n20 {
    margin-top: -20px;
  }
  .mr-d-sm-n20,
  .mx-d-sm-n20 {
    margin-right: -20px;
  }
  .mb-d-sm-n20,
  .my-d-sm-n20 {
    margin-bottom: -20px;
  }
  .ml-d-sm-n20,
  .mx-d-sm-n20 {
    margin-left: -20px;
  }
  .m-d-sm-n25 {
    margin: -25px;
  }
  .mt-d-sm-n25,
  .my-d-sm-n25 {
    margin-top: -25px;
  }
  .mr-d-sm-n25,
  .mx-d-sm-n25 {
    margin-right: -25px;
  }
  .mb-d-sm-n25,
  .my-d-sm-n25 {
    margin-bottom: -25px;
  }
  .ml-d-sm-n25,
  .mx-d-sm-n25 {
    margin-left: -25px;
  }
  .m-d-sm-n30 {
    margin: -30px;
  }
  .mt-d-sm-n30,
  .my-d-sm-n30 {
    margin-top: -30px;
  }
  .mr-d-sm-n30,
  .mx-d-sm-n30 {
    margin-right: -30px;
  }
  .mb-d-sm-n30,
  .my-d-sm-n30 {
    margin-bottom: -30px;
  }
  .ml-d-sm-n30,
  .mx-d-sm-n30 {
    margin-left: -30px;
  }
  .m-d-sm-n35 {
    margin: -35px;
  }
  .mt-d-sm-n35,
  .my-d-sm-n35 {
    margin-top: -35px;
  }
  .mr-d-sm-n35,
  .mx-d-sm-n35 {
    margin-right: -35px;
  }
  .mb-d-sm-n35,
  .my-d-sm-n35 {
    margin-bottom: -35px;
  }
  .ml-d-sm-n35,
  .mx-d-sm-n35 {
    margin-left: -35px;
  }
  .m-d-sm-n40 {
    margin: -40px;
  }
  .mt-d-sm-n40,
  .my-d-sm-n40 {
    margin-top: -40px;
  }
  .mr-d-sm-n40,
  .mx-d-sm-n40 {
    margin-right: -40px;
  }
  .mb-d-sm-n40,
  .my-d-sm-n40 {
    margin-bottom: -40px;
  }
  .ml-d-sm-n40,
  .mx-d-sm-n40 {
    margin-left: -40px;
  }
  .m-d-sm-n45 {
    margin: -45px;
  }
  .mt-d-sm-n45,
  .my-d-sm-n45 {
    margin-top: -45px;
  }
  .mr-d-sm-n45,
  .mx-d-sm-n45 {
    margin-right: -45px;
  }
  .mb-d-sm-n45,
  .my-d-sm-n45 {
    margin-bottom: -45px;
  }
  .ml-d-sm-n45,
  .mx-d-sm-n45 {
    margin-left: -45px;
  }
  .m-d-sm-n50 {
    margin: -50px;
  }
  .mt-d-sm-n50,
  .my-d-sm-n50 {
    margin-top: -50px;
  }
  .mr-d-sm-n50,
  .mx-d-sm-n50 {
    margin-right: -50px;
  }
  .mb-d-sm-n50,
  .my-d-sm-n50 {
    margin-bottom: -50px;
  }
  .ml-d-sm-n50,
  .mx-d-sm-n50 {
    margin-left: -50px;
  }
  .m-d-sm-n60 {
    margin: -60px;
  }
  .mt-d-sm-n60,
  .my-d-sm-n60 {
    margin-top: -60px;
  }
  .mr-d-sm-n60,
  .mx-d-sm-n60 {
    margin-right: -60px;
  }
  .mb-d-sm-n60,
  .my-d-sm-n60 {
    margin-bottom: -60px;
  }
  .ml-d-sm-n60,
  .mx-d-sm-n60 {
    margin-left: -60px;
  }
  .m-d-sm-n70 {
    margin: -70px;
  }
  .mt-d-sm-n70,
  .my-d-sm-n70 {
    margin-top: -70px;
  }
  .mr-d-sm-n70,
  .mx-d-sm-n70 {
    margin-right: -70px;
  }
  .mb-d-sm-n70,
  .my-d-sm-n70 {
    margin-bottom: -70px;
  }
  .ml-d-sm-n70,
  .mx-d-sm-n70 {
    margin-left: -70px;
  }
  .m-d-sm-n80 {
    margin: -80px;
  }
  .mt-d-sm-n80,
  .my-d-sm-n80 {
    margin-top: -80px;
  }
  .mr-d-sm-n80,
  .mx-d-sm-n80 {
    margin-right: -80px;
  }
  .mb-d-sm-n80,
  .my-d-sm-n80 {
    margin-bottom: -80px;
  }
  .ml-d-sm-n80,
  .mx-d-sm-n80 {
    margin-left: -80px;
  }
  .m-d-sm-n90 {
    margin: -90px;
  }
  .mt-d-sm-n90,
  .my-d-sm-n90 {
    margin-top: -90px;
  }
  .mr-d-sm-n90,
  .mx-d-sm-n90 {
    margin-right: -90px;
  }
  .mb-d-sm-n90,
  .my-d-sm-n90 {
    margin-bottom: -90px;
  }
  .ml-d-sm-n90,
  .mx-d-sm-n90 {
    margin-left: -90px;
  }
  .m-d-sm-n100 {
    margin: -100px;
  }
  .mt-d-sm-n100,
  .my-d-sm-n100 {
    margin-top: -100px;
  }
  .mr-d-sm-n100,
  .mx-d-sm-n100 {
    margin-right: -100px;
  }
  .mb-d-sm-n100,
  .my-d-sm-n100 {
    margin-bottom: -100px;
  }
  .ml-d-sm-n100,
  .mx-d-sm-n100 {
    margin-left: -100px;
  }
  .m-d-sm-n120 {
    margin: -120px;
  }
  .mt-d-sm-n120,
  .my-d-sm-n120 {
    margin-top: -120px;
  }
  .mr-d-sm-n120,
  .mx-d-sm-n120 {
    margin-right: -120px;
  }
  .mb-d-sm-n120,
  .my-d-sm-n120 {
    margin-bottom: -120px;
  }
  .ml-d-sm-n120,
  .mx-d-sm-n120 {
    margin-left: -120px;
  }
  .m-d-sm-n160 {
    margin: -160px;
  }
  .mt-d-sm-n160,
  .my-d-sm-n160 {
    margin-top: -160px;
  }
  .mr-d-sm-n160,
  .mx-d-sm-n160 {
    margin-right: -160px;
  }
  .mb-d-sm-n160,
  .my-d-sm-n160 {
    margin-bottom: -160px;
  }
  .ml-d-sm-n160,
  .mx-d-sm-n160 {
    margin-left: -160px;
  }
  .m-d-sm-a {
    margin: auto;
  }
  .mt-d-sm-a,
  .my-d-sm-a {
    margin-top: auto;
  }
  .mr-d-sm-a,
  .mx-d-sm-a {
    margin-right: auto;
  }
  .mb-d-sm-a,
  .my-d-sm-a {
    margin-bottom: auto;
  }
  .ml-d-sm-a,
  .mx-d-sm-a {
    margin-left: auto;
  }
  .g-d-sm-0 {
    gap: 0;
  }
  .gy-d-sm-0 {
    row-gap: 0;
  }
  .gx-d-sm-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .g-d-sm-5 {
    gap: 5px;
  }
  .gy-d-sm-5 {
    row-gap: 5px;
  }
  .gx-d-sm-5 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .g-d-sm-8 {
    gap: 8px;
  }
  .gy-d-sm-8 {
    row-gap: 8px;
  }
  .gx-d-sm-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .g-d-sm-10 {
    gap: 10px;
  }
  .gy-d-sm-10 {
    row-gap: 10px;
  }
  .gx-d-sm-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .g-d-sm-12 {
    gap: 12px;
  }
  .gy-d-sm-12 {
    row-gap: 12px;
  }
  .gx-d-sm-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .g-d-sm-15 {
    gap: 15px;
  }
  .gy-d-sm-15 {
    row-gap: 15px;
  }
  .gx-d-sm-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .g-d-sm-20 {
    gap: 20px;
  }
  .gy-d-sm-20 {
    row-gap: 20px;
  }
  .gx-d-sm-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .g-d-sm-25 {
    gap: 25px;
  }
  .gy-d-sm-25 {
    row-gap: 25px;
  }
  .gx-d-sm-25 {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .g-d-sm-30 {
    gap: 30px;
  }
  .gy-d-sm-30 {
    row-gap: 30px;
  }
  .gx-d-sm-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .g-d-sm-35 {
    gap: 35px;
  }
  .gy-d-sm-35 {
    row-gap: 35px;
  }
  .gx-d-sm-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .g-d-sm-40 {
    gap: 40px;
  }
  .gy-d-sm-40 {
    row-gap: 40px;
  }
  .gx-d-sm-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .g-d-sm-45 {
    gap: 45px;
  }
  .gy-d-sm-45 {
    row-gap: 45px;
  }
  .gx-d-sm-45 {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .g-d-sm-50 {
    gap: 50px;
  }
  .gy-d-sm-50 {
    row-gap: 50px;
  }
  .gx-d-sm-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .g-d-sm-60 {
    gap: 60px;
  }
  .gy-d-sm-60 {
    row-gap: 60px;
  }
  .gx-d-sm-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .g-d-sm-70 {
    gap: 70px;
  }
  .gy-d-sm-70 {
    row-gap: 70px;
  }
  .gx-d-sm-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .g-d-sm-80 {
    gap: 80px;
  }
  .gy-d-sm-80 {
    row-gap: 80px;
  }
  .gx-d-sm-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .g-d-sm-90 {
    gap: 90px;
  }
  .gy-d-sm-90 {
    row-gap: 90px;
  }
  .gx-d-sm-90 {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .g-d-sm-100 {
    gap: 100px;
  }
  .gy-d-sm-100 {
    row-gap: 100px;
  }
  .gx-d-sm-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .g-d-sm-120 {
    gap: 120px;
  }
  .gy-d-sm-120 {
    row-gap: 120px;
  }
  .gx-d-sm-120 {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
  .g-d-sm-160 {
    gap: 160px;
  }
  .gy-d-sm-160 {
    row-gap: 160px;
  }
  .gx-d-sm-160 {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  .h1 {
    font-size: var(--igs-h1-mobile);
  }
  .h2 {
    font-size: var(--igs-h2-mobile);
  }
  .h3 {
    font-size: var(--igs-h3-mobile);
  }
  .h4 {
    font-size: var(--igs-h4-mobile);
  }
  .h5 {
    font-size: var(--igs-h5-mobile);
  }
  .h6 {
    font-size: var(--igs-h6-mobile);
  }
  .tc-d-sm-1 {
    color: var(--igs-color-1);
  }
  .tc-h-d-sm-1:hover {
    color: var(--igs-color-1);
  }
  .tc-a-d-sm-1.active {
    color: var(--igs-color-1);
  }
  .tc-d-sm-2 {
    color: var(--igs-color-2);
  }
  .tc-h-d-sm-2:hover {
    color: var(--igs-color-2);
  }
  .tc-a-d-sm-2.active {
    color: var(--igs-color-2);
  }
  .tc-d-sm-3 {
    color: var(--igs-color-3);
  }
  .tc-h-d-sm-3:hover {
    color: var(--igs-color-3);
  }
  .tc-a-d-sm-3.active {
    color: var(--igs-color-3);
  }
  .tc-d-sm-4 {
    color: var(--igs-color-4);
  }
  .tc-h-d-sm-4:hover {
    color: var(--igs-color-4);
  }
  .tc-a-d-sm-4.active {
    color: var(--igs-color-4);
  }
  .tc-d-sm-w {
    color: #fff;
  }
  .tc-h-d-sm-w:hover {
    color: #fff;
  }
  .tc-a-d-sm-w.active {
    color: #fff;
  }
  .tc-d-sm-b {
    color: #000;
  }
  .tc-h-d-sm-b:hover {
    color: #000;
  }
  .tc-a-d-sm-b.active {
    color: #000;
  }
  .tc-d-sm-i {
    color: inherit;
  }
  .tc-h-d-sm-i:hover {
    color: inherit;
  }
  .tc-a-d-sm-i.active {
    color: inherit;
  }
  .ta-d-sm-l {
    text-align: left;
  }
  .ta-d-sm-c {
    text-align: center;
  }
  .ta-d-sm-r {
    text-align: right;
  }
  .ta-d-sm-j {
    text-align: justify;
  }
  .tt-d-sm-n {
    text-transform: none;
  }
  .tt-d-sm-l {
    text-transform: lowercase;
  }
  .tt-d-sm-u {
    text-transform: uppercase;
  }
  .tt-d-sm-c {
    text-transform: capitalize;
  }
  .tt-d-sm-j {
    text-transform: justify;
  }
  .td-d-sm-n {
    text-decoration: none;
  }
  .td-d-sm-h-n:hover {
    text-decoration: none;
  }
  .td-d-sm-u {
    text-decoration: underline;
  }
  .td-d-sm-h-u:hover {
    text-decoration: underline;
  }
  .ff-d-sm-0 {
    font-family: 0;
  }
  .ff-d-sm-16 {
    font-family: 16px;
  }
  .ff-d-sm-20 {
    font-family: 20px;
  }
  .ff-d-sm-30 {
    font-family: 30px;
  }
  .ff-d-sm-40 {
    font-family: 40px;
  }
  .ff-d-sm-60 {
    font-family: 60px;
  }
  .ff-d-sm-80 {
    font-family: 80px;
  }
  .ff-d-sm-100 {
    font-family: 100px;
  }
  .ff-d-sm-100p {
    font-family: 100%;
  }
  .ff-d-sm-134 {
    font-family: 134px;
  }
  .ff-d-sm-200 {
    font-family: 200px;
  }
  .ff-d-sm-370 {
    font-family: 370px;
  }
  .ff-d-sm-a {
    font-family: auto;
  }
  .ff-d-sm-n {
    font-family: none;
  }
  .fs-d-sm-0 {
    font-size: 0;
  }
  .fs-d-sm-10 {
    font-size: 10px;
  }
  .fs-d-sm-11 {
    font-size: 11px;
  }
  .fs-d-sm-12 {
    font-size: 12px;
  }
  .fs-d-sm-13 {
    font-size: 13px;
  }
  .fs-d-sm-14 {
    font-size: 14px;
  }
  .fs-d-sm-15 {
    font-size: 15px;
  }
  .fs-d-sm-16 {
    font-size: 16px;
  }
  .fs-d-sm-18 {
    font-size: 18px;
  }
  .fs-d-sm-20 {
    font-size: 20px;
  }
  .fs-d-sm-22 {
    font-size: 22px;
  }
  .fs-d-sm-24 {
    font-size: 24px;
  }
  .fs-d-sm-26 {
    font-size: 26px;
  }
  .fs-d-sm-30 {
    font-size: 30px;
  }
  .fs-d-sm-40 {
    font-size: 40px;
  }
  .fs-d-sm-50 {
    font-size: 50px;
  }
  .fs-d-sm-60 {
    font-size: 60px;
  }
  .lh-d-sm-0 {
    line-height: 0;
  }
  .lh-d-sm-1 {
    line-height: 1;
  }
  .lh-d-sm-1-2 {
    line-height: 1.2;
  }
  .lh-d-sm-1-4 {
    line-height: 1.4;
  }
  .lh-d-sm-1-5 {
    line-height: 1.5;
  }
  .fw-d-sm-l {
    font-weight: 300;
  }
  .fw-d-sm-n {
    font-weight: 400;
  }
  .fw-d-sm-m {
    font-weight: 500;
  }
  .fw-d-sm-sb {
    font-weight: 600;
  }
  .fw-d-sm-b {
    font-weight: 700;
  }
  .fw-d-sm-bl {
    font-weight: 900;
  }
  .fst-d-sm-i {
    font-style: italic;
  }
  .ls-d-sm-0 {
    letter-spacing: 0;
  }
  .ls-d-sm-1 {
    letter-spacing: 1px;
  }
  .ls-d-sm-2 {
    letter-spacing: 2px;
  }
  .zi-d-sm-1 {
    z-index: 1;
  }
  .zi-d-sm-n1 {
    z-index: -1;
  }
  .zi-d-sm-2 {
    z-index: 2;
  }
  .zi-d-sm-n2 {
    z-index: -2;
  }
  .zi-d-sm-3 {
    z-index: 3;
  }
  .zi-d-sm-n3 {
    z-index: -3;
  }
  .zi-d-sm-4 {
    z-index: 4;
  }
  .zi-d-sm-n4 {
    z-index: -4;
  }
  .zi-d-sm-5 {
    z-index: 5;
  }
  .zi-d-sm-n5 {
    z-index: -5;
  }
  .zi-d-sm-10 {
    z-index: 10;
  }
  .zi-d-sm-n10 {
    z-index: -10;
  }
  .zi-d-sm-11 {
    z-index: 11;
  }
  .zi-d-sm-n11 {
    z-index: -11;
  }
  .visible-d-sm {
    visibility: visible;
  }
  .invisible-d-sm {
    visibility: hidden;
  }
}

@media (min-width: 992px) and (max-width: 1229.98px) {
  .container,
  div.woocommerce {
    max-width: 1070px;
  }
  .row-o-md {
    display: flex;
    flex-wrap: wrap;
  }
  .fic-o-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .fic-o-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .fic-o-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .order-o-md-1 {
    order: 1;
  }
  .offset-o-md-1 {
    margin-left: 8.3333333333%;
  }
  .fic-o-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .order-o-md-2 {
    order: 2;
  }
  .offset-o-md-2 {
    margin-left: 16.6666666667%;
  }
  .fic-o-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .order-o-md-3 {
    order: 3;
  }
  .offset-o-md-3 {
    margin-left: 25%;
  }
  .fic-o-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .order-o-md-4 {
    order: 4;
  }
  .offset-o-md-4 {
    margin-left: 33.3333333333%;
  }
  .fic-o-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .order-o-md-5 {
    order: 5;
  }
  .offset-o-md-5 {
    margin-left: 41.6666666667%;
  }
  .fic-o-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .order-o-md-6 {
    order: 6;
  }
  .offset-o-md-6 {
    margin-left: 50%;
  }
  .fic-o-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .order-o-md-7 {
    order: 7;
  }
  .offset-o-md-7 {
    margin-left: 58.3333333333%;
  }
  .fic-o-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .order-o-md-8 {
    order: 8;
  }
  .offset-o-md-8 {
    margin-left: 66.6666666667%;
  }
  .fic-o-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .order-o-md-9 {
    order: 9;
  }
  .offset-o-md-9 {
    margin-left: 75%;
  }
  .fic-o-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .order-o-md-10 {
    order: 10;
  }
  .offset-o-md-10 {
    margin-left: 83.3333333333%;
  }
  .fic-o-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .order-o-md-11 {
    order: 11;
  }
  .offset-o-md-11 {
    margin-left: 91.6666666667%;
  }
  .fic-o-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-o-md-12 {
    order: 12;
  }
  .offset-o-md-12 {
    margin-left: 100%;
  }
  .va-o-md-base {
    vertical-align: baseline;
  }
  .va-o-md-t {
    vertical-align: top;
  }
  .va-o-md-m {
    vertical-align: middle;
  }
  .va-o-md-b {
    vertical-align: bottom;
  }
  .va-o-md-tt {
    vertical-align: text-top;
  }
  .va-o-md-tb {
    vertical-align: text-bottom;
  }
  .bg-o-md-1 {
    background-color: var(--igs-color-1);
  }
  .bg-h-o-md-1:hover {
    background-color: var(--igs-color-1);
  }
  .bg-a-o-md-1.active {
    background-color: var(--igs-color-1);
  }
  .bg-o-md-2 {
    background-color: var(--igs-color-2);
  }
  .bg-h-o-md-2:hover {
    background-color: var(--igs-color-2);
  }
  .bg-a-o-md-2.active {
    background-color: var(--igs-color-2);
  }
  .bg-o-md-3 {
    background-color: var(--igs-color-3);
  }
  .bg-h-o-md-3:hover {
    background-color: var(--igs-color-3);
  }
  .bg-a-o-md-3.active {
    background-color: var(--igs-color-3);
  }
  .bg-o-md-4 {
    background-color: var(--igs-color-4);
  }
  .bg-h-o-md-4:hover {
    background-color: var(--igs-color-4);
  }
  .bg-a-o-md-4.active {
    background-color: var(--igs-color-4);
  }
  .bg-o-md-w {
    background-color: #fff;
  }
  .bg-h-o-md-w:hover {
    background-color: #fff;
  }
  .bg-a-o-md-w.active {
    background-color: #fff;
  }
  .bg-o-md-b {
    background-color: #000;
  }
  .bg-h-o-md-b:hover {
    background-color: #000;
  }
  .bg-a-o-md-b.active {
    background-color: #000;
  }
  .bg-o-md-i {
    background-color: inherit;
  }
  .bg-h-o-md-i:hover {
    background-color: inherit;
  }
  .bg-a-o-md-i.active {
    background-color: inherit;
  }
  .br-o-md-5 {
    border-radius: 5px;
  }
  .br-t-o-md-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .br-b-o-md-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .br-l-o-md-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .br-r-o-md-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .br-o-md-10 {
    border-radius: 10px;
  }
  .br-t-o-md-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .br-b-o-md-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .br-l-o-md-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .br-r-o-md-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .br-o-md-c {
    border-radius: 50%;
  }
  .br-t-o-md-c {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  .br-b-o-md-c {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .br-l-o-md-c {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .br-r-o-md-c {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .br-o-md-p {
    border-radius: 50rem;
  }
  .br-t-o-md-p {
    border-top-left-radius: 50rem;
    border-top-right-radius: 50rem;
  }
  .br-b-o-md-p {
    border-bottom-right-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
  .br-l-o-md-p {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
  .br-r-o-md-p {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
  }
  .b-o-md-1 {
    border: 1px solid transparent;
  }
  .b-o-md-2 {
    border: 2px solid transparent;
  }
  .b-o-md-3 {
    border: 3px solid transparent;
  }
  .b-o-md-4 {
    border: 4px solid transparent;
  }
  .b-o-md-5 {
    border: 5px solid transparent;
  }
  .b-t-o-md-1 {
    border-top: 1px solid transparent;
  }
  .b-t-o-md-2 {
    border-top: 2px solid transparent;
  }
  .b-t-o-md-3 {
    border-top: 3px solid transparent;
  }
  .b-t-o-md-4 {
    border-top: 4px solid transparent;
  }
  .b-t-o-md-5 {
    border-top: 5px solid transparent;
  }
  .b-r-o-md-1 {
    border-right: 1px solid transparent;
  }
  .b-r-o-md-2 {
    border-right: 2px solid transparent;
  }
  .b-r-o-md-3 {
    border-right: 3px solid transparent;
  }
  .b-r-o-md-4 {
    border-right: 4px solid transparent;
  }
  .b-r-o-md-5 {
    border-right: 5px solid transparent;
  }
  .b-b-o-md-1 {
    border-bottom: 1px solid transparent;
  }
  .b-b-o-md-2 {
    border-bottom: 2px solid transparent;
  }
  .b-b-o-md-3 {
    border-bottom: 3px solid transparent;
  }
  .b-b-o-md-4 {
    border-bottom: 4px solid transparent;
  }
  .b-b-o-md-5 {
    border-bottom: 5px solid transparent;
  }
  .b-l-o-md-1 {
    border-left: 1px solid transparent;
  }
  .b-l-o-md-2 {
    border-left: 2px solid transparent;
  }
  .b-l-o-md-3 {
    border-left: 3px solid transparent;
  }
  .b-l-o-md-4 {
    border-left: 4px solid transparent;
  }
  .b-l-o-md-5 {
    border-left: 5px solid transparent;
  }
  .bc-o-md-b15 {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .bc-o-md-b15:hover {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .bc-o-md-1 {
    border-color: var(--igs-color-1);
  }
  .bc-o-md-1:hover {
    border-color: var(--igs-color-1);
  }
  .bc-o-md-2 {
    border-color: var(--igs-color-2);
  }
  .bc-o-md-2:hover {
    border-color: var(--igs-color-2);
  }
  .bc-o-md-3 {
    border-color: var(--igs-color-3);
  }
  .bc-o-md-3:hover {
    border-color: var(--igs-color-3);
  }
  .bc-o-md-4 {
    border-color: var(--igs-color-4);
  }
  .bc-o-md-4:hover {
    border-color: var(--igs-color-4);
  }
  .bc-o-md-w {
    border-color: #fff;
  }
  .bc-o-md-w:hover {
    border-color: #fff;
  }
  .bc-o-md-b {
    border-color: #000;
  }
  .bc-o-md-b:hover {
    border-color: #000;
  }
  .bc-o-md-i {
    border-color: inherit;
  }
  .bc-o-md-i:hover {
    border-color: inherit;
  }
  .d-o-md-i {
    display: inline;
  }
  .d-o-md-ib {
    display: inline-block;
  }
  .d-o-md-b {
    display: block;
  }
  .d-o-md-t {
    display: table;
  }
  .d-o-md-tr {
    display: table-row;
  }
  .d-o-md-tc {
    display: table-cell;
  }
  .d-o-md-f {
    display: flex;
  }
  .d-o-md-if {
    display: inline-flex;
  }
  .d-o-md-n {
    display: none;
  }
  .f-o-md-1 {
    flex: 0 1 100%;
  }
  .f-o-md-3 {
    flex: 0 0 33.33%;
  }
  .f-o-md-40 {
    flex: 0 0 40px;
  }
  .f-o-md-60 {
    flex: 0 0 60px;
  }
  .f-o-md-80 {
    flex: 0 0 80px;
  }
  .f-o-md-h {
    flex: 0 0 50%;
  }
  .f-o-md-a {
    flex: 0 0 auto;
  }
  .f-o-md-r {
    flex-direction: row;
  }
  .f-o-md-c {
    flex-direction: column;
  }
  .f-o-md-rr {
    flex-direction: row-reverse;
  }
  .f-o-md-cr {
    flex-direction: column-reverse;
  }
  .f-o-md-w {
    flex-wrap: wrap;
  }
  .f-o-md-nw {
    flex-wrap: nowrap;
  }
  .f-o-md-wr {
    flex-wrap: wrap-reverse;
  }
  .f-o-md-g-0 {
    flex-grow: 0;
  }
  .f-o-md-g-1 {
    flex-grow: 1;
  }
  .f-o-md-s-0 {
    flex-shrink: 0;
  }
  .f-o-md-s-1 {
    flex-shrink: 1;
  }
  .ai-o-md-fs {
    align-items: flex-start;
  }
  .ai-o-md-fe {
    align-items: flex-end;
  }
  .ai-o-md-c {
    align-items: center;
  }
  .ai-o-md-b {
    align-items: baseline;
  }
  .ai-o-md-s {
    align-items: stretch;
  }
  .jc-o-md-fs {
    justify-content: flex-start;
  }
  .jc-o-md-fe {
    justify-content: flex-end;
  }
  .jc-o-md-c {
    justify-content: center;
  }
  .jc-o-md-sb {
    justify-content: space-between;
  }
  .jc-o-md-sa {
    justify-content: space-around;
  }
  .jc-o-md-se {
    justify-content: space-evenly;
  }
  .ac-o-md-fs {
    align-content: flex-start;
  }
  .ac-o-md-fe {
    align-content: flex-end;
  }
  .ac-o-md-c {
    align-content: center;
  }
  .ac-o-md-sb {
    align-content: space-between;
  }
  .ac-o-md-sa {
    align-content: space-around;
  }
  .ac-o-md-s {
    align-content: stretch;
  }
  .as-o-md-a {
    align-self: auto;
  }
  .as-o-md-fs {
    align-self: flex-start;
  }
  .as-o-md-fe {
    align-self: flex-end;
  }
  .as-o-md-c {
    align-self: center;
  }
  .as-o-md-b {
    align-self: baseline;
  }
  .as-o-md-s {
    align-self: stretch;
  }
  .float-o-md-l {
    float: left;
  }
  .float-o-md-r {
    float: right;
  }
  .float-o-md-n {
    float: none;
  }
  .of-o-md-a {
    overflow: auto;
  }
  .of-o-md-h {
    overflow: hidden;
  }
  .ps-o-md-s {
    position: static;
  }
  .ps-o-md-r {
    position: relative;
  }
  .ps-o-md-a {
    position: absolute;
  }
  .ps-o-md-f {
    position: fixed;
  }
  .ps-o-md-sy {
    position: sticky;
  }
  .ps-o-md-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .ps-t-o-md-0,
  .ps-y-o-md-0 {
    top: 0;
  }
  .ps-b-o-md-0,
  .ps-y-o-md-0 {
    bottom: 0;
  }
  .ps-l-o-md-0,
  .ps-x-o-md-0 {
    left: 0;
  }
  .ps-r-o-md-0,
  .ps-x-o-md-0 {
    right: 0;
  }
  .ps-o-md-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }
  .ps-t-o-md-5,
  .ps-y-o-md-5 {
    top: 5px;
  }
  .ps-b-o-md-5,
  .ps-y-o-md-5 {
    bottom: 5px;
  }
  .ps-l-o-md-5,
  .ps-x-o-md-5 {
    left: 5px;
  }
  .ps-r-o-md-5,
  .ps-x-o-md-5 {
    right: 5px;
  }
  .ps-o-md-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .ps-t-o-md-10,
  .ps-y-o-md-10 {
    top: 10px;
  }
  .ps-b-o-md-10,
  .ps-y-o-md-10 {
    bottom: 10px;
  }
  .ps-l-o-md-10,
  .ps-x-o-md-10 {
    left: 10px;
  }
  .ps-r-o-md-10,
  .ps-x-o-md-10 {
    right: 10px;
  }
  .ps-o-md-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }
  .ps-t-o-md-25,
  .ps-y-o-md-25 {
    top: 25px;
  }
  .ps-b-o-md-25,
  .ps-y-o-md-25 {
    bottom: 25px;
  }
  .ps-l-o-md-25,
  .ps-x-o-md-25 {
    left: 25px;
  }
  .ps-r-o-md-25,
  .ps-x-o-md-25 {
    right: 25px;
  }
  .ps-o-md-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
  .ps-t-o-md-30,
  .ps-y-o-md-30 {
    top: 30px;
  }
  .ps-b-o-md-30,
  .ps-y-o-md-30 {
    bottom: 30px;
  }
  .ps-l-o-md-30,
  .ps-x-o-md-30 {
    left: 30px;
  }
  .ps-r-o-md-30,
  .ps-x-o-md-30 {
    right: 30px;
  }
  .ps-o-md-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }
  .ps-t-o-md-50,
  .ps-y-o-md-50 {
    top: 50px;
  }
  .ps-b-o-md-50,
  .ps-y-o-md-50 {
    bottom: 50px;
  }
  .ps-l-o-md-50,
  .ps-x-o-md-50 {
    left: 50px;
  }
  .ps-r-o-md-50,
  .ps-x-o-md-50 {
    right: 50px;
  }
  .ps-o-md-50p {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
  .ps-t-o-md-50p,
  .ps-y-o-md-50p {
    top: 50%;
  }
  .ps-b-o-md-50p,
  .ps-y-o-md-50p {
    bottom: 50%;
  }
  .ps-l-o-md-50p,
  .ps-x-o-md-50p {
    left: 50%;
  }
  .ps-r-o-md-50p,
  .ps-x-o-md-50p {
    right: 50%;
  }
  .ps-o-md-100 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }
  .ps-t-o-md-100,
  .ps-y-o-md-100 {
    top: 100%;
  }
  .ps-b-o-md-100,
  .ps-y-o-md-100 {
    bottom: 100%;
  }
  .ps-l-o-md-100,
  .ps-x-o-md-100 {
    left: 100%;
  }
  .ps-r-o-md-100,
  .ps-x-o-md-100 {
    right: 100%;
  }
  .w-o-md-0 {
    width: 0;
  }
  .w-o-md-16 {
    width: 16px;
  }
  .w-o-md-20 {
    width: 20px;
  }
  .w-o-md-30 {
    width: 30px;
  }
  .w-o-md-40 {
    width: 40px;
  }
  .w-o-md-60 {
    width: 60px;
  }
  .w-o-md-80 {
    width: 80px;
  }
  .w-o-md-100 {
    width: 100px;
  }
  .w-o-md-100p {
    width: 100%;
  }
  .w-o-md-134 {
    width: 134px;
  }
  .w-o-md-200 {
    width: 200px;
  }
  .w-o-md-370 {
    width: 370px;
  }
  .w-o-md-a {
    width: auto;
  }
  .w-o-md-n {
    width: none;
  }
  .h-o-md-0 {
    height: 0;
  }
  .h-o-md-16 {
    height: 16px;
  }
  .h-o-md-20 {
    height: 20px;
  }
  .h-o-md-30 {
    height: 30px;
  }
  .h-o-md-40 {
    height: 40px;
  }
  .h-o-md-60 {
    height: 60px;
  }
  .h-o-md-80 {
    height: 80px;
  }
  .h-o-md-100 {
    height: 100px;
  }
  .h-o-md-100p {
    height: 100%;
  }
  .h-o-md-134 {
    height: 134px;
  }
  .h-o-md-200 {
    height: 200px;
  }
  .h-o-md-370 {
    height: 370px;
  }
  .h-o-md-a {
    height: auto;
  }
  .h-o-md-n {
    height: none;
  }
  .mw-o-md-0 {
    max-width: 0;
  }
  .mw-o-md-16 {
    max-width: 16px;
  }
  .mw-o-md-20 {
    max-width: 20px;
  }
  .mw-o-md-30 {
    max-width: 30px;
  }
  .mw-o-md-40 {
    max-width: 40px;
  }
  .mw-o-md-60 {
    max-width: 60px;
  }
  .mw-o-md-80 {
    max-width: 80px;
  }
  .mw-o-md-100 {
    max-width: 100px;
  }
  .mw-o-md-100p {
    max-width: 100%;
  }
  .mw-o-md-134 {
    max-width: 134px;
  }
  .mw-o-md-200 {
    max-width: 200px;
  }
  .mw-o-md-370 {
    max-width: 370px;
  }
  .mw-o-md-a {
    max-width: auto;
  }
  .mw-o-md-n {
    max-width: none;
  }
  .min-w-o-md-0 {
    min-width: 0;
  }
  .min-w-o-md-16 {
    min-width: 16px;
  }
  .min-w-o-md-20 {
    min-width: 20px;
  }
  .min-w-o-md-30 {
    min-width: 30px;
  }
  .min-w-o-md-40 {
    min-width: 40px;
  }
  .min-w-o-md-60 {
    min-width: 60px;
  }
  .min-w-o-md-80 {
    min-width: 80px;
  }
  .min-w-o-md-100 {
    min-width: 100px;
  }
  .min-w-o-md-100p {
    min-width: 100%;
  }
  .min-w-o-md-134 {
    min-width: 134px;
  }
  .min-w-o-md-200 {
    min-width: 200px;
  }
  .min-w-o-md-370 {
    min-width: 370px;
  }
  .min-w-o-md-a {
    min-width: auto;
  }
  .min-w-o-md-n {
    min-width: none;
  }
  .mh-o-md-0 {
    max-height: 0;
  }
  .mh-o-md-16 {
    max-height: 16px;
  }
  .mh-o-md-20 {
    max-height: 20px;
  }
  .mh-o-md-30 {
    max-height: 30px;
  }
  .mh-o-md-40 {
    max-height: 40px;
  }
  .mh-o-md-60 {
    max-height: 60px;
  }
  .mh-o-md-80 {
    max-height: 80px;
  }
  .mh-o-md-100 {
    max-height: 100px;
  }
  .mh-o-md-100p {
    max-height: 100%;
  }
  .mh-o-md-134 {
    max-height: 134px;
  }
  .mh-o-md-200 {
    max-height: 200px;
  }
  .mh-o-md-370 {
    max-height: 370px;
  }
  .mh-o-md-a {
    max-height: auto;
  }
  .mh-o-md-n {
    max-height: none;
  }
  .min-h-o-md-0 {
    min-height: 0;
  }
  .min-h-o-md-16 {
    min-height: 16px;
  }
  .min-h-o-md-20 {
    min-height: 20px;
  }
  .min-h-o-md-30 {
    min-height: 30px;
  }
  .min-h-o-md-40 {
    min-height: 40px;
  }
  .min-h-o-md-60 {
    min-height: 60px;
  }
  .min-h-o-md-80 {
    min-height: 80px;
  }
  .min-h-o-md-100 {
    min-height: 100px;
  }
  .min-h-o-md-100p {
    min-height: 100%;
  }
  .min-h-o-md-134 {
    min-height: 134px;
  }
  .min-h-o-md-200 {
    min-height: 200px;
  }
  .min-h-o-md-370 {
    min-height: 370px;
  }
  .min-h-o-md-a {
    min-height: auto;
  }
  .min-h-o-md-n {
    min-height: none;
  }
  .min-o-md-vw-100 {
    min-width: 100vw;
  }
  .min-o-md-vh-100 {
    min-height: 100vh;
  }
  .vw-o-md-100 {
    width: 100vw;
  }
  .vh-o-md-100 {
    height: 100vh;
  }
  .m-o-md-0 {
    margin: 0;
  }
  .mt-o-md-0,
  .my-o-md-0 {
    margin-top: 0;
  }
  .mr-o-md-0,
  .mx-o-md-0 {
    margin-right: 0;
  }
  .mb-o-md-0,
  .my-o-md-0 {
    margin-bottom: 0;
  }
  .ml-o-md-0,
  .mx-o-md-0 {
    margin-left: 0;
  }
  .m-o-md-5 {
    margin: 5px;
  }
  .mt-o-md-5,
  .my-o-md-5 {
    margin-top: 5px;
  }
  .mr-o-md-5,
  .mx-o-md-5 {
    margin-right: 5px;
  }
  .mb-o-md-5,
  .my-o-md-5 {
    margin-bottom: 5px;
  }
  .ml-o-md-5,
  .mx-o-md-5 {
    margin-left: 5px;
  }
  .m-o-md-8 {
    margin: 8px;
  }
  .mt-o-md-8,
  .my-o-md-8 {
    margin-top: 8px;
  }
  .mr-o-md-8,
  .mx-o-md-8 {
    margin-right: 8px;
  }
  .mb-o-md-8,
  .my-o-md-8 {
    margin-bottom: 8px;
  }
  .ml-o-md-8,
  .mx-o-md-8 {
    margin-left: 8px;
  }
  .m-o-md-10 {
    margin: 10px;
  }
  .mt-o-md-10,
  .my-o-md-10 {
    margin-top: 10px;
  }
  .mr-o-md-10,
  .mx-o-md-10 {
    margin-right: 10px;
  }
  .mb-o-md-10,
  .my-o-md-10 {
    margin-bottom: 10px;
  }
  .ml-o-md-10,
  .mx-o-md-10 {
    margin-left: 10px;
  }
  .m-o-md-12 {
    margin: 12px;
  }
  .mt-o-md-12,
  .my-o-md-12 {
    margin-top: 12px;
  }
  .mr-o-md-12,
  .mx-o-md-12 {
    margin-right: 12px;
  }
  .mb-o-md-12,
  .my-o-md-12 {
    margin-bottom: 12px;
  }
  .ml-o-md-12,
  .mx-o-md-12 {
    margin-left: 12px;
  }
  .m-o-md-15 {
    margin: 15px;
  }
  .mt-o-md-15,
  .my-o-md-15 {
    margin-top: 15px;
  }
  .mr-o-md-15,
  .mx-o-md-15 {
    margin-right: 15px;
  }
  .mb-o-md-15,
  .my-o-md-15 {
    margin-bottom: 15px;
  }
  .ml-o-md-15,
  .mx-o-md-15 {
    margin-left: 15px;
  }
  .m-o-md-20 {
    margin: 20px;
  }
  .mt-o-md-20,
  .my-o-md-20 {
    margin-top: 20px;
  }
  .mr-o-md-20,
  .mx-o-md-20 {
    margin-right: 20px;
  }
  .mb-o-md-20,
  .my-o-md-20 {
    margin-bottom: 20px;
  }
  .ml-o-md-20,
  .mx-o-md-20 {
    margin-left: 20px;
  }
  .m-o-md-25 {
    margin: 25px;
  }
  .mt-o-md-25,
  .my-o-md-25 {
    margin-top: 25px;
  }
  .mr-o-md-25,
  .mx-o-md-25 {
    margin-right: 25px;
  }
  .mb-o-md-25,
  .my-o-md-25 {
    margin-bottom: 25px;
  }
  .ml-o-md-25,
  .mx-o-md-25 {
    margin-left: 25px;
  }
  .m-o-md-30 {
    margin: 30px;
  }
  .mt-o-md-30,
  .my-o-md-30 {
    margin-top: 30px;
  }
  .mr-o-md-30,
  .mx-o-md-30 {
    margin-right: 30px;
  }
  .mb-o-md-30,
  .my-o-md-30 {
    margin-bottom: 30px;
  }
  .ml-o-md-30,
  .mx-o-md-30 {
    margin-left: 30px;
  }
  .m-o-md-35 {
    margin: 35px;
  }
  .mt-o-md-35,
  .my-o-md-35 {
    margin-top: 35px;
  }
  .mr-o-md-35,
  .mx-o-md-35 {
    margin-right: 35px;
  }
  .mb-o-md-35,
  .my-o-md-35 {
    margin-bottom: 35px;
  }
  .ml-o-md-35,
  .mx-o-md-35 {
    margin-left: 35px;
  }
  .m-o-md-40 {
    margin: 40px;
  }
  .mt-o-md-40,
  .my-o-md-40 {
    margin-top: 40px;
  }
  .mr-o-md-40,
  .mx-o-md-40 {
    margin-right: 40px;
  }
  .mb-o-md-40,
  .my-o-md-40 {
    margin-bottom: 40px;
  }
  .ml-o-md-40,
  .mx-o-md-40 {
    margin-left: 40px;
  }
  .m-o-md-45 {
    margin: 45px;
  }
  .mt-o-md-45,
  .my-o-md-45 {
    margin-top: 45px;
  }
  .mr-o-md-45,
  .mx-o-md-45 {
    margin-right: 45px;
  }
  .mb-o-md-45,
  .my-o-md-45 {
    margin-bottom: 45px;
  }
  .ml-o-md-45,
  .mx-o-md-45 {
    margin-left: 45px;
  }
  .m-o-md-50 {
    margin: 50px;
  }
  .mt-o-md-50,
  .my-o-md-50 {
    margin-top: 50px;
  }
  .mr-o-md-50,
  .mx-o-md-50 {
    margin-right: 50px;
  }
  .mb-o-md-50,
  .my-o-md-50 {
    margin-bottom: 50px;
  }
  .ml-o-md-50,
  .mx-o-md-50 {
    margin-left: 50px;
  }
  .m-o-md-60 {
    margin: 60px;
  }
  .mt-o-md-60,
  .my-o-md-60 {
    margin-top: 60px;
  }
  .mr-o-md-60,
  .mx-o-md-60 {
    margin-right: 60px;
  }
  .mb-o-md-60,
  .my-o-md-60 {
    margin-bottom: 60px;
  }
  .ml-o-md-60,
  .mx-o-md-60 {
    margin-left: 60px;
  }
  .m-o-md-70 {
    margin: 70px;
  }
  .mt-o-md-70,
  .my-o-md-70 {
    margin-top: 70px;
  }
  .mr-o-md-70,
  .mx-o-md-70 {
    margin-right: 70px;
  }
  .mb-o-md-70,
  .my-o-md-70 {
    margin-bottom: 70px;
  }
  .ml-o-md-70,
  .mx-o-md-70 {
    margin-left: 70px;
  }
  .m-o-md-80 {
    margin: 80px;
  }
  .mt-o-md-80,
  .my-o-md-80 {
    margin-top: 80px;
  }
  .mr-o-md-80,
  .mx-o-md-80 {
    margin-right: 80px;
  }
  .mb-o-md-80,
  .my-o-md-80 {
    margin-bottom: 80px;
  }
  .ml-o-md-80,
  .mx-o-md-80 {
    margin-left: 80px;
  }
  .m-o-md-90 {
    margin: 90px;
  }
  .mt-o-md-90,
  .my-o-md-90 {
    margin-top: 90px;
  }
  .mr-o-md-90,
  .mx-o-md-90 {
    margin-right: 90px;
  }
  .mb-o-md-90,
  .my-o-md-90 {
    margin-bottom: 90px;
  }
  .ml-o-md-90,
  .mx-o-md-90 {
    margin-left: 90px;
  }
  .m-o-md-100 {
    margin: 100px;
  }
  .mt-o-md-100,
  .my-o-md-100 {
    margin-top: 100px;
  }
  .mr-o-md-100,
  .mx-o-md-100 {
    margin-right: 100px;
  }
  .mb-o-md-100,
  .my-o-md-100 {
    margin-bottom: 100px;
  }
  .ml-o-md-100,
  .mx-o-md-100 {
    margin-left: 100px;
  }
  .m-o-md-120 {
    margin: 120px;
  }
  .mt-o-md-120,
  .my-o-md-120 {
    margin-top: 120px;
  }
  .mr-o-md-120,
  .mx-o-md-120 {
    margin-right: 120px;
  }
  .mb-o-md-120,
  .my-o-md-120 {
    margin-bottom: 120px;
  }
  .ml-o-md-120,
  .mx-o-md-120 {
    margin-left: 120px;
  }
  .m-o-md-160 {
    margin: 160px;
  }
  .mt-o-md-160,
  .my-o-md-160 {
    margin-top: 160px;
  }
  .mr-o-md-160,
  .mx-o-md-160 {
    margin-right: 160px;
  }
  .mb-o-md-160,
  .my-o-md-160 {
    margin-bottom: 160px;
  }
  .ml-o-md-160,
  .mx-o-md-160 {
    margin-left: 160px;
  }
  .p-o-md-0 {
    padding: 0;
  }
  .pt-o-md-0,
  .py-o-md-0 {
    padding-top: 0;
  }
  .pr-o-md-0,
  .px-o-md-0 {
    padding-right: 0;
  }
  .pb-o-md-0,
  .py-o-md-0 {
    padding-bottom: 0;
  }
  .pl-o-md-0,
  .px-o-md-0 {
    padding-left: 0;
  }
  .p-o-md-5 {
    padding: 5px;
  }
  .pt-o-md-5,
  .py-o-md-5 {
    padding-top: 5px;
  }
  .pr-o-md-5,
  .px-o-md-5 {
    padding-right: 5px;
  }
  .pb-o-md-5,
  .py-o-md-5 {
    padding-bottom: 5px;
  }
  .pl-o-md-5,
  .px-o-md-5 {
    padding-left: 5px;
  }
  .p-o-md-8 {
    padding: 8px;
  }
  .pt-o-md-8,
  .py-o-md-8 {
    padding-top: 8px;
  }
  .pr-o-md-8,
  .px-o-md-8 {
    padding-right: 8px;
  }
  .pb-o-md-8,
  .py-o-md-8 {
    padding-bottom: 8px;
  }
  .pl-o-md-8,
  .px-o-md-8 {
    padding-left: 8px;
  }
  .p-o-md-10 {
    padding: 10px;
  }
  .pt-o-md-10,
  .py-o-md-10 {
    padding-top: 10px;
  }
  .pr-o-md-10,
  .px-o-md-10 {
    padding-right: 10px;
  }
  .pb-o-md-10,
  .py-o-md-10 {
    padding-bottom: 10px;
  }
  .pl-o-md-10,
  .px-o-md-10 {
    padding-left: 10px;
  }
  .p-o-md-12 {
    padding: 12px;
  }
  .pt-o-md-12,
  .py-o-md-12 {
    padding-top: 12px;
  }
  .pr-o-md-12,
  .px-o-md-12 {
    padding-right: 12px;
  }
  .pb-o-md-12,
  .py-o-md-12 {
    padding-bottom: 12px;
  }
  .pl-o-md-12,
  .px-o-md-12 {
    padding-left: 12px;
  }
  .p-o-md-15 {
    padding: 15px;
  }
  .pt-o-md-15,
  .py-o-md-15 {
    padding-top: 15px;
  }
  .pr-o-md-15,
  .px-o-md-15 {
    padding-right: 15px;
  }
  .pb-o-md-15,
  .py-o-md-15 {
    padding-bottom: 15px;
  }
  .pl-o-md-15,
  .px-o-md-15 {
    padding-left: 15px;
  }
  .p-o-md-20 {
    padding: 20px;
  }
  .pt-o-md-20,
  .py-o-md-20 {
    padding-top: 20px;
  }
  .pr-o-md-20,
  .px-o-md-20 {
    padding-right: 20px;
  }
  .pb-o-md-20,
  .py-o-md-20 {
    padding-bottom: 20px;
  }
  .pl-o-md-20,
  .px-o-md-20 {
    padding-left: 20px;
  }
  .p-o-md-25 {
    padding: 25px;
  }
  .pt-o-md-25,
  .py-o-md-25 {
    padding-top: 25px;
  }
  .pr-o-md-25,
  .px-o-md-25 {
    padding-right: 25px;
  }
  .pb-o-md-25,
  .py-o-md-25 {
    padding-bottom: 25px;
  }
  .pl-o-md-25,
  .px-o-md-25 {
    padding-left: 25px;
  }
  .p-o-md-30 {
    padding: 30px;
  }
  .pt-o-md-30,
  .py-o-md-30 {
    padding-top: 30px;
  }
  .pr-o-md-30,
  .px-o-md-30 {
    padding-right: 30px;
  }
  .pb-o-md-30,
  .py-o-md-30 {
    padding-bottom: 30px;
  }
  .pl-o-md-30,
  .px-o-md-30 {
    padding-left: 30px;
  }
  .p-o-md-35 {
    padding: 35px;
  }
  .pt-o-md-35,
  .py-o-md-35 {
    padding-top: 35px;
  }
  .pr-o-md-35,
  .px-o-md-35 {
    padding-right: 35px;
  }
  .pb-o-md-35,
  .py-o-md-35 {
    padding-bottom: 35px;
  }
  .pl-o-md-35,
  .px-o-md-35 {
    padding-left: 35px;
  }
  .p-o-md-40 {
    padding: 40px;
  }
  .pt-o-md-40,
  .py-o-md-40 {
    padding-top: 40px;
  }
  .pr-o-md-40,
  .px-o-md-40 {
    padding-right: 40px;
  }
  .pb-o-md-40,
  .py-o-md-40 {
    padding-bottom: 40px;
  }
  .pl-o-md-40,
  .px-o-md-40 {
    padding-left: 40px;
  }
  .p-o-md-45 {
    padding: 45px;
  }
  .pt-o-md-45,
  .py-o-md-45 {
    padding-top: 45px;
  }
  .pr-o-md-45,
  .px-o-md-45 {
    padding-right: 45px;
  }
  .pb-o-md-45,
  .py-o-md-45 {
    padding-bottom: 45px;
  }
  .pl-o-md-45,
  .px-o-md-45 {
    padding-left: 45px;
  }
  .p-o-md-50 {
    padding: 50px;
  }
  .pt-o-md-50,
  .py-o-md-50 {
    padding-top: 50px;
  }
  .pr-o-md-50,
  .px-o-md-50 {
    padding-right: 50px;
  }
  .pb-o-md-50,
  .py-o-md-50 {
    padding-bottom: 50px;
  }
  .pl-o-md-50,
  .px-o-md-50 {
    padding-left: 50px;
  }
  .p-o-md-60 {
    padding: 60px;
  }
  .pt-o-md-60,
  .py-o-md-60 {
    padding-top: 60px;
  }
  .pr-o-md-60,
  .px-o-md-60 {
    padding-right: 60px;
  }
  .pb-o-md-60,
  .py-o-md-60 {
    padding-bottom: 60px;
  }
  .pl-o-md-60,
  .px-o-md-60 {
    padding-left: 60px;
  }
  .p-o-md-70 {
    padding: 70px;
  }
  .pt-o-md-70,
  .py-o-md-70 {
    padding-top: 70px;
  }
  .pr-o-md-70,
  .px-o-md-70 {
    padding-right: 70px;
  }
  .pb-o-md-70,
  .py-o-md-70 {
    padding-bottom: 70px;
  }
  .pl-o-md-70,
  .px-o-md-70 {
    padding-left: 70px;
  }
  .p-o-md-80 {
    padding: 80px;
  }
  .pt-o-md-80,
  .py-o-md-80 {
    padding-top: 80px;
  }
  .pr-o-md-80,
  .px-o-md-80 {
    padding-right: 80px;
  }
  .pb-o-md-80,
  .py-o-md-80 {
    padding-bottom: 80px;
  }
  .pl-o-md-80,
  .px-o-md-80 {
    padding-left: 80px;
  }
  .p-o-md-90 {
    padding: 90px;
  }
  .pt-o-md-90,
  .py-o-md-90 {
    padding-top: 90px;
  }
  .pr-o-md-90,
  .px-o-md-90 {
    padding-right: 90px;
  }
  .pb-o-md-90,
  .py-o-md-90 {
    padding-bottom: 90px;
  }
  .pl-o-md-90,
  .px-o-md-90 {
    padding-left: 90px;
  }
  .p-o-md-100 {
    padding: 100px;
  }
  .pt-o-md-100,
  .py-o-md-100 {
    padding-top: 100px;
  }
  .pr-o-md-100,
  .px-o-md-100 {
    padding-right: 100px;
  }
  .pb-o-md-100,
  .py-o-md-100 {
    padding-bottom: 100px;
  }
  .pl-o-md-100,
  .px-o-md-100 {
    padding-left: 100px;
  }
  .p-o-md-120 {
    padding: 120px;
  }
  .pt-o-md-120,
  .py-o-md-120 {
    padding-top: 120px;
  }
  .pr-o-md-120,
  .px-o-md-120 {
    padding-right: 120px;
  }
  .pb-o-md-120,
  .py-o-md-120 {
    padding-bottom: 120px;
  }
  .pl-o-md-120,
  .px-o-md-120 {
    padding-left: 120px;
  }
  .p-o-md-160 {
    padding: 160px;
  }
  .pt-o-md-160,
  .py-o-md-160 {
    padding-top: 160px;
  }
  .pr-o-md-160,
  .px-o-md-160 {
    padding-right: 160px;
  }
  .pb-o-md-160,
  .py-o-md-160 {
    padding-bottom: 160px;
  }
  .pl-o-md-160,
  .px-o-md-160 {
    padding-left: 160px;
  }
  .m-o-md-n5 {
    margin: -5px;
  }
  .mt-o-md-n5,
  .my-o-md-n5 {
    margin-top: -5px;
  }
  .mr-o-md-n5,
  .mx-o-md-n5 {
    margin-right: -5px;
  }
  .mb-o-md-n5,
  .my-o-md-n5 {
    margin-bottom: -5px;
  }
  .ml-o-md-n5,
  .mx-o-md-n5 {
    margin-left: -5px;
  }
  .m-o-md-n8 {
    margin: -8px;
  }
  .mt-o-md-n8,
  .my-o-md-n8 {
    margin-top: -8px;
  }
  .mr-o-md-n8,
  .mx-o-md-n8 {
    margin-right: -8px;
  }
  .mb-o-md-n8,
  .my-o-md-n8 {
    margin-bottom: -8px;
  }
  .ml-o-md-n8,
  .mx-o-md-n8 {
    margin-left: -8px;
  }
  .m-o-md-n10 {
    margin: -10px;
  }
  .mt-o-md-n10,
  .my-o-md-n10 {
    margin-top: -10px;
  }
  .mr-o-md-n10,
  .mx-o-md-n10 {
    margin-right: -10px;
  }
  .mb-o-md-n10,
  .my-o-md-n10 {
    margin-bottom: -10px;
  }
  .ml-o-md-n10,
  .mx-o-md-n10 {
    margin-left: -10px;
  }
  .m-o-md-n12 {
    margin: -12px;
  }
  .mt-o-md-n12,
  .my-o-md-n12 {
    margin-top: -12px;
  }
  .mr-o-md-n12,
  .mx-o-md-n12 {
    margin-right: -12px;
  }
  .mb-o-md-n12,
  .my-o-md-n12 {
    margin-bottom: -12px;
  }
  .ml-o-md-n12,
  .mx-o-md-n12 {
    margin-left: -12px;
  }
  .m-o-md-n15 {
    margin: -15px;
  }
  .mt-o-md-n15,
  .my-o-md-n15 {
    margin-top: -15px;
  }
  .mr-o-md-n15,
  .mx-o-md-n15 {
    margin-right: -15px;
  }
  .mb-o-md-n15,
  .my-o-md-n15 {
    margin-bottom: -15px;
  }
  .ml-o-md-n15,
  .mx-o-md-n15 {
    margin-left: -15px;
  }
  .m-o-md-n20 {
    margin: -20px;
  }
  .mt-o-md-n20,
  .my-o-md-n20 {
    margin-top: -20px;
  }
  .mr-o-md-n20,
  .mx-o-md-n20 {
    margin-right: -20px;
  }
  .mb-o-md-n20,
  .my-o-md-n20 {
    margin-bottom: -20px;
  }
  .ml-o-md-n20,
  .mx-o-md-n20 {
    margin-left: -20px;
  }
  .m-o-md-n25 {
    margin: -25px;
  }
  .mt-o-md-n25,
  .my-o-md-n25 {
    margin-top: -25px;
  }
  .mr-o-md-n25,
  .mx-o-md-n25 {
    margin-right: -25px;
  }
  .mb-o-md-n25,
  .my-o-md-n25 {
    margin-bottom: -25px;
  }
  .ml-o-md-n25,
  .mx-o-md-n25 {
    margin-left: -25px;
  }
  .m-o-md-n30 {
    margin: -30px;
  }
  .mt-o-md-n30,
  .my-o-md-n30 {
    margin-top: -30px;
  }
  .mr-o-md-n30,
  .mx-o-md-n30 {
    margin-right: -30px;
  }
  .mb-o-md-n30,
  .my-o-md-n30 {
    margin-bottom: -30px;
  }
  .ml-o-md-n30,
  .mx-o-md-n30 {
    margin-left: -30px;
  }
  .m-o-md-n35 {
    margin: -35px;
  }
  .mt-o-md-n35,
  .my-o-md-n35 {
    margin-top: -35px;
  }
  .mr-o-md-n35,
  .mx-o-md-n35 {
    margin-right: -35px;
  }
  .mb-o-md-n35,
  .my-o-md-n35 {
    margin-bottom: -35px;
  }
  .ml-o-md-n35,
  .mx-o-md-n35 {
    margin-left: -35px;
  }
  .m-o-md-n40 {
    margin: -40px;
  }
  .mt-o-md-n40,
  .my-o-md-n40 {
    margin-top: -40px;
  }
  .mr-o-md-n40,
  .mx-o-md-n40 {
    margin-right: -40px;
  }
  .mb-o-md-n40,
  .my-o-md-n40 {
    margin-bottom: -40px;
  }
  .ml-o-md-n40,
  .mx-o-md-n40 {
    margin-left: -40px;
  }
  .m-o-md-n45 {
    margin: -45px;
  }
  .mt-o-md-n45,
  .my-o-md-n45 {
    margin-top: -45px;
  }
  .mr-o-md-n45,
  .mx-o-md-n45 {
    margin-right: -45px;
  }
  .mb-o-md-n45,
  .my-o-md-n45 {
    margin-bottom: -45px;
  }
  .ml-o-md-n45,
  .mx-o-md-n45 {
    margin-left: -45px;
  }
  .m-o-md-n50 {
    margin: -50px;
  }
  .mt-o-md-n50,
  .my-o-md-n50 {
    margin-top: -50px;
  }
  .mr-o-md-n50,
  .mx-o-md-n50 {
    margin-right: -50px;
  }
  .mb-o-md-n50,
  .my-o-md-n50 {
    margin-bottom: -50px;
  }
  .ml-o-md-n50,
  .mx-o-md-n50 {
    margin-left: -50px;
  }
  .m-o-md-n60 {
    margin: -60px;
  }
  .mt-o-md-n60,
  .my-o-md-n60 {
    margin-top: -60px;
  }
  .mr-o-md-n60,
  .mx-o-md-n60 {
    margin-right: -60px;
  }
  .mb-o-md-n60,
  .my-o-md-n60 {
    margin-bottom: -60px;
  }
  .ml-o-md-n60,
  .mx-o-md-n60 {
    margin-left: -60px;
  }
  .m-o-md-n70 {
    margin: -70px;
  }
  .mt-o-md-n70,
  .my-o-md-n70 {
    margin-top: -70px;
  }
  .mr-o-md-n70,
  .mx-o-md-n70 {
    margin-right: -70px;
  }
  .mb-o-md-n70,
  .my-o-md-n70 {
    margin-bottom: -70px;
  }
  .ml-o-md-n70,
  .mx-o-md-n70 {
    margin-left: -70px;
  }
  .m-o-md-n80 {
    margin: -80px;
  }
  .mt-o-md-n80,
  .my-o-md-n80 {
    margin-top: -80px;
  }
  .mr-o-md-n80,
  .mx-o-md-n80 {
    margin-right: -80px;
  }
  .mb-o-md-n80,
  .my-o-md-n80 {
    margin-bottom: -80px;
  }
  .ml-o-md-n80,
  .mx-o-md-n80 {
    margin-left: -80px;
  }
  .m-o-md-n90 {
    margin: -90px;
  }
  .mt-o-md-n90,
  .my-o-md-n90 {
    margin-top: -90px;
  }
  .mr-o-md-n90,
  .mx-o-md-n90 {
    margin-right: -90px;
  }
  .mb-o-md-n90,
  .my-o-md-n90 {
    margin-bottom: -90px;
  }
  .ml-o-md-n90,
  .mx-o-md-n90 {
    margin-left: -90px;
  }
  .m-o-md-n100 {
    margin: -100px;
  }
  .mt-o-md-n100,
  .my-o-md-n100 {
    margin-top: -100px;
  }
  .mr-o-md-n100,
  .mx-o-md-n100 {
    margin-right: -100px;
  }
  .mb-o-md-n100,
  .my-o-md-n100 {
    margin-bottom: -100px;
  }
  .ml-o-md-n100,
  .mx-o-md-n100 {
    margin-left: -100px;
  }
  .m-o-md-n120 {
    margin: -120px;
  }
  .mt-o-md-n120,
  .my-o-md-n120 {
    margin-top: -120px;
  }
  .mr-o-md-n120,
  .mx-o-md-n120 {
    margin-right: -120px;
  }
  .mb-o-md-n120,
  .my-o-md-n120 {
    margin-bottom: -120px;
  }
  .ml-o-md-n120,
  .mx-o-md-n120 {
    margin-left: -120px;
  }
  .m-o-md-n160 {
    margin: -160px;
  }
  .mt-o-md-n160,
  .my-o-md-n160 {
    margin-top: -160px;
  }
  .mr-o-md-n160,
  .mx-o-md-n160 {
    margin-right: -160px;
  }
  .mb-o-md-n160,
  .my-o-md-n160 {
    margin-bottom: -160px;
  }
  .ml-o-md-n160,
  .mx-o-md-n160 {
    margin-left: -160px;
  }
  .m-o-md-a {
    margin: auto;
  }
  .mt-o-md-a,
  .my-o-md-a {
    margin-top: auto;
  }
  .mr-o-md-a,
  .mx-o-md-a {
    margin-right: auto;
  }
  .mb-o-md-a,
  .my-o-md-a {
    margin-bottom: auto;
  }
  .ml-o-md-a,
  .mx-o-md-a {
    margin-left: auto;
  }
  .g-o-md-0 {
    gap: 0;
  }
  .gy-o-md-0 {
    row-gap: 0;
  }
  .gx-o-md-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .g-o-md-5 {
    gap: 5px;
  }
  .gy-o-md-5 {
    row-gap: 5px;
  }
  .gx-o-md-5 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .g-o-md-8 {
    gap: 8px;
  }
  .gy-o-md-8 {
    row-gap: 8px;
  }
  .gx-o-md-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .g-o-md-10 {
    gap: 10px;
  }
  .gy-o-md-10 {
    row-gap: 10px;
  }
  .gx-o-md-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .g-o-md-12 {
    gap: 12px;
  }
  .gy-o-md-12 {
    row-gap: 12px;
  }
  .gx-o-md-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .g-o-md-15 {
    gap: 15px;
  }
  .gy-o-md-15 {
    row-gap: 15px;
  }
  .gx-o-md-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .g-o-md-20 {
    gap: 20px;
  }
  .gy-o-md-20 {
    row-gap: 20px;
  }
  .gx-o-md-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .g-o-md-25 {
    gap: 25px;
  }
  .gy-o-md-25 {
    row-gap: 25px;
  }
  .gx-o-md-25 {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .g-o-md-30 {
    gap: 30px;
  }
  .gy-o-md-30 {
    row-gap: 30px;
  }
  .gx-o-md-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .g-o-md-35 {
    gap: 35px;
  }
  .gy-o-md-35 {
    row-gap: 35px;
  }
  .gx-o-md-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .g-o-md-40 {
    gap: 40px;
  }
  .gy-o-md-40 {
    row-gap: 40px;
  }
  .gx-o-md-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .g-o-md-45 {
    gap: 45px;
  }
  .gy-o-md-45 {
    row-gap: 45px;
  }
  .gx-o-md-45 {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .g-o-md-50 {
    gap: 50px;
  }
  .gy-o-md-50 {
    row-gap: 50px;
  }
  .gx-o-md-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .g-o-md-60 {
    gap: 60px;
  }
  .gy-o-md-60 {
    row-gap: 60px;
  }
  .gx-o-md-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .g-o-md-70 {
    gap: 70px;
  }
  .gy-o-md-70 {
    row-gap: 70px;
  }
  .gx-o-md-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .g-o-md-80 {
    gap: 80px;
  }
  .gy-o-md-80 {
    row-gap: 80px;
  }
  .gx-o-md-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .g-o-md-90 {
    gap: 90px;
  }
  .gy-o-md-90 {
    row-gap: 90px;
  }
  .gx-o-md-90 {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .g-o-md-100 {
    gap: 100px;
  }
  .gy-o-md-100 {
    row-gap: 100px;
  }
  .gx-o-md-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .g-o-md-120 {
    gap: 120px;
  }
  .gy-o-md-120 {
    row-gap: 120px;
  }
  .gx-o-md-120 {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
  .g-o-md-160 {
    gap: 160px;
  }
  .gy-o-md-160 {
    row-gap: 160px;
  }
  .gx-o-md-160 {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  .tc-o-md-1 {
    color: var(--igs-color-1);
  }
  .tc-h-o-md-1:hover {
    color: var(--igs-color-1);
  }
  .tc-a-o-md-1.active {
    color: var(--igs-color-1);
  }
  .tc-o-md-2 {
    color: var(--igs-color-2);
  }
  .tc-h-o-md-2:hover {
    color: var(--igs-color-2);
  }
  .tc-a-o-md-2.active {
    color: var(--igs-color-2);
  }
  .tc-o-md-3 {
    color: var(--igs-color-3);
  }
  .tc-h-o-md-3:hover {
    color: var(--igs-color-3);
  }
  .tc-a-o-md-3.active {
    color: var(--igs-color-3);
  }
  .tc-o-md-4 {
    color: var(--igs-color-4);
  }
  .tc-h-o-md-4:hover {
    color: var(--igs-color-4);
  }
  .tc-a-o-md-4.active {
    color: var(--igs-color-4);
  }
  .tc-o-md-w {
    color: #fff;
  }
  .tc-h-o-md-w:hover {
    color: #fff;
  }
  .tc-a-o-md-w.active {
    color: #fff;
  }
  .tc-o-md-b {
    color: #000;
  }
  .tc-h-o-md-b:hover {
    color: #000;
  }
  .tc-a-o-md-b.active {
    color: #000;
  }
  .tc-o-md-i {
    color: inherit;
  }
  .tc-h-o-md-i:hover {
    color: inherit;
  }
  .tc-a-o-md-i.active {
    color: inherit;
  }
  .ta-o-md-l {
    text-align: left;
  }
  .ta-o-md-c {
    text-align: center;
  }
  .ta-o-md-r {
    text-align: right;
  }
  .ta-o-md-j {
    text-align: justify;
  }
  .tt-o-md-n {
    text-transform: none;
  }
  .tt-o-md-l {
    text-transform: lowercase;
  }
  .tt-o-md-u {
    text-transform: uppercase;
  }
  .tt-o-md-c {
    text-transform: capitalize;
  }
  .tt-o-md-j {
    text-transform: justify;
  }
  .td-o-md-n {
    text-decoration: none;
  }
  .td-o-md-h-n:hover {
    text-decoration: none;
  }
  .td-o-md-u {
    text-decoration: underline;
  }
  .td-o-md-h-u:hover {
    text-decoration: underline;
  }
  .ff-o-md-0 {
    font-family: 0;
  }
  .ff-o-md-16 {
    font-family: 16px;
  }
  .ff-o-md-20 {
    font-family: 20px;
  }
  .ff-o-md-30 {
    font-family: 30px;
  }
  .ff-o-md-40 {
    font-family: 40px;
  }
  .ff-o-md-60 {
    font-family: 60px;
  }
  .ff-o-md-80 {
    font-family: 80px;
  }
  .ff-o-md-100 {
    font-family: 100px;
  }
  .ff-o-md-100p {
    font-family: 100%;
  }
  .ff-o-md-134 {
    font-family: 134px;
  }
  .ff-o-md-200 {
    font-family: 200px;
  }
  .ff-o-md-370 {
    font-family: 370px;
  }
  .ff-o-md-a {
    font-family: auto;
  }
  .ff-o-md-n {
    font-family: none;
  }
  .fs-o-md-0 {
    font-size: 0;
  }
  .fs-o-md-10 {
    font-size: 10px;
  }
  .fs-o-md-11 {
    font-size: 11px;
  }
  .fs-o-md-12 {
    font-size: 12px;
  }
  .fs-o-md-13 {
    font-size: 13px;
  }
  .fs-o-md-14 {
    font-size: 14px;
  }
  .fs-o-md-15 {
    font-size: 15px;
  }
  .fs-o-md-16 {
    font-size: 16px;
  }
  .fs-o-md-18 {
    font-size: 18px;
  }
  .fs-o-md-20 {
    font-size: 20px;
  }
  .fs-o-md-22 {
    font-size: 22px;
  }
  .fs-o-md-24 {
    font-size: 24px;
  }
  .fs-o-md-26 {
    font-size: 26px;
  }
  .fs-o-md-30 {
    font-size: 30px;
  }
  .fs-o-md-40 {
    font-size: 40px;
  }
  .fs-o-md-50 {
    font-size: 50px;
  }
  .fs-o-md-60 {
    font-size: 60px;
  }
  .lh-o-md-0 {
    line-height: 0;
  }
  .lh-o-md-1 {
    line-height: 1;
  }
  .lh-o-md-1-2 {
    line-height: 1.2;
  }
  .lh-o-md-1-4 {
    line-height: 1.4;
  }
  .lh-o-md-1-5 {
    line-height: 1.5;
  }
  .fw-o-md-l {
    font-weight: 300;
  }
  .fw-o-md-n {
    font-weight: 400;
  }
  .fw-o-md-m {
    font-weight: 500;
  }
  .fw-o-md-sb {
    font-weight: 600;
  }
  .fw-o-md-b {
    font-weight: 700;
  }
  .fw-o-md-bl {
    font-weight: 900;
  }
  .fst-o-md-i {
    font-style: italic;
  }
  .ls-o-md-0 {
    letter-spacing: 0;
  }
  .ls-o-md-1 {
    letter-spacing: 1px;
  }
  .ls-o-md-2 {
    letter-spacing: 2px;
  }
  .zi-o-md-1 {
    z-index: 1;
  }
  .zi-o-md-n1 {
    z-index: -1;
  }
  .zi-o-md-2 {
    z-index: 2;
  }
  .zi-o-md-n2 {
    z-index: -2;
  }
  .zi-o-md-3 {
    z-index: 3;
  }
  .zi-o-md-n3 {
    z-index: -3;
  }
  .zi-o-md-4 {
    z-index: 4;
  }
  .zi-o-md-n4 {
    z-index: -4;
  }
  .zi-o-md-5 {
    z-index: 5;
  }
  .zi-o-md-n5 {
    z-index: -5;
  }
  .zi-o-md-10 {
    z-index: 10;
  }
  .zi-o-md-n10 {
    z-index: -10;
  }
  .zi-o-md-11 {
    z-index: 11;
  }
  .zi-o-md-n11 {
    z-index: -11;
  }
  .visible-o-md {
    visibility: visible;
  }
  .invisible-o-md {
    visibility: hidden;
  }
}

@media (min-width: 1230px) {
  .container,
  div.woocommerce {
    max-width: 1400px;
  }
  .row-u-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .fic-u-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .fic-u-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .fic-u-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .order-u-lg-1 {
    order: 1;
  }
  .offset-u-lg-1 {
    margin-left: 8.3333333333%;
  }
  .fic-u-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .order-u-lg-2 {
    order: 2;
  }
  .offset-u-lg-2 {
    margin-left: 16.6666666667%;
  }
  .fic-u-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .order-u-lg-3 {
    order: 3;
  }
  .offset-u-lg-3 {
    margin-left: 25%;
  }
  .fic-u-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .order-u-lg-4 {
    order: 4;
  }
  .offset-u-lg-4 {
    margin-left: 33.3333333333%;
  }
  .fic-u-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .order-u-lg-5 {
    order: 5;
  }
  .offset-u-lg-5 {
    margin-left: 41.6666666667%;
  }
  .fic-u-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .order-u-lg-6 {
    order: 6;
  }
  .offset-u-lg-6 {
    margin-left: 50%;
  }
  .fic-u-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .order-u-lg-7 {
    order: 7;
  }
  .offset-u-lg-7 {
    margin-left: 58.3333333333%;
  }
  .fic-u-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .order-u-lg-8 {
    order: 8;
  }
  .offset-u-lg-8 {
    margin-left: 66.6666666667%;
  }
  .fic-u-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .order-u-lg-9 {
    order: 9;
  }
  .offset-u-lg-9 {
    margin-left: 75%;
  }
  .fic-u-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .order-u-lg-10 {
    order: 10;
  }
  .offset-u-lg-10 {
    margin-left: 83.3333333333%;
  }
  .fic-u-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .order-u-lg-11 {
    order: 11;
  }
  .offset-u-lg-11 {
    margin-left: 91.6666666667%;
  }
  .fic-u-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-u-lg-12 {
    order: 12;
  }
  .offset-u-lg-12 {
    margin-left: 100%;
  }
  .row-o-lg {
    display: flex;
    flex-wrap: wrap;
  }
  .fic-o-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .fic-o-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .fic-o-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .order-o-lg-1 {
    order: 1;
  }
  .offset-o-lg-1 {
    margin-left: 8.3333333333%;
  }
  .fic-o-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .order-o-lg-2 {
    order: 2;
  }
  .offset-o-lg-2 {
    margin-left: 16.6666666667%;
  }
  .fic-o-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .order-o-lg-3 {
    order: 3;
  }
  .offset-o-lg-3 {
    margin-left: 25%;
  }
  .fic-o-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .order-o-lg-4 {
    order: 4;
  }
  .offset-o-lg-4 {
    margin-left: 33.3333333333%;
  }
  .fic-o-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .order-o-lg-5 {
    order: 5;
  }
  .offset-o-lg-5 {
    margin-left: 41.6666666667%;
  }
  .fic-o-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .order-o-lg-6 {
    order: 6;
  }
  .offset-o-lg-6 {
    margin-left: 50%;
  }
  .fic-o-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .order-o-lg-7 {
    order: 7;
  }
  .offset-o-lg-7 {
    margin-left: 58.3333333333%;
  }
  .fic-o-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .order-o-lg-8 {
    order: 8;
  }
  .offset-o-lg-8 {
    margin-left: 66.6666666667%;
  }
  .fic-o-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .order-o-lg-9 {
    order: 9;
  }
  .offset-o-lg-9 {
    margin-left: 75%;
  }
  .fic-o-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .order-o-lg-10 {
    order: 10;
  }
  .offset-o-lg-10 {
    margin-left: 83.3333333333%;
  }
  .fic-o-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .order-o-lg-11 {
    order: 11;
  }
  .offset-o-lg-11 {
    margin-left: 91.6666666667%;
  }
  .fic-o-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-o-lg-12 {
    order: 12;
  }
  .offset-o-lg-12 {
    margin-left: 100%;
  }
  .va-u-lg-base {
    vertical-align: baseline;
  }
  .va-u-lg-t {
    vertical-align: top;
  }
  .va-u-lg-m {
    vertical-align: middle;
  }
  .va-u-lg-b {
    vertical-align: bottom;
  }
  .va-u-lg-tt {
    vertical-align: text-top;
  }
  .va-u-lg-tb {
    vertical-align: text-bottom;
  }
  .va-o-lg-base {
    vertical-align: baseline;
  }
  .va-o-lg-t {
    vertical-align: top;
  }
  .va-o-lg-m {
    vertical-align: middle;
  }
  .va-o-lg-b {
    vertical-align: bottom;
  }
  .va-o-lg-tt {
    vertical-align: text-top;
  }
  .va-o-lg-tb {
    vertical-align: text-bottom;
  }
  .bg-u-lg-1 {
    background-color: var(--igs-color-1);
  }
  .bg-h-u-lg-1:hover {
    background-color: var(--igs-color-1);
  }
  .bg-a-u-lg-1.active {
    background-color: var(--igs-color-1);
  }
  .bg-u-lg-2 {
    background-color: var(--igs-color-2);
  }
  .bg-h-u-lg-2:hover {
    background-color: var(--igs-color-2);
  }
  .bg-a-u-lg-2.active {
    background-color: var(--igs-color-2);
  }
  .bg-u-lg-3 {
    background-color: var(--igs-color-3);
  }
  .bg-h-u-lg-3:hover {
    background-color: var(--igs-color-3);
  }
  .bg-a-u-lg-3.active {
    background-color: var(--igs-color-3);
  }
  .bg-u-lg-4 {
    background-color: var(--igs-color-4);
  }
  .bg-h-u-lg-4:hover {
    background-color: var(--igs-color-4);
  }
  .bg-a-u-lg-4.active {
    background-color: var(--igs-color-4);
  }
  .bg-u-lg-w {
    background-color: #fff;
  }
  .bg-h-u-lg-w:hover {
    background-color: #fff;
  }
  .bg-a-u-lg-w.active {
    background-color: #fff;
  }
  .bg-u-lg-b {
    background-color: #000;
  }
  .bg-h-u-lg-b:hover {
    background-color: #000;
  }
  .bg-a-u-lg-b.active {
    background-color: #000;
  }
  .bg-u-lg-i {
    background-color: inherit;
  }
  .bg-h-u-lg-i:hover {
    background-color: inherit;
  }
  .bg-a-u-lg-i.active {
    background-color: inherit;
  }
  .bg-o-lg-1 {
    background-color: var(--igs-color-1);
  }
  .bg-h-o-lg-1:hover {
    background-color: var(--igs-color-1);
  }
  .bg-a-o-lg-1.active {
    background-color: var(--igs-color-1);
  }
  .bg-o-lg-2 {
    background-color: var(--igs-color-2);
  }
  .bg-h-o-lg-2:hover {
    background-color: var(--igs-color-2);
  }
  .bg-a-o-lg-2.active {
    background-color: var(--igs-color-2);
  }
  .bg-o-lg-3 {
    background-color: var(--igs-color-3);
  }
  .bg-h-o-lg-3:hover {
    background-color: var(--igs-color-3);
  }
  .bg-a-o-lg-3.active {
    background-color: var(--igs-color-3);
  }
  .bg-o-lg-4 {
    background-color: var(--igs-color-4);
  }
  .bg-h-o-lg-4:hover {
    background-color: var(--igs-color-4);
  }
  .bg-a-o-lg-4.active {
    background-color: var(--igs-color-4);
  }
  .bg-o-lg-w {
    background-color: #fff;
  }
  .bg-h-o-lg-w:hover {
    background-color: #fff;
  }
  .bg-a-o-lg-w.active {
    background-color: #fff;
  }
  .bg-o-lg-b {
    background-color: #000;
  }
  .bg-h-o-lg-b:hover {
    background-color: #000;
  }
  .bg-a-o-lg-b.active {
    background-color: #000;
  }
  .bg-o-lg-i {
    background-color: inherit;
  }
  .bg-h-o-lg-i:hover {
    background-color: inherit;
  }
  .bg-a-o-lg-i.active {
    background-color: inherit;
  }
  .br-u-lg-5 {
    border-radius: 5px;
  }
  .br-t-u-lg-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .br-b-u-lg-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .br-l-u-lg-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .br-r-u-lg-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .br-u-lg-10 {
    border-radius: 10px;
  }
  .br-t-u-lg-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .br-b-u-lg-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .br-l-u-lg-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .br-r-u-lg-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .br-u-lg-c {
    border-radius: 50%;
  }
  .br-t-u-lg-c {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  .br-b-u-lg-c {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .br-l-u-lg-c {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .br-r-u-lg-c {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .br-u-lg-p {
    border-radius: 50rem;
  }
  .br-t-u-lg-p {
    border-top-left-radius: 50rem;
    border-top-right-radius: 50rem;
  }
  .br-b-u-lg-p {
    border-bottom-right-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
  .br-l-u-lg-p {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
  .br-r-u-lg-p {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
  }
  .br-o-lg-5 {
    border-radius: 5px;
  }
  .br-t-o-lg-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .br-b-o-lg-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .br-l-o-lg-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .br-r-o-lg-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .br-o-lg-10 {
    border-radius: 10px;
  }
  .br-t-o-lg-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .br-b-o-lg-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .br-l-o-lg-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .br-r-o-lg-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .br-o-lg-c {
    border-radius: 50%;
  }
  .br-t-o-lg-c {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  .br-b-o-lg-c {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .br-l-o-lg-c {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .br-r-o-lg-c {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .br-o-lg-p {
    border-radius: 50rem;
  }
  .br-t-o-lg-p {
    border-top-left-radius: 50rem;
    border-top-right-radius: 50rem;
  }
  .br-b-o-lg-p {
    border-bottom-right-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
  .br-l-o-lg-p {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
  .br-r-o-lg-p {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
  }
  .b-u-lg-1 {
    border: 1px solid transparent;
  }
  .b-u-lg-2 {
    border: 2px solid transparent;
  }
  .b-u-lg-3 {
    border: 3px solid transparent;
  }
  .b-u-lg-4 {
    border: 4px solid transparent;
  }
  .b-u-lg-5 {
    border: 5px solid transparent;
  }
  .b-t-u-lg-1 {
    border-top: 1px solid transparent;
  }
  .b-t-u-lg-2 {
    border-top: 2px solid transparent;
  }
  .b-t-u-lg-3 {
    border-top: 3px solid transparent;
  }
  .b-t-u-lg-4 {
    border-top: 4px solid transparent;
  }
  .b-t-u-lg-5 {
    border-top: 5px solid transparent;
  }
  .b-r-u-lg-1 {
    border-right: 1px solid transparent;
  }
  .b-r-u-lg-2 {
    border-right: 2px solid transparent;
  }
  .b-r-u-lg-3 {
    border-right: 3px solid transparent;
  }
  .b-r-u-lg-4 {
    border-right: 4px solid transparent;
  }
  .b-r-u-lg-5 {
    border-right: 5px solid transparent;
  }
  .b-b-u-lg-1 {
    border-bottom: 1px solid transparent;
  }
  .b-b-u-lg-2 {
    border-bottom: 2px solid transparent;
  }
  .b-b-u-lg-3 {
    border-bottom: 3px solid transparent;
  }
  .b-b-u-lg-4 {
    border-bottom: 4px solid transparent;
  }
  .b-b-u-lg-5 {
    border-bottom: 5px solid transparent;
  }
  .b-l-u-lg-1 {
    border-left: 1px solid transparent;
  }
  .b-l-u-lg-2 {
    border-left: 2px solid transparent;
  }
  .b-l-u-lg-3 {
    border-left: 3px solid transparent;
  }
  .b-l-u-lg-4 {
    border-left: 4px solid transparent;
  }
  .b-l-u-lg-5 {
    border-left: 5px solid transparent;
  }
  .b-o-lg-1 {
    border: 1px solid transparent;
  }
  .b-o-lg-2 {
    border: 2px solid transparent;
  }
  .b-o-lg-3 {
    border: 3px solid transparent;
  }
  .b-o-lg-4 {
    border: 4px solid transparent;
  }
  .b-o-lg-5 {
    border: 5px solid transparent;
  }
  .b-t-o-lg-1 {
    border-top: 1px solid transparent;
  }
  .b-t-o-lg-2 {
    border-top: 2px solid transparent;
  }
  .b-t-o-lg-3 {
    border-top: 3px solid transparent;
  }
  .b-t-o-lg-4 {
    border-top: 4px solid transparent;
  }
  .b-t-o-lg-5 {
    border-top: 5px solid transparent;
  }
  .b-r-o-lg-1 {
    border-right: 1px solid transparent;
  }
  .b-r-o-lg-2 {
    border-right: 2px solid transparent;
  }
  .b-r-o-lg-3 {
    border-right: 3px solid transparent;
  }
  .b-r-o-lg-4 {
    border-right: 4px solid transparent;
  }
  .b-r-o-lg-5 {
    border-right: 5px solid transparent;
  }
  .b-b-o-lg-1 {
    border-bottom: 1px solid transparent;
  }
  .b-b-o-lg-2 {
    border-bottom: 2px solid transparent;
  }
  .b-b-o-lg-3 {
    border-bottom: 3px solid transparent;
  }
  .b-b-o-lg-4 {
    border-bottom: 4px solid transparent;
  }
  .b-b-o-lg-5 {
    border-bottom: 5px solid transparent;
  }
  .b-l-o-lg-1 {
    border-left: 1px solid transparent;
  }
  .b-l-o-lg-2 {
    border-left: 2px solid transparent;
  }
  .b-l-o-lg-3 {
    border-left: 3px solid transparent;
  }
  .b-l-o-lg-4 {
    border-left: 4px solid transparent;
  }
  .b-l-o-lg-5 {
    border-left: 5px solid transparent;
  }
  .bc-u-lg-b15 {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .bc-u-lg-b15:hover {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .bc-u-lg-1 {
    border-color: var(--igs-color-1);
  }
  .bc-u-lg-1:hover {
    border-color: var(--igs-color-1);
  }
  .bc-u-lg-2 {
    border-color: var(--igs-color-2);
  }
  .bc-u-lg-2:hover {
    border-color: var(--igs-color-2);
  }
  .bc-u-lg-3 {
    border-color: var(--igs-color-3);
  }
  .bc-u-lg-3:hover {
    border-color: var(--igs-color-3);
  }
  .bc-u-lg-4 {
    border-color: var(--igs-color-4);
  }
  .bc-u-lg-4:hover {
    border-color: var(--igs-color-4);
  }
  .bc-u-lg-w {
    border-color: #fff;
  }
  .bc-u-lg-w:hover {
    border-color: #fff;
  }
  .bc-u-lg-b {
    border-color: #000;
  }
  .bc-u-lg-b:hover {
    border-color: #000;
  }
  .bc-u-lg-i {
    border-color: inherit;
  }
  .bc-u-lg-i:hover {
    border-color: inherit;
  }
  .bc-o-lg-b15 {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .bc-o-lg-b15:hover {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .bc-o-lg-1 {
    border-color: var(--igs-color-1);
  }
  .bc-o-lg-1:hover {
    border-color: var(--igs-color-1);
  }
  .bc-o-lg-2 {
    border-color: var(--igs-color-2);
  }
  .bc-o-lg-2:hover {
    border-color: var(--igs-color-2);
  }
  .bc-o-lg-3 {
    border-color: var(--igs-color-3);
  }
  .bc-o-lg-3:hover {
    border-color: var(--igs-color-3);
  }
  .bc-o-lg-4 {
    border-color: var(--igs-color-4);
  }
  .bc-o-lg-4:hover {
    border-color: var(--igs-color-4);
  }
  .bc-o-lg-w {
    border-color: #fff;
  }
  .bc-o-lg-w:hover {
    border-color: #fff;
  }
  .bc-o-lg-b {
    border-color: #000;
  }
  .bc-o-lg-b:hover {
    border-color: #000;
  }
  .bc-o-lg-i {
    border-color: inherit;
  }
  .bc-o-lg-i:hover {
    border-color: inherit;
  }
  .d-u-lg-i {
    display: inline;
  }
  .d-u-lg-ib {
    display: inline-block;
  }
  .d-u-lg-b {
    display: block;
  }
  .d-u-lg-t {
    display: table;
  }
  .d-u-lg-tr {
    display: table-row;
  }
  .d-u-lg-tc {
    display: table-cell;
  }
  .d-u-lg-f {
    display: flex;
  }
  .d-u-lg-if {
    display: inline-flex;
  }
  .d-u-lg-n {
    display: none;
  }
  .d-o-lg-i {
    display: inline;
  }
  .d-o-lg-ib {
    display: inline-block;
  }
  .d-o-lg-b {
    display: block;
  }
  .d-o-lg-t {
    display: table;
  }
  .d-o-lg-tr {
    display: table-row;
  }
  .d-o-lg-tc {
    display: table-cell;
  }
  .d-o-lg-f {
    display: flex;
  }
  .d-o-lg-if {
    display: inline-flex;
  }
  .d-o-lg-n {
    display: none;
  }
  .f-u-lg-1 {
    flex: 0 1 100%;
  }
  .f-u-lg-3 {
    flex: 0 0 33.33%;
  }
  .f-u-lg-40 {
    flex: 0 0 40px;
  }
  .f-u-lg-60 {
    flex: 0 0 60px;
  }
  .f-u-lg-80 {
    flex: 0 0 80px;
  }
  .f-u-lg-h {
    flex: 0 0 50%;
  }
  .f-u-lg-a {
    flex: 0 0 auto;
  }
  .f-u-lg-r {
    flex-direction: row;
  }
  .f-u-lg-c {
    flex-direction: column;
  }
  .f-u-lg-rr {
    flex-direction: row-reverse;
  }
  .f-u-lg-cr {
    flex-direction: column-reverse;
  }
  .f-u-lg-w {
    flex-wrap: wrap;
  }
  .f-u-lg-nw {
    flex-wrap: nowrap;
  }
  .f-u-lg-wr {
    flex-wrap: wrap-reverse;
  }
  .f-u-lg-g-0 {
    flex-grow: 0;
  }
  .f-u-lg-g-1 {
    flex-grow: 1;
  }
  .f-u-lg-s-0 {
    flex-shrink: 0;
  }
  .f-u-lg-s-1 {
    flex-shrink: 1;
  }
  .f-o-lg-1 {
    flex: 0 1 100%;
  }
  .f-o-lg-3 {
    flex: 0 0 33.33%;
  }
  .f-o-lg-40 {
    flex: 0 0 40px;
  }
  .f-o-lg-60 {
    flex: 0 0 60px;
  }
  .f-o-lg-80 {
    flex: 0 0 80px;
  }
  .f-o-lg-h {
    flex: 0 0 50%;
  }
  .f-o-lg-a {
    flex: 0 0 auto;
  }
  .f-o-lg-r {
    flex-direction: row;
  }
  .f-o-lg-c {
    flex-direction: column;
  }
  .f-o-lg-rr {
    flex-direction: row-reverse;
  }
  .f-o-lg-cr {
    flex-direction: column-reverse;
  }
  .f-o-lg-w {
    flex-wrap: wrap;
  }
  .f-o-lg-nw {
    flex-wrap: nowrap;
  }
  .f-o-lg-wr {
    flex-wrap: wrap-reverse;
  }
  .f-o-lg-g-0 {
    flex-grow: 0;
  }
  .f-o-lg-g-1 {
    flex-grow: 1;
  }
  .f-o-lg-s-0 {
    flex-shrink: 0;
  }
  .f-o-lg-s-1 {
    flex-shrink: 1;
  }
  .ai-u-lg-fs {
    align-items: flex-start;
  }
  .ai-u-lg-fe {
    align-items: flex-end;
  }
  .ai-u-lg-c {
    align-items: center;
  }
  .ai-u-lg-b {
    align-items: baseline;
  }
  .ai-u-lg-s {
    align-items: stretch;
  }
  .jc-u-lg-fs {
    justify-content: flex-start;
  }
  .jc-u-lg-fe {
    justify-content: flex-end;
  }
  .jc-u-lg-c {
    justify-content: center;
  }
  .jc-u-lg-sb {
    justify-content: space-between;
  }
  .jc-u-lg-sa {
    justify-content: space-around;
  }
  .jc-u-lg-se {
    justify-content: space-evenly;
  }
  .ac-u-lg-fs {
    align-content: flex-start;
  }
  .ac-u-lg-fe {
    align-content: flex-end;
  }
  .ac-u-lg-c {
    align-content: center;
  }
  .ac-u-lg-sb {
    align-content: space-between;
  }
  .ac-u-lg-sa {
    align-content: space-around;
  }
  .ac-u-lg-s {
    align-content: stretch;
  }
  .as-u-lg-a {
    align-self: auto;
  }
  .as-u-lg-fs {
    align-self: flex-start;
  }
  .as-u-lg-fe {
    align-self: flex-end;
  }
  .as-u-lg-c {
    align-self: center;
  }
  .as-u-lg-b {
    align-self: baseline;
  }
  .as-u-lg-s {
    align-self: stretch;
  }
  .ai-o-lg-fs {
    align-items: flex-start;
  }
  .ai-o-lg-fe {
    align-items: flex-end;
  }
  .ai-o-lg-c {
    align-items: center;
  }
  .ai-o-lg-b {
    align-items: baseline;
  }
  .ai-o-lg-s {
    align-items: stretch;
  }
  .jc-o-lg-fs {
    justify-content: flex-start;
  }
  .jc-o-lg-fe {
    justify-content: flex-end;
  }
  .jc-o-lg-c {
    justify-content: center;
  }
  .jc-o-lg-sb {
    justify-content: space-between;
  }
  .jc-o-lg-sa {
    justify-content: space-around;
  }
  .jc-o-lg-se {
    justify-content: space-evenly;
  }
  .ac-o-lg-fs {
    align-content: flex-start;
  }
  .ac-o-lg-fe {
    align-content: flex-end;
  }
  .ac-o-lg-c {
    align-content: center;
  }
  .ac-o-lg-sb {
    align-content: space-between;
  }
  .ac-o-lg-sa {
    align-content: space-around;
  }
  .ac-o-lg-s {
    align-content: stretch;
  }
  .as-o-lg-a {
    align-self: auto;
  }
  .as-o-lg-fs {
    align-self: flex-start;
  }
  .as-o-lg-fe {
    align-self: flex-end;
  }
  .as-o-lg-c {
    align-self: center;
  }
  .as-o-lg-b {
    align-self: baseline;
  }
  .as-o-lg-s {
    align-self: stretch;
  }
  .float-u-lg-l {
    float: left;
  }
  .float-u-lg-r {
    float: right;
  }
  .float-u-lg-n {
    float: none;
  }
  .float-o-lg-l {
    float: left;
  }
  .float-o-lg-r {
    float: right;
  }
  .float-o-lg-n {
    float: none;
  }
  .of-u-lg-a {
    overflow: auto;
  }
  .of-u-lg-h {
    overflow: hidden;
  }
  .of-o-lg-a {
    overflow: auto;
  }
  .of-o-lg-h {
    overflow: hidden;
  }
  .ps-u-lg-s {
    position: static;
  }
  .ps-u-lg-r {
    position: relative;
  }
  .ps-u-lg-a {
    position: absolute;
  }
  .ps-u-lg-f {
    position: fixed;
  }
  .ps-u-lg-sy {
    position: sticky;
  }
  .ps-o-lg-s {
    position: static;
  }
  .ps-o-lg-r {
    position: relative;
  }
  .ps-o-lg-a {
    position: absolute;
  }
  .ps-o-lg-f {
    position: fixed;
  }
  .ps-o-lg-sy {
    position: sticky;
  }
  .ps-u-lg-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .ps-t-u-lg-0,
  .ps-y-u-lg-0 {
    top: 0;
  }
  .ps-b-u-lg-0,
  .ps-y-u-lg-0 {
    bottom: 0;
  }
  .ps-l-u-lg-0,
  .ps-x-u-lg-0 {
    left: 0;
  }
  .ps-r-u-lg-0,
  .ps-x-u-lg-0 {
    right: 0;
  }
  .ps-u-lg-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }
  .ps-t-u-lg-5,
  .ps-y-u-lg-5 {
    top: 5px;
  }
  .ps-b-u-lg-5,
  .ps-y-u-lg-5 {
    bottom: 5px;
  }
  .ps-l-u-lg-5,
  .ps-x-u-lg-5 {
    left: 5px;
  }
  .ps-r-u-lg-5,
  .ps-x-u-lg-5 {
    right: 5px;
  }
  .ps-u-lg-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .ps-t-u-lg-10,
  .ps-y-u-lg-10 {
    top: 10px;
  }
  .ps-b-u-lg-10,
  .ps-y-u-lg-10 {
    bottom: 10px;
  }
  .ps-l-u-lg-10,
  .ps-x-u-lg-10 {
    left: 10px;
  }
  .ps-r-u-lg-10,
  .ps-x-u-lg-10 {
    right: 10px;
  }
  .ps-u-lg-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }
  .ps-t-u-lg-25,
  .ps-y-u-lg-25 {
    top: 25px;
  }
  .ps-b-u-lg-25,
  .ps-y-u-lg-25 {
    bottom: 25px;
  }
  .ps-l-u-lg-25,
  .ps-x-u-lg-25 {
    left: 25px;
  }
  .ps-r-u-lg-25,
  .ps-x-u-lg-25 {
    right: 25px;
  }
  .ps-u-lg-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
  .ps-t-u-lg-30,
  .ps-y-u-lg-30 {
    top: 30px;
  }
  .ps-b-u-lg-30,
  .ps-y-u-lg-30 {
    bottom: 30px;
  }
  .ps-l-u-lg-30,
  .ps-x-u-lg-30 {
    left: 30px;
  }
  .ps-r-u-lg-30,
  .ps-x-u-lg-30 {
    right: 30px;
  }
  .ps-u-lg-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }
  .ps-t-u-lg-50,
  .ps-y-u-lg-50 {
    top: 50px;
  }
  .ps-b-u-lg-50,
  .ps-y-u-lg-50 {
    bottom: 50px;
  }
  .ps-l-u-lg-50,
  .ps-x-u-lg-50 {
    left: 50px;
  }
  .ps-r-u-lg-50,
  .ps-x-u-lg-50 {
    right: 50px;
  }
  .ps-u-lg-50p {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
  .ps-t-u-lg-50p,
  .ps-y-u-lg-50p {
    top: 50%;
  }
  .ps-b-u-lg-50p,
  .ps-y-u-lg-50p {
    bottom: 50%;
  }
  .ps-l-u-lg-50p,
  .ps-x-u-lg-50p {
    left: 50%;
  }
  .ps-r-u-lg-50p,
  .ps-x-u-lg-50p {
    right: 50%;
  }
  .ps-u-lg-100 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }
  .ps-t-u-lg-100,
  .ps-y-u-lg-100 {
    top: 100%;
  }
  .ps-b-u-lg-100,
  .ps-y-u-lg-100 {
    bottom: 100%;
  }
  .ps-l-u-lg-100,
  .ps-x-u-lg-100 {
    left: 100%;
  }
  .ps-r-u-lg-100,
  .ps-x-u-lg-100 {
    right: 100%;
  }
  .ps-o-lg-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .ps-t-o-lg-0,
  .ps-y-o-lg-0 {
    top: 0;
  }
  .ps-b-o-lg-0,
  .ps-y-o-lg-0 {
    bottom: 0;
  }
  .ps-l-o-lg-0,
  .ps-x-o-lg-0 {
    left: 0;
  }
  .ps-r-o-lg-0,
  .ps-x-o-lg-0 {
    right: 0;
  }
  .ps-o-lg-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }
  .ps-t-o-lg-5,
  .ps-y-o-lg-5 {
    top: 5px;
  }
  .ps-b-o-lg-5,
  .ps-y-o-lg-5 {
    bottom: 5px;
  }
  .ps-l-o-lg-5,
  .ps-x-o-lg-5 {
    left: 5px;
  }
  .ps-r-o-lg-5,
  .ps-x-o-lg-5 {
    right: 5px;
  }
  .ps-o-lg-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .ps-t-o-lg-10,
  .ps-y-o-lg-10 {
    top: 10px;
  }
  .ps-b-o-lg-10,
  .ps-y-o-lg-10 {
    bottom: 10px;
  }
  .ps-l-o-lg-10,
  .ps-x-o-lg-10 {
    left: 10px;
  }
  .ps-r-o-lg-10,
  .ps-x-o-lg-10 {
    right: 10px;
  }
  .ps-o-lg-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }
  .ps-t-o-lg-25,
  .ps-y-o-lg-25 {
    top: 25px;
  }
  .ps-b-o-lg-25,
  .ps-y-o-lg-25 {
    bottom: 25px;
  }
  .ps-l-o-lg-25,
  .ps-x-o-lg-25 {
    left: 25px;
  }
  .ps-r-o-lg-25,
  .ps-x-o-lg-25 {
    right: 25px;
  }
  .ps-o-lg-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
  .ps-t-o-lg-30,
  .ps-y-o-lg-30 {
    top: 30px;
  }
  .ps-b-o-lg-30,
  .ps-y-o-lg-30 {
    bottom: 30px;
  }
  .ps-l-o-lg-30,
  .ps-x-o-lg-30 {
    left: 30px;
  }
  .ps-r-o-lg-30,
  .ps-x-o-lg-30 {
    right: 30px;
  }
  .ps-o-lg-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }
  .ps-t-o-lg-50,
  .ps-y-o-lg-50 {
    top: 50px;
  }
  .ps-b-o-lg-50,
  .ps-y-o-lg-50 {
    bottom: 50px;
  }
  .ps-l-o-lg-50,
  .ps-x-o-lg-50 {
    left: 50px;
  }
  .ps-r-o-lg-50,
  .ps-x-o-lg-50 {
    right: 50px;
  }
  .ps-o-lg-50p {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
  .ps-t-o-lg-50p,
  .ps-y-o-lg-50p {
    top: 50%;
  }
  .ps-b-o-lg-50p,
  .ps-y-o-lg-50p {
    bottom: 50%;
  }
  .ps-l-o-lg-50p,
  .ps-x-o-lg-50p {
    left: 50%;
  }
  .ps-r-o-lg-50p,
  .ps-x-o-lg-50p {
    right: 50%;
  }
  .ps-o-lg-100 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }
  .ps-t-o-lg-100,
  .ps-y-o-lg-100 {
    top: 100%;
  }
  .ps-b-o-lg-100,
  .ps-y-o-lg-100 {
    bottom: 100%;
  }
  .ps-l-o-lg-100,
  .ps-x-o-lg-100 {
    left: 100%;
  }
  .ps-r-o-lg-100,
  .ps-x-o-lg-100 {
    right: 100%;
  }
  .w-u-lg-0 {
    width: 0;
  }
  .w-u-lg-16 {
    width: 16px;
  }
  .w-u-lg-20 {
    width: 20px;
  }
  .w-u-lg-30 {
    width: 30px;
  }
  .w-u-lg-40 {
    width: 40px;
  }
  .w-u-lg-60 {
    width: 60px;
  }
  .w-u-lg-80 {
    width: 80px;
  }
  .w-u-lg-100 {
    width: 100px;
  }
  .w-u-lg-100p {
    width: 100%;
  }
  .w-u-lg-134 {
    width: 134px;
  }
  .w-u-lg-200 {
    width: 200px;
  }
  .w-u-lg-370 {
    width: 370px;
  }
  .w-u-lg-a {
    width: auto;
  }
  .w-u-lg-n {
    width: none;
  }
  .h-u-lg-0 {
    height: 0;
  }
  .h-u-lg-16 {
    height: 16px;
  }
  .h-u-lg-20 {
    height: 20px;
  }
  .h-u-lg-30 {
    height: 30px;
  }
  .h-u-lg-40 {
    height: 40px;
  }
  .h-u-lg-60 {
    height: 60px;
  }
  .h-u-lg-80 {
    height: 80px;
  }
  .h-u-lg-100 {
    height: 100px;
  }
  .h-u-lg-100p {
    height: 100%;
  }
  .h-u-lg-134 {
    height: 134px;
  }
  .h-u-lg-200 {
    height: 200px;
  }
  .h-u-lg-370 {
    height: 370px;
  }
  .h-u-lg-a {
    height: auto;
  }
  .h-u-lg-n {
    height: none;
  }
  .mw-u-lg-0 {
    max-width: 0;
  }
  .mw-u-lg-16 {
    max-width: 16px;
  }
  .mw-u-lg-20 {
    max-width: 20px;
  }
  .mw-u-lg-30 {
    max-width: 30px;
  }
  .mw-u-lg-40 {
    max-width: 40px;
  }
  .mw-u-lg-60 {
    max-width: 60px;
  }
  .mw-u-lg-80 {
    max-width: 80px;
  }
  .mw-u-lg-100 {
    max-width: 100px;
  }
  .mw-u-lg-100p {
    max-width: 100%;
  }
  .mw-u-lg-134 {
    max-width: 134px;
  }
  .mw-u-lg-200 {
    max-width: 200px;
  }
  .mw-u-lg-370 {
    max-width: 370px;
  }
  .mw-u-lg-a {
    max-width: auto;
  }
  .mw-u-lg-n {
    max-width: none;
  }
  .min-w-u-lg-0 {
    min-width: 0;
  }
  .min-w-u-lg-16 {
    min-width: 16px;
  }
  .min-w-u-lg-20 {
    min-width: 20px;
  }
  .min-w-u-lg-30 {
    min-width: 30px;
  }
  .min-w-u-lg-40 {
    min-width: 40px;
  }
  .min-w-u-lg-60 {
    min-width: 60px;
  }
  .min-w-u-lg-80 {
    min-width: 80px;
  }
  .min-w-u-lg-100 {
    min-width: 100px;
  }
  .min-w-u-lg-100p {
    min-width: 100%;
  }
  .min-w-u-lg-134 {
    min-width: 134px;
  }
  .min-w-u-lg-200 {
    min-width: 200px;
  }
  .min-w-u-lg-370 {
    min-width: 370px;
  }
  .min-w-u-lg-a {
    min-width: auto;
  }
  .min-w-u-lg-n {
    min-width: none;
  }
  .mh-u-lg-0 {
    max-height: 0;
  }
  .mh-u-lg-16 {
    max-height: 16px;
  }
  .mh-u-lg-20 {
    max-height: 20px;
  }
  .mh-u-lg-30 {
    max-height: 30px;
  }
  .mh-u-lg-40 {
    max-height: 40px;
  }
  .mh-u-lg-60 {
    max-height: 60px;
  }
  .mh-u-lg-80 {
    max-height: 80px;
  }
  .mh-u-lg-100 {
    max-height: 100px;
  }
  .mh-u-lg-100p {
    max-height: 100%;
  }
  .mh-u-lg-134 {
    max-height: 134px;
  }
  .mh-u-lg-200 {
    max-height: 200px;
  }
  .mh-u-lg-370 {
    max-height: 370px;
  }
  .mh-u-lg-a {
    max-height: auto;
  }
  .mh-u-lg-n {
    max-height: none;
  }
  .min-h-u-lg-0 {
    min-height: 0;
  }
  .min-h-u-lg-16 {
    min-height: 16px;
  }
  .min-h-u-lg-20 {
    min-height: 20px;
  }
  .min-h-u-lg-30 {
    min-height: 30px;
  }
  .min-h-u-lg-40 {
    min-height: 40px;
  }
  .min-h-u-lg-60 {
    min-height: 60px;
  }
  .min-h-u-lg-80 {
    min-height: 80px;
  }
  .min-h-u-lg-100 {
    min-height: 100px;
  }
  .min-h-u-lg-100p {
    min-height: 100%;
  }
  .min-h-u-lg-134 {
    min-height: 134px;
  }
  .min-h-u-lg-200 {
    min-height: 200px;
  }
  .min-h-u-lg-370 {
    min-height: 370px;
  }
  .min-h-u-lg-a {
    min-height: auto;
  }
  .min-h-u-lg-n {
    min-height: none;
  }
  .min-u-lg-vw-100 {
    min-width: 100vw;
  }
  .min-u-lg-vh-100 {
    min-height: 100vh;
  }
  .vw-u-lg-100 {
    width: 100vw;
  }
  .vh-u-lg-100 {
    height: 100vh;
  }
  .w-o-lg-0 {
    width: 0;
  }
  .w-o-lg-16 {
    width: 16px;
  }
  .w-o-lg-20 {
    width: 20px;
  }
  .w-o-lg-30 {
    width: 30px;
  }
  .w-o-lg-40 {
    width: 40px;
  }
  .w-o-lg-60 {
    width: 60px;
  }
  .w-o-lg-80 {
    width: 80px;
  }
  .w-o-lg-100 {
    width: 100px;
  }
  .w-o-lg-100p {
    width: 100%;
  }
  .w-o-lg-134 {
    width: 134px;
  }
  .w-o-lg-200 {
    width: 200px;
  }
  .w-o-lg-370 {
    width: 370px;
  }
  .w-o-lg-a {
    width: auto;
  }
  .w-o-lg-n {
    width: none;
  }
  .h-o-lg-0 {
    height: 0;
  }
  .h-o-lg-16 {
    height: 16px;
  }
  .h-o-lg-20 {
    height: 20px;
  }
  .h-o-lg-30 {
    height: 30px;
  }
  .h-o-lg-40 {
    height: 40px;
  }
  .h-o-lg-60 {
    height: 60px;
  }
  .h-o-lg-80 {
    height: 80px;
  }
  .h-o-lg-100 {
    height: 100px;
  }
  .h-o-lg-100p {
    height: 100%;
  }
  .h-o-lg-134 {
    height: 134px;
  }
  .h-o-lg-200 {
    height: 200px;
  }
  .h-o-lg-370 {
    height: 370px;
  }
  .h-o-lg-a {
    height: auto;
  }
  .h-o-lg-n {
    height: none;
  }
  .mw-o-lg-0 {
    max-width: 0;
  }
  .mw-o-lg-16 {
    max-width: 16px;
  }
  .mw-o-lg-20 {
    max-width: 20px;
  }
  .mw-o-lg-30 {
    max-width: 30px;
  }
  .mw-o-lg-40 {
    max-width: 40px;
  }
  .mw-o-lg-60 {
    max-width: 60px;
  }
  .mw-o-lg-80 {
    max-width: 80px;
  }
  .mw-o-lg-100 {
    max-width: 100px;
  }
  .mw-o-lg-100p {
    max-width: 100%;
  }
  .mw-o-lg-134 {
    max-width: 134px;
  }
  .mw-o-lg-200 {
    max-width: 200px;
  }
  .mw-o-lg-370 {
    max-width: 370px;
  }
  .mw-o-lg-a {
    max-width: auto;
  }
  .mw-o-lg-n {
    max-width: none;
  }
  .min-w-o-lg-0 {
    min-width: 0;
  }
  .min-w-o-lg-16 {
    min-width: 16px;
  }
  .min-w-o-lg-20 {
    min-width: 20px;
  }
  .min-w-o-lg-30 {
    min-width: 30px;
  }
  .min-w-o-lg-40 {
    min-width: 40px;
  }
  .min-w-o-lg-60 {
    min-width: 60px;
  }
  .min-w-o-lg-80 {
    min-width: 80px;
  }
  .min-w-o-lg-100 {
    min-width: 100px;
  }
  .min-w-o-lg-100p {
    min-width: 100%;
  }
  .min-w-o-lg-134 {
    min-width: 134px;
  }
  .min-w-o-lg-200 {
    min-width: 200px;
  }
  .min-w-o-lg-370 {
    min-width: 370px;
  }
  .min-w-o-lg-a {
    min-width: auto;
  }
  .min-w-o-lg-n {
    min-width: none;
  }
  .mh-o-lg-0 {
    max-height: 0;
  }
  .mh-o-lg-16 {
    max-height: 16px;
  }
  .mh-o-lg-20 {
    max-height: 20px;
  }
  .mh-o-lg-30 {
    max-height: 30px;
  }
  .mh-o-lg-40 {
    max-height: 40px;
  }
  .mh-o-lg-60 {
    max-height: 60px;
  }
  .mh-o-lg-80 {
    max-height: 80px;
  }
  .mh-o-lg-100 {
    max-height: 100px;
  }
  .mh-o-lg-100p {
    max-height: 100%;
  }
  .mh-o-lg-134 {
    max-height: 134px;
  }
  .mh-o-lg-200 {
    max-height: 200px;
  }
  .mh-o-lg-370 {
    max-height: 370px;
  }
  .mh-o-lg-a {
    max-height: auto;
  }
  .mh-o-lg-n {
    max-height: none;
  }
  .min-h-o-lg-0 {
    min-height: 0;
  }
  .min-h-o-lg-16 {
    min-height: 16px;
  }
  .min-h-o-lg-20 {
    min-height: 20px;
  }
  .min-h-o-lg-30 {
    min-height: 30px;
  }
  .min-h-o-lg-40 {
    min-height: 40px;
  }
  .min-h-o-lg-60 {
    min-height: 60px;
  }
  .min-h-o-lg-80 {
    min-height: 80px;
  }
  .min-h-o-lg-100 {
    min-height: 100px;
  }
  .min-h-o-lg-100p {
    min-height: 100%;
  }
  .min-h-o-lg-134 {
    min-height: 134px;
  }
  .min-h-o-lg-200 {
    min-height: 200px;
  }
  .min-h-o-lg-370 {
    min-height: 370px;
  }
  .min-h-o-lg-a {
    min-height: auto;
  }
  .min-h-o-lg-n {
    min-height: none;
  }
  .min-o-lg-vw-100 {
    min-width: 100vw;
  }
  .min-o-lg-vh-100 {
    min-height: 100vh;
  }
  .vw-o-lg-100 {
    width: 100vw;
  }
  .vh-o-lg-100 {
    height: 100vh;
  }
  .m-u-lg-0 {
    margin: 0;
  }
  .mt-u-lg-0,
  .my-u-lg-0 {
    margin-top: 0;
  }
  .mr-u-lg-0,
  .mx-u-lg-0 {
    margin-right: 0;
  }
  .mb-u-lg-0,
  .my-u-lg-0 {
    margin-bottom: 0;
  }
  .ml-u-lg-0,
  .mx-u-lg-0 {
    margin-left: 0;
  }
  .m-u-lg-5 {
    margin: 5px;
  }
  .mt-u-lg-5,
  .my-u-lg-5 {
    margin-top: 5px;
  }
  .mr-u-lg-5,
  .mx-u-lg-5 {
    margin-right: 5px;
  }
  .mb-u-lg-5,
  .my-u-lg-5 {
    margin-bottom: 5px;
  }
  .ml-u-lg-5,
  .mx-u-lg-5 {
    margin-left: 5px;
  }
  .m-u-lg-8 {
    margin: 8px;
  }
  .mt-u-lg-8,
  .my-u-lg-8 {
    margin-top: 8px;
  }
  .mr-u-lg-8,
  .mx-u-lg-8 {
    margin-right: 8px;
  }
  .mb-u-lg-8,
  .my-u-lg-8 {
    margin-bottom: 8px;
  }
  .ml-u-lg-8,
  .mx-u-lg-8 {
    margin-left: 8px;
  }
  .m-u-lg-10 {
    margin: 10px;
  }
  .mt-u-lg-10,
  .my-u-lg-10 {
    margin-top: 10px;
  }
  .mr-u-lg-10,
  .mx-u-lg-10 {
    margin-right: 10px;
  }
  .mb-u-lg-10,
  .my-u-lg-10 {
    margin-bottom: 10px;
  }
  .ml-u-lg-10,
  .mx-u-lg-10 {
    margin-left: 10px;
  }
  .m-u-lg-12 {
    margin: 12px;
  }
  .mt-u-lg-12,
  .my-u-lg-12 {
    margin-top: 12px;
  }
  .mr-u-lg-12,
  .mx-u-lg-12 {
    margin-right: 12px;
  }
  .mb-u-lg-12,
  .my-u-lg-12 {
    margin-bottom: 12px;
  }
  .ml-u-lg-12,
  .mx-u-lg-12 {
    margin-left: 12px;
  }
  .m-u-lg-15 {
    margin: 15px;
  }
  .mt-u-lg-15,
  .my-u-lg-15 {
    margin-top: 15px;
  }
  .mr-u-lg-15,
  .mx-u-lg-15 {
    margin-right: 15px;
  }
  .mb-u-lg-15,
  .my-u-lg-15 {
    margin-bottom: 15px;
  }
  .ml-u-lg-15,
  .mx-u-lg-15 {
    margin-left: 15px;
  }
  .m-u-lg-20 {
    margin: 20px;
  }
  .mt-u-lg-20,
  .my-u-lg-20 {
    margin-top: 20px;
  }
  .mr-u-lg-20,
  .mx-u-lg-20 {
    margin-right: 20px;
  }
  .mb-u-lg-20,
  .my-u-lg-20 {
    margin-bottom: 20px;
  }
  .ml-u-lg-20,
  .mx-u-lg-20 {
    margin-left: 20px;
  }
  .m-u-lg-25 {
    margin: 25px;
  }
  .mt-u-lg-25,
  .my-u-lg-25 {
    margin-top: 25px;
  }
  .mr-u-lg-25,
  .mx-u-lg-25 {
    margin-right: 25px;
  }
  .mb-u-lg-25,
  .my-u-lg-25 {
    margin-bottom: 25px;
  }
  .ml-u-lg-25,
  .mx-u-lg-25 {
    margin-left: 25px;
  }
  .m-u-lg-30 {
    margin: 30px;
  }
  .mt-u-lg-30,
  .my-u-lg-30 {
    margin-top: 30px;
  }
  .mr-u-lg-30,
  .mx-u-lg-30 {
    margin-right: 30px;
  }
  .mb-u-lg-30,
  .my-u-lg-30 {
    margin-bottom: 30px;
  }
  .ml-u-lg-30,
  .mx-u-lg-30 {
    margin-left: 30px;
  }
  .m-u-lg-35 {
    margin: 35px;
  }
  .mt-u-lg-35,
  .my-u-lg-35 {
    margin-top: 35px;
  }
  .mr-u-lg-35,
  .mx-u-lg-35 {
    margin-right: 35px;
  }
  .mb-u-lg-35,
  .my-u-lg-35 {
    margin-bottom: 35px;
  }
  .ml-u-lg-35,
  .mx-u-lg-35 {
    margin-left: 35px;
  }
  .m-u-lg-40 {
    margin: 40px;
  }
  .mt-u-lg-40,
  .my-u-lg-40 {
    margin-top: 40px;
  }
  .mr-u-lg-40,
  .mx-u-lg-40 {
    margin-right: 40px;
  }
  .mb-u-lg-40,
  .my-u-lg-40 {
    margin-bottom: 40px;
  }
  .ml-u-lg-40,
  .mx-u-lg-40 {
    margin-left: 40px;
  }
  .m-u-lg-45 {
    margin: 45px;
  }
  .mt-u-lg-45,
  .my-u-lg-45 {
    margin-top: 45px;
  }
  .mr-u-lg-45,
  .mx-u-lg-45 {
    margin-right: 45px;
  }
  .mb-u-lg-45,
  .my-u-lg-45 {
    margin-bottom: 45px;
  }
  .ml-u-lg-45,
  .mx-u-lg-45 {
    margin-left: 45px;
  }
  .m-u-lg-50 {
    margin: 50px;
  }
  .mt-u-lg-50,
  .my-u-lg-50 {
    margin-top: 50px;
  }
  .mr-u-lg-50,
  .mx-u-lg-50 {
    margin-right: 50px;
  }
  .mb-u-lg-50,
  .my-u-lg-50 {
    margin-bottom: 50px;
  }
  .ml-u-lg-50,
  .mx-u-lg-50 {
    margin-left: 50px;
  }
  .m-u-lg-60 {
    margin: 60px;
  }
  .mt-u-lg-60,
  .my-u-lg-60 {
    margin-top: 60px;
  }
  .mr-u-lg-60,
  .mx-u-lg-60 {
    margin-right: 60px;
  }
  .mb-u-lg-60,
  .my-u-lg-60 {
    margin-bottom: 60px;
  }
  .ml-u-lg-60,
  .mx-u-lg-60 {
    margin-left: 60px;
  }
  .m-u-lg-70 {
    margin: 70px;
  }
  .mt-u-lg-70,
  .my-u-lg-70 {
    margin-top: 70px;
  }
  .mr-u-lg-70,
  .mx-u-lg-70 {
    margin-right: 70px;
  }
  .mb-u-lg-70,
  .my-u-lg-70 {
    margin-bottom: 70px;
  }
  .ml-u-lg-70,
  .mx-u-lg-70 {
    margin-left: 70px;
  }
  .m-u-lg-80 {
    margin: 80px;
  }
  .mt-u-lg-80,
  .my-u-lg-80 {
    margin-top: 80px;
  }
  .mr-u-lg-80,
  .mx-u-lg-80 {
    margin-right: 80px;
  }
  .mb-u-lg-80,
  .my-u-lg-80 {
    margin-bottom: 80px;
  }
  .ml-u-lg-80,
  .mx-u-lg-80 {
    margin-left: 80px;
  }
  .m-u-lg-90 {
    margin: 90px;
  }
  .mt-u-lg-90,
  .my-u-lg-90 {
    margin-top: 90px;
  }
  .mr-u-lg-90,
  .mx-u-lg-90 {
    margin-right: 90px;
  }
  .mb-u-lg-90,
  .my-u-lg-90 {
    margin-bottom: 90px;
  }
  .ml-u-lg-90,
  .mx-u-lg-90 {
    margin-left: 90px;
  }
  .m-u-lg-100 {
    margin: 100px;
  }
  .mt-u-lg-100,
  .my-u-lg-100 {
    margin-top: 100px;
  }
  .mr-u-lg-100,
  .mx-u-lg-100 {
    margin-right: 100px;
  }
  .mb-u-lg-100,
  .my-u-lg-100 {
    margin-bottom: 100px;
  }
  .ml-u-lg-100,
  .mx-u-lg-100 {
    margin-left: 100px;
  }
  .m-u-lg-120 {
    margin: 120px;
  }
  .mt-u-lg-120,
  .my-u-lg-120 {
    margin-top: 120px;
  }
  .mr-u-lg-120,
  .mx-u-lg-120 {
    margin-right: 120px;
  }
  .mb-u-lg-120,
  .my-u-lg-120 {
    margin-bottom: 120px;
  }
  .ml-u-lg-120,
  .mx-u-lg-120 {
    margin-left: 120px;
  }
  .m-u-lg-160 {
    margin: 160px;
  }
  .mt-u-lg-160,
  .my-u-lg-160 {
    margin-top: 160px;
  }
  .mr-u-lg-160,
  .mx-u-lg-160 {
    margin-right: 160px;
  }
  .mb-u-lg-160,
  .my-u-lg-160 {
    margin-bottom: 160px;
  }
  .ml-u-lg-160,
  .mx-u-lg-160 {
    margin-left: 160px;
  }
  .p-u-lg-0 {
    padding: 0;
  }
  .pt-u-lg-0,
  .py-u-lg-0 {
    padding-top: 0;
  }
  .pr-u-lg-0,
  .px-u-lg-0 {
    padding-right: 0;
  }
  .pb-u-lg-0,
  .py-u-lg-0 {
    padding-bottom: 0;
  }
  .pl-u-lg-0,
  .px-u-lg-0 {
    padding-left: 0;
  }
  .p-u-lg-5 {
    padding: 5px;
  }
  .pt-u-lg-5,
  .py-u-lg-5 {
    padding-top: 5px;
  }
  .pr-u-lg-5,
  .px-u-lg-5 {
    padding-right: 5px;
  }
  .pb-u-lg-5,
  .py-u-lg-5 {
    padding-bottom: 5px;
  }
  .pl-u-lg-5,
  .px-u-lg-5 {
    padding-left: 5px;
  }
  .p-u-lg-8 {
    padding: 8px;
  }
  .pt-u-lg-8,
  .py-u-lg-8 {
    padding-top: 8px;
  }
  .pr-u-lg-8,
  .px-u-lg-8 {
    padding-right: 8px;
  }
  .pb-u-lg-8,
  .py-u-lg-8 {
    padding-bottom: 8px;
  }
  .pl-u-lg-8,
  .px-u-lg-8 {
    padding-left: 8px;
  }
  .p-u-lg-10 {
    padding: 10px;
  }
  .pt-u-lg-10,
  .py-u-lg-10 {
    padding-top: 10px;
  }
  .pr-u-lg-10,
  .px-u-lg-10 {
    padding-right: 10px;
  }
  .pb-u-lg-10,
  .py-u-lg-10 {
    padding-bottom: 10px;
  }
  .pl-u-lg-10,
  .px-u-lg-10 {
    padding-left: 10px;
  }
  .p-u-lg-12 {
    padding: 12px;
  }
  .pt-u-lg-12,
  .py-u-lg-12 {
    padding-top: 12px;
  }
  .pr-u-lg-12,
  .px-u-lg-12 {
    padding-right: 12px;
  }
  .pb-u-lg-12,
  .py-u-lg-12 {
    padding-bottom: 12px;
  }
  .pl-u-lg-12,
  .px-u-lg-12 {
    padding-left: 12px;
  }
  .p-u-lg-15 {
    padding: 15px;
  }
  .pt-u-lg-15,
  .py-u-lg-15 {
    padding-top: 15px;
  }
  .pr-u-lg-15,
  .px-u-lg-15 {
    padding-right: 15px;
  }
  .pb-u-lg-15,
  .py-u-lg-15 {
    padding-bottom: 15px;
  }
  .pl-u-lg-15,
  .px-u-lg-15 {
    padding-left: 15px;
  }
  .p-u-lg-20 {
    padding: 20px;
  }
  .pt-u-lg-20,
  .py-u-lg-20 {
    padding-top: 20px;
  }
  .pr-u-lg-20,
  .px-u-lg-20 {
    padding-right: 20px;
  }
  .pb-u-lg-20,
  .py-u-lg-20 {
    padding-bottom: 20px;
  }
  .pl-u-lg-20,
  .px-u-lg-20 {
    padding-left: 20px;
  }
  .p-u-lg-25 {
    padding: 25px;
  }
  .pt-u-lg-25,
  .py-u-lg-25 {
    padding-top: 25px;
  }
  .pr-u-lg-25,
  .px-u-lg-25 {
    padding-right: 25px;
  }
  .pb-u-lg-25,
  .py-u-lg-25 {
    padding-bottom: 25px;
  }
  .pl-u-lg-25,
  .px-u-lg-25 {
    padding-left: 25px;
  }
  .p-u-lg-30 {
    padding: 30px;
  }
  .pt-u-lg-30,
  .py-u-lg-30 {
    padding-top: 30px;
  }
  .pr-u-lg-30,
  .px-u-lg-30 {
    padding-right: 30px;
  }
  .pb-u-lg-30,
  .py-u-lg-30 {
    padding-bottom: 30px;
  }
  .pl-u-lg-30,
  .px-u-lg-30 {
    padding-left: 30px;
  }
  .p-u-lg-35 {
    padding: 35px;
  }
  .pt-u-lg-35,
  .py-u-lg-35 {
    padding-top: 35px;
  }
  .pr-u-lg-35,
  .px-u-lg-35 {
    padding-right: 35px;
  }
  .pb-u-lg-35,
  .py-u-lg-35 {
    padding-bottom: 35px;
  }
  .pl-u-lg-35,
  .px-u-lg-35 {
    padding-left: 35px;
  }
  .p-u-lg-40 {
    padding: 40px;
  }
  .pt-u-lg-40,
  .py-u-lg-40 {
    padding-top: 40px;
  }
  .pr-u-lg-40,
  .px-u-lg-40 {
    padding-right: 40px;
  }
  .pb-u-lg-40,
  .py-u-lg-40 {
    padding-bottom: 40px;
  }
  .pl-u-lg-40,
  .px-u-lg-40 {
    padding-left: 40px;
  }
  .p-u-lg-45 {
    padding: 45px;
  }
  .pt-u-lg-45,
  .py-u-lg-45 {
    padding-top: 45px;
  }
  .pr-u-lg-45,
  .px-u-lg-45 {
    padding-right: 45px;
  }
  .pb-u-lg-45,
  .py-u-lg-45 {
    padding-bottom: 45px;
  }
  .pl-u-lg-45,
  .px-u-lg-45 {
    padding-left: 45px;
  }
  .p-u-lg-50 {
    padding: 50px;
  }
  .pt-u-lg-50,
  .py-u-lg-50 {
    padding-top: 50px;
  }
  .pr-u-lg-50,
  .px-u-lg-50 {
    padding-right: 50px;
  }
  .pb-u-lg-50,
  .py-u-lg-50 {
    padding-bottom: 50px;
  }
  .pl-u-lg-50,
  .px-u-lg-50 {
    padding-left: 50px;
  }
  .p-u-lg-60 {
    padding: 60px;
  }
  .pt-u-lg-60,
  .py-u-lg-60 {
    padding-top: 60px;
  }
  .pr-u-lg-60,
  .px-u-lg-60 {
    padding-right: 60px;
  }
  .pb-u-lg-60,
  .py-u-lg-60 {
    padding-bottom: 60px;
  }
  .pl-u-lg-60,
  .px-u-lg-60 {
    padding-left: 60px;
  }
  .p-u-lg-70 {
    padding: 70px;
  }
  .pt-u-lg-70,
  .py-u-lg-70 {
    padding-top: 70px;
  }
  .pr-u-lg-70,
  .px-u-lg-70 {
    padding-right: 70px;
  }
  .pb-u-lg-70,
  .py-u-lg-70 {
    padding-bottom: 70px;
  }
  .pl-u-lg-70,
  .px-u-lg-70 {
    padding-left: 70px;
  }
  .p-u-lg-80 {
    padding: 80px;
  }
  .pt-u-lg-80,
  .py-u-lg-80 {
    padding-top: 80px;
  }
  .pr-u-lg-80,
  .px-u-lg-80 {
    padding-right: 80px;
  }
  .pb-u-lg-80,
  .py-u-lg-80 {
    padding-bottom: 80px;
  }
  .pl-u-lg-80,
  .px-u-lg-80 {
    padding-left: 80px;
  }
  .p-u-lg-90 {
    padding: 90px;
  }
  .pt-u-lg-90,
  .py-u-lg-90 {
    padding-top: 90px;
  }
  .pr-u-lg-90,
  .px-u-lg-90 {
    padding-right: 90px;
  }
  .pb-u-lg-90,
  .py-u-lg-90 {
    padding-bottom: 90px;
  }
  .pl-u-lg-90,
  .px-u-lg-90 {
    padding-left: 90px;
  }
  .p-u-lg-100 {
    padding: 100px;
  }
  .pt-u-lg-100,
  .py-u-lg-100 {
    padding-top: 100px;
  }
  .pr-u-lg-100,
  .px-u-lg-100 {
    padding-right: 100px;
  }
  .pb-u-lg-100,
  .py-u-lg-100 {
    padding-bottom: 100px;
  }
  .pl-u-lg-100,
  .px-u-lg-100 {
    padding-left: 100px;
  }
  .p-u-lg-120 {
    padding: 120px;
  }
  .pt-u-lg-120,
  .py-u-lg-120 {
    padding-top: 120px;
  }
  .pr-u-lg-120,
  .px-u-lg-120 {
    padding-right: 120px;
  }
  .pb-u-lg-120,
  .py-u-lg-120 {
    padding-bottom: 120px;
  }
  .pl-u-lg-120,
  .px-u-lg-120 {
    padding-left: 120px;
  }
  .p-u-lg-160 {
    padding: 160px;
  }
  .pt-u-lg-160,
  .py-u-lg-160 {
    padding-top: 160px;
  }
  .pr-u-lg-160,
  .px-u-lg-160 {
    padding-right: 160px;
  }
  .pb-u-lg-160,
  .py-u-lg-160 {
    padding-bottom: 160px;
  }
  .pl-u-lg-160,
  .px-u-lg-160 {
    padding-left: 160px;
  }
  .m-u-lg-n5 {
    margin: -5px;
  }
  .mt-u-lg-n5,
  .my-u-lg-n5 {
    margin-top: -5px;
  }
  .mr-u-lg-n5,
  .mx-u-lg-n5 {
    margin-right: -5px;
  }
  .mb-u-lg-n5,
  .my-u-lg-n5 {
    margin-bottom: -5px;
  }
  .ml-u-lg-n5,
  .mx-u-lg-n5 {
    margin-left: -5px;
  }
  .m-u-lg-n8 {
    margin: -8px;
  }
  .mt-u-lg-n8,
  .my-u-lg-n8 {
    margin-top: -8px;
  }
  .mr-u-lg-n8,
  .mx-u-lg-n8 {
    margin-right: -8px;
  }
  .mb-u-lg-n8,
  .my-u-lg-n8 {
    margin-bottom: -8px;
  }
  .ml-u-lg-n8,
  .mx-u-lg-n8 {
    margin-left: -8px;
  }
  .m-u-lg-n10 {
    margin: -10px;
  }
  .mt-u-lg-n10,
  .my-u-lg-n10 {
    margin-top: -10px;
  }
  .mr-u-lg-n10,
  .mx-u-lg-n10 {
    margin-right: -10px;
  }
  .mb-u-lg-n10,
  .my-u-lg-n10 {
    margin-bottom: -10px;
  }
  .ml-u-lg-n10,
  .mx-u-lg-n10 {
    margin-left: -10px;
  }
  .m-u-lg-n12 {
    margin: -12px;
  }
  .mt-u-lg-n12,
  .my-u-lg-n12 {
    margin-top: -12px;
  }
  .mr-u-lg-n12,
  .mx-u-lg-n12 {
    margin-right: -12px;
  }
  .mb-u-lg-n12,
  .my-u-lg-n12 {
    margin-bottom: -12px;
  }
  .ml-u-lg-n12,
  .mx-u-lg-n12 {
    margin-left: -12px;
  }
  .m-u-lg-n15 {
    margin: -15px;
  }
  .mt-u-lg-n15,
  .my-u-lg-n15 {
    margin-top: -15px;
  }
  .mr-u-lg-n15,
  .mx-u-lg-n15 {
    margin-right: -15px;
  }
  .mb-u-lg-n15,
  .my-u-lg-n15 {
    margin-bottom: -15px;
  }
  .ml-u-lg-n15,
  .mx-u-lg-n15 {
    margin-left: -15px;
  }
  .m-u-lg-n20 {
    margin: -20px;
  }
  .mt-u-lg-n20,
  .my-u-lg-n20 {
    margin-top: -20px;
  }
  .mr-u-lg-n20,
  .mx-u-lg-n20 {
    margin-right: -20px;
  }
  .mb-u-lg-n20,
  .my-u-lg-n20 {
    margin-bottom: -20px;
  }
  .ml-u-lg-n20,
  .mx-u-lg-n20 {
    margin-left: -20px;
  }
  .m-u-lg-n25 {
    margin: -25px;
  }
  .mt-u-lg-n25,
  .my-u-lg-n25 {
    margin-top: -25px;
  }
  .mr-u-lg-n25,
  .mx-u-lg-n25 {
    margin-right: -25px;
  }
  .mb-u-lg-n25,
  .my-u-lg-n25 {
    margin-bottom: -25px;
  }
  .ml-u-lg-n25,
  .mx-u-lg-n25 {
    margin-left: -25px;
  }
  .m-u-lg-n30 {
    margin: -30px;
  }
  .mt-u-lg-n30,
  .my-u-lg-n30 {
    margin-top: -30px;
  }
  .mr-u-lg-n30,
  .mx-u-lg-n30 {
    margin-right: -30px;
  }
  .mb-u-lg-n30,
  .my-u-lg-n30 {
    margin-bottom: -30px;
  }
  .ml-u-lg-n30,
  .mx-u-lg-n30 {
    margin-left: -30px;
  }
  .m-u-lg-n35 {
    margin: -35px;
  }
  .mt-u-lg-n35,
  .my-u-lg-n35 {
    margin-top: -35px;
  }
  .mr-u-lg-n35,
  .mx-u-lg-n35 {
    margin-right: -35px;
  }
  .mb-u-lg-n35,
  .my-u-lg-n35 {
    margin-bottom: -35px;
  }
  .ml-u-lg-n35,
  .mx-u-lg-n35 {
    margin-left: -35px;
  }
  .m-u-lg-n40 {
    margin: -40px;
  }
  .mt-u-lg-n40,
  .my-u-lg-n40 {
    margin-top: -40px;
  }
  .mr-u-lg-n40,
  .mx-u-lg-n40 {
    margin-right: -40px;
  }
  .mb-u-lg-n40,
  .my-u-lg-n40 {
    margin-bottom: -40px;
  }
  .ml-u-lg-n40,
  .mx-u-lg-n40 {
    margin-left: -40px;
  }
  .m-u-lg-n45 {
    margin: -45px;
  }
  .mt-u-lg-n45,
  .my-u-lg-n45 {
    margin-top: -45px;
  }
  .mr-u-lg-n45,
  .mx-u-lg-n45 {
    margin-right: -45px;
  }
  .mb-u-lg-n45,
  .my-u-lg-n45 {
    margin-bottom: -45px;
  }
  .ml-u-lg-n45,
  .mx-u-lg-n45 {
    margin-left: -45px;
  }
  .m-u-lg-n50 {
    margin: -50px;
  }
  .mt-u-lg-n50,
  .my-u-lg-n50 {
    margin-top: -50px;
  }
  .mr-u-lg-n50,
  .mx-u-lg-n50 {
    margin-right: -50px;
  }
  .mb-u-lg-n50,
  .my-u-lg-n50 {
    margin-bottom: -50px;
  }
  .ml-u-lg-n50,
  .mx-u-lg-n50 {
    margin-left: -50px;
  }
  .m-u-lg-n60 {
    margin: -60px;
  }
  .mt-u-lg-n60,
  .my-u-lg-n60 {
    margin-top: -60px;
  }
  .mr-u-lg-n60,
  .mx-u-lg-n60 {
    margin-right: -60px;
  }
  .mb-u-lg-n60,
  .my-u-lg-n60 {
    margin-bottom: -60px;
  }
  .ml-u-lg-n60,
  .mx-u-lg-n60 {
    margin-left: -60px;
  }
  .m-u-lg-n70 {
    margin: -70px;
  }
  .mt-u-lg-n70,
  .my-u-lg-n70 {
    margin-top: -70px;
  }
  .mr-u-lg-n70,
  .mx-u-lg-n70 {
    margin-right: -70px;
  }
  .mb-u-lg-n70,
  .my-u-lg-n70 {
    margin-bottom: -70px;
  }
  .ml-u-lg-n70,
  .mx-u-lg-n70 {
    margin-left: -70px;
  }
  .m-u-lg-n80 {
    margin: -80px;
  }
  .mt-u-lg-n80,
  .my-u-lg-n80 {
    margin-top: -80px;
  }
  .mr-u-lg-n80,
  .mx-u-lg-n80 {
    margin-right: -80px;
  }
  .mb-u-lg-n80,
  .my-u-lg-n80 {
    margin-bottom: -80px;
  }
  .ml-u-lg-n80,
  .mx-u-lg-n80 {
    margin-left: -80px;
  }
  .m-u-lg-n90 {
    margin: -90px;
  }
  .mt-u-lg-n90,
  .my-u-lg-n90 {
    margin-top: -90px;
  }
  .mr-u-lg-n90,
  .mx-u-lg-n90 {
    margin-right: -90px;
  }
  .mb-u-lg-n90,
  .my-u-lg-n90 {
    margin-bottom: -90px;
  }
  .ml-u-lg-n90,
  .mx-u-lg-n90 {
    margin-left: -90px;
  }
  .m-u-lg-n100 {
    margin: -100px;
  }
  .mt-u-lg-n100,
  .my-u-lg-n100 {
    margin-top: -100px;
  }
  .mr-u-lg-n100,
  .mx-u-lg-n100 {
    margin-right: -100px;
  }
  .mb-u-lg-n100,
  .my-u-lg-n100 {
    margin-bottom: -100px;
  }
  .ml-u-lg-n100,
  .mx-u-lg-n100 {
    margin-left: -100px;
  }
  .m-u-lg-n120 {
    margin: -120px;
  }
  .mt-u-lg-n120,
  .my-u-lg-n120 {
    margin-top: -120px;
  }
  .mr-u-lg-n120,
  .mx-u-lg-n120 {
    margin-right: -120px;
  }
  .mb-u-lg-n120,
  .my-u-lg-n120 {
    margin-bottom: -120px;
  }
  .ml-u-lg-n120,
  .mx-u-lg-n120 {
    margin-left: -120px;
  }
  .m-u-lg-n160 {
    margin: -160px;
  }
  .mt-u-lg-n160,
  .my-u-lg-n160 {
    margin-top: -160px;
  }
  .mr-u-lg-n160,
  .mx-u-lg-n160 {
    margin-right: -160px;
  }
  .mb-u-lg-n160,
  .my-u-lg-n160 {
    margin-bottom: -160px;
  }
  .ml-u-lg-n160,
  .mx-u-lg-n160 {
    margin-left: -160px;
  }
  .m-u-lg-a {
    margin: auto;
  }
  .mt-u-lg-a,
  .my-u-lg-a {
    margin-top: auto;
  }
  .mr-u-lg-a,
  .mx-u-lg-a {
    margin-right: auto;
  }
  .mb-u-lg-a,
  .my-u-lg-a {
    margin-bottom: auto;
  }
  .ml-u-lg-a,
  .mx-u-lg-a {
    margin-left: auto;
  }
  .m-o-lg-0 {
    margin: 0;
  }
  .mt-o-lg-0,
  .my-o-lg-0 {
    margin-top: 0;
  }
  .mr-o-lg-0,
  .mx-o-lg-0 {
    margin-right: 0;
  }
  .mb-o-lg-0,
  .my-o-lg-0 {
    margin-bottom: 0;
  }
  .ml-o-lg-0,
  .mx-o-lg-0 {
    margin-left: 0;
  }
  .m-o-lg-5 {
    margin: 5px;
  }
  .mt-o-lg-5,
  .my-o-lg-5 {
    margin-top: 5px;
  }
  .mr-o-lg-5,
  .mx-o-lg-5 {
    margin-right: 5px;
  }
  .mb-o-lg-5,
  .my-o-lg-5 {
    margin-bottom: 5px;
  }
  .ml-o-lg-5,
  .mx-o-lg-5 {
    margin-left: 5px;
  }
  .m-o-lg-8 {
    margin: 8px;
  }
  .mt-o-lg-8,
  .my-o-lg-8 {
    margin-top: 8px;
  }
  .mr-o-lg-8,
  .mx-o-lg-8 {
    margin-right: 8px;
  }
  .mb-o-lg-8,
  .my-o-lg-8 {
    margin-bottom: 8px;
  }
  .ml-o-lg-8,
  .mx-o-lg-8 {
    margin-left: 8px;
  }
  .m-o-lg-10 {
    margin: 10px;
  }
  .mt-o-lg-10,
  .my-o-lg-10 {
    margin-top: 10px;
  }
  .mr-o-lg-10,
  .mx-o-lg-10 {
    margin-right: 10px;
  }
  .mb-o-lg-10,
  .my-o-lg-10 {
    margin-bottom: 10px;
  }
  .ml-o-lg-10,
  .mx-o-lg-10 {
    margin-left: 10px;
  }
  .m-o-lg-12 {
    margin: 12px;
  }
  .mt-o-lg-12,
  .my-o-lg-12 {
    margin-top: 12px;
  }
  .mr-o-lg-12,
  .mx-o-lg-12 {
    margin-right: 12px;
  }
  .mb-o-lg-12,
  .my-o-lg-12 {
    margin-bottom: 12px;
  }
  .ml-o-lg-12,
  .mx-o-lg-12 {
    margin-left: 12px;
  }
  .m-o-lg-15 {
    margin: 15px;
  }
  .mt-o-lg-15,
  .my-o-lg-15 {
    margin-top: 15px;
  }
  .mr-o-lg-15,
  .mx-o-lg-15 {
    margin-right: 15px;
  }
  .mb-o-lg-15,
  .my-o-lg-15 {
    margin-bottom: 15px;
  }
  .ml-o-lg-15,
  .mx-o-lg-15 {
    margin-left: 15px;
  }
  .m-o-lg-20 {
    margin: 20px;
  }
  .mt-o-lg-20,
  .my-o-lg-20 {
    margin-top: 20px;
  }
  .mr-o-lg-20,
  .mx-o-lg-20 {
    margin-right: 20px;
  }
  .mb-o-lg-20,
  .my-o-lg-20 {
    margin-bottom: 20px;
  }
  .ml-o-lg-20,
  .mx-o-lg-20 {
    margin-left: 20px;
  }
  .m-o-lg-25 {
    margin: 25px;
  }
  .mt-o-lg-25,
  .my-o-lg-25 {
    margin-top: 25px;
  }
  .mr-o-lg-25,
  .mx-o-lg-25 {
    margin-right: 25px;
  }
  .mb-o-lg-25,
  .my-o-lg-25 {
    margin-bottom: 25px;
  }
  .ml-o-lg-25,
  .mx-o-lg-25 {
    margin-left: 25px;
  }
  .m-o-lg-30 {
    margin: 30px;
  }
  .mt-o-lg-30,
  .my-o-lg-30 {
    margin-top: 30px;
  }
  .mr-o-lg-30,
  .mx-o-lg-30 {
    margin-right: 30px;
  }
  .mb-o-lg-30,
  .my-o-lg-30 {
    margin-bottom: 30px;
  }
  .ml-o-lg-30,
  .mx-o-lg-30 {
    margin-left: 30px;
  }
  .m-o-lg-35 {
    margin: 35px;
  }
  .mt-o-lg-35,
  .my-o-lg-35 {
    margin-top: 35px;
  }
  .mr-o-lg-35,
  .mx-o-lg-35 {
    margin-right: 35px;
  }
  .mb-o-lg-35,
  .my-o-lg-35 {
    margin-bottom: 35px;
  }
  .ml-o-lg-35,
  .mx-o-lg-35 {
    margin-left: 35px;
  }
  .m-o-lg-40 {
    margin: 40px;
  }
  .mt-o-lg-40,
  .my-o-lg-40 {
    margin-top: 40px;
  }
  .mr-o-lg-40,
  .mx-o-lg-40 {
    margin-right: 40px;
  }
  .mb-o-lg-40,
  .my-o-lg-40 {
    margin-bottom: 40px;
  }
  .ml-o-lg-40,
  .mx-o-lg-40 {
    margin-left: 40px;
  }
  .m-o-lg-45 {
    margin: 45px;
  }
  .mt-o-lg-45,
  .my-o-lg-45 {
    margin-top: 45px;
  }
  .mr-o-lg-45,
  .mx-o-lg-45 {
    margin-right: 45px;
  }
  .mb-o-lg-45,
  .my-o-lg-45 {
    margin-bottom: 45px;
  }
  .ml-o-lg-45,
  .mx-o-lg-45 {
    margin-left: 45px;
  }
  .m-o-lg-50 {
    margin: 50px;
  }
  .mt-o-lg-50,
  .my-o-lg-50 {
    margin-top: 50px;
  }
  .mr-o-lg-50,
  .mx-o-lg-50 {
    margin-right: 50px;
  }
  .mb-o-lg-50,
  .my-o-lg-50 {
    margin-bottom: 50px;
  }
  .ml-o-lg-50,
  .mx-o-lg-50 {
    margin-left: 50px;
  }
  .m-o-lg-60 {
    margin: 60px;
  }
  .mt-o-lg-60,
  .my-o-lg-60 {
    margin-top: 60px;
  }
  .mr-o-lg-60,
  .mx-o-lg-60 {
    margin-right: 60px;
  }
  .mb-o-lg-60,
  .my-o-lg-60 {
    margin-bottom: 60px;
  }
  .ml-o-lg-60,
  .mx-o-lg-60 {
    margin-left: 60px;
  }
  .m-o-lg-70 {
    margin: 70px;
  }
  .mt-o-lg-70,
  .my-o-lg-70 {
    margin-top: 70px;
  }
  .mr-o-lg-70,
  .mx-o-lg-70 {
    margin-right: 70px;
  }
  .mb-o-lg-70,
  .my-o-lg-70 {
    margin-bottom: 70px;
  }
  .ml-o-lg-70,
  .mx-o-lg-70 {
    margin-left: 70px;
  }
  .m-o-lg-80 {
    margin: 80px;
  }
  .mt-o-lg-80,
  .my-o-lg-80 {
    margin-top: 80px;
  }
  .mr-o-lg-80,
  .mx-o-lg-80 {
    margin-right: 80px;
  }
  .mb-o-lg-80,
  .my-o-lg-80 {
    margin-bottom: 80px;
  }
  .ml-o-lg-80,
  .mx-o-lg-80 {
    margin-left: 80px;
  }
  .m-o-lg-90 {
    margin: 90px;
  }
  .mt-o-lg-90,
  .my-o-lg-90 {
    margin-top: 90px;
  }
  .mr-o-lg-90,
  .mx-o-lg-90 {
    margin-right: 90px;
  }
  .mb-o-lg-90,
  .my-o-lg-90 {
    margin-bottom: 90px;
  }
  .ml-o-lg-90,
  .mx-o-lg-90 {
    margin-left: 90px;
  }
  .m-o-lg-100 {
    margin: 100px;
  }
  .mt-o-lg-100,
  .my-o-lg-100 {
    margin-top: 100px;
  }
  .mr-o-lg-100,
  .mx-o-lg-100 {
    margin-right: 100px;
  }
  .mb-o-lg-100,
  .my-o-lg-100 {
    margin-bottom: 100px;
  }
  .ml-o-lg-100,
  .mx-o-lg-100 {
    margin-left: 100px;
  }
  .m-o-lg-120 {
    margin: 120px;
  }
  .mt-o-lg-120,
  .my-o-lg-120 {
    margin-top: 120px;
  }
  .mr-o-lg-120,
  .mx-o-lg-120 {
    margin-right: 120px;
  }
  .mb-o-lg-120,
  .my-o-lg-120 {
    margin-bottom: 120px;
  }
  .ml-o-lg-120,
  .mx-o-lg-120 {
    margin-left: 120px;
  }
  .m-o-lg-160 {
    margin: 160px;
  }
  .mt-o-lg-160,
  .my-o-lg-160 {
    margin-top: 160px;
  }
  .mr-o-lg-160,
  .mx-o-lg-160 {
    margin-right: 160px;
  }
  .mb-o-lg-160,
  .my-o-lg-160 {
    margin-bottom: 160px;
  }
  .ml-o-lg-160,
  .mx-o-lg-160 {
    margin-left: 160px;
  }
  .p-o-lg-0 {
    padding: 0;
  }
  .pt-o-lg-0,
  .py-o-lg-0 {
    padding-top: 0;
  }
  .pr-o-lg-0,
  .px-o-lg-0 {
    padding-right: 0;
  }
  .pb-o-lg-0,
  .py-o-lg-0 {
    padding-bottom: 0;
  }
  .pl-o-lg-0,
  .px-o-lg-0 {
    padding-left: 0;
  }
  .p-o-lg-5 {
    padding: 5px;
  }
  .pt-o-lg-5,
  .py-o-lg-5 {
    padding-top: 5px;
  }
  .pr-o-lg-5,
  .px-o-lg-5 {
    padding-right: 5px;
  }
  .pb-o-lg-5,
  .py-o-lg-5 {
    padding-bottom: 5px;
  }
  .pl-o-lg-5,
  .px-o-lg-5 {
    padding-left: 5px;
  }
  .p-o-lg-8 {
    padding: 8px;
  }
  .pt-o-lg-8,
  .py-o-lg-8 {
    padding-top: 8px;
  }
  .pr-o-lg-8,
  .px-o-lg-8 {
    padding-right: 8px;
  }
  .pb-o-lg-8,
  .py-o-lg-8 {
    padding-bottom: 8px;
  }
  .pl-o-lg-8,
  .px-o-lg-8 {
    padding-left: 8px;
  }
  .p-o-lg-10 {
    padding: 10px;
  }
  .pt-o-lg-10,
  .py-o-lg-10 {
    padding-top: 10px;
  }
  .pr-o-lg-10,
  .px-o-lg-10 {
    padding-right: 10px;
  }
  .pb-o-lg-10,
  .py-o-lg-10 {
    padding-bottom: 10px;
  }
  .pl-o-lg-10,
  .px-o-lg-10 {
    padding-left: 10px;
  }
  .p-o-lg-12 {
    padding: 12px;
  }
  .pt-o-lg-12,
  .py-o-lg-12 {
    padding-top: 12px;
  }
  .pr-o-lg-12,
  .px-o-lg-12 {
    padding-right: 12px;
  }
  .pb-o-lg-12,
  .py-o-lg-12 {
    padding-bottom: 12px;
  }
  .pl-o-lg-12,
  .px-o-lg-12 {
    padding-left: 12px;
  }
  .p-o-lg-15 {
    padding: 15px;
  }
  .pt-o-lg-15,
  .py-o-lg-15 {
    padding-top: 15px;
  }
  .pr-o-lg-15,
  .px-o-lg-15 {
    padding-right: 15px;
  }
  .pb-o-lg-15,
  .py-o-lg-15 {
    padding-bottom: 15px;
  }
  .pl-o-lg-15,
  .px-o-lg-15 {
    padding-left: 15px;
  }
  .p-o-lg-20 {
    padding: 20px;
  }
  .pt-o-lg-20,
  .py-o-lg-20 {
    padding-top: 20px;
  }
  .pr-o-lg-20,
  .px-o-lg-20 {
    padding-right: 20px;
  }
  .pb-o-lg-20,
  .py-o-lg-20 {
    padding-bottom: 20px;
  }
  .pl-o-lg-20,
  .px-o-lg-20 {
    padding-left: 20px;
  }
  .p-o-lg-25 {
    padding: 25px;
  }
  .pt-o-lg-25,
  .py-o-lg-25 {
    padding-top: 25px;
  }
  .pr-o-lg-25,
  .px-o-lg-25 {
    padding-right: 25px;
  }
  .pb-o-lg-25,
  .py-o-lg-25 {
    padding-bottom: 25px;
  }
  .pl-o-lg-25,
  .px-o-lg-25 {
    padding-left: 25px;
  }
  .p-o-lg-30 {
    padding: 30px;
  }
  .pt-o-lg-30,
  .py-o-lg-30 {
    padding-top: 30px;
  }
  .pr-o-lg-30,
  .px-o-lg-30 {
    padding-right: 30px;
  }
  .pb-o-lg-30,
  .py-o-lg-30 {
    padding-bottom: 30px;
  }
  .pl-o-lg-30,
  .px-o-lg-30 {
    padding-left: 30px;
  }
  .p-o-lg-35 {
    padding: 35px;
  }
  .pt-o-lg-35,
  .py-o-lg-35 {
    padding-top: 35px;
  }
  .pr-o-lg-35,
  .px-o-lg-35 {
    padding-right: 35px;
  }
  .pb-o-lg-35,
  .py-o-lg-35 {
    padding-bottom: 35px;
  }
  .pl-o-lg-35,
  .px-o-lg-35 {
    padding-left: 35px;
  }
  .p-o-lg-40 {
    padding: 40px;
  }
  .pt-o-lg-40,
  .py-o-lg-40 {
    padding-top: 40px;
  }
  .pr-o-lg-40,
  .px-o-lg-40 {
    padding-right: 40px;
  }
  .pb-o-lg-40,
  .py-o-lg-40 {
    padding-bottom: 40px;
  }
  .pl-o-lg-40,
  .px-o-lg-40 {
    padding-left: 40px;
  }
  .p-o-lg-45 {
    padding: 45px;
  }
  .pt-o-lg-45,
  .py-o-lg-45 {
    padding-top: 45px;
  }
  .pr-o-lg-45,
  .px-o-lg-45 {
    padding-right: 45px;
  }
  .pb-o-lg-45,
  .py-o-lg-45 {
    padding-bottom: 45px;
  }
  .pl-o-lg-45,
  .px-o-lg-45 {
    padding-left: 45px;
  }
  .p-o-lg-50 {
    padding: 50px;
  }
  .pt-o-lg-50,
  .py-o-lg-50 {
    padding-top: 50px;
  }
  .pr-o-lg-50,
  .px-o-lg-50 {
    padding-right: 50px;
  }
  .pb-o-lg-50,
  .py-o-lg-50 {
    padding-bottom: 50px;
  }
  .pl-o-lg-50,
  .px-o-lg-50 {
    padding-left: 50px;
  }
  .p-o-lg-60 {
    padding: 60px;
  }
  .pt-o-lg-60,
  .py-o-lg-60 {
    padding-top: 60px;
  }
  .pr-o-lg-60,
  .px-o-lg-60 {
    padding-right: 60px;
  }
  .pb-o-lg-60,
  .py-o-lg-60 {
    padding-bottom: 60px;
  }
  .pl-o-lg-60,
  .px-o-lg-60 {
    padding-left: 60px;
  }
  .p-o-lg-70 {
    padding: 70px;
  }
  .pt-o-lg-70,
  .py-o-lg-70 {
    padding-top: 70px;
  }
  .pr-o-lg-70,
  .px-o-lg-70 {
    padding-right: 70px;
  }
  .pb-o-lg-70,
  .py-o-lg-70 {
    padding-bottom: 70px;
  }
  .pl-o-lg-70,
  .px-o-lg-70 {
    padding-left: 70px;
  }
  .p-o-lg-80 {
    padding: 80px;
  }
  .pt-o-lg-80,
  .py-o-lg-80 {
    padding-top: 80px;
  }
  .pr-o-lg-80,
  .px-o-lg-80 {
    padding-right: 80px;
  }
  .pb-o-lg-80,
  .py-o-lg-80 {
    padding-bottom: 80px;
  }
  .pl-o-lg-80,
  .px-o-lg-80 {
    padding-left: 80px;
  }
  .p-o-lg-90 {
    padding: 90px;
  }
  .pt-o-lg-90,
  .py-o-lg-90 {
    padding-top: 90px;
  }
  .pr-o-lg-90,
  .px-o-lg-90 {
    padding-right: 90px;
  }
  .pb-o-lg-90,
  .py-o-lg-90 {
    padding-bottom: 90px;
  }
  .pl-o-lg-90,
  .px-o-lg-90 {
    padding-left: 90px;
  }
  .p-o-lg-100 {
    padding: 100px;
  }
  .pt-o-lg-100,
  .py-o-lg-100 {
    padding-top: 100px;
  }
  .pr-o-lg-100,
  .px-o-lg-100 {
    padding-right: 100px;
  }
  .pb-o-lg-100,
  .py-o-lg-100 {
    padding-bottom: 100px;
  }
  .pl-o-lg-100,
  .px-o-lg-100 {
    padding-left: 100px;
  }
  .p-o-lg-120 {
    padding: 120px;
  }
  .pt-o-lg-120,
  .py-o-lg-120 {
    padding-top: 120px;
  }
  .pr-o-lg-120,
  .px-o-lg-120 {
    padding-right: 120px;
  }
  .pb-o-lg-120,
  .py-o-lg-120 {
    padding-bottom: 120px;
  }
  .pl-o-lg-120,
  .px-o-lg-120 {
    padding-left: 120px;
  }
  .p-o-lg-160 {
    padding: 160px;
  }
  .pt-o-lg-160,
  .py-o-lg-160 {
    padding-top: 160px;
  }
  .pr-o-lg-160,
  .px-o-lg-160 {
    padding-right: 160px;
  }
  .pb-o-lg-160,
  .py-o-lg-160 {
    padding-bottom: 160px;
  }
  .pl-o-lg-160,
  .px-o-lg-160 {
    padding-left: 160px;
  }
  .m-o-lg-n5 {
    margin: -5px;
  }
  .mt-o-lg-n5,
  .my-o-lg-n5 {
    margin-top: -5px;
  }
  .mr-o-lg-n5,
  .mx-o-lg-n5 {
    margin-right: -5px;
  }
  .mb-o-lg-n5,
  .my-o-lg-n5 {
    margin-bottom: -5px;
  }
  .ml-o-lg-n5,
  .mx-o-lg-n5 {
    margin-left: -5px;
  }
  .m-o-lg-n8 {
    margin: -8px;
  }
  .mt-o-lg-n8,
  .my-o-lg-n8 {
    margin-top: -8px;
  }
  .mr-o-lg-n8,
  .mx-o-lg-n8 {
    margin-right: -8px;
  }
  .mb-o-lg-n8,
  .my-o-lg-n8 {
    margin-bottom: -8px;
  }
  .ml-o-lg-n8,
  .mx-o-lg-n8 {
    margin-left: -8px;
  }
  .m-o-lg-n10 {
    margin: -10px;
  }
  .mt-o-lg-n10,
  .my-o-lg-n10 {
    margin-top: -10px;
  }
  .mr-o-lg-n10,
  .mx-o-lg-n10 {
    margin-right: -10px;
  }
  .mb-o-lg-n10,
  .my-o-lg-n10 {
    margin-bottom: -10px;
  }
  .ml-o-lg-n10,
  .mx-o-lg-n10 {
    margin-left: -10px;
  }
  .m-o-lg-n12 {
    margin: -12px;
  }
  .mt-o-lg-n12,
  .my-o-lg-n12 {
    margin-top: -12px;
  }
  .mr-o-lg-n12,
  .mx-o-lg-n12 {
    margin-right: -12px;
  }
  .mb-o-lg-n12,
  .my-o-lg-n12 {
    margin-bottom: -12px;
  }
  .ml-o-lg-n12,
  .mx-o-lg-n12 {
    margin-left: -12px;
  }
  .m-o-lg-n15 {
    margin: -15px;
  }
  .mt-o-lg-n15,
  .my-o-lg-n15 {
    margin-top: -15px;
  }
  .mr-o-lg-n15,
  .mx-o-lg-n15 {
    margin-right: -15px;
  }
  .mb-o-lg-n15,
  .my-o-lg-n15 {
    margin-bottom: -15px;
  }
  .ml-o-lg-n15,
  .mx-o-lg-n15 {
    margin-left: -15px;
  }
  .m-o-lg-n20 {
    margin: -20px;
  }
  .mt-o-lg-n20,
  .my-o-lg-n20 {
    margin-top: -20px;
  }
  .mr-o-lg-n20,
  .mx-o-lg-n20 {
    margin-right: -20px;
  }
  .mb-o-lg-n20,
  .my-o-lg-n20 {
    margin-bottom: -20px;
  }
  .ml-o-lg-n20,
  .mx-o-lg-n20 {
    margin-left: -20px;
  }
  .m-o-lg-n25 {
    margin: -25px;
  }
  .mt-o-lg-n25,
  .my-o-lg-n25 {
    margin-top: -25px;
  }
  .mr-o-lg-n25,
  .mx-o-lg-n25 {
    margin-right: -25px;
  }
  .mb-o-lg-n25,
  .my-o-lg-n25 {
    margin-bottom: -25px;
  }
  .ml-o-lg-n25,
  .mx-o-lg-n25 {
    margin-left: -25px;
  }
  .m-o-lg-n30 {
    margin: -30px;
  }
  .mt-o-lg-n30,
  .my-o-lg-n30 {
    margin-top: -30px;
  }
  .mr-o-lg-n30,
  .mx-o-lg-n30 {
    margin-right: -30px;
  }
  .mb-o-lg-n30,
  .my-o-lg-n30 {
    margin-bottom: -30px;
  }
  .ml-o-lg-n30,
  .mx-o-lg-n30 {
    margin-left: -30px;
  }
  .m-o-lg-n35 {
    margin: -35px;
  }
  .mt-o-lg-n35,
  .my-o-lg-n35 {
    margin-top: -35px;
  }
  .mr-o-lg-n35,
  .mx-o-lg-n35 {
    margin-right: -35px;
  }
  .mb-o-lg-n35,
  .my-o-lg-n35 {
    margin-bottom: -35px;
  }
  .ml-o-lg-n35,
  .mx-o-lg-n35 {
    margin-left: -35px;
  }
  .m-o-lg-n40 {
    margin: -40px;
  }
  .mt-o-lg-n40,
  .my-o-lg-n40 {
    margin-top: -40px;
  }
  .mr-o-lg-n40,
  .mx-o-lg-n40 {
    margin-right: -40px;
  }
  .mb-o-lg-n40,
  .my-o-lg-n40 {
    margin-bottom: -40px;
  }
  .ml-o-lg-n40,
  .mx-o-lg-n40 {
    margin-left: -40px;
  }
  .m-o-lg-n45 {
    margin: -45px;
  }
  .mt-o-lg-n45,
  .my-o-lg-n45 {
    margin-top: -45px;
  }
  .mr-o-lg-n45,
  .mx-o-lg-n45 {
    margin-right: -45px;
  }
  .mb-o-lg-n45,
  .my-o-lg-n45 {
    margin-bottom: -45px;
  }
  .ml-o-lg-n45,
  .mx-o-lg-n45 {
    margin-left: -45px;
  }
  .m-o-lg-n50 {
    margin: -50px;
  }
  .mt-o-lg-n50,
  .my-o-lg-n50 {
    margin-top: -50px;
  }
  .mr-o-lg-n50,
  .mx-o-lg-n50 {
    margin-right: -50px;
  }
  .mb-o-lg-n50,
  .my-o-lg-n50 {
    margin-bottom: -50px;
  }
  .ml-o-lg-n50,
  .mx-o-lg-n50 {
    margin-left: -50px;
  }
  .m-o-lg-n60 {
    margin: -60px;
  }
  .mt-o-lg-n60,
  .my-o-lg-n60 {
    margin-top: -60px;
  }
  .mr-o-lg-n60,
  .mx-o-lg-n60 {
    margin-right: -60px;
  }
  .mb-o-lg-n60,
  .my-o-lg-n60 {
    margin-bottom: -60px;
  }
  .ml-o-lg-n60,
  .mx-o-lg-n60 {
    margin-left: -60px;
  }
  .m-o-lg-n70 {
    margin: -70px;
  }
  .mt-o-lg-n70,
  .my-o-lg-n70 {
    margin-top: -70px;
  }
  .mr-o-lg-n70,
  .mx-o-lg-n70 {
    margin-right: -70px;
  }
  .mb-o-lg-n70,
  .my-o-lg-n70 {
    margin-bottom: -70px;
  }
  .ml-o-lg-n70,
  .mx-o-lg-n70 {
    margin-left: -70px;
  }
  .m-o-lg-n80 {
    margin: -80px;
  }
  .mt-o-lg-n80,
  .my-o-lg-n80 {
    margin-top: -80px;
  }
  .mr-o-lg-n80,
  .mx-o-lg-n80 {
    margin-right: -80px;
  }
  .mb-o-lg-n80,
  .my-o-lg-n80 {
    margin-bottom: -80px;
  }
  .ml-o-lg-n80,
  .mx-o-lg-n80 {
    margin-left: -80px;
  }
  .m-o-lg-n90 {
    margin: -90px;
  }
  .mt-o-lg-n90,
  .my-o-lg-n90 {
    margin-top: -90px;
  }
  .mr-o-lg-n90,
  .mx-o-lg-n90 {
    margin-right: -90px;
  }
  .mb-o-lg-n90,
  .my-o-lg-n90 {
    margin-bottom: -90px;
  }
  .ml-o-lg-n90,
  .mx-o-lg-n90 {
    margin-left: -90px;
  }
  .m-o-lg-n100 {
    margin: -100px;
  }
  .mt-o-lg-n100,
  .my-o-lg-n100 {
    margin-top: -100px;
  }
  .mr-o-lg-n100,
  .mx-o-lg-n100 {
    margin-right: -100px;
  }
  .mb-o-lg-n100,
  .my-o-lg-n100 {
    margin-bottom: -100px;
  }
  .ml-o-lg-n100,
  .mx-o-lg-n100 {
    margin-left: -100px;
  }
  .m-o-lg-n120 {
    margin: -120px;
  }
  .mt-o-lg-n120,
  .my-o-lg-n120 {
    margin-top: -120px;
  }
  .mr-o-lg-n120,
  .mx-o-lg-n120 {
    margin-right: -120px;
  }
  .mb-o-lg-n120,
  .my-o-lg-n120 {
    margin-bottom: -120px;
  }
  .ml-o-lg-n120,
  .mx-o-lg-n120 {
    margin-left: -120px;
  }
  .m-o-lg-n160 {
    margin: -160px;
  }
  .mt-o-lg-n160,
  .my-o-lg-n160 {
    margin-top: -160px;
  }
  .mr-o-lg-n160,
  .mx-o-lg-n160 {
    margin-right: -160px;
  }
  .mb-o-lg-n160,
  .my-o-lg-n160 {
    margin-bottom: -160px;
  }
  .ml-o-lg-n160,
  .mx-o-lg-n160 {
    margin-left: -160px;
  }
  .m-o-lg-a {
    margin: auto;
  }
  .mt-o-lg-a,
  .my-o-lg-a {
    margin-top: auto;
  }
  .mr-o-lg-a,
  .mx-o-lg-a {
    margin-right: auto;
  }
  .mb-o-lg-a,
  .my-o-lg-a {
    margin-bottom: auto;
  }
  .ml-o-lg-a,
  .mx-o-lg-a {
    margin-left: auto;
  }
  .g-u-lg-0 {
    gap: 0;
  }
  .gy-u-lg-0 {
    row-gap: 0;
  }
  .gx-u-lg-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .g-u-lg-5 {
    gap: 5px;
  }
  .gy-u-lg-5 {
    row-gap: 5px;
  }
  .gx-u-lg-5 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .g-u-lg-8 {
    gap: 8px;
  }
  .gy-u-lg-8 {
    row-gap: 8px;
  }
  .gx-u-lg-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .g-u-lg-10 {
    gap: 10px;
  }
  .gy-u-lg-10 {
    row-gap: 10px;
  }
  .gx-u-lg-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .g-u-lg-12 {
    gap: 12px;
  }
  .gy-u-lg-12 {
    row-gap: 12px;
  }
  .gx-u-lg-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .g-u-lg-15 {
    gap: 15px;
  }
  .gy-u-lg-15 {
    row-gap: 15px;
  }
  .gx-u-lg-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .g-u-lg-20 {
    gap: 20px;
  }
  .gy-u-lg-20 {
    row-gap: 20px;
  }
  .gx-u-lg-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .g-u-lg-25 {
    gap: 25px;
  }
  .gy-u-lg-25 {
    row-gap: 25px;
  }
  .gx-u-lg-25 {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .g-u-lg-30 {
    gap: 30px;
  }
  .gy-u-lg-30 {
    row-gap: 30px;
  }
  .gx-u-lg-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .g-u-lg-35 {
    gap: 35px;
  }
  .gy-u-lg-35 {
    row-gap: 35px;
  }
  .gx-u-lg-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .g-u-lg-40 {
    gap: 40px;
  }
  .gy-u-lg-40 {
    row-gap: 40px;
  }
  .gx-u-lg-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .g-u-lg-45 {
    gap: 45px;
  }
  .gy-u-lg-45 {
    row-gap: 45px;
  }
  .gx-u-lg-45 {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .g-u-lg-50 {
    gap: 50px;
  }
  .gy-u-lg-50 {
    row-gap: 50px;
  }
  .gx-u-lg-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .g-u-lg-60 {
    gap: 60px;
  }
  .gy-u-lg-60 {
    row-gap: 60px;
  }
  .gx-u-lg-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .g-u-lg-70 {
    gap: 70px;
  }
  .gy-u-lg-70 {
    row-gap: 70px;
  }
  .gx-u-lg-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .g-u-lg-80 {
    gap: 80px;
  }
  .gy-u-lg-80 {
    row-gap: 80px;
  }
  .gx-u-lg-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .g-u-lg-90 {
    gap: 90px;
  }
  .gy-u-lg-90 {
    row-gap: 90px;
  }
  .gx-u-lg-90 {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .g-u-lg-100 {
    gap: 100px;
  }
  .gy-u-lg-100 {
    row-gap: 100px;
  }
  .gx-u-lg-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .g-u-lg-120 {
    gap: 120px;
  }
  .gy-u-lg-120 {
    row-gap: 120px;
  }
  .gx-u-lg-120 {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
  .g-u-lg-160 {
    gap: 160px;
  }
  .gy-u-lg-160 {
    row-gap: 160px;
  }
  .gx-u-lg-160 {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  .g-o-lg-0 {
    gap: 0;
  }
  .gy-o-lg-0 {
    row-gap: 0;
  }
  .gx-o-lg-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .g-o-lg-5 {
    gap: 5px;
  }
  .gy-o-lg-5 {
    row-gap: 5px;
  }
  .gx-o-lg-5 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .g-o-lg-8 {
    gap: 8px;
  }
  .gy-o-lg-8 {
    row-gap: 8px;
  }
  .gx-o-lg-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .g-o-lg-10 {
    gap: 10px;
  }
  .gy-o-lg-10 {
    row-gap: 10px;
  }
  .gx-o-lg-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .g-o-lg-12 {
    gap: 12px;
  }
  .gy-o-lg-12 {
    row-gap: 12px;
  }
  .gx-o-lg-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .g-o-lg-15 {
    gap: 15px;
  }
  .gy-o-lg-15 {
    row-gap: 15px;
  }
  .gx-o-lg-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .g-o-lg-20 {
    gap: 20px;
  }
  .gy-o-lg-20 {
    row-gap: 20px;
  }
  .gx-o-lg-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .g-o-lg-25 {
    gap: 25px;
  }
  .gy-o-lg-25 {
    row-gap: 25px;
  }
  .gx-o-lg-25 {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .g-o-lg-30 {
    gap: 30px;
  }
  .gy-o-lg-30 {
    row-gap: 30px;
  }
  .gx-o-lg-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .g-o-lg-35 {
    gap: 35px;
  }
  .gy-o-lg-35 {
    row-gap: 35px;
  }
  .gx-o-lg-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .g-o-lg-40 {
    gap: 40px;
  }
  .gy-o-lg-40 {
    row-gap: 40px;
  }
  .gx-o-lg-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .g-o-lg-45 {
    gap: 45px;
  }
  .gy-o-lg-45 {
    row-gap: 45px;
  }
  .gx-o-lg-45 {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .g-o-lg-50 {
    gap: 50px;
  }
  .gy-o-lg-50 {
    row-gap: 50px;
  }
  .gx-o-lg-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .g-o-lg-60 {
    gap: 60px;
  }
  .gy-o-lg-60 {
    row-gap: 60px;
  }
  .gx-o-lg-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .g-o-lg-70 {
    gap: 70px;
  }
  .gy-o-lg-70 {
    row-gap: 70px;
  }
  .gx-o-lg-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .g-o-lg-80 {
    gap: 80px;
  }
  .gy-o-lg-80 {
    row-gap: 80px;
  }
  .gx-o-lg-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .g-o-lg-90 {
    gap: 90px;
  }
  .gy-o-lg-90 {
    row-gap: 90px;
  }
  .gx-o-lg-90 {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .g-o-lg-100 {
    gap: 100px;
  }
  .gy-o-lg-100 {
    row-gap: 100px;
  }
  .gx-o-lg-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .g-o-lg-120 {
    gap: 120px;
  }
  .gy-o-lg-120 {
    row-gap: 120px;
  }
  .gx-o-lg-120 {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
  .g-o-lg-160 {
    gap: 160px;
  }
  .gy-o-lg-160 {
    row-gap: 160px;
  }
  .gx-o-lg-160 {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  .tc-u-lg-1 {
    color: var(--igs-color-1);
  }
  .tc-h-u-lg-1:hover {
    color: var(--igs-color-1);
  }
  .tc-a-u-lg-1.active {
    color: var(--igs-color-1);
  }
  .tc-u-lg-2 {
    color: var(--igs-color-2);
  }
  .tc-h-u-lg-2:hover {
    color: var(--igs-color-2);
  }
  .tc-a-u-lg-2.active {
    color: var(--igs-color-2);
  }
  .tc-u-lg-3 {
    color: var(--igs-color-3);
  }
  .tc-h-u-lg-3:hover {
    color: var(--igs-color-3);
  }
  .tc-a-u-lg-3.active {
    color: var(--igs-color-3);
  }
  .tc-u-lg-4 {
    color: var(--igs-color-4);
  }
  .tc-h-u-lg-4:hover {
    color: var(--igs-color-4);
  }
  .tc-a-u-lg-4.active {
    color: var(--igs-color-4);
  }
  .tc-u-lg-w {
    color: #fff;
  }
  .tc-h-u-lg-w:hover {
    color: #fff;
  }
  .tc-a-u-lg-w.active {
    color: #fff;
  }
  .tc-u-lg-b {
    color: #000;
  }
  .tc-h-u-lg-b:hover {
    color: #000;
  }
  .tc-a-u-lg-b.active {
    color: #000;
  }
  .tc-u-lg-i {
    color: inherit;
  }
  .tc-h-u-lg-i:hover {
    color: inherit;
  }
  .tc-a-u-lg-i.active {
    color: inherit;
  }
  .tc-o-lg-1 {
    color: var(--igs-color-1);
  }
  .tc-h-o-lg-1:hover {
    color: var(--igs-color-1);
  }
  .tc-a-o-lg-1.active {
    color: var(--igs-color-1);
  }
  .tc-o-lg-2 {
    color: var(--igs-color-2);
  }
  .tc-h-o-lg-2:hover {
    color: var(--igs-color-2);
  }
  .tc-a-o-lg-2.active {
    color: var(--igs-color-2);
  }
  .tc-o-lg-3 {
    color: var(--igs-color-3);
  }
  .tc-h-o-lg-3:hover {
    color: var(--igs-color-3);
  }
  .tc-a-o-lg-3.active {
    color: var(--igs-color-3);
  }
  .tc-o-lg-4 {
    color: var(--igs-color-4);
  }
  .tc-h-o-lg-4:hover {
    color: var(--igs-color-4);
  }
  .tc-a-o-lg-4.active {
    color: var(--igs-color-4);
  }
  .tc-o-lg-w {
    color: #fff;
  }
  .tc-h-o-lg-w:hover {
    color: #fff;
  }
  .tc-a-o-lg-w.active {
    color: #fff;
  }
  .tc-o-lg-b {
    color: #000;
  }
  .tc-h-o-lg-b:hover {
    color: #000;
  }
  .tc-a-o-lg-b.active {
    color: #000;
  }
  .tc-o-lg-i {
    color: inherit;
  }
  .tc-h-o-lg-i:hover {
    color: inherit;
  }
  .tc-a-o-lg-i.active {
    color: inherit;
  }
  .ta-u-lg-l {
    text-align: left;
  }
  .ta-u-lg-c {
    text-align: center;
  }
  .ta-u-lg-r {
    text-align: right;
  }
  .ta-u-lg-j {
    text-align: justify;
  }
  .ta-o-lg-l {
    text-align: left;
  }
  .ta-o-lg-c {
    text-align: center;
  }
  .ta-o-lg-r {
    text-align: right;
  }
  .ta-o-lg-j {
    text-align: justify;
  }
  .tt-u-lg-n {
    text-transform: none;
  }
  .tt-u-lg-l {
    text-transform: lowercase;
  }
  .tt-u-lg-u {
    text-transform: uppercase;
  }
  .tt-u-lg-c {
    text-transform: capitalize;
  }
  .tt-u-lg-j {
    text-transform: justify;
  }
  .tt-o-lg-n {
    text-transform: none;
  }
  .tt-o-lg-l {
    text-transform: lowercase;
  }
  .tt-o-lg-u {
    text-transform: uppercase;
  }
  .tt-o-lg-c {
    text-transform: capitalize;
  }
  .tt-o-lg-j {
    text-transform: justify;
  }
  .td-u-lg-n {
    text-decoration: none;
  }
  .td-u-lg-h-n:hover {
    text-decoration: none;
  }
  .td-u-lg-u {
    text-decoration: underline;
  }
  .td-u-lg-h-u:hover {
    text-decoration: underline;
  }
  .td-o-lg-n {
    text-decoration: none;
  }
  .td-o-lg-h-n:hover {
    text-decoration: none;
  }
  .td-o-lg-u {
    text-decoration: underline;
  }
  .td-o-lg-h-u:hover {
    text-decoration: underline;
  }
  .ff-u-lg-0 {
    font-family: 0;
  }
  .ff-u-lg-16 {
    font-family: 16px;
  }
  .ff-u-lg-20 {
    font-family: 20px;
  }
  .ff-u-lg-30 {
    font-family: 30px;
  }
  .ff-u-lg-40 {
    font-family: 40px;
  }
  .ff-u-lg-60 {
    font-family: 60px;
  }
  .ff-u-lg-80 {
    font-family: 80px;
  }
  .ff-u-lg-100 {
    font-family: 100px;
  }
  .ff-u-lg-100p {
    font-family: 100%;
  }
  .ff-u-lg-134 {
    font-family: 134px;
  }
  .ff-u-lg-200 {
    font-family: 200px;
  }
  .ff-u-lg-370 {
    font-family: 370px;
  }
  .ff-u-lg-a {
    font-family: auto;
  }
  .ff-u-lg-n {
    font-family: none;
  }
  .ff-o-lg-0 {
    font-family: 0;
  }
  .ff-o-lg-16 {
    font-family: 16px;
  }
  .ff-o-lg-20 {
    font-family: 20px;
  }
  .ff-o-lg-30 {
    font-family: 30px;
  }
  .ff-o-lg-40 {
    font-family: 40px;
  }
  .ff-o-lg-60 {
    font-family: 60px;
  }
  .ff-o-lg-80 {
    font-family: 80px;
  }
  .ff-o-lg-100 {
    font-family: 100px;
  }
  .ff-o-lg-100p {
    font-family: 100%;
  }
  .ff-o-lg-134 {
    font-family: 134px;
  }
  .ff-o-lg-200 {
    font-family: 200px;
  }
  .ff-o-lg-370 {
    font-family: 370px;
  }
  .ff-o-lg-a {
    font-family: auto;
  }
  .ff-o-lg-n {
    font-family: none;
  }
  .fs-u-lg-0 {
    font-size: 0;
  }
  .fs-u-lg-10 {
    font-size: 10px;
  }
  .fs-u-lg-11 {
    font-size: 11px;
  }
  .fs-u-lg-12 {
    font-size: 12px;
  }
  .fs-u-lg-13 {
    font-size: 13px;
  }
  .fs-u-lg-14 {
    font-size: 14px;
  }
  .fs-u-lg-15 {
    font-size: 15px;
  }
  .fs-u-lg-16 {
    font-size: 16px;
  }
  .fs-u-lg-18 {
    font-size: 18px;
  }
  .fs-u-lg-20 {
    font-size: 20px;
  }
  .fs-u-lg-22 {
    font-size: 22px;
  }
  .fs-u-lg-24 {
    font-size: 24px;
  }
  .fs-u-lg-26 {
    font-size: 26px;
  }
  .fs-u-lg-30 {
    font-size: 30px;
  }
  .fs-u-lg-40 {
    font-size: 40px;
  }
  .fs-u-lg-50 {
    font-size: 50px;
  }
  .fs-u-lg-60 {
    font-size: 60px;
  }
  .fs-o-lg-0 {
    font-size: 0;
  }
  .fs-o-lg-10 {
    font-size: 10px;
  }
  .fs-o-lg-11 {
    font-size: 11px;
  }
  .fs-o-lg-12 {
    font-size: 12px;
  }
  .fs-o-lg-13 {
    font-size: 13px;
  }
  .fs-o-lg-14 {
    font-size: 14px;
  }
  .fs-o-lg-15 {
    font-size: 15px;
  }
  .fs-o-lg-16 {
    font-size: 16px;
  }
  .fs-o-lg-18 {
    font-size: 18px;
  }
  .fs-o-lg-20 {
    font-size: 20px;
  }
  .fs-o-lg-22 {
    font-size: 22px;
  }
  .fs-o-lg-24 {
    font-size: 24px;
  }
  .fs-o-lg-26 {
    font-size: 26px;
  }
  .fs-o-lg-30 {
    font-size: 30px;
  }
  .fs-o-lg-40 {
    font-size: 40px;
  }
  .fs-o-lg-50 {
    font-size: 50px;
  }
  .fs-o-lg-60 {
    font-size: 60px;
  }
  .lh-u-lg-0 {
    line-height: 0;
  }
  .lh-u-lg-1 {
    line-height: 1;
  }
  .lh-u-lg-1-2 {
    line-height: 1.2;
  }
  .lh-u-lg-1-4 {
    line-height: 1.4;
  }
  .lh-u-lg-1-5 {
    line-height: 1.5;
  }
  .lh-o-lg-0 {
    line-height: 0;
  }
  .lh-o-lg-1 {
    line-height: 1;
  }
  .lh-o-lg-1-2 {
    line-height: 1.2;
  }
  .lh-o-lg-1-4 {
    line-height: 1.4;
  }
  .lh-o-lg-1-5 {
    line-height: 1.5;
  }
  .fw-u-lg-l {
    font-weight: 300;
  }
  .fw-u-lg-n {
    font-weight: 400;
  }
  .fw-u-lg-m {
    font-weight: 500;
  }
  .fw-u-lg-sb {
    font-weight: 600;
  }
  .fw-u-lg-b {
    font-weight: 700;
  }
  .fw-u-lg-bl {
    font-weight: 900;
  }
  .fw-o-lg-l {
    font-weight: 300;
  }
  .fw-o-lg-n {
    font-weight: 400;
  }
  .fw-o-lg-m {
    font-weight: 500;
  }
  .fw-o-lg-sb {
    font-weight: 600;
  }
  .fw-o-lg-b {
    font-weight: 700;
  }
  .fw-o-lg-bl {
    font-weight: 900;
  }
  .fst-u-lg-i {
    font-style: italic;
  }
  .fst-o-lg-i {
    font-style: italic;
  }
  .ls-u-lg-0 {
    letter-spacing: 0;
  }
  .ls-u-lg-1 {
    letter-spacing: 1px;
  }
  .ls-u-lg-2 {
    letter-spacing: 2px;
  }
  .ls-o-lg-0 {
    letter-spacing: 0;
  }
  .ls-o-lg-1 {
    letter-spacing: 1px;
  }
  .ls-o-lg-2 {
    letter-spacing: 2px;
  }
  .zi-u-lg-1 {
    z-index: 1;
  }
  .zi-u-lg-n1 {
    z-index: -1;
  }
  .zi-u-lg-2 {
    z-index: 2;
  }
  .zi-u-lg-n2 {
    z-index: -2;
  }
  .zi-u-lg-3 {
    z-index: 3;
  }
  .zi-u-lg-n3 {
    z-index: -3;
  }
  .zi-u-lg-4 {
    z-index: 4;
  }
  .zi-u-lg-n4 {
    z-index: -4;
  }
  .zi-u-lg-5 {
    z-index: 5;
  }
  .zi-u-lg-n5 {
    z-index: -5;
  }
  .zi-u-lg-10 {
    z-index: 10;
  }
  .zi-u-lg-n10 {
    z-index: -10;
  }
  .zi-u-lg-11 {
    z-index: 11;
  }
  .zi-u-lg-n11 {
    z-index: -11;
  }
  .zi-o-lg-1 {
    z-index: 1;
  }
  .zi-o-lg-n1 {
    z-index: -1;
  }
  .zi-o-lg-2 {
    z-index: 2;
  }
  .zi-o-lg-n2 {
    z-index: -2;
  }
  .zi-o-lg-3 {
    z-index: 3;
  }
  .zi-o-lg-n3 {
    z-index: -3;
  }
  .zi-o-lg-4 {
    z-index: 4;
  }
  .zi-o-lg-n4 {
    z-index: -4;
  }
  .zi-o-lg-5 {
    z-index: 5;
  }
  .zi-o-lg-n5 {
    z-index: -5;
  }
  .zi-o-lg-10 {
    z-index: 10;
  }
  .zi-o-lg-n10 {
    z-index: -10;
  }
  .zi-o-lg-11 {
    z-index: 11;
  }
  .zi-o-lg-n11 {
    z-index: -11;
  }
  .visible-u-lg {
    visibility: visible;
  }
  .invisible-u-lg {
    visibility: hidden;
  }
  .visible-o-lg {
    visibility: visible;
  }
  .invisible-o-lg {
    visibility: hidden;
  }
}

@media (max-width: 767.98px) {
  .row-o-xs {
    display: flex;
    flex-wrap: wrap;
  }
  .fic-o-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .fic-o-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .fic-o-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .order-o-xs-1 {
    order: 1;
  }
  .offset-o-xs-1 {
    margin-left: 8.3333333333%;
  }
  .fic-o-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .order-o-xs-2 {
    order: 2;
  }
  .offset-o-xs-2 {
    margin-left: 16.6666666667%;
  }
  .fic-o-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .order-o-xs-3 {
    order: 3;
  }
  .offset-o-xs-3 {
    margin-left: 25%;
  }
  .fic-o-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .order-o-xs-4 {
    order: 4;
  }
  .offset-o-xs-4 {
    margin-left: 33.3333333333%;
  }
  .fic-o-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .order-o-xs-5 {
    order: 5;
  }
  .offset-o-xs-5 {
    margin-left: 41.6666666667%;
  }
  .fic-o-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .order-o-xs-6 {
    order: 6;
  }
  .offset-o-xs-6 {
    margin-left: 50%;
  }
  .fic-o-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .order-o-xs-7 {
    order: 7;
  }
  .offset-o-xs-7 {
    margin-left: 58.3333333333%;
  }
  .fic-o-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .order-o-xs-8 {
    order: 8;
  }
  .offset-o-xs-8 {
    margin-left: 66.6666666667%;
  }
  .fic-o-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .order-o-xs-9 {
    order: 9;
  }
  .offset-o-xs-9 {
    margin-left: 75%;
  }
  .fic-o-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .order-o-xs-10 {
    order: 10;
  }
  .offset-o-xs-10 {
    margin-left: 83.3333333333%;
  }
  .fic-o-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .order-o-xs-11 {
    order: 11;
  }
  .offset-o-xs-11 {
    margin-left: 91.6666666667%;
  }
  .fic-o-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-o-xs-12 {
    order: 12;
  }
  .offset-o-xs-12 {
    margin-left: 100%;
  }
  .wp-editor iframe,
  .term-description iframe,
  .entry-content iframe,
  .woocommerce-product-details__short-description iframe {
    height: 400px;
  }
  .va-o-xs-base {
    vertical-align: baseline;
  }
  .va-o-xs-t {
    vertical-align: top;
  }
  .va-o-xs-m {
    vertical-align: middle;
  }
  .va-o-xs-b {
    vertical-align: bottom;
  }
  .va-o-xs-tt {
    vertical-align: text-top;
  }
  .va-o-xs-tb {
    vertical-align: text-bottom;
  }
  .bg-o-xs-1 {
    background-color: var(--igs-color-1);
  }
  .bg-h-o-xs-1:hover {
    background-color: var(--igs-color-1);
  }
  .bg-a-o-xs-1.active {
    background-color: var(--igs-color-1);
  }
  .bg-o-xs-2 {
    background-color: var(--igs-color-2);
  }
  .bg-h-o-xs-2:hover {
    background-color: var(--igs-color-2);
  }
  .bg-a-o-xs-2.active {
    background-color: var(--igs-color-2);
  }
  .bg-o-xs-3 {
    background-color: var(--igs-color-3);
  }
  .bg-h-o-xs-3:hover {
    background-color: var(--igs-color-3);
  }
  .bg-a-o-xs-3.active {
    background-color: var(--igs-color-3);
  }
  .bg-o-xs-4 {
    background-color: var(--igs-color-4);
  }
  .bg-h-o-xs-4:hover {
    background-color: var(--igs-color-4);
  }
  .bg-a-o-xs-4.active {
    background-color: var(--igs-color-4);
  }
  .bg-o-xs-w {
    background-color: #fff;
  }
  .bg-h-o-xs-w:hover {
    background-color: #fff;
  }
  .bg-a-o-xs-w.active {
    background-color: #fff;
  }
  .bg-o-xs-b {
    background-color: #000;
  }
  .bg-h-o-xs-b:hover {
    background-color: #000;
  }
  .bg-a-o-xs-b.active {
    background-color: #000;
  }
  .bg-o-xs-i {
    background-color: inherit;
  }
  .bg-h-o-xs-i:hover {
    background-color: inherit;
  }
  .bg-a-o-xs-i.active {
    background-color: inherit;
  }
  .br-o-xs-5 {
    border-radius: 5px;
  }
  .br-t-o-xs-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .br-b-o-xs-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .br-l-o-xs-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .br-r-o-xs-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .br-o-xs-10 {
    border-radius: 10px;
  }
  .br-t-o-xs-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .br-b-o-xs-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .br-l-o-xs-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .br-r-o-xs-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .br-o-xs-c {
    border-radius: 50%;
  }
  .br-t-o-xs-c {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  .br-b-o-xs-c {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .br-l-o-xs-c {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .br-r-o-xs-c {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .br-o-xs-p {
    border-radius: 50rem;
  }
  .br-t-o-xs-p {
    border-top-left-radius: 50rem;
    border-top-right-radius: 50rem;
  }
  .br-b-o-xs-p {
    border-bottom-right-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
  .br-l-o-xs-p {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
  .br-r-o-xs-p {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
  }
  .b-o-xs-1 {
    border: 1px solid transparent;
  }
  .b-o-xs-2 {
    border: 2px solid transparent;
  }
  .b-o-xs-3 {
    border: 3px solid transparent;
  }
  .b-o-xs-4 {
    border: 4px solid transparent;
  }
  .b-o-xs-5 {
    border: 5px solid transparent;
  }
  .b-t-o-xs-1 {
    border-top: 1px solid transparent;
  }
  .b-t-o-xs-2 {
    border-top: 2px solid transparent;
  }
  .b-t-o-xs-3 {
    border-top: 3px solid transparent;
  }
  .b-t-o-xs-4 {
    border-top: 4px solid transparent;
  }
  .b-t-o-xs-5 {
    border-top: 5px solid transparent;
  }
  .b-r-o-xs-1 {
    border-right: 1px solid transparent;
  }
  .b-r-o-xs-2 {
    border-right: 2px solid transparent;
  }
  .b-r-o-xs-3 {
    border-right: 3px solid transparent;
  }
  .b-r-o-xs-4 {
    border-right: 4px solid transparent;
  }
  .b-r-o-xs-5 {
    border-right: 5px solid transparent;
  }
  .b-b-o-xs-1 {
    border-bottom: 1px solid transparent;
  }
  .b-b-o-xs-2 {
    border-bottom: 2px solid transparent;
  }
  .b-b-o-xs-3 {
    border-bottom: 3px solid transparent;
  }
  .b-b-o-xs-4 {
    border-bottom: 4px solid transparent;
  }
  .b-b-o-xs-5 {
    border-bottom: 5px solid transparent;
  }
  .b-l-o-xs-1 {
    border-left: 1px solid transparent;
  }
  .b-l-o-xs-2 {
    border-left: 2px solid transparent;
  }
  .b-l-o-xs-3 {
    border-left: 3px solid transparent;
  }
  .b-l-o-xs-4 {
    border-left: 4px solid transparent;
  }
  .b-l-o-xs-5 {
    border-left: 5px solid transparent;
  }
  .bc-o-xs-b15 {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .bc-o-xs-b15:hover {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .bc-o-xs-1 {
    border-color: var(--igs-color-1);
  }
  .bc-o-xs-1:hover {
    border-color: var(--igs-color-1);
  }
  .bc-o-xs-2 {
    border-color: var(--igs-color-2);
  }
  .bc-o-xs-2:hover {
    border-color: var(--igs-color-2);
  }
  .bc-o-xs-3 {
    border-color: var(--igs-color-3);
  }
  .bc-o-xs-3:hover {
    border-color: var(--igs-color-3);
  }
  .bc-o-xs-4 {
    border-color: var(--igs-color-4);
  }
  .bc-o-xs-4:hover {
    border-color: var(--igs-color-4);
  }
  .bc-o-xs-w {
    border-color: #fff;
  }
  .bc-o-xs-w:hover {
    border-color: #fff;
  }
  .bc-o-xs-b {
    border-color: #000;
  }
  .bc-o-xs-b:hover {
    border-color: #000;
  }
  .bc-o-xs-i {
    border-color: inherit;
  }
  .bc-o-xs-i:hover {
    border-color: inherit;
  }
  .d-o-xs-i {
    display: inline;
  }
  .d-o-xs-ib {
    display: inline-block;
  }
  .d-o-xs-b {
    display: block;
  }
  .d-o-xs-t {
    display: table;
  }
  .d-o-xs-tr {
    display: table-row;
  }
  .d-o-xs-tc {
    display: table-cell;
  }
  .d-o-xs-f {
    display: flex;
  }
  .d-o-xs-if {
    display: inline-flex;
  }
  .d-o-xs-n {
    display: none;
  }
  .f-o-xs-1 {
    flex: 0 1 100%;
  }
  .f-o-xs-3 {
    flex: 0 0 33.33%;
  }
  .f-o-xs-40 {
    flex: 0 0 40px;
  }
  .f-o-xs-60 {
    flex: 0 0 60px;
  }
  .f-o-xs-80 {
    flex: 0 0 80px;
  }
  .f-o-xs-h {
    flex: 0 0 50%;
  }
  .f-o-xs-a {
    flex: 0 0 auto;
  }
  .f-o-xs-r {
    flex-direction: row;
  }
  .f-o-xs-c {
    flex-direction: column;
  }
  .f-o-xs-rr {
    flex-direction: row-reverse;
  }
  .f-o-xs-cr {
    flex-direction: column-reverse;
  }
  .f-o-xs-w {
    flex-wrap: wrap;
  }
  .f-o-xs-nw {
    flex-wrap: nowrap;
  }
  .f-o-xs-wr {
    flex-wrap: wrap-reverse;
  }
  .f-o-xs-g-0 {
    flex-grow: 0;
  }
  .f-o-xs-g-1 {
    flex-grow: 1;
  }
  .f-o-xs-s-0 {
    flex-shrink: 0;
  }
  .f-o-xs-s-1 {
    flex-shrink: 1;
  }
  .ai-o-xs-fs {
    align-items: flex-start;
  }
  .ai-o-xs-fe {
    align-items: flex-end;
  }
  .ai-o-xs-c {
    align-items: center;
  }
  .ai-o-xs-b {
    align-items: baseline;
  }
  .ai-o-xs-s {
    align-items: stretch;
  }
  .jc-o-xs-fs {
    justify-content: flex-start;
  }
  .jc-o-xs-fe {
    justify-content: flex-end;
  }
  .jc-o-xs-c {
    justify-content: center;
  }
  .jc-o-xs-sb {
    justify-content: space-between;
  }
  .jc-o-xs-sa {
    justify-content: space-around;
  }
  .jc-o-xs-se {
    justify-content: space-evenly;
  }
  .ac-o-xs-fs {
    align-content: flex-start;
  }
  .ac-o-xs-fe {
    align-content: flex-end;
  }
  .ac-o-xs-c {
    align-content: center;
  }
  .ac-o-xs-sb {
    align-content: space-between;
  }
  .ac-o-xs-sa {
    align-content: space-around;
  }
  .ac-o-xs-s {
    align-content: stretch;
  }
  .as-o-xs-a {
    align-self: auto;
  }
  .as-o-xs-fs {
    align-self: flex-start;
  }
  .as-o-xs-fe {
    align-self: flex-end;
  }
  .as-o-xs-c {
    align-self: center;
  }
  .as-o-xs-b {
    align-self: baseline;
  }
  .as-o-xs-s {
    align-self: stretch;
  }
  .float-o-xs-l {
    float: left;
  }
  .float-o-xs-r {
    float: right;
  }
  .float-o-xs-n {
    float: none;
  }
  .of-o-xs-a {
    overflow: auto;
  }
  .of-o-xs-h {
    overflow: hidden;
  }
  .ps-o-xs-s {
    position: static;
  }
  .ps-o-xs-r {
    position: relative;
  }
  .ps-o-xs-a {
    position: absolute;
  }
  .ps-o-xs-f {
    position: fixed;
  }
  .ps-o-xs-sy {
    position: sticky;
  }
  .ps-o-xs-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .ps-t-o-xs-0,
  .ps-y-o-xs-0 {
    top: 0;
  }
  .ps-b-o-xs-0,
  .ps-y-o-xs-0 {
    bottom: 0;
  }
  .ps-l-o-xs-0,
  .ps-x-o-xs-0 {
    left: 0;
  }
  .ps-r-o-xs-0,
  .ps-x-o-xs-0 {
    right: 0;
  }
  .ps-o-xs-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }
  .ps-t-o-xs-5,
  .ps-y-o-xs-5 {
    top: 5px;
  }
  .ps-b-o-xs-5,
  .ps-y-o-xs-5 {
    bottom: 5px;
  }
  .ps-l-o-xs-5,
  .ps-x-o-xs-5 {
    left: 5px;
  }
  .ps-r-o-xs-5,
  .ps-x-o-xs-5 {
    right: 5px;
  }
  .ps-o-xs-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .ps-t-o-xs-10,
  .ps-y-o-xs-10 {
    top: 10px;
  }
  .ps-b-o-xs-10,
  .ps-y-o-xs-10 {
    bottom: 10px;
  }
  .ps-l-o-xs-10,
  .ps-x-o-xs-10 {
    left: 10px;
  }
  .ps-r-o-xs-10,
  .ps-x-o-xs-10 {
    right: 10px;
  }
  .ps-o-xs-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }
  .ps-t-o-xs-25,
  .ps-y-o-xs-25 {
    top: 25px;
  }
  .ps-b-o-xs-25,
  .ps-y-o-xs-25 {
    bottom: 25px;
  }
  .ps-l-o-xs-25,
  .ps-x-o-xs-25 {
    left: 25px;
  }
  .ps-r-o-xs-25,
  .ps-x-o-xs-25 {
    right: 25px;
  }
  .ps-o-xs-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
  .ps-t-o-xs-30,
  .ps-y-o-xs-30 {
    top: 30px;
  }
  .ps-b-o-xs-30,
  .ps-y-o-xs-30 {
    bottom: 30px;
  }
  .ps-l-o-xs-30,
  .ps-x-o-xs-30 {
    left: 30px;
  }
  .ps-r-o-xs-30,
  .ps-x-o-xs-30 {
    right: 30px;
  }
  .ps-o-xs-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }
  .ps-t-o-xs-50,
  .ps-y-o-xs-50 {
    top: 50px;
  }
  .ps-b-o-xs-50,
  .ps-y-o-xs-50 {
    bottom: 50px;
  }
  .ps-l-o-xs-50,
  .ps-x-o-xs-50 {
    left: 50px;
  }
  .ps-r-o-xs-50,
  .ps-x-o-xs-50 {
    right: 50px;
  }
  .ps-o-xs-50p {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
  .ps-t-o-xs-50p,
  .ps-y-o-xs-50p {
    top: 50%;
  }
  .ps-b-o-xs-50p,
  .ps-y-o-xs-50p {
    bottom: 50%;
  }
  .ps-l-o-xs-50p,
  .ps-x-o-xs-50p {
    left: 50%;
  }
  .ps-r-o-xs-50p,
  .ps-x-o-xs-50p {
    right: 50%;
  }
  .ps-o-xs-100 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }
  .ps-t-o-xs-100,
  .ps-y-o-xs-100 {
    top: 100%;
  }
  .ps-b-o-xs-100,
  .ps-y-o-xs-100 {
    bottom: 100%;
  }
  .ps-l-o-xs-100,
  .ps-x-o-xs-100 {
    left: 100%;
  }
  .ps-r-o-xs-100,
  .ps-x-o-xs-100 {
    right: 100%;
  }
  .w-o-xs-0 {
    width: 0;
  }
  .w-o-xs-16 {
    width: 16px;
  }
  .w-o-xs-20 {
    width: 20px;
  }
  .w-o-xs-30 {
    width: 30px;
  }
  .w-o-xs-40 {
    width: 40px;
  }
  .w-o-xs-60 {
    width: 60px;
  }
  .w-o-xs-80 {
    width: 80px;
  }
  .w-o-xs-100 {
    width: 100px;
  }
  .w-o-xs-100p {
    width: 100%;
  }
  .w-o-xs-134 {
    width: 134px;
  }
  .w-o-xs-200 {
    width: 200px;
  }
  .w-o-xs-370 {
    width: 370px;
  }
  .w-o-xs-a {
    width: auto;
  }
  .w-o-xs-n {
    width: none;
  }
  .h-o-xs-0 {
    height: 0;
  }
  .h-o-xs-16 {
    height: 16px;
  }
  .h-o-xs-20 {
    height: 20px;
  }
  .h-o-xs-30 {
    height: 30px;
  }
  .h-o-xs-40 {
    height: 40px;
  }
  .h-o-xs-60 {
    height: 60px;
  }
  .h-o-xs-80 {
    height: 80px;
  }
  .h-o-xs-100 {
    height: 100px;
  }
  .h-o-xs-100p {
    height: 100%;
  }
  .h-o-xs-134 {
    height: 134px;
  }
  .h-o-xs-200 {
    height: 200px;
  }
  .h-o-xs-370 {
    height: 370px;
  }
  .h-o-xs-a {
    height: auto;
  }
  .h-o-xs-n {
    height: none;
  }
  .mw-o-xs-0 {
    max-width: 0;
  }
  .mw-o-xs-16 {
    max-width: 16px;
  }
  .mw-o-xs-20 {
    max-width: 20px;
  }
  .mw-o-xs-30 {
    max-width: 30px;
  }
  .mw-o-xs-40 {
    max-width: 40px;
  }
  .mw-o-xs-60 {
    max-width: 60px;
  }
  .mw-o-xs-80 {
    max-width: 80px;
  }
  .mw-o-xs-100 {
    max-width: 100px;
  }
  .mw-o-xs-100p {
    max-width: 100%;
  }
  .mw-o-xs-134 {
    max-width: 134px;
  }
  .mw-o-xs-200 {
    max-width: 200px;
  }
  .mw-o-xs-370 {
    max-width: 370px;
  }
  .mw-o-xs-a {
    max-width: auto;
  }
  .mw-o-xs-n {
    max-width: none;
  }
  .min-w-o-xs-0 {
    min-width: 0;
  }
  .min-w-o-xs-16 {
    min-width: 16px;
  }
  .min-w-o-xs-20 {
    min-width: 20px;
  }
  .min-w-o-xs-30 {
    min-width: 30px;
  }
  .min-w-o-xs-40 {
    min-width: 40px;
  }
  .min-w-o-xs-60 {
    min-width: 60px;
  }
  .min-w-o-xs-80 {
    min-width: 80px;
  }
  .min-w-o-xs-100 {
    min-width: 100px;
  }
  .min-w-o-xs-100p {
    min-width: 100%;
  }
  .min-w-o-xs-134 {
    min-width: 134px;
  }
  .min-w-o-xs-200 {
    min-width: 200px;
  }
  .min-w-o-xs-370 {
    min-width: 370px;
  }
  .min-w-o-xs-a {
    min-width: auto;
  }
  .min-w-o-xs-n {
    min-width: none;
  }
  .mh-o-xs-0 {
    max-height: 0;
  }
  .mh-o-xs-16 {
    max-height: 16px;
  }
  .mh-o-xs-20 {
    max-height: 20px;
  }
  .mh-o-xs-30 {
    max-height: 30px;
  }
  .mh-o-xs-40 {
    max-height: 40px;
  }
  .mh-o-xs-60 {
    max-height: 60px;
  }
  .mh-o-xs-80 {
    max-height: 80px;
  }
  .mh-o-xs-100 {
    max-height: 100px;
  }
  .mh-o-xs-100p {
    max-height: 100%;
  }
  .mh-o-xs-134 {
    max-height: 134px;
  }
  .mh-o-xs-200 {
    max-height: 200px;
  }
  .mh-o-xs-370 {
    max-height: 370px;
  }
  .mh-o-xs-a {
    max-height: auto;
  }
  .mh-o-xs-n {
    max-height: none;
  }
  .min-h-o-xs-0 {
    min-height: 0;
  }
  .min-h-o-xs-16 {
    min-height: 16px;
  }
  .min-h-o-xs-20 {
    min-height: 20px;
  }
  .min-h-o-xs-30 {
    min-height: 30px;
  }
  .min-h-o-xs-40 {
    min-height: 40px;
  }
  .min-h-o-xs-60 {
    min-height: 60px;
  }
  .min-h-o-xs-80 {
    min-height: 80px;
  }
  .min-h-o-xs-100 {
    min-height: 100px;
  }
  .min-h-o-xs-100p {
    min-height: 100%;
  }
  .min-h-o-xs-134 {
    min-height: 134px;
  }
  .min-h-o-xs-200 {
    min-height: 200px;
  }
  .min-h-o-xs-370 {
    min-height: 370px;
  }
  .min-h-o-xs-a {
    min-height: auto;
  }
  .min-h-o-xs-n {
    min-height: none;
  }
  .min-o-xs-vw-100 {
    min-width: 100vw;
  }
  .min-o-xs-vh-100 {
    min-height: 100vh;
  }
  .vw-o-xs-100 {
    width: 100vw;
  }
  .vh-o-xs-100 {
    height: 100vh;
  }
  .m-o-xs-0 {
    margin: 0;
  }
  .mt-o-xs-0,
  .my-o-xs-0 {
    margin-top: 0;
  }
  .mr-o-xs-0,
  .mx-o-xs-0 {
    margin-right: 0;
  }
  .mb-o-xs-0,
  .my-o-xs-0 {
    margin-bottom: 0;
  }
  .ml-o-xs-0,
  .mx-o-xs-0 {
    margin-left: 0;
  }
  .m-o-xs-5 {
    margin: 5px;
  }
  .mt-o-xs-5,
  .my-o-xs-5 {
    margin-top: 5px;
  }
  .mr-o-xs-5,
  .mx-o-xs-5 {
    margin-right: 5px;
  }
  .mb-o-xs-5,
  .my-o-xs-5 {
    margin-bottom: 5px;
  }
  .ml-o-xs-5,
  .mx-o-xs-5 {
    margin-left: 5px;
  }
  .m-o-xs-8 {
    margin: 8px;
  }
  .mt-o-xs-8,
  .my-o-xs-8 {
    margin-top: 8px;
  }
  .mr-o-xs-8,
  .mx-o-xs-8 {
    margin-right: 8px;
  }
  .mb-o-xs-8,
  .my-o-xs-8 {
    margin-bottom: 8px;
  }
  .ml-o-xs-8,
  .mx-o-xs-8 {
    margin-left: 8px;
  }
  .m-o-xs-10 {
    margin: 10px;
  }
  .mt-o-xs-10,
  .my-o-xs-10 {
    margin-top: 10px;
  }
  .mr-o-xs-10,
  .mx-o-xs-10 {
    margin-right: 10px;
  }
  .mb-o-xs-10,
  .my-o-xs-10 {
    margin-bottom: 10px;
  }
  .ml-o-xs-10,
  .mx-o-xs-10 {
    margin-left: 10px;
  }
  .m-o-xs-12 {
    margin: 12px;
  }
  .mt-o-xs-12,
  .my-o-xs-12 {
    margin-top: 12px;
  }
  .mr-o-xs-12,
  .mx-o-xs-12 {
    margin-right: 12px;
  }
  .mb-o-xs-12,
  .my-o-xs-12 {
    margin-bottom: 12px;
  }
  .ml-o-xs-12,
  .mx-o-xs-12 {
    margin-left: 12px;
  }
  .m-o-xs-15 {
    margin: 15px;
  }
  .mt-o-xs-15,
  .my-o-xs-15 {
    margin-top: 15px;
  }
  .mr-o-xs-15,
  .mx-o-xs-15 {
    margin-right: 15px;
  }
  .mb-o-xs-15,
  .my-o-xs-15 {
    margin-bottom: 15px;
  }
  .ml-o-xs-15,
  .mx-o-xs-15 {
    margin-left: 15px;
  }
  .m-o-xs-20 {
    margin: 20px;
  }
  .mt-o-xs-20,
  .my-o-xs-20 {
    margin-top: 20px;
  }
  .mr-o-xs-20,
  .mx-o-xs-20 {
    margin-right: 20px;
  }
  .mb-o-xs-20,
  .my-o-xs-20 {
    margin-bottom: 20px;
  }
  .ml-o-xs-20,
  .mx-o-xs-20 {
    margin-left: 20px;
  }
  .m-o-xs-25 {
    margin: 25px;
  }
  .mt-o-xs-25,
  .my-o-xs-25 {
    margin-top: 25px;
  }
  .mr-o-xs-25,
  .mx-o-xs-25 {
    margin-right: 25px;
  }
  .mb-o-xs-25,
  .my-o-xs-25 {
    margin-bottom: 25px;
  }
  .ml-o-xs-25,
  .mx-o-xs-25 {
    margin-left: 25px;
  }
  .m-o-xs-30 {
    margin: 30px;
  }
  .mt-o-xs-30,
  .my-o-xs-30 {
    margin-top: 30px;
  }
  .mr-o-xs-30,
  .mx-o-xs-30 {
    margin-right: 30px;
  }
  .mb-o-xs-30,
  .my-o-xs-30 {
    margin-bottom: 30px;
  }
  .ml-o-xs-30,
  .mx-o-xs-30 {
    margin-left: 30px;
  }
  .m-o-xs-35 {
    margin: 35px;
  }
  .mt-o-xs-35,
  .my-o-xs-35 {
    margin-top: 35px;
  }
  .mr-o-xs-35,
  .mx-o-xs-35 {
    margin-right: 35px;
  }
  .mb-o-xs-35,
  .my-o-xs-35 {
    margin-bottom: 35px;
  }
  .ml-o-xs-35,
  .mx-o-xs-35 {
    margin-left: 35px;
  }
  .m-o-xs-40 {
    margin: 40px;
  }
  .mt-o-xs-40,
  .my-o-xs-40 {
    margin-top: 40px;
  }
  .mr-o-xs-40,
  .mx-o-xs-40 {
    margin-right: 40px;
  }
  .mb-o-xs-40,
  .my-o-xs-40 {
    margin-bottom: 40px;
  }
  .ml-o-xs-40,
  .mx-o-xs-40 {
    margin-left: 40px;
  }
  .m-o-xs-45 {
    margin: 45px;
  }
  .mt-o-xs-45,
  .my-o-xs-45 {
    margin-top: 45px;
  }
  .mr-o-xs-45,
  .mx-o-xs-45 {
    margin-right: 45px;
  }
  .mb-o-xs-45,
  .my-o-xs-45 {
    margin-bottom: 45px;
  }
  .ml-o-xs-45,
  .mx-o-xs-45 {
    margin-left: 45px;
  }
  .m-o-xs-50 {
    margin: 50px;
  }
  .mt-o-xs-50,
  .my-o-xs-50 {
    margin-top: 50px;
  }
  .mr-o-xs-50,
  .mx-o-xs-50 {
    margin-right: 50px;
  }
  .mb-o-xs-50,
  .my-o-xs-50 {
    margin-bottom: 50px;
  }
  .ml-o-xs-50,
  .mx-o-xs-50 {
    margin-left: 50px;
  }
  .m-o-xs-60 {
    margin: 60px;
  }
  .mt-o-xs-60,
  .my-o-xs-60 {
    margin-top: 60px;
  }
  .mr-o-xs-60,
  .mx-o-xs-60 {
    margin-right: 60px;
  }
  .mb-o-xs-60,
  .my-o-xs-60 {
    margin-bottom: 60px;
  }
  .ml-o-xs-60,
  .mx-o-xs-60 {
    margin-left: 60px;
  }
  .m-o-xs-70 {
    margin: 70px;
  }
  .mt-o-xs-70,
  .my-o-xs-70 {
    margin-top: 70px;
  }
  .mr-o-xs-70,
  .mx-o-xs-70 {
    margin-right: 70px;
  }
  .mb-o-xs-70,
  .my-o-xs-70 {
    margin-bottom: 70px;
  }
  .ml-o-xs-70,
  .mx-o-xs-70 {
    margin-left: 70px;
  }
  .m-o-xs-80 {
    margin: 80px;
  }
  .mt-o-xs-80,
  .my-o-xs-80 {
    margin-top: 80px;
  }
  .mr-o-xs-80,
  .mx-o-xs-80 {
    margin-right: 80px;
  }
  .mb-o-xs-80,
  .my-o-xs-80 {
    margin-bottom: 80px;
  }
  .ml-o-xs-80,
  .mx-o-xs-80 {
    margin-left: 80px;
  }
  .m-o-xs-90 {
    margin: 90px;
  }
  .mt-o-xs-90,
  .my-o-xs-90 {
    margin-top: 90px;
  }
  .mr-o-xs-90,
  .mx-o-xs-90 {
    margin-right: 90px;
  }
  .mb-o-xs-90,
  .my-o-xs-90 {
    margin-bottom: 90px;
  }
  .ml-o-xs-90,
  .mx-o-xs-90 {
    margin-left: 90px;
  }
  .m-o-xs-100 {
    margin: 100px;
  }
  .mt-o-xs-100,
  .my-o-xs-100 {
    margin-top: 100px;
  }
  .mr-o-xs-100,
  .mx-o-xs-100 {
    margin-right: 100px;
  }
  .mb-o-xs-100,
  .my-o-xs-100 {
    margin-bottom: 100px;
  }
  .ml-o-xs-100,
  .mx-o-xs-100 {
    margin-left: 100px;
  }
  .m-o-xs-120 {
    margin: 120px;
  }
  .mt-o-xs-120,
  .my-o-xs-120 {
    margin-top: 120px;
  }
  .mr-o-xs-120,
  .mx-o-xs-120 {
    margin-right: 120px;
  }
  .mb-o-xs-120,
  .my-o-xs-120 {
    margin-bottom: 120px;
  }
  .ml-o-xs-120,
  .mx-o-xs-120 {
    margin-left: 120px;
  }
  .m-o-xs-160 {
    margin: 160px;
  }
  .mt-o-xs-160,
  .my-o-xs-160 {
    margin-top: 160px;
  }
  .mr-o-xs-160,
  .mx-o-xs-160 {
    margin-right: 160px;
  }
  .mb-o-xs-160,
  .my-o-xs-160 {
    margin-bottom: 160px;
  }
  .ml-o-xs-160,
  .mx-o-xs-160 {
    margin-left: 160px;
  }
  .p-o-xs-0 {
    padding: 0;
  }
  .pt-o-xs-0,
  .py-o-xs-0 {
    padding-top: 0;
  }
  .pr-o-xs-0,
  .px-o-xs-0 {
    padding-right: 0;
  }
  .pb-o-xs-0,
  .py-o-xs-0 {
    padding-bottom: 0;
  }
  .pl-o-xs-0,
  .px-o-xs-0 {
    padding-left: 0;
  }
  .p-o-xs-5 {
    padding: 5px;
  }
  .pt-o-xs-5,
  .py-o-xs-5 {
    padding-top: 5px;
  }
  .pr-o-xs-5,
  .px-o-xs-5 {
    padding-right: 5px;
  }
  .pb-o-xs-5,
  .py-o-xs-5 {
    padding-bottom: 5px;
  }
  .pl-o-xs-5,
  .px-o-xs-5 {
    padding-left: 5px;
  }
  .p-o-xs-8 {
    padding: 8px;
  }
  .pt-o-xs-8,
  .py-o-xs-8 {
    padding-top: 8px;
  }
  .pr-o-xs-8,
  .px-o-xs-8 {
    padding-right: 8px;
  }
  .pb-o-xs-8,
  .py-o-xs-8 {
    padding-bottom: 8px;
  }
  .pl-o-xs-8,
  .px-o-xs-8 {
    padding-left: 8px;
  }
  .p-o-xs-10 {
    padding: 10px;
  }
  .pt-o-xs-10,
  .py-o-xs-10 {
    padding-top: 10px;
  }
  .pr-o-xs-10,
  .px-o-xs-10 {
    padding-right: 10px;
  }
  .pb-o-xs-10,
  .py-o-xs-10 {
    padding-bottom: 10px;
  }
  .pl-o-xs-10,
  .px-o-xs-10 {
    padding-left: 10px;
  }
  .p-o-xs-12 {
    padding: 12px;
  }
  .pt-o-xs-12,
  .py-o-xs-12 {
    padding-top: 12px;
  }
  .pr-o-xs-12,
  .px-o-xs-12 {
    padding-right: 12px;
  }
  .pb-o-xs-12,
  .py-o-xs-12 {
    padding-bottom: 12px;
  }
  .pl-o-xs-12,
  .px-o-xs-12 {
    padding-left: 12px;
  }
  .p-o-xs-15 {
    padding: 15px;
  }
  .pt-o-xs-15,
  .py-o-xs-15 {
    padding-top: 15px;
  }
  .pr-o-xs-15,
  .px-o-xs-15 {
    padding-right: 15px;
  }
  .pb-o-xs-15,
  .py-o-xs-15 {
    padding-bottom: 15px;
  }
  .pl-o-xs-15,
  .px-o-xs-15 {
    padding-left: 15px;
  }
  .p-o-xs-20 {
    padding: 20px;
  }
  .pt-o-xs-20,
  .py-o-xs-20 {
    padding-top: 20px;
  }
  .pr-o-xs-20,
  .px-o-xs-20 {
    padding-right: 20px;
  }
  .pb-o-xs-20,
  .py-o-xs-20 {
    padding-bottom: 20px;
  }
  .pl-o-xs-20,
  .px-o-xs-20 {
    padding-left: 20px;
  }
  .p-o-xs-25 {
    padding: 25px;
  }
  .pt-o-xs-25,
  .py-o-xs-25 {
    padding-top: 25px;
  }
  .pr-o-xs-25,
  .px-o-xs-25 {
    padding-right: 25px;
  }
  .pb-o-xs-25,
  .py-o-xs-25 {
    padding-bottom: 25px;
  }
  .pl-o-xs-25,
  .px-o-xs-25 {
    padding-left: 25px;
  }
  .p-o-xs-30 {
    padding: 30px;
  }
  .pt-o-xs-30,
  .py-o-xs-30 {
    padding-top: 30px;
  }
  .pr-o-xs-30,
  .px-o-xs-30 {
    padding-right: 30px;
  }
  .pb-o-xs-30,
  .py-o-xs-30 {
    padding-bottom: 30px;
  }
  .pl-o-xs-30,
  .px-o-xs-30 {
    padding-left: 30px;
  }
  .p-o-xs-35 {
    padding: 35px;
  }
  .pt-o-xs-35,
  .py-o-xs-35 {
    padding-top: 35px;
  }
  .pr-o-xs-35,
  .px-o-xs-35 {
    padding-right: 35px;
  }
  .pb-o-xs-35,
  .py-o-xs-35 {
    padding-bottom: 35px;
  }
  .pl-o-xs-35,
  .px-o-xs-35 {
    padding-left: 35px;
  }
  .p-o-xs-40 {
    padding: 40px;
  }
  .pt-o-xs-40,
  .py-o-xs-40 {
    padding-top: 40px;
  }
  .pr-o-xs-40,
  .px-o-xs-40 {
    padding-right: 40px;
  }
  .pb-o-xs-40,
  .py-o-xs-40 {
    padding-bottom: 40px;
  }
  .pl-o-xs-40,
  .px-o-xs-40 {
    padding-left: 40px;
  }
  .p-o-xs-45 {
    padding: 45px;
  }
  .pt-o-xs-45,
  .py-o-xs-45 {
    padding-top: 45px;
  }
  .pr-o-xs-45,
  .px-o-xs-45 {
    padding-right: 45px;
  }
  .pb-o-xs-45,
  .py-o-xs-45 {
    padding-bottom: 45px;
  }
  .pl-o-xs-45,
  .px-o-xs-45 {
    padding-left: 45px;
  }
  .p-o-xs-50 {
    padding: 50px;
  }
  .pt-o-xs-50,
  .py-o-xs-50 {
    padding-top: 50px;
  }
  .pr-o-xs-50,
  .px-o-xs-50 {
    padding-right: 50px;
  }
  .pb-o-xs-50,
  .py-o-xs-50 {
    padding-bottom: 50px;
  }
  .pl-o-xs-50,
  .px-o-xs-50 {
    padding-left: 50px;
  }
  .p-o-xs-60 {
    padding: 60px;
  }
  .pt-o-xs-60,
  .py-o-xs-60 {
    padding-top: 60px;
  }
  .pr-o-xs-60,
  .px-o-xs-60 {
    padding-right: 60px;
  }
  .pb-o-xs-60,
  .py-o-xs-60 {
    padding-bottom: 60px;
  }
  .pl-o-xs-60,
  .px-o-xs-60 {
    padding-left: 60px;
  }
  .p-o-xs-70 {
    padding: 70px;
  }
  .pt-o-xs-70,
  .py-o-xs-70 {
    padding-top: 70px;
  }
  .pr-o-xs-70,
  .px-o-xs-70 {
    padding-right: 70px;
  }
  .pb-o-xs-70,
  .py-o-xs-70 {
    padding-bottom: 70px;
  }
  .pl-o-xs-70,
  .px-o-xs-70 {
    padding-left: 70px;
  }
  .p-o-xs-80 {
    padding: 80px;
  }
  .pt-o-xs-80,
  .py-o-xs-80 {
    padding-top: 80px;
  }
  .pr-o-xs-80,
  .px-o-xs-80 {
    padding-right: 80px;
  }
  .pb-o-xs-80,
  .py-o-xs-80 {
    padding-bottom: 80px;
  }
  .pl-o-xs-80,
  .px-o-xs-80 {
    padding-left: 80px;
  }
  .p-o-xs-90 {
    padding: 90px;
  }
  .pt-o-xs-90,
  .py-o-xs-90 {
    padding-top: 90px;
  }
  .pr-o-xs-90,
  .px-o-xs-90 {
    padding-right: 90px;
  }
  .pb-o-xs-90,
  .py-o-xs-90 {
    padding-bottom: 90px;
  }
  .pl-o-xs-90,
  .px-o-xs-90 {
    padding-left: 90px;
  }
  .p-o-xs-100 {
    padding: 100px;
  }
  .pt-o-xs-100,
  .py-o-xs-100 {
    padding-top: 100px;
  }
  .pr-o-xs-100,
  .px-o-xs-100 {
    padding-right: 100px;
  }
  .pb-o-xs-100,
  .py-o-xs-100 {
    padding-bottom: 100px;
  }
  .pl-o-xs-100,
  .px-o-xs-100 {
    padding-left: 100px;
  }
  .p-o-xs-120 {
    padding: 120px;
  }
  .pt-o-xs-120,
  .py-o-xs-120 {
    padding-top: 120px;
  }
  .pr-o-xs-120,
  .px-o-xs-120 {
    padding-right: 120px;
  }
  .pb-o-xs-120,
  .py-o-xs-120 {
    padding-bottom: 120px;
  }
  .pl-o-xs-120,
  .px-o-xs-120 {
    padding-left: 120px;
  }
  .p-o-xs-160 {
    padding: 160px;
  }
  .pt-o-xs-160,
  .py-o-xs-160 {
    padding-top: 160px;
  }
  .pr-o-xs-160,
  .px-o-xs-160 {
    padding-right: 160px;
  }
  .pb-o-xs-160,
  .py-o-xs-160 {
    padding-bottom: 160px;
  }
  .pl-o-xs-160,
  .px-o-xs-160 {
    padding-left: 160px;
  }
  .m-o-xs-n5 {
    margin: -5px;
  }
  .mt-o-xs-n5,
  .my-o-xs-n5 {
    margin-top: -5px;
  }
  .mr-o-xs-n5,
  .mx-o-xs-n5 {
    margin-right: -5px;
  }
  .mb-o-xs-n5,
  .my-o-xs-n5 {
    margin-bottom: -5px;
  }
  .ml-o-xs-n5,
  .mx-o-xs-n5 {
    margin-left: -5px;
  }
  .m-o-xs-n8 {
    margin: -8px;
  }
  .mt-o-xs-n8,
  .my-o-xs-n8 {
    margin-top: -8px;
  }
  .mr-o-xs-n8,
  .mx-o-xs-n8 {
    margin-right: -8px;
  }
  .mb-o-xs-n8,
  .my-o-xs-n8 {
    margin-bottom: -8px;
  }
  .ml-o-xs-n8,
  .mx-o-xs-n8 {
    margin-left: -8px;
  }
  .m-o-xs-n10 {
    margin: -10px;
  }
  .mt-o-xs-n10,
  .my-o-xs-n10 {
    margin-top: -10px;
  }
  .mr-o-xs-n10,
  .mx-o-xs-n10 {
    margin-right: -10px;
  }
  .mb-o-xs-n10,
  .my-o-xs-n10 {
    margin-bottom: -10px;
  }
  .ml-o-xs-n10,
  .mx-o-xs-n10 {
    margin-left: -10px;
  }
  .m-o-xs-n12 {
    margin: -12px;
  }
  .mt-o-xs-n12,
  .my-o-xs-n12 {
    margin-top: -12px;
  }
  .mr-o-xs-n12,
  .mx-o-xs-n12 {
    margin-right: -12px;
  }
  .mb-o-xs-n12,
  .my-o-xs-n12 {
    margin-bottom: -12px;
  }
  .ml-o-xs-n12,
  .mx-o-xs-n12 {
    margin-left: -12px;
  }
  .m-o-xs-n15 {
    margin: -15px;
  }
  .mt-o-xs-n15,
  .my-o-xs-n15 {
    margin-top: -15px;
  }
  .mr-o-xs-n15,
  .mx-o-xs-n15 {
    margin-right: -15px;
  }
  .mb-o-xs-n15,
  .my-o-xs-n15 {
    margin-bottom: -15px;
  }
  .ml-o-xs-n15,
  .mx-o-xs-n15 {
    margin-left: -15px;
  }
  .m-o-xs-n20 {
    margin: -20px;
  }
  .mt-o-xs-n20,
  .my-o-xs-n20 {
    margin-top: -20px;
  }
  .mr-o-xs-n20,
  .mx-o-xs-n20 {
    margin-right: -20px;
  }
  .mb-o-xs-n20,
  .my-o-xs-n20 {
    margin-bottom: -20px;
  }
  .ml-o-xs-n20,
  .mx-o-xs-n20 {
    margin-left: -20px;
  }
  .m-o-xs-n25 {
    margin: -25px;
  }
  .mt-o-xs-n25,
  .my-o-xs-n25 {
    margin-top: -25px;
  }
  .mr-o-xs-n25,
  .mx-o-xs-n25 {
    margin-right: -25px;
  }
  .mb-o-xs-n25,
  .my-o-xs-n25 {
    margin-bottom: -25px;
  }
  .ml-o-xs-n25,
  .mx-o-xs-n25 {
    margin-left: -25px;
  }
  .m-o-xs-n30 {
    margin: -30px;
  }
  .mt-o-xs-n30,
  .my-o-xs-n30 {
    margin-top: -30px;
  }
  .mr-o-xs-n30,
  .mx-o-xs-n30 {
    margin-right: -30px;
  }
  .mb-o-xs-n30,
  .my-o-xs-n30 {
    margin-bottom: -30px;
  }
  .ml-o-xs-n30,
  .mx-o-xs-n30 {
    margin-left: -30px;
  }
  .m-o-xs-n35 {
    margin: -35px;
  }
  .mt-o-xs-n35,
  .my-o-xs-n35 {
    margin-top: -35px;
  }
  .mr-o-xs-n35,
  .mx-o-xs-n35 {
    margin-right: -35px;
  }
  .mb-o-xs-n35,
  .my-o-xs-n35 {
    margin-bottom: -35px;
  }
  .ml-o-xs-n35,
  .mx-o-xs-n35 {
    margin-left: -35px;
  }
  .m-o-xs-n40 {
    margin: -40px;
  }
  .mt-o-xs-n40,
  .my-o-xs-n40 {
    margin-top: -40px;
  }
  .mr-o-xs-n40,
  .mx-o-xs-n40 {
    margin-right: -40px;
  }
  .mb-o-xs-n40,
  .my-o-xs-n40 {
    margin-bottom: -40px;
  }
  .ml-o-xs-n40,
  .mx-o-xs-n40 {
    margin-left: -40px;
  }
  .m-o-xs-n45 {
    margin: -45px;
  }
  .mt-o-xs-n45,
  .my-o-xs-n45 {
    margin-top: -45px;
  }
  .mr-o-xs-n45,
  .mx-o-xs-n45 {
    margin-right: -45px;
  }
  .mb-o-xs-n45,
  .my-o-xs-n45 {
    margin-bottom: -45px;
  }
  .ml-o-xs-n45,
  .mx-o-xs-n45 {
    margin-left: -45px;
  }
  .m-o-xs-n50 {
    margin: -50px;
  }
  .mt-o-xs-n50,
  .my-o-xs-n50 {
    margin-top: -50px;
  }
  .mr-o-xs-n50,
  .mx-o-xs-n50 {
    margin-right: -50px;
  }
  .mb-o-xs-n50,
  .my-o-xs-n50 {
    margin-bottom: -50px;
  }
  .ml-o-xs-n50,
  .mx-o-xs-n50 {
    margin-left: -50px;
  }
  .m-o-xs-n60 {
    margin: -60px;
  }
  .mt-o-xs-n60,
  .my-o-xs-n60 {
    margin-top: -60px;
  }
  .mr-o-xs-n60,
  .mx-o-xs-n60 {
    margin-right: -60px;
  }
  .mb-o-xs-n60,
  .my-o-xs-n60 {
    margin-bottom: -60px;
  }
  .ml-o-xs-n60,
  .mx-o-xs-n60 {
    margin-left: -60px;
  }
  .m-o-xs-n70 {
    margin: -70px;
  }
  .mt-o-xs-n70,
  .my-o-xs-n70 {
    margin-top: -70px;
  }
  .mr-o-xs-n70,
  .mx-o-xs-n70 {
    margin-right: -70px;
  }
  .mb-o-xs-n70,
  .my-o-xs-n70 {
    margin-bottom: -70px;
  }
  .ml-o-xs-n70,
  .mx-o-xs-n70 {
    margin-left: -70px;
  }
  .m-o-xs-n80 {
    margin: -80px;
  }
  .mt-o-xs-n80,
  .my-o-xs-n80 {
    margin-top: -80px;
  }
  .mr-o-xs-n80,
  .mx-o-xs-n80 {
    margin-right: -80px;
  }
  .mb-o-xs-n80,
  .my-o-xs-n80 {
    margin-bottom: -80px;
  }
  .ml-o-xs-n80,
  .mx-o-xs-n80 {
    margin-left: -80px;
  }
  .m-o-xs-n90 {
    margin: -90px;
  }
  .mt-o-xs-n90,
  .my-o-xs-n90 {
    margin-top: -90px;
  }
  .mr-o-xs-n90,
  .mx-o-xs-n90 {
    margin-right: -90px;
  }
  .mb-o-xs-n90,
  .my-o-xs-n90 {
    margin-bottom: -90px;
  }
  .ml-o-xs-n90,
  .mx-o-xs-n90 {
    margin-left: -90px;
  }
  .m-o-xs-n100 {
    margin: -100px;
  }
  .mt-o-xs-n100,
  .my-o-xs-n100 {
    margin-top: -100px;
  }
  .mr-o-xs-n100,
  .mx-o-xs-n100 {
    margin-right: -100px;
  }
  .mb-o-xs-n100,
  .my-o-xs-n100 {
    margin-bottom: -100px;
  }
  .ml-o-xs-n100,
  .mx-o-xs-n100 {
    margin-left: -100px;
  }
  .m-o-xs-n120 {
    margin: -120px;
  }
  .mt-o-xs-n120,
  .my-o-xs-n120 {
    margin-top: -120px;
  }
  .mr-o-xs-n120,
  .mx-o-xs-n120 {
    margin-right: -120px;
  }
  .mb-o-xs-n120,
  .my-o-xs-n120 {
    margin-bottom: -120px;
  }
  .ml-o-xs-n120,
  .mx-o-xs-n120 {
    margin-left: -120px;
  }
  .m-o-xs-n160 {
    margin: -160px;
  }
  .mt-o-xs-n160,
  .my-o-xs-n160 {
    margin-top: -160px;
  }
  .mr-o-xs-n160,
  .mx-o-xs-n160 {
    margin-right: -160px;
  }
  .mb-o-xs-n160,
  .my-o-xs-n160 {
    margin-bottom: -160px;
  }
  .ml-o-xs-n160,
  .mx-o-xs-n160 {
    margin-left: -160px;
  }
  .m-o-xs-a {
    margin: auto;
  }
  .mt-o-xs-a,
  .my-o-xs-a {
    margin-top: auto;
  }
  .mr-o-xs-a,
  .mx-o-xs-a {
    margin-right: auto;
  }
  .mb-o-xs-a,
  .my-o-xs-a {
    margin-bottom: auto;
  }
  .ml-o-xs-a,
  .mx-o-xs-a {
    margin-left: auto;
  }
  .g-o-xs-0 {
    gap: 0;
  }
  .gy-o-xs-0 {
    row-gap: 0;
  }
  .gx-o-xs-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .g-o-xs-5 {
    gap: 5px;
  }
  .gy-o-xs-5 {
    row-gap: 5px;
  }
  .gx-o-xs-5 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .g-o-xs-8 {
    gap: 8px;
  }
  .gy-o-xs-8 {
    row-gap: 8px;
  }
  .gx-o-xs-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .g-o-xs-10 {
    gap: 10px;
  }
  .gy-o-xs-10 {
    row-gap: 10px;
  }
  .gx-o-xs-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .g-o-xs-12 {
    gap: 12px;
  }
  .gy-o-xs-12 {
    row-gap: 12px;
  }
  .gx-o-xs-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .g-o-xs-15 {
    gap: 15px;
  }
  .gy-o-xs-15 {
    row-gap: 15px;
  }
  .gx-o-xs-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .g-o-xs-20 {
    gap: 20px;
  }
  .gy-o-xs-20 {
    row-gap: 20px;
  }
  .gx-o-xs-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .g-o-xs-25 {
    gap: 25px;
  }
  .gy-o-xs-25 {
    row-gap: 25px;
  }
  .gx-o-xs-25 {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .g-o-xs-30 {
    gap: 30px;
  }
  .gy-o-xs-30 {
    row-gap: 30px;
  }
  .gx-o-xs-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .g-o-xs-35 {
    gap: 35px;
  }
  .gy-o-xs-35 {
    row-gap: 35px;
  }
  .gx-o-xs-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .g-o-xs-40 {
    gap: 40px;
  }
  .gy-o-xs-40 {
    row-gap: 40px;
  }
  .gx-o-xs-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .g-o-xs-45 {
    gap: 45px;
  }
  .gy-o-xs-45 {
    row-gap: 45px;
  }
  .gx-o-xs-45 {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .g-o-xs-50 {
    gap: 50px;
  }
  .gy-o-xs-50 {
    row-gap: 50px;
  }
  .gx-o-xs-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .g-o-xs-60 {
    gap: 60px;
  }
  .gy-o-xs-60 {
    row-gap: 60px;
  }
  .gx-o-xs-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .g-o-xs-70 {
    gap: 70px;
  }
  .gy-o-xs-70 {
    row-gap: 70px;
  }
  .gx-o-xs-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .g-o-xs-80 {
    gap: 80px;
  }
  .gy-o-xs-80 {
    row-gap: 80px;
  }
  .gx-o-xs-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .g-o-xs-90 {
    gap: 90px;
  }
  .gy-o-xs-90 {
    row-gap: 90px;
  }
  .gx-o-xs-90 {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .g-o-xs-100 {
    gap: 100px;
  }
  .gy-o-xs-100 {
    row-gap: 100px;
  }
  .gx-o-xs-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .g-o-xs-120 {
    gap: 120px;
  }
  .gy-o-xs-120 {
    row-gap: 120px;
  }
  .gx-o-xs-120 {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
  .g-o-xs-160 {
    gap: 160px;
  }
  .gy-o-xs-160 {
    row-gap: 160px;
  }
  .gx-o-xs-160 {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  .tc-o-xs-1 {
    color: var(--igs-color-1);
  }
  .tc-h-o-xs-1:hover {
    color: var(--igs-color-1);
  }
  .tc-a-o-xs-1.active {
    color: var(--igs-color-1);
  }
  .tc-o-xs-2 {
    color: var(--igs-color-2);
  }
  .tc-h-o-xs-2:hover {
    color: var(--igs-color-2);
  }
  .tc-a-o-xs-2.active {
    color: var(--igs-color-2);
  }
  .tc-o-xs-3 {
    color: var(--igs-color-3);
  }
  .tc-h-o-xs-3:hover {
    color: var(--igs-color-3);
  }
  .tc-a-o-xs-3.active {
    color: var(--igs-color-3);
  }
  .tc-o-xs-4 {
    color: var(--igs-color-4);
  }
  .tc-h-o-xs-4:hover {
    color: var(--igs-color-4);
  }
  .tc-a-o-xs-4.active {
    color: var(--igs-color-4);
  }
  .tc-o-xs-w {
    color: #fff;
  }
  .tc-h-o-xs-w:hover {
    color: #fff;
  }
  .tc-a-o-xs-w.active {
    color: #fff;
  }
  .tc-o-xs-b {
    color: #000;
  }
  .tc-h-o-xs-b:hover {
    color: #000;
  }
  .tc-a-o-xs-b.active {
    color: #000;
  }
  .tc-o-xs-i {
    color: inherit;
  }
  .tc-h-o-xs-i:hover {
    color: inherit;
  }
  .tc-a-o-xs-i.active {
    color: inherit;
  }
  .ta-o-xs-l {
    text-align: left;
  }
  .ta-o-xs-c {
    text-align: center;
  }
  .ta-o-xs-r {
    text-align: right;
  }
  .ta-o-xs-j {
    text-align: justify;
  }
  .tt-o-xs-n {
    text-transform: none;
  }
  .tt-o-xs-l {
    text-transform: lowercase;
  }
  .tt-o-xs-u {
    text-transform: uppercase;
  }
  .tt-o-xs-c {
    text-transform: capitalize;
  }
  .tt-o-xs-j {
    text-transform: justify;
  }
  .td-o-xs-n {
    text-decoration: none;
  }
  .td-o-xs-h-n:hover {
    text-decoration: none;
  }
  .td-o-xs-u {
    text-decoration: underline;
  }
  .td-o-xs-h-u:hover {
    text-decoration: underline;
  }
  .ff-o-xs-0 {
    font-family: 0;
  }
  .ff-o-xs-16 {
    font-family: 16px;
  }
  .ff-o-xs-20 {
    font-family: 20px;
  }
  .ff-o-xs-30 {
    font-family: 30px;
  }
  .ff-o-xs-40 {
    font-family: 40px;
  }
  .ff-o-xs-60 {
    font-family: 60px;
  }
  .ff-o-xs-80 {
    font-family: 80px;
  }
  .ff-o-xs-100 {
    font-family: 100px;
  }
  .ff-o-xs-100p {
    font-family: 100%;
  }
  .ff-o-xs-134 {
    font-family: 134px;
  }
  .ff-o-xs-200 {
    font-family: 200px;
  }
  .ff-o-xs-370 {
    font-family: 370px;
  }
  .ff-o-xs-a {
    font-family: auto;
  }
  .ff-o-xs-n {
    font-family: none;
  }
  .fs-o-xs-0 {
    font-size: 0;
  }
  .fs-o-xs-10 {
    font-size: 10px;
  }
  .fs-o-xs-11 {
    font-size: 11px;
  }
  .fs-o-xs-12 {
    font-size: 12px;
  }
  .fs-o-xs-13 {
    font-size: 13px;
  }
  .fs-o-xs-14 {
    font-size: 14px;
  }
  .fs-o-xs-15 {
    font-size: 15px;
  }
  .fs-o-xs-16 {
    font-size: 16px;
  }
  .fs-o-xs-18 {
    font-size: 18px;
  }
  .fs-o-xs-20 {
    font-size: 20px;
  }
  .fs-o-xs-22 {
    font-size: 22px;
  }
  .fs-o-xs-24 {
    font-size: 24px;
  }
  .fs-o-xs-26 {
    font-size: 26px;
  }
  .fs-o-xs-30 {
    font-size: 30px;
  }
  .fs-o-xs-40 {
    font-size: 40px;
  }
  .fs-o-xs-50 {
    font-size: 50px;
  }
  .fs-o-xs-60 {
    font-size: 60px;
  }
  .lh-o-xs-0 {
    line-height: 0;
  }
  .lh-o-xs-1 {
    line-height: 1;
  }
  .lh-o-xs-1-2 {
    line-height: 1.2;
  }
  .lh-o-xs-1-4 {
    line-height: 1.4;
  }
  .lh-o-xs-1-5 {
    line-height: 1.5;
  }
  .fw-o-xs-l {
    font-weight: 300;
  }
  .fw-o-xs-n {
    font-weight: 400;
  }
  .fw-o-xs-m {
    font-weight: 500;
  }
  .fw-o-xs-sb {
    font-weight: 600;
  }
  .fw-o-xs-b {
    font-weight: 700;
  }
  .fw-o-xs-bl {
    font-weight: 900;
  }
  .fst-o-xs-i {
    font-style: italic;
  }
  .ls-o-xs-0 {
    letter-spacing: 0;
  }
  .ls-o-xs-1 {
    letter-spacing: 1px;
  }
  .ls-o-xs-2 {
    letter-spacing: 2px;
  }
  .zi-o-xs-1 {
    z-index: 1;
  }
  .zi-o-xs-n1 {
    z-index: -1;
  }
  .zi-o-xs-2 {
    z-index: 2;
  }
  .zi-o-xs-n2 {
    z-index: -2;
  }
  .zi-o-xs-3 {
    z-index: 3;
  }
  .zi-o-xs-n3 {
    z-index: -3;
  }
  .zi-o-xs-4 {
    z-index: 4;
  }
  .zi-o-xs-n4 {
    z-index: -4;
  }
  .zi-o-xs-5 {
    z-index: 5;
  }
  .zi-o-xs-n5 {
    z-index: -5;
  }
  .zi-o-xs-10 {
    z-index: 10;
  }
  .zi-o-xs-n10 {
    z-index: -10;
  }
  .zi-o-xs-11 {
    z-index: 11;
  }
  .zi-o-xs-n11 {
    z-index: -11;
  }
  .visible-o-xs {
    visibility: visible;
  }
  .invisible-o-xs {
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .row-u-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .fic-u-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .fic-u-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .fic-u-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .order-u-sm-1 {
    order: 1;
  }
  .offset-u-sm-1 {
    margin-left: 8.3333333333%;
  }
  .fic-u-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .order-u-sm-2 {
    order: 2;
  }
  .offset-u-sm-2 {
    margin-left: 16.6666666667%;
  }
  .fic-u-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .order-u-sm-3 {
    order: 3;
  }
  .offset-u-sm-3 {
    margin-left: 25%;
  }
  .fic-u-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .order-u-sm-4 {
    order: 4;
  }
  .offset-u-sm-4 {
    margin-left: 33.3333333333%;
  }
  .fic-u-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .order-u-sm-5 {
    order: 5;
  }
  .offset-u-sm-5 {
    margin-left: 41.6666666667%;
  }
  .fic-u-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .order-u-sm-6 {
    order: 6;
  }
  .offset-u-sm-6 {
    margin-left: 50%;
  }
  .fic-u-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .order-u-sm-7 {
    order: 7;
  }
  .offset-u-sm-7 {
    margin-left: 58.3333333333%;
  }
  .fic-u-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .order-u-sm-8 {
    order: 8;
  }
  .offset-u-sm-8 {
    margin-left: 66.6666666667%;
  }
  .fic-u-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .order-u-sm-9 {
    order: 9;
  }
  .offset-u-sm-9 {
    margin-left: 75%;
  }
  .fic-u-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .order-u-sm-10 {
    order: 10;
  }
  .offset-u-sm-10 {
    margin-left: 83.3333333333%;
  }
  .fic-u-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .order-u-sm-11 {
    order: 11;
  }
  .offset-u-sm-11 {
    margin-left: 91.6666666667%;
  }
  .fic-u-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-u-sm-12 {
    order: 12;
  }
  .offset-u-sm-12 {
    margin-left: 100%;
  }
  .wp-editor h1,
  .wp-editor h2,
  .wp-editor h3,
  .wp-editor h4,
  .wp-editor h5,
  .wp-editor h6,
  .term-description h1,
  .term-description h2,
  .term-description h3,
  .term-description h4,
  .term-description h5,
  .term-description h6,
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .woocommerce-product-details__short-description h1,
  .woocommerce-product-details__short-description h2,
  .woocommerce-product-details__short-description h3,
  .woocommerce-product-details__short-description h4,
  .woocommerce-product-details__short-description h5,
  .woocommerce-product-details__short-description h6 {
    clear: both;
  }
  .wp-editor iframe,
  .term-description iframe,
  .entry-content iframe,
  .woocommerce-product-details__short-description iframe {
    height: 600px;
  }
  .va-u-sm-base {
    vertical-align: baseline;
  }
  .va-u-sm-t {
    vertical-align: top;
  }
  .va-u-sm-m {
    vertical-align: middle;
  }
  .va-u-sm-b {
    vertical-align: bottom;
  }
  .va-u-sm-tt {
    vertical-align: text-top;
  }
  .va-u-sm-tb {
    vertical-align: text-bottom;
  }
  .bg-u-sm-1 {
    background-color: var(--igs-color-1);
  }
  .bg-h-u-sm-1:hover {
    background-color: var(--igs-color-1);
  }
  .bg-a-u-sm-1.active {
    background-color: var(--igs-color-1);
  }
  .bg-u-sm-2 {
    background-color: var(--igs-color-2);
  }
  .bg-h-u-sm-2:hover {
    background-color: var(--igs-color-2);
  }
  .bg-a-u-sm-2.active {
    background-color: var(--igs-color-2);
  }
  .bg-u-sm-3 {
    background-color: var(--igs-color-3);
  }
  .bg-h-u-sm-3:hover {
    background-color: var(--igs-color-3);
  }
  .bg-a-u-sm-3.active {
    background-color: var(--igs-color-3);
  }
  .bg-u-sm-4 {
    background-color: var(--igs-color-4);
  }
  .bg-h-u-sm-4:hover {
    background-color: var(--igs-color-4);
  }
  .bg-a-u-sm-4.active {
    background-color: var(--igs-color-4);
  }
  .bg-u-sm-w {
    background-color: #fff;
  }
  .bg-h-u-sm-w:hover {
    background-color: #fff;
  }
  .bg-a-u-sm-w.active {
    background-color: #fff;
  }
  .bg-u-sm-b {
    background-color: #000;
  }
  .bg-h-u-sm-b:hover {
    background-color: #000;
  }
  .bg-a-u-sm-b.active {
    background-color: #000;
  }
  .bg-u-sm-i {
    background-color: inherit;
  }
  .bg-h-u-sm-i:hover {
    background-color: inherit;
  }
  .bg-a-u-sm-i.active {
    background-color: inherit;
  }
  .br-u-sm-5 {
    border-radius: 5px;
  }
  .br-t-u-sm-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .br-b-u-sm-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .br-l-u-sm-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .br-r-u-sm-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .br-u-sm-10 {
    border-radius: 10px;
  }
  .br-t-u-sm-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .br-b-u-sm-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .br-l-u-sm-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .br-r-u-sm-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .br-u-sm-c {
    border-radius: 50%;
  }
  .br-t-u-sm-c {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  .br-b-u-sm-c {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .br-l-u-sm-c {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .br-r-u-sm-c {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .br-u-sm-p {
    border-radius: 50rem;
  }
  .br-t-u-sm-p {
    border-top-left-radius: 50rem;
    border-top-right-radius: 50rem;
  }
  .br-b-u-sm-p {
    border-bottom-right-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
  .br-l-u-sm-p {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
  .br-r-u-sm-p {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
  }
  .b-u-sm-1 {
    border: 1px solid transparent;
  }
  .b-u-sm-2 {
    border: 2px solid transparent;
  }
  .b-u-sm-3 {
    border: 3px solid transparent;
  }
  .b-u-sm-4 {
    border: 4px solid transparent;
  }
  .b-u-sm-5 {
    border: 5px solid transparent;
  }
  .b-t-u-sm-1 {
    border-top: 1px solid transparent;
  }
  .b-t-u-sm-2 {
    border-top: 2px solid transparent;
  }
  .b-t-u-sm-3 {
    border-top: 3px solid transparent;
  }
  .b-t-u-sm-4 {
    border-top: 4px solid transparent;
  }
  .b-t-u-sm-5 {
    border-top: 5px solid transparent;
  }
  .b-r-u-sm-1 {
    border-right: 1px solid transparent;
  }
  .b-r-u-sm-2 {
    border-right: 2px solid transparent;
  }
  .b-r-u-sm-3 {
    border-right: 3px solid transparent;
  }
  .b-r-u-sm-4 {
    border-right: 4px solid transparent;
  }
  .b-r-u-sm-5 {
    border-right: 5px solid transparent;
  }
  .b-b-u-sm-1 {
    border-bottom: 1px solid transparent;
  }
  .b-b-u-sm-2 {
    border-bottom: 2px solid transparent;
  }
  .b-b-u-sm-3 {
    border-bottom: 3px solid transparent;
  }
  .b-b-u-sm-4 {
    border-bottom: 4px solid transparent;
  }
  .b-b-u-sm-5 {
    border-bottom: 5px solid transparent;
  }
  .b-l-u-sm-1 {
    border-left: 1px solid transparent;
  }
  .b-l-u-sm-2 {
    border-left: 2px solid transparent;
  }
  .b-l-u-sm-3 {
    border-left: 3px solid transparent;
  }
  .b-l-u-sm-4 {
    border-left: 4px solid transparent;
  }
  .b-l-u-sm-5 {
    border-left: 5px solid transparent;
  }
  .bc-u-sm-b15 {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .bc-u-sm-b15:hover {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .bc-u-sm-1 {
    border-color: var(--igs-color-1);
  }
  .bc-u-sm-1:hover {
    border-color: var(--igs-color-1);
  }
  .bc-u-sm-2 {
    border-color: var(--igs-color-2);
  }
  .bc-u-sm-2:hover {
    border-color: var(--igs-color-2);
  }
  .bc-u-sm-3 {
    border-color: var(--igs-color-3);
  }
  .bc-u-sm-3:hover {
    border-color: var(--igs-color-3);
  }
  .bc-u-sm-4 {
    border-color: var(--igs-color-4);
  }
  .bc-u-sm-4:hover {
    border-color: var(--igs-color-4);
  }
  .bc-u-sm-w {
    border-color: #fff;
  }
  .bc-u-sm-w:hover {
    border-color: #fff;
  }
  .bc-u-sm-b {
    border-color: #000;
  }
  .bc-u-sm-b:hover {
    border-color: #000;
  }
  .bc-u-sm-i {
    border-color: inherit;
  }
  .bc-u-sm-i:hover {
    border-color: inherit;
  }
  .d-u-sm-i {
    display: inline;
  }
  .d-u-sm-ib {
    display: inline-block;
  }
  .d-u-sm-b {
    display: block;
  }
  .d-u-sm-t {
    display: table;
  }
  .d-u-sm-tr {
    display: table-row;
  }
  .d-u-sm-tc {
    display: table-cell;
  }
  .d-u-sm-f {
    display: flex;
  }
  .d-u-sm-if {
    display: inline-flex;
  }
  .d-u-sm-n {
    display: none;
  }
  .f-u-sm-1 {
    flex: 0 1 100%;
  }
  .f-u-sm-3 {
    flex: 0 0 33.33%;
  }
  .f-u-sm-40 {
    flex: 0 0 40px;
  }
  .f-u-sm-60 {
    flex: 0 0 60px;
  }
  .f-u-sm-80 {
    flex: 0 0 80px;
  }
  .f-u-sm-h {
    flex: 0 0 50%;
  }
  .f-u-sm-a {
    flex: 0 0 auto;
  }
  .f-u-sm-r {
    flex-direction: row;
  }
  .f-u-sm-c {
    flex-direction: column;
  }
  .f-u-sm-rr {
    flex-direction: row-reverse;
  }
  .f-u-sm-cr {
    flex-direction: column-reverse;
  }
  .f-u-sm-w {
    flex-wrap: wrap;
  }
  .f-u-sm-nw {
    flex-wrap: nowrap;
  }
  .f-u-sm-wr {
    flex-wrap: wrap-reverse;
  }
  .f-u-sm-g-0 {
    flex-grow: 0;
  }
  .f-u-sm-g-1 {
    flex-grow: 1;
  }
  .f-u-sm-s-0 {
    flex-shrink: 0;
  }
  .f-u-sm-s-1 {
    flex-shrink: 1;
  }
  .ai-u-sm-fs {
    align-items: flex-start;
  }
  .ai-u-sm-fe {
    align-items: flex-end;
  }
  .ai-u-sm-c {
    align-items: center;
  }
  .ai-u-sm-b {
    align-items: baseline;
  }
  .ai-u-sm-s {
    align-items: stretch;
  }
  .jc-u-sm-fs {
    justify-content: flex-start;
  }
  .jc-u-sm-fe {
    justify-content: flex-end;
  }
  .jc-u-sm-c {
    justify-content: center;
  }
  .jc-u-sm-sb {
    justify-content: space-between;
  }
  .jc-u-sm-sa {
    justify-content: space-around;
  }
  .jc-u-sm-se {
    justify-content: space-evenly;
  }
  .ac-u-sm-fs {
    align-content: flex-start;
  }
  .ac-u-sm-fe {
    align-content: flex-end;
  }
  .ac-u-sm-c {
    align-content: center;
  }
  .ac-u-sm-sb {
    align-content: space-between;
  }
  .ac-u-sm-sa {
    align-content: space-around;
  }
  .ac-u-sm-s {
    align-content: stretch;
  }
  .as-u-sm-a {
    align-self: auto;
  }
  .as-u-sm-fs {
    align-self: flex-start;
  }
  .as-u-sm-fe {
    align-self: flex-end;
  }
  .as-u-sm-c {
    align-self: center;
  }
  .as-u-sm-b {
    align-self: baseline;
  }
  .as-u-sm-s {
    align-self: stretch;
  }
  .float-u-sm-l {
    float: left;
  }
  .float-u-sm-r {
    float: right;
  }
  .float-u-sm-n {
    float: none;
  }
  .of-u-sm-a {
    overflow: auto;
  }
  .of-u-sm-h {
    overflow: hidden;
  }
  .ps-u-sm-s {
    position: static;
  }
  .ps-u-sm-r {
    position: relative;
  }
  .ps-u-sm-a {
    position: absolute;
  }
  .ps-u-sm-f {
    position: fixed;
  }
  .ps-u-sm-sy {
    position: sticky;
  }
  .ps-u-sm-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .ps-t-u-sm-0,
  .ps-y-u-sm-0 {
    top: 0;
  }
  .ps-b-u-sm-0,
  .ps-y-u-sm-0 {
    bottom: 0;
  }
  .ps-l-u-sm-0,
  .ps-x-u-sm-0 {
    left: 0;
  }
  .ps-r-u-sm-0,
  .ps-x-u-sm-0 {
    right: 0;
  }
  .ps-u-sm-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }
  .ps-t-u-sm-5,
  .ps-y-u-sm-5 {
    top: 5px;
  }
  .ps-b-u-sm-5,
  .ps-y-u-sm-5 {
    bottom: 5px;
  }
  .ps-l-u-sm-5,
  .ps-x-u-sm-5 {
    left: 5px;
  }
  .ps-r-u-sm-5,
  .ps-x-u-sm-5 {
    right: 5px;
  }
  .ps-u-sm-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .ps-t-u-sm-10,
  .ps-y-u-sm-10 {
    top: 10px;
  }
  .ps-b-u-sm-10,
  .ps-y-u-sm-10 {
    bottom: 10px;
  }
  .ps-l-u-sm-10,
  .ps-x-u-sm-10 {
    left: 10px;
  }
  .ps-r-u-sm-10,
  .ps-x-u-sm-10 {
    right: 10px;
  }
  .ps-u-sm-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }
  .ps-t-u-sm-25,
  .ps-y-u-sm-25 {
    top: 25px;
  }
  .ps-b-u-sm-25,
  .ps-y-u-sm-25 {
    bottom: 25px;
  }
  .ps-l-u-sm-25,
  .ps-x-u-sm-25 {
    left: 25px;
  }
  .ps-r-u-sm-25,
  .ps-x-u-sm-25 {
    right: 25px;
  }
  .ps-u-sm-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
  .ps-t-u-sm-30,
  .ps-y-u-sm-30 {
    top: 30px;
  }
  .ps-b-u-sm-30,
  .ps-y-u-sm-30 {
    bottom: 30px;
  }
  .ps-l-u-sm-30,
  .ps-x-u-sm-30 {
    left: 30px;
  }
  .ps-r-u-sm-30,
  .ps-x-u-sm-30 {
    right: 30px;
  }
  .ps-u-sm-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }
  .ps-t-u-sm-50,
  .ps-y-u-sm-50 {
    top: 50px;
  }
  .ps-b-u-sm-50,
  .ps-y-u-sm-50 {
    bottom: 50px;
  }
  .ps-l-u-sm-50,
  .ps-x-u-sm-50 {
    left: 50px;
  }
  .ps-r-u-sm-50,
  .ps-x-u-sm-50 {
    right: 50px;
  }
  .ps-u-sm-50p {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
  .ps-t-u-sm-50p,
  .ps-y-u-sm-50p {
    top: 50%;
  }
  .ps-b-u-sm-50p,
  .ps-y-u-sm-50p {
    bottom: 50%;
  }
  .ps-l-u-sm-50p,
  .ps-x-u-sm-50p {
    left: 50%;
  }
  .ps-r-u-sm-50p,
  .ps-x-u-sm-50p {
    right: 50%;
  }
  .ps-u-sm-100 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }
  .ps-t-u-sm-100,
  .ps-y-u-sm-100 {
    top: 100%;
  }
  .ps-b-u-sm-100,
  .ps-y-u-sm-100 {
    bottom: 100%;
  }
  .ps-l-u-sm-100,
  .ps-x-u-sm-100 {
    left: 100%;
  }
  .ps-r-u-sm-100,
  .ps-x-u-sm-100 {
    right: 100%;
  }
  .w-u-sm-0 {
    width: 0;
  }
  .w-u-sm-16 {
    width: 16px;
  }
  .w-u-sm-20 {
    width: 20px;
  }
  .w-u-sm-30 {
    width: 30px;
  }
  .w-u-sm-40 {
    width: 40px;
  }
  .w-u-sm-60 {
    width: 60px;
  }
  .w-u-sm-80 {
    width: 80px;
  }
  .w-u-sm-100 {
    width: 100px;
  }
  .w-u-sm-100p {
    width: 100%;
  }
  .w-u-sm-134 {
    width: 134px;
  }
  .w-u-sm-200 {
    width: 200px;
  }
  .w-u-sm-370 {
    width: 370px;
  }
  .w-u-sm-a {
    width: auto;
  }
  .w-u-sm-n {
    width: none;
  }
  .h-u-sm-0 {
    height: 0;
  }
  .h-u-sm-16 {
    height: 16px;
  }
  .h-u-sm-20 {
    height: 20px;
  }
  .h-u-sm-30 {
    height: 30px;
  }
  .h-u-sm-40 {
    height: 40px;
  }
  .h-u-sm-60 {
    height: 60px;
  }
  .h-u-sm-80 {
    height: 80px;
  }
  .h-u-sm-100 {
    height: 100px;
  }
  .h-u-sm-100p {
    height: 100%;
  }
  .h-u-sm-134 {
    height: 134px;
  }
  .h-u-sm-200 {
    height: 200px;
  }
  .h-u-sm-370 {
    height: 370px;
  }
  .h-u-sm-a {
    height: auto;
  }
  .h-u-sm-n {
    height: none;
  }
  .mw-u-sm-0 {
    max-width: 0;
  }
  .mw-u-sm-16 {
    max-width: 16px;
  }
  .mw-u-sm-20 {
    max-width: 20px;
  }
  .mw-u-sm-30 {
    max-width: 30px;
  }
  .mw-u-sm-40 {
    max-width: 40px;
  }
  .mw-u-sm-60 {
    max-width: 60px;
  }
  .mw-u-sm-80 {
    max-width: 80px;
  }
  .mw-u-sm-100 {
    max-width: 100px;
  }
  .mw-u-sm-100p {
    max-width: 100%;
  }
  .mw-u-sm-134 {
    max-width: 134px;
  }
  .mw-u-sm-200 {
    max-width: 200px;
  }
  .mw-u-sm-370 {
    max-width: 370px;
  }
  .mw-u-sm-a {
    max-width: auto;
  }
  .mw-u-sm-n {
    max-width: none;
  }
  .min-w-u-sm-0 {
    min-width: 0;
  }
  .min-w-u-sm-16 {
    min-width: 16px;
  }
  .min-w-u-sm-20 {
    min-width: 20px;
  }
  .min-w-u-sm-30 {
    min-width: 30px;
  }
  .min-w-u-sm-40 {
    min-width: 40px;
  }
  .min-w-u-sm-60 {
    min-width: 60px;
  }
  .min-w-u-sm-80 {
    min-width: 80px;
  }
  .min-w-u-sm-100 {
    min-width: 100px;
  }
  .min-w-u-sm-100p {
    min-width: 100%;
  }
  .min-w-u-sm-134 {
    min-width: 134px;
  }
  .min-w-u-sm-200 {
    min-width: 200px;
  }
  .min-w-u-sm-370 {
    min-width: 370px;
  }
  .min-w-u-sm-a {
    min-width: auto;
  }
  .min-w-u-sm-n {
    min-width: none;
  }
  .mh-u-sm-0 {
    max-height: 0;
  }
  .mh-u-sm-16 {
    max-height: 16px;
  }
  .mh-u-sm-20 {
    max-height: 20px;
  }
  .mh-u-sm-30 {
    max-height: 30px;
  }
  .mh-u-sm-40 {
    max-height: 40px;
  }
  .mh-u-sm-60 {
    max-height: 60px;
  }
  .mh-u-sm-80 {
    max-height: 80px;
  }
  .mh-u-sm-100 {
    max-height: 100px;
  }
  .mh-u-sm-100p {
    max-height: 100%;
  }
  .mh-u-sm-134 {
    max-height: 134px;
  }
  .mh-u-sm-200 {
    max-height: 200px;
  }
  .mh-u-sm-370 {
    max-height: 370px;
  }
  .mh-u-sm-a {
    max-height: auto;
  }
  .mh-u-sm-n {
    max-height: none;
  }
  .min-h-u-sm-0 {
    min-height: 0;
  }
  .min-h-u-sm-16 {
    min-height: 16px;
  }
  .min-h-u-sm-20 {
    min-height: 20px;
  }
  .min-h-u-sm-30 {
    min-height: 30px;
  }
  .min-h-u-sm-40 {
    min-height: 40px;
  }
  .min-h-u-sm-60 {
    min-height: 60px;
  }
  .min-h-u-sm-80 {
    min-height: 80px;
  }
  .min-h-u-sm-100 {
    min-height: 100px;
  }
  .min-h-u-sm-100p {
    min-height: 100%;
  }
  .min-h-u-sm-134 {
    min-height: 134px;
  }
  .min-h-u-sm-200 {
    min-height: 200px;
  }
  .min-h-u-sm-370 {
    min-height: 370px;
  }
  .min-h-u-sm-a {
    min-height: auto;
  }
  .min-h-u-sm-n {
    min-height: none;
  }
  .min-u-sm-vw-100 {
    min-width: 100vw;
  }
  .min-u-sm-vh-100 {
    min-height: 100vh;
  }
  .vw-u-sm-100 {
    width: 100vw;
  }
  .vh-u-sm-100 {
    height: 100vh;
  }
  .m-u-sm-0 {
    margin: 0;
  }
  .mt-u-sm-0,
  .my-u-sm-0 {
    margin-top: 0;
  }
  .mr-u-sm-0,
  .mx-u-sm-0 {
    margin-right: 0;
  }
  .mb-u-sm-0,
  .my-u-sm-0 {
    margin-bottom: 0;
  }
  .ml-u-sm-0,
  .mx-u-sm-0 {
    margin-left: 0;
  }
  .m-u-sm-5 {
    margin: 5px;
  }
  .mt-u-sm-5,
  .my-u-sm-5 {
    margin-top: 5px;
  }
  .mr-u-sm-5,
  .mx-u-sm-5 {
    margin-right: 5px;
  }
  .mb-u-sm-5,
  .my-u-sm-5 {
    margin-bottom: 5px;
  }
  .ml-u-sm-5,
  .mx-u-sm-5 {
    margin-left: 5px;
  }
  .m-u-sm-8 {
    margin: 8px;
  }
  .mt-u-sm-8,
  .my-u-sm-8 {
    margin-top: 8px;
  }
  .mr-u-sm-8,
  .mx-u-sm-8 {
    margin-right: 8px;
  }
  .mb-u-sm-8,
  .my-u-sm-8 {
    margin-bottom: 8px;
  }
  .ml-u-sm-8,
  .mx-u-sm-8 {
    margin-left: 8px;
  }
  .m-u-sm-10 {
    margin: 10px;
  }
  .mt-u-sm-10,
  .my-u-sm-10 {
    margin-top: 10px;
  }
  .mr-u-sm-10,
  .mx-u-sm-10 {
    margin-right: 10px;
  }
  .mb-u-sm-10,
  .my-u-sm-10 {
    margin-bottom: 10px;
  }
  .ml-u-sm-10,
  .mx-u-sm-10 {
    margin-left: 10px;
  }
  .m-u-sm-12 {
    margin: 12px;
  }
  .mt-u-sm-12,
  .my-u-sm-12 {
    margin-top: 12px;
  }
  .mr-u-sm-12,
  .mx-u-sm-12 {
    margin-right: 12px;
  }
  .mb-u-sm-12,
  .my-u-sm-12 {
    margin-bottom: 12px;
  }
  .ml-u-sm-12,
  .mx-u-sm-12 {
    margin-left: 12px;
  }
  .m-u-sm-15 {
    margin: 15px;
  }
  .mt-u-sm-15,
  .my-u-sm-15 {
    margin-top: 15px;
  }
  .mr-u-sm-15,
  .mx-u-sm-15 {
    margin-right: 15px;
  }
  .mb-u-sm-15,
  .my-u-sm-15 {
    margin-bottom: 15px;
  }
  .ml-u-sm-15,
  .mx-u-sm-15 {
    margin-left: 15px;
  }
  .m-u-sm-20 {
    margin: 20px;
  }
  .mt-u-sm-20,
  .my-u-sm-20 {
    margin-top: 20px;
  }
  .mr-u-sm-20,
  .mx-u-sm-20 {
    margin-right: 20px;
  }
  .mb-u-sm-20,
  .my-u-sm-20 {
    margin-bottom: 20px;
  }
  .ml-u-sm-20,
  .mx-u-sm-20 {
    margin-left: 20px;
  }
  .m-u-sm-25 {
    margin: 25px;
  }
  .mt-u-sm-25,
  .my-u-sm-25 {
    margin-top: 25px;
  }
  .mr-u-sm-25,
  .mx-u-sm-25 {
    margin-right: 25px;
  }
  .mb-u-sm-25,
  .my-u-sm-25 {
    margin-bottom: 25px;
  }
  .ml-u-sm-25,
  .mx-u-sm-25 {
    margin-left: 25px;
  }
  .m-u-sm-30 {
    margin: 30px;
  }
  .mt-u-sm-30,
  .my-u-sm-30 {
    margin-top: 30px;
  }
  .mr-u-sm-30,
  .mx-u-sm-30 {
    margin-right: 30px;
  }
  .mb-u-sm-30,
  .my-u-sm-30 {
    margin-bottom: 30px;
  }
  .ml-u-sm-30,
  .mx-u-sm-30 {
    margin-left: 30px;
  }
  .m-u-sm-35 {
    margin: 35px;
  }
  .mt-u-sm-35,
  .my-u-sm-35 {
    margin-top: 35px;
  }
  .mr-u-sm-35,
  .mx-u-sm-35 {
    margin-right: 35px;
  }
  .mb-u-sm-35,
  .my-u-sm-35 {
    margin-bottom: 35px;
  }
  .ml-u-sm-35,
  .mx-u-sm-35 {
    margin-left: 35px;
  }
  .m-u-sm-40 {
    margin: 40px;
  }
  .mt-u-sm-40,
  .my-u-sm-40 {
    margin-top: 40px;
  }
  .mr-u-sm-40,
  .mx-u-sm-40 {
    margin-right: 40px;
  }
  .mb-u-sm-40,
  .my-u-sm-40 {
    margin-bottom: 40px;
  }
  .ml-u-sm-40,
  .mx-u-sm-40 {
    margin-left: 40px;
  }
  .m-u-sm-45 {
    margin: 45px;
  }
  .mt-u-sm-45,
  .my-u-sm-45 {
    margin-top: 45px;
  }
  .mr-u-sm-45,
  .mx-u-sm-45 {
    margin-right: 45px;
  }
  .mb-u-sm-45,
  .my-u-sm-45 {
    margin-bottom: 45px;
  }
  .ml-u-sm-45,
  .mx-u-sm-45 {
    margin-left: 45px;
  }
  .m-u-sm-50 {
    margin: 50px;
  }
  .mt-u-sm-50,
  .my-u-sm-50 {
    margin-top: 50px;
  }
  .mr-u-sm-50,
  .mx-u-sm-50 {
    margin-right: 50px;
  }
  .mb-u-sm-50,
  .my-u-sm-50 {
    margin-bottom: 50px;
  }
  .ml-u-sm-50,
  .mx-u-sm-50 {
    margin-left: 50px;
  }
  .m-u-sm-60 {
    margin: 60px;
  }
  .mt-u-sm-60,
  .my-u-sm-60 {
    margin-top: 60px;
  }
  .mr-u-sm-60,
  .mx-u-sm-60 {
    margin-right: 60px;
  }
  .mb-u-sm-60,
  .my-u-sm-60 {
    margin-bottom: 60px;
  }
  .ml-u-sm-60,
  .mx-u-sm-60 {
    margin-left: 60px;
  }
  .m-u-sm-70 {
    margin: 70px;
  }
  .mt-u-sm-70,
  .my-u-sm-70 {
    margin-top: 70px;
  }
  .mr-u-sm-70,
  .mx-u-sm-70 {
    margin-right: 70px;
  }
  .mb-u-sm-70,
  .my-u-sm-70 {
    margin-bottom: 70px;
  }
  .ml-u-sm-70,
  .mx-u-sm-70 {
    margin-left: 70px;
  }
  .m-u-sm-80 {
    margin: 80px;
  }
  .mt-u-sm-80,
  .my-u-sm-80 {
    margin-top: 80px;
  }
  .mr-u-sm-80,
  .mx-u-sm-80 {
    margin-right: 80px;
  }
  .mb-u-sm-80,
  .my-u-sm-80 {
    margin-bottom: 80px;
  }
  .ml-u-sm-80,
  .mx-u-sm-80 {
    margin-left: 80px;
  }
  .m-u-sm-90 {
    margin: 90px;
  }
  .mt-u-sm-90,
  .my-u-sm-90 {
    margin-top: 90px;
  }
  .mr-u-sm-90,
  .mx-u-sm-90 {
    margin-right: 90px;
  }
  .mb-u-sm-90,
  .my-u-sm-90 {
    margin-bottom: 90px;
  }
  .ml-u-sm-90,
  .mx-u-sm-90 {
    margin-left: 90px;
  }
  .m-u-sm-100 {
    margin: 100px;
  }
  .mt-u-sm-100,
  .my-u-sm-100 {
    margin-top: 100px;
  }
  .mr-u-sm-100,
  .mx-u-sm-100 {
    margin-right: 100px;
  }
  .mb-u-sm-100,
  .my-u-sm-100 {
    margin-bottom: 100px;
  }
  .ml-u-sm-100,
  .mx-u-sm-100 {
    margin-left: 100px;
  }
  .m-u-sm-120 {
    margin: 120px;
  }
  .mt-u-sm-120,
  .my-u-sm-120 {
    margin-top: 120px;
  }
  .mr-u-sm-120,
  .mx-u-sm-120 {
    margin-right: 120px;
  }
  .mb-u-sm-120,
  .my-u-sm-120 {
    margin-bottom: 120px;
  }
  .ml-u-sm-120,
  .mx-u-sm-120 {
    margin-left: 120px;
  }
  .m-u-sm-160 {
    margin: 160px;
  }
  .mt-u-sm-160,
  .my-u-sm-160 {
    margin-top: 160px;
  }
  .mr-u-sm-160,
  .mx-u-sm-160 {
    margin-right: 160px;
  }
  .mb-u-sm-160,
  .my-u-sm-160 {
    margin-bottom: 160px;
  }
  .ml-u-sm-160,
  .mx-u-sm-160 {
    margin-left: 160px;
  }
  .p-u-sm-0 {
    padding: 0;
  }
  .pt-u-sm-0,
  .py-u-sm-0 {
    padding-top: 0;
  }
  .pr-u-sm-0,
  .px-u-sm-0 {
    padding-right: 0;
  }
  .pb-u-sm-0,
  .py-u-sm-0 {
    padding-bottom: 0;
  }
  .pl-u-sm-0,
  .px-u-sm-0 {
    padding-left: 0;
  }
  .p-u-sm-5 {
    padding: 5px;
  }
  .pt-u-sm-5,
  .py-u-sm-5 {
    padding-top: 5px;
  }
  .pr-u-sm-5,
  .px-u-sm-5 {
    padding-right: 5px;
  }
  .pb-u-sm-5,
  .py-u-sm-5 {
    padding-bottom: 5px;
  }
  .pl-u-sm-5,
  .px-u-sm-5 {
    padding-left: 5px;
  }
  .p-u-sm-8 {
    padding: 8px;
  }
  .pt-u-sm-8,
  .py-u-sm-8 {
    padding-top: 8px;
  }
  .pr-u-sm-8,
  .px-u-sm-8 {
    padding-right: 8px;
  }
  .pb-u-sm-8,
  .py-u-sm-8 {
    padding-bottom: 8px;
  }
  .pl-u-sm-8,
  .px-u-sm-8 {
    padding-left: 8px;
  }
  .p-u-sm-10 {
    padding: 10px;
  }
  .pt-u-sm-10,
  .py-u-sm-10 {
    padding-top: 10px;
  }
  .pr-u-sm-10,
  .px-u-sm-10 {
    padding-right: 10px;
  }
  .pb-u-sm-10,
  .py-u-sm-10 {
    padding-bottom: 10px;
  }
  .pl-u-sm-10,
  .px-u-sm-10 {
    padding-left: 10px;
  }
  .p-u-sm-12 {
    padding: 12px;
  }
  .pt-u-sm-12,
  .py-u-sm-12 {
    padding-top: 12px;
  }
  .pr-u-sm-12,
  .px-u-sm-12 {
    padding-right: 12px;
  }
  .pb-u-sm-12,
  .py-u-sm-12 {
    padding-bottom: 12px;
  }
  .pl-u-sm-12,
  .px-u-sm-12 {
    padding-left: 12px;
  }
  .p-u-sm-15 {
    padding: 15px;
  }
  .pt-u-sm-15,
  .py-u-sm-15 {
    padding-top: 15px;
  }
  .pr-u-sm-15,
  .px-u-sm-15 {
    padding-right: 15px;
  }
  .pb-u-sm-15,
  .py-u-sm-15 {
    padding-bottom: 15px;
  }
  .pl-u-sm-15,
  .px-u-sm-15 {
    padding-left: 15px;
  }
  .p-u-sm-20 {
    padding: 20px;
  }
  .pt-u-sm-20,
  .py-u-sm-20 {
    padding-top: 20px;
  }
  .pr-u-sm-20,
  .px-u-sm-20 {
    padding-right: 20px;
  }
  .pb-u-sm-20,
  .py-u-sm-20 {
    padding-bottom: 20px;
  }
  .pl-u-sm-20,
  .px-u-sm-20 {
    padding-left: 20px;
  }
  .p-u-sm-25 {
    padding: 25px;
  }
  .pt-u-sm-25,
  .py-u-sm-25 {
    padding-top: 25px;
  }
  .pr-u-sm-25,
  .px-u-sm-25 {
    padding-right: 25px;
  }
  .pb-u-sm-25,
  .py-u-sm-25 {
    padding-bottom: 25px;
  }
  .pl-u-sm-25,
  .px-u-sm-25 {
    padding-left: 25px;
  }
  .p-u-sm-30 {
    padding: 30px;
  }
  .pt-u-sm-30,
  .py-u-sm-30 {
    padding-top: 30px;
  }
  .pr-u-sm-30,
  .px-u-sm-30 {
    padding-right: 30px;
  }
  .pb-u-sm-30,
  .py-u-sm-30 {
    padding-bottom: 30px;
  }
  .pl-u-sm-30,
  .px-u-sm-30 {
    padding-left: 30px;
  }
  .p-u-sm-35 {
    padding: 35px;
  }
  .pt-u-sm-35,
  .py-u-sm-35 {
    padding-top: 35px;
  }
  .pr-u-sm-35,
  .px-u-sm-35 {
    padding-right: 35px;
  }
  .pb-u-sm-35,
  .py-u-sm-35 {
    padding-bottom: 35px;
  }
  .pl-u-sm-35,
  .px-u-sm-35 {
    padding-left: 35px;
  }
  .p-u-sm-40 {
    padding: 40px;
  }
  .pt-u-sm-40,
  .py-u-sm-40 {
    padding-top: 40px;
  }
  .pr-u-sm-40,
  .px-u-sm-40 {
    padding-right: 40px;
  }
  .pb-u-sm-40,
  .py-u-sm-40 {
    padding-bottom: 40px;
  }
  .pl-u-sm-40,
  .px-u-sm-40 {
    padding-left: 40px;
  }
  .p-u-sm-45 {
    padding: 45px;
  }
  .pt-u-sm-45,
  .py-u-sm-45 {
    padding-top: 45px;
  }
  .pr-u-sm-45,
  .px-u-sm-45 {
    padding-right: 45px;
  }
  .pb-u-sm-45,
  .py-u-sm-45 {
    padding-bottom: 45px;
  }
  .pl-u-sm-45,
  .px-u-sm-45 {
    padding-left: 45px;
  }
  .p-u-sm-50 {
    padding: 50px;
  }
  .pt-u-sm-50,
  .py-u-sm-50 {
    padding-top: 50px;
  }
  .pr-u-sm-50,
  .px-u-sm-50 {
    padding-right: 50px;
  }
  .pb-u-sm-50,
  .py-u-sm-50 {
    padding-bottom: 50px;
  }
  .pl-u-sm-50,
  .px-u-sm-50 {
    padding-left: 50px;
  }
  .p-u-sm-60 {
    padding: 60px;
  }
  .pt-u-sm-60,
  .py-u-sm-60 {
    padding-top: 60px;
  }
  .pr-u-sm-60,
  .px-u-sm-60 {
    padding-right: 60px;
  }
  .pb-u-sm-60,
  .py-u-sm-60 {
    padding-bottom: 60px;
  }
  .pl-u-sm-60,
  .px-u-sm-60 {
    padding-left: 60px;
  }
  .p-u-sm-70 {
    padding: 70px;
  }
  .pt-u-sm-70,
  .py-u-sm-70 {
    padding-top: 70px;
  }
  .pr-u-sm-70,
  .px-u-sm-70 {
    padding-right: 70px;
  }
  .pb-u-sm-70,
  .py-u-sm-70 {
    padding-bottom: 70px;
  }
  .pl-u-sm-70,
  .px-u-sm-70 {
    padding-left: 70px;
  }
  .p-u-sm-80 {
    padding: 80px;
  }
  .pt-u-sm-80,
  .py-u-sm-80 {
    padding-top: 80px;
  }
  .pr-u-sm-80,
  .px-u-sm-80 {
    padding-right: 80px;
  }
  .pb-u-sm-80,
  .py-u-sm-80 {
    padding-bottom: 80px;
  }
  .pl-u-sm-80,
  .px-u-sm-80 {
    padding-left: 80px;
  }
  .p-u-sm-90 {
    padding: 90px;
  }
  .pt-u-sm-90,
  .py-u-sm-90 {
    padding-top: 90px;
  }
  .pr-u-sm-90,
  .px-u-sm-90 {
    padding-right: 90px;
  }
  .pb-u-sm-90,
  .py-u-sm-90 {
    padding-bottom: 90px;
  }
  .pl-u-sm-90,
  .px-u-sm-90 {
    padding-left: 90px;
  }
  .p-u-sm-100 {
    padding: 100px;
  }
  .pt-u-sm-100,
  .py-u-sm-100 {
    padding-top: 100px;
  }
  .pr-u-sm-100,
  .px-u-sm-100 {
    padding-right: 100px;
  }
  .pb-u-sm-100,
  .py-u-sm-100 {
    padding-bottom: 100px;
  }
  .pl-u-sm-100,
  .px-u-sm-100 {
    padding-left: 100px;
  }
  .p-u-sm-120 {
    padding: 120px;
  }
  .pt-u-sm-120,
  .py-u-sm-120 {
    padding-top: 120px;
  }
  .pr-u-sm-120,
  .px-u-sm-120 {
    padding-right: 120px;
  }
  .pb-u-sm-120,
  .py-u-sm-120 {
    padding-bottom: 120px;
  }
  .pl-u-sm-120,
  .px-u-sm-120 {
    padding-left: 120px;
  }
  .p-u-sm-160 {
    padding: 160px;
  }
  .pt-u-sm-160,
  .py-u-sm-160 {
    padding-top: 160px;
  }
  .pr-u-sm-160,
  .px-u-sm-160 {
    padding-right: 160px;
  }
  .pb-u-sm-160,
  .py-u-sm-160 {
    padding-bottom: 160px;
  }
  .pl-u-sm-160,
  .px-u-sm-160 {
    padding-left: 160px;
  }
  .m-u-sm-n5 {
    margin: -5px;
  }
  .mt-u-sm-n5,
  .my-u-sm-n5 {
    margin-top: -5px;
  }
  .mr-u-sm-n5,
  .mx-u-sm-n5 {
    margin-right: -5px;
  }
  .mb-u-sm-n5,
  .my-u-sm-n5 {
    margin-bottom: -5px;
  }
  .ml-u-sm-n5,
  .mx-u-sm-n5 {
    margin-left: -5px;
  }
  .m-u-sm-n8 {
    margin: -8px;
  }
  .mt-u-sm-n8,
  .my-u-sm-n8 {
    margin-top: -8px;
  }
  .mr-u-sm-n8,
  .mx-u-sm-n8 {
    margin-right: -8px;
  }
  .mb-u-sm-n8,
  .my-u-sm-n8 {
    margin-bottom: -8px;
  }
  .ml-u-sm-n8,
  .mx-u-sm-n8 {
    margin-left: -8px;
  }
  .m-u-sm-n10 {
    margin: -10px;
  }
  .mt-u-sm-n10,
  .my-u-sm-n10 {
    margin-top: -10px;
  }
  .mr-u-sm-n10,
  .mx-u-sm-n10 {
    margin-right: -10px;
  }
  .mb-u-sm-n10,
  .my-u-sm-n10 {
    margin-bottom: -10px;
  }
  .ml-u-sm-n10,
  .mx-u-sm-n10 {
    margin-left: -10px;
  }
  .m-u-sm-n12 {
    margin: -12px;
  }
  .mt-u-sm-n12,
  .my-u-sm-n12 {
    margin-top: -12px;
  }
  .mr-u-sm-n12,
  .mx-u-sm-n12 {
    margin-right: -12px;
  }
  .mb-u-sm-n12,
  .my-u-sm-n12 {
    margin-bottom: -12px;
  }
  .ml-u-sm-n12,
  .mx-u-sm-n12 {
    margin-left: -12px;
  }
  .m-u-sm-n15 {
    margin: -15px;
  }
  .mt-u-sm-n15,
  .my-u-sm-n15 {
    margin-top: -15px;
  }
  .mr-u-sm-n15,
  .mx-u-sm-n15 {
    margin-right: -15px;
  }
  .mb-u-sm-n15,
  .my-u-sm-n15 {
    margin-bottom: -15px;
  }
  .ml-u-sm-n15,
  .mx-u-sm-n15 {
    margin-left: -15px;
  }
  .m-u-sm-n20 {
    margin: -20px;
  }
  .mt-u-sm-n20,
  .my-u-sm-n20 {
    margin-top: -20px;
  }
  .mr-u-sm-n20,
  .mx-u-sm-n20 {
    margin-right: -20px;
  }
  .mb-u-sm-n20,
  .my-u-sm-n20 {
    margin-bottom: -20px;
  }
  .ml-u-sm-n20,
  .mx-u-sm-n20 {
    margin-left: -20px;
  }
  .m-u-sm-n25 {
    margin: -25px;
  }
  .mt-u-sm-n25,
  .my-u-sm-n25 {
    margin-top: -25px;
  }
  .mr-u-sm-n25,
  .mx-u-sm-n25 {
    margin-right: -25px;
  }
  .mb-u-sm-n25,
  .my-u-sm-n25 {
    margin-bottom: -25px;
  }
  .ml-u-sm-n25,
  .mx-u-sm-n25 {
    margin-left: -25px;
  }
  .m-u-sm-n30 {
    margin: -30px;
  }
  .mt-u-sm-n30,
  .my-u-sm-n30 {
    margin-top: -30px;
  }
  .mr-u-sm-n30,
  .mx-u-sm-n30 {
    margin-right: -30px;
  }
  .mb-u-sm-n30,
  .my-u-sm-n30 {
    margin-bottom: -30px;
  }
  .ml-u-sm-n30,
  .mx-u-sm-n30 {
    margin-left: -30px;
  }
  .m-u-sm-n35 {
    margin: -35px;
  }
  .mt-u-sm-n35,
  .my-u-sm-n35 {
    margin-top: -35px;
  }
  .mr-u-sm-n35,
  .mx-u-sm-n35 {
    margin-right: -35px;
  }
  .mb-u-sm-n35,
  .my-u-sm-n35 {
    margin-bottom: -35px;
  }
  .ml-u-sm-n35,
  .mx-u-sm-n35 {
    margin-left: -35px;
  }
  .m-u-sm-n40 {
    margin: -40px;
  }
  .mt-u-sm-n40,
  .my-u-sm-n40 {
    margin-top: -40px;
  }
  .mr-u-sm-n40,
  .mx-u-sm-n40 {
    margin-right: -40px;
  }
  .mb-u-sm-n40,
  .my-u-sm-n40 {
    margin-bottom: -40px;
  }
  .ml-u-sm-n40,
  .mx-u-sm-n40 {
    margin-left: -40px;
  }
  .m-u-sm-n45 {
    margin: -45px;
  }
  .mt-u-sm-n45,
  .my-u-sm-n45 {
    margin-top: -45px;
  }
  .mr-u-sm-n45,
  .mx-u-sm-n45 {
    margin-right: -45px;
  }
  .mb-u-sm-n45,
  .my-u-sm-n45 {
    margin-bottom: -45px;
  }
  .ml-u-sm-n45,
  .mx-u-sm-n45 {
    margin-left: -45px;
  }
  .m-u-sm-n50 {
    margin: -50px;
  }
  .mt-u-sm-n50,
  .my-u-sm-n50 {
    margin-top: -50px;
  }
  .mr-u-sm-n50,
  .mx-u-sm-n50 {
    margin-right: -50px;
  }
  .mb-u-sm-n50,
  .my-u-sm-n50 {
    margin-bottom: -50px;
  }
  .ml-u-sm-n50,
  .mx-u-sm-n50 {
    margin-left: -50px;
  }
  .m-u-sm-n60 {
    margin: -60px;
  }
  .mt-u-sm-n60,
  .my-u-sm-n60 {
    margin-top: -60px;
  }
  .mr-u-sm-n60,
  .mx-u-sm-n60 {
    margin-right: -60px;
  }
  .mb-u-sm-n60,
  .my-u-sm-n60 {
    margin-bottom: -60px;
  }
  .ml-u-sm-n60,
  .mx-u-sm-n60 {
    margin-left: -60px;
  }
  .m-u-sm-n70 {
    margin: -70px;
  }
  .mt-u-sm-n70,
  .my-u-sm-n70 {
    margin-top: -70px;
  }
  .mr-u-sm-n70,
  .mx-u-sm-n70 {
    margin-right: -70px;
  }
  .mb-u-sm-n70,
  .my-u-sm-n70 {
    margin-bottom: -70px;
  }
  .ml-u-sm-n70,
  .mx-u-sm-n70 {
    margin-left: -70px;
  }
  .m-u-sm-n80 {
    margin: -80px;
  }
  .mt-u-sm-n80,
  .my-u-sm-n80 {
    margin-top: -80px;
  }
  .mr-u-sm-n80,
  .mx-u-sm-n80 {
    margin-right: -80px;
  }
  .mb-u-sm-n80,
  .my-u-sm-n80 {
    margin-bottom: -80px;
  }
  .ml-u-sm-n80,
  .mx-u-sm-n80 {
    margin-left: -80px;
  }
  .m-u-sm-n90 {
    margin: -90px;
  }
  .mt-u-sm-n90,
  .my-u-sm-n90 {
    margin-top: -90px;
  }
  .mr-u-sm-n90,
  .mx-u-sm-n90 {
    margin-right: -90px;
  }
  .mb-u-sm-n90,
  .my-u-sm-n90 {
    margin-bottom: -90px;
  }
  .ml-u-sm-n90,
  .mx-u-sm-n90 {
    margin-left: -90px;
  }
  .m-u-sm-n100 {
    margin: -100px;
  }
  .mt-u-sm-n100,
  .my-u-sm-n100 {
    margin-top: -100px;
  }
  .mr-u-sm-n100,
  .mx-u-sm-n100 {
    margin-right: -100px;
  }
  .mb-u-sm-n100,
  .my-u-sm-n100 {
    margin-bottom: -100px;
  }
  .ml-u-sm-n100,
  .mx-u-sm-n100 {
    margin-left: -100px;
  }
  .m-u-sm-n120 {
    margin: -120px;
  }
  .mt-u-sm-n120,
  .my-u-sm-n120 {
    margin-top: -120px;
  }
  .mr-u-sm-n120,
  .mx-u-sm-n120 {
    margin-right: -120px;
  }
  .mb-u-sm-n120,
  .my-u-sm-n120 {
    margin-bottom: -120px;
  }
  .ml-u-sm-n120,
  .mx-u-sm-n120 {
    margin-left: -120px;
  }
  .m-u-sm-n160 {
    margin: -160px;
  }
  .mt-u-sm-n160,
  .my-u-sm-n160 {
    margin-top: -160px;
  }
  .mr-u-sm-n160,
  .mx-u-sm-n160 {
    margin-right: -160px;
  }
  .mb-u-sm-n160,
  .my-u-sm-n160 {
    margin-bottom: -160px;
  }
  .ml-u-sm-n160,
  .mx-u-sm-n160 {
    margin-left: -160px;
  }
  .m-u-sm-a {
    margin: auto;
  }
  .mt-u-sm-a,
  .my-u-sm-a {
    margin-top: auto;
  }
  .mr-u-sm-a,
  .mx-u-sm-a {
    margin-right: auto;
  }
  .mb-u-sm-a,
  .my-u-sm-a {
    margin-bottom: auto;
  }
  .ml-u-sm-a,
  .mx-u-sm-a {
    margin-left: auto;
  }
  .g-u-sm-0 {
    gap: 0;
  }
  .gy-u-sm-0 {
    row-gap: 0;
  }
  .gx-u-sm-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .g-u-sm-5 {
    gap: 5px;
  }
  .gy-u-sm-5 {
    row-gap: 5px;
  }
  .gx-u-sm-5 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .g-u-sm-8 {
    gap: 8px;
  }
  .gy-u-sm-8 {
    row-gap: 8px;
  }
  .gx-u-sm-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .g-u-sm-10 {
    gap: 10px;
  }
  .gy-u-sm-10 {
    row-gap: 10px;
  }
  .gx-u-sm-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .g-u-sm-12 {
    gap: 12px;
  }
  .gy-u-sm-12 {
    row-gap: 12px;
  }
  .gx-u-sm-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .g-u-sm-15 {
    gap: 15px;
  }
  .gy-u-sm-15 {
    row-gap: 15px;
  }
  .gx-u-sm-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .g-u-sm-20 {
    gap: 20px;
  }
  .gy-u-sm-20 {
    row-gap: 20px;
  }
  .gx-u-sm-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .g-u-sm-25 {
    gap: 25px;
  }
  .gy-u-sm-25 {
    row-gap: 25px;
  }
  .gx-u-sm-25 {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .g-u-sm-30 {
    gap: 30px;
  }
  .gy-u-sm-30 {
    row-gap: 30px;
  }
  .gx-u-sm-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .g-u-sm-35 {
    gap: 35px;
  }
  .gy-u-sm-35 {
    row-gap: 35px;
  }
  .gx-u-sm-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .g-u-sm-40 {
    gap: 40px;
  }
  .gy-u-sm-40 {
    row-gap: 40px;
  }
  .gx-u-sm-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .g-u-sm-45 {
    gap: 45px;
  }
  .gy-u-sm-45 {
    row-gap: 45px;
  }
  .gx-u-sm-45 {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .g-u-sm-50 {
    gap: 50px;
  }
  .gy-u-sm-50 {
    row-gap: 50px;
  }
  .gx-u-sm-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .g-u-sm-60 {
    gap: 60px;
  }
  .gy-u-sm-60 {
    row-gap: 60px;
  }
  .gx-u-sm-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .g-u-sm-70 {
    gap: 70px;
  }
  .gy-u-sm-70 {
    row-gap: 70px;
  }
  .gx-u-sm-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .g-u-sm-80 {
    gap: 80px;
  }
  .gy-u-sm-80 {
    row-gap: 80px;
  }
  .gx-u-sm-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .g-u-sm-90 {
    gap: 90px;
  }
  .gy-u-sm-90 {
    row-gap: 90px;
  }
  .gx-u-sm-90 {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .g-u-sm-100 {
    gap: 100px;
  }
  .gy-u-sm-100 {
    row-gap: 100px;
  }
  .gx-u-sm-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .g-u-sm-120 {
    gap: 120px;
  }
  .gy-u-sm-120 {
    row-gap: 120px;
  }
  .gx-u-sm-120 {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
  .g-u-sm-160 {
    gap: 160px;
  }
  .gy-u-sm-160 {
    row-gap: 160px;
  }
  .gx-u-sm-160 {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  .tc-u-sm-1 {
    color: var(--igs-color-1);
  }
  .tc-h-u-sm-1:hover {
    color: var(--igs-color-1);
  }
  .tc-a-u-sm-1.active {
    color: var(--igs-color-1);
  }
  .tc-u-sm-2 {
    color: var(--igs-color-2);
  }
  .tc-h-u-sm-2:hover {
    color: var(--igs-color-2);
  }
  .tc-a-u-sm-2.active {
    color: var(--igs-color-2);
  }
  .tc-u-sm-3 {
    color: var(--igs-color-3);
  }
  .tc-h-u-sm-3:hover {
    color: var(--igs-color-3);
  }
  .tc-a-u-sm-3.active {
    color: var(--igs-color-3);
  }
  .tc-u-sm-4 {
    color: var(--igs-color-4);
  }
  .tc-h-u-sm-4:hover {
    color: var(--igs-color-4);
  }
  .tc-a-u-sm-4.active {
    color: var(--igs-color-4);
  }
  .tc-u-sm-w {
    color: #fff;
  }
  .tc-h-u-sm-w:hover {
    color: #fff;
  }
  .tc-a-u-sm-w.active {
    color: #fff;
  }
  .tc-u-sm-b {
    color: #000;
  }
  .tc-h-u-sm-b:hover {
    color: #000;
  }
  .tc-a-u-sm-b.active {
    color: #000;
  }
  .tc-u-sm-i {
    color: inherit;
  }
  .tc-h-u-sm-i:hover {
    color: inherit;
  }
  .tc-a-u-sm-i.active {
    color: inherit;
  }
  .ta-u-sm-l {
    text-align: left;
  }
  .ta-u-sm-c {
    text-align: center;
  }
  .ta-u-sm-r {
    text-align: right;
  }
  .ta-u-sm-j {
    text-align: justify;
  }
  .tt-u-sm-n {
    text-transform: none;
  }
  .tt-u-sm-l {
    text-transform: lowercase;
  }
  .tt-u-sm-u {
    text-transform: uppercase;
  }
  .tt-u-sm-c {
    text-transform: capitalize;
  }
  .tt-u-sm-j {
    text-transform: justify;
  }
  .td-u-sm-n {
    text-decoration: none;
  }
  .td-u-sm-h-n:hover {
    text-decoration: none;
  }
  .td-u-sm-u {
    text-decoration: underline;
  }
  .td-u-sm-h-u:hover {
    text-decoration: underline;
  }
  .ff-u-sm-0 {
    font-family: 0;
  }
  .ff-u-sm-16 {
    font-family: 16px;
  }
  .ff-u-sm-20 {
    font-family: 20px;
  }
  .ff-u-sm-30 {
    font-family: 30px;
  }
  .ff-u-sm-40 {
    font-family: 40px;
  }
  .ff-u-sm-60 {
    font-family: 60px;
  }
  .ff-u-sm-80 {
    font-family: 80px;
  }
  .ff-u-sm-100 {
    font-family: 100px;
  }
  .ff-u-sm-100p {
    font-family: 100%;
  }
  .ff-u-sm-134 {
    font-family: 134px;
  }
  .ff-u-sm-200 {
    font-family: 200px;
  }
  .ff-u-sm-370 {
    font-family: 370px;
  }
  .ff-u-sm-a {
    font-family: auto;
  }
  .ff-u-sm-n {
    font-family: none;
  }
  .fs-u-sm-0 {
    font-size: 0;
  }
  .fs-u-sm-10 {
    font-size: 10px;
  }
  .fs-u-sm-11 {
    font-size: 11px;
  }
  .fs-u-sm-12 {
    font-size: 12px;
  }
  .fs-u-sm-13 {
    font-size: 13px;
  }
  .fs-u-sm-14 {
    font-size: 14px;
  }
  .fs-u-sm-15 {
    font-size: 15px;
  }
  .fs-u-sm-16 {
    font-size: 16px;
  }
  .fs-u-sm-18 {
    font-size: 18px;
  }
  .fs-u-sm-20 {
    font-size: 20px;
  }
  .fs-u-sm-22 {
    font-size: 22px;
  }
  .fs-u-sm-24 {
    font-size: 24px;
  }
  .fs-u-sm-26 {
    font-size: 26px;
  }
  .fs-u-sm-30 {
    font-size: 30px;
  }
  .fs-u-sm-40 {
    font-size: 40px;
  }
  .fs-u-sm-50 {
    font-size: 50px;
  }
  .fs-u-sm-60 {
    font-size: 60px;
  }
  .lh-u-sm-0 {
    line-height: 0;
  }
  .lh-u-sm-1 {
    line-height: 1;
  }
  .lh-u-sm-1-2 {
    line-height: 1.2;
  }
  .lh-u-sm-1-4 {
    line-height: 1.4;
  }
  .lh-u-sm-1-5 {
    line-height: 1.5;
  }
  .fw-u-sm-l {
    font-weight: 300;
  }
  .fw-u-sm-n {
    font-weight: 400;
  }
  .fw-u-sm-m {
    font-weight: 500;
  }
  .fw-u-sm-sb {
    font-weight: 600;
  }
  .fw-u-sm-b {
    font-weight: 700;
  }
  .fw-u-sm-bl {
    font-weight: 900;
  }
  .fst-u-sm-i {
    font-style: italic;
  }
  .ls-u-sm-0 {
    letter-spacing: 0;
  }
  .ls-u-sm-1 {
    letter-spacing: 1px;
  }
  .ls-u-sm-2 {
    letter-spacing: 2px;
  }
  .zi-u-sm-1 {
    z-index: 1;
  }
  .zi-u-sm-n1 {
    z-index: -1;
  }
  .zi-u-sm-2 {
    z-index: 2;
  }
  .zi-u-sm-n2 {
    z-index: -2;
  }
  .zi-u-sm-3 {
    z-index: 3;
  }
  .zi-u-sm-n3 {
    z-index: -3;
  }
  .zi-u-sm-4 {
    z-index: 4;
  }
  .zi-u-sm-n4 {
    z-index: -4;
  }
  .zi-u-sm-5 {
    z-index: 5;
  }
  .zi-u-sm-n5 {
    z-index: -5;
  }
  .zi-u-sm-10 {
    z-index: 10;
  }
  .zi-u-sm-n10 {
    z-index: -10;
  }
  .zi-u-sm-11 {
    z-index: 11;
  }
  .zi-u-sm-n11 {
    z-index: -11;
  }
  .visible-u-sm {
    visibility: visible;
  }
  .invisible-u-sm {
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .row-o-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .fic-o-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .fic-o-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .fic-o-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .order-o-sm-1 {
    order: 1;
  }
  .offset-o-sm-1 {
    margin-left: 8.3333333333%;
  }
  .fic-o-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .order-o-sm-2 {
    order: 2;
  }
  .offset-o-sm-2 {
    margin-left: 16.6666666667%;
  }
  .fic-o-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .order-o-sm-3 {
    order: 3;
  }
  .offset-o-sm-3 {
    margin-left: 25%;
  }
  .fic-o-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .order-o-sm-4 {
    order: 4;
  }
  .offset-o-sm-4 {
    margin-left: 33.3333333333%;
  }
  .fic-o-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .order-o-sm-5 {
    order: 5;
  }
  .offset-o-sm-5 {
    margin-left: 41.6666666667%;
  }
  .fic-o-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .order-o-sm-6 {
    order: 6;
  }
  .offset-o-sm-6 {
    margin-left: 50%;
  }
  .fic-o-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .order-o-sm-7 {
    order: 7;
  }
  .offset-o-sm-7 {
    margin-left: 58.3333333333%;
  }
  .fic-o-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .order-o-sm-8 {
    order: 8;
  }
  .offset-o-sm-8 {
    margin-left: 66.6666666667%;
  }
  .fic-o-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .order-o-sm-9 {
    order: 9;
  }
  .offset-o-sm-9 {
    margin-left: 75%;
  }
  .fic-o-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .order-o-sm-10 {
    order: 10;
  }
  .offset-o-sm-10 {
    margin-left: 83.3333333333%;
  }
  .fic-o-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .order-o-sm-11 {
    order: 11;
  }
  .offset-o-sm-11 {
    margin-left: 91.6666666667%;
  }
  .fic-o-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-o-sm-12 {
    order: 12;
  }
  .offset-o-sm-12 {
    margin-left: 100%;
  }
  .va-o-sm-base {
    vertical-align: baseline;
  }
  .va-o-sm-t {
    vertical-align: top;
  }
  .va-o-sm-m {
    vertical-align: middle;
  }
  .va-o-sm-b {
    vertical-align: bottom;
  }
  .va-o-sm-tt {
    vertical-align: text-top;
  }
  .va-o-sm-tb {
    vertical-align: text-bottom;
  }
  .bg-o-sm-1 {
    background-color: var(--igs-color-1);
  }
  .bg-h-o-sm-1:hover {
    background-color: var(--igs-color-1);
  }
  .bg-a-o-sm-1.active {
    background-color: var(--igs-color-1);
  }
  .bg-o-sm-2 {
    background-color: var(--igs-color-2);
  }
  .bg-h-o-sm-2:hover {
    background-color: var(--igs-color-2);
  }
  .bg-a-o-sm-2.active {
    background-color: var(--igs-color-2);
  }
  .bg-o-sm-3 {
    background-color: var(--igs-color-3);
  }
  .bg-h-o-sm-3:hover {
    background-color: var(--igs-color-3);
  }
  .bg-a-o-sm-3.active {
    background-color: var(--igs-color-3);
  }
  .bg-o-sm-4 {
    background-color: var(--igs-color-4);
  }
  .bg-h-o-sm-4:hover {
    background-color: var(--igs-color-4);
  }
  .bg-a-o-sm-4.active {
    background-color: var(--igs-color-4);
  }
  .bg-o-sm-w {
    background-color: #fff;
  }
  .bg-h-o-sm-w:hover {
    background-color: #fff;
  }
  .bg-a-o-sm-w.active {
    background-color: #fff;
  }
  .bg-o-sm-b {
    background-color: #000;
  }
  .bg-h-o-sm-b:hover {
    background-color: #000;
  }
  .bg-a-o-sm-b.active {
    background-color: #000;
  }
  .bg-o-sm-i {
    background-color: inherit;
  }
  .bg-h-o-sm-i:hover {
    background-color: inherit;
  }
  .bg-a-o-sm-i.active {
    background-color: inherit;
  }
  .br-o-sm-5 {
    border-radius: 5px;
  }
  .br-t-o-sm-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .br-b-o-sm-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .br-l-o-sm-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .br-r-o-sm-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .br-o-sm-10 {
    border-radius: 10px;
  }
  .br-t-o-sm-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .br-b-o-sm-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .br-l-o-sm-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .br-r-o-sm-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .br-o-sm-c {
    border-radius: 50%;
  }
  .br-t-o-sm-c {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  .br-b-o-sm-c {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .br-l-o-sm-c {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .br-r-o-sm-c {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .br-o-sm-p {
    border-radius: 50rem;
  }
  .br-t-o-sm-p {
    border-top-left-radius: 50rem;
    border-top-right-radius: 50rem;
  }
  .br-b-o-sm-p {
    border-bottom-right-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
  .br-l-o-sm-p {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
  .br-r-o-sm-p {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
  }
  .b-o-sm-1 {
    border: 1px solid transparent;
  }
  .b-o-sm-2 {
    border: 2px solid transparent;
  }
  .b-o-sm-3 {
    border: 3px solid transparent;
  }
  .b-o-sm-4 {
    border: 4px solid transparent;
  }
  .b-o-sm-5 {
    border: 5px solid transparent;
  }
  .b-t-o-sm-1 {
    border-top: 1px solid transparent;
  }
  .b-t-o-sm-2 {
    border-top: 2px solid transparent;
  }
  .b-t-o-sm-3 {
    border-top: 3px solid transparent;
  }
  .b-t-o-sm-4 {
    border-top: 4px solid transparent;
  }
  .b-t-o-sm-5 {
    border-top: 5px solid transparent;
  }
  .b-r-o-sm-1 {
    border-right: 1px solid transparent;
  }
  .b-r-o-sm-2 {
    border-right: 2px solid transparent;
  }
  .b-r-o-sm-3 {
    border-right: 3px solid transparent;
  }
  .b-r-o-sm-4 {
    border-right: 4px solid transparent;
  }
  .b-r-o-sm-5 {
    border-right: 5px solid transparent;
  }
  .b-b-o-sm-1 {
    border-bottom: 1px solid transparent;
  }
  .b-b-o-sm-2 {
    border-bottom: 2px solid transparent;
  }
  .b-b-o-sm-3 {
    border-bottom: 3px solid transparent;
  }
  .b-b-o-sm-4 {
    border-bottom: 4px solid transparent;
  }
  .b-b-o-sm-5 {
    border-bottom: 5px solid transparent;
  }
  .b-l-o-sm-1 {
    border-left: 1px solid transparent;
  }
  .b-l-o-sm-2 {
    border-left: 2px solid transparent;
  }
  .b-l-o-sm-3 {
    border-left: 3px solid transparent;
  }
  .b-l-o-sm-4 {
    border-left: 4px solid transparent;
  }
  .b-l-o-sm-5 {
    border-left: 5px solid transparent;
  }
  .bc-o-sm-b15 {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .bc-o-sm-b15:hover {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .bc-o-sm-1 {
    border-color: var(--igs-color-1);
  }
  .bc-o-sm-1:hover {
    border-color: var(--igs-color-1);
  }
  .bc-o-sm-2 {
    border-color: var(--igs-color-2);
  }
  .bc-o-sm-2:hover {
    border-color: var(--igs-color-2);
  }
  .bc-o-sm-3 {
    border-color: var(--igs-color-3);
  }
  .bc-o-sm-3:hover {
    border-color: var(--igs-color-3);
  }
  .bc-o-sm-4 {
    border-color: var(--igs-color-4);
  }
  .bc-o-sm-4:hover {
    border-color: var(--igs-color-4);
  }
  .bc-o-sm-w {
    border-color: #fff;
  }
  .bc-o-sm-w:hover {
    border-color: #fff;
  }
  .bc-o-sm-b {
    border-color: #000;
  }
  .bc-o-sm-b:hover {
    border-color: #000;
  }
  .bc-o-sm-i {
    border-color: inherit;
  }
  .bc-o-sm-i:hover {
    border-color: inherit;
  }
  .d-o-sm-i {
    display: inline;
  }
  .d-o-sm-ib {
    display: inline-block;
  }
  .d-o-sm-b {
    display: block;
  }
  .d-o-sm-t {
    display: table;
  }
  .d-o-sm-tr {
    display: table-row;
  }
  .d-o-sm-tc {
    display: table-cell;
  }
  .d-o-sm-f {
    display: flex;
  }
  .d-o-sm-if {
    display: inline-flex;
  }
  .d-o-sm-n {
    display: none;
  }
  .f-o-sm-1 {
    flex: 0 1 100%;
  }
  .f-o-sm-3 {
    flex: 0 0 33.33%;
  }
  .f-o-sm-40 {
    flex: 0 0 40px;
  }
  .f-o-sm-60 {
    flex: 0 0 60px;
  }
  .f-o-sm-80 {
    flex: 0 0 80px;
  }
  .f-o-sm-h {
    flex: 0 0 50%;
  }
  .f-o-sm-a {
    flex: 0 0 auto;
  }
  .f-o-sm-r {
    flex-direction: row;
  }
  .f-o-sm-c {
    flex-direction: column;
  }
  .f-o-sm-rr {
    flex-direction: row-reverse;
  }
  .f-o-sm-cr {
    flex-direction: column-reverse;
  }
  .f-o-sm-w {
    flex-wrap: wrap;
  }
  .f-o-sm-nw {
    flex-wrap: nowrap;
  }
  .f-o-sm-wr {
    flex-wrap: wrap-reverse;
  }
  .f-o-sm-g-0 {
    flex-grow: 0;
  }
  .f-o-sm-g-1 {
    flex-grow: 1;
  }
  .f-o-sm-s-0 {
    flex-shrink: 0;
  }
  .f-o-sm-s-1 {
    flex-shrink: 1;
  }
  .ai-o-sm-fs {
    align-items: flex-start;
  }
  .ai-o-sm-fe {
    align-items: flex-end;
  }
  .ai-o-sm-c {
    align-items: center;
  }
  .ai-o-sm-b {
    align-items: baseline;
  }
  .ai-o-sm-s {
    align-items: stretch;
  }
  .jc-o-sm-fs {
    justify-content: flex-start;
  }
  .jc-o-sm-fe {
    justify-content: flex-end;
  }
  .jc-o-sm-c {
    justify-content: center;
  }
  .jc-o-sm-sb {
    justify-content: space-between;
  }
  .jc-o-sm-sa {
    justify-content: space-around;
  }
  .jc-o-sm-se {
    justify-content: space-evenly;
  }
  .ac-o-sm-fs {
    align-content: flex-start;
  }
  .ac-o-sm-fe {
    align-content: flex-end;
  }
  .ac-o-sm-c {
    align-content: center;
  }
  .ac-o-sm-sb {
    align-content: space-between;
  }
  .ac-o-sm-sa {
    align-content: space-around;
  }
  .ac-o-sm-s {
    align-content: stretch;
  }
  .as-o-sm-a {
    align-self: auto;
  }
  .as-o-sm-fs {
    align-self: flex-start;
  }
  .as-o-sm-fe {
    align-self: flex-end;
  }
  .as-o-sm-c {
    align-self: center;
  }
  .as-o-sm-b {
    align-self: baseline;
  }
  .as-o-sm-s {
    align-self: stretch;
  }
  .float-o-sm-l {
    float: left;
  }
  .float-o-sm-r {
    float: right;
  }
  .float-o-sm-n {
    float: none;
  }
  .of-o-sm-a {
    overflow: auto;
  }
  .of-o-sm-h {
    overflow: hidden;
  }
  .ps-o-sm-s {
    position: static;
  }
  .ps-o-sm-r {
    position: relative;
  }
  .ps-o-sm-a {
    position: absolute;
  }
  .ps-o-sm-f {
    position: fixed;
  }
  .ps-o-sm-sy {
    position: sticky;
  }
  .ps-o-sm-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .ps-t-o-sm-0,
  .ps-y-o-sm-0 {
    top: 0;
  }
  .ps-b-o-sm-0,
  .ps-y-o-sm-0 {
    bottom: 0;
  }
  .ps-l-o-sm-0,
  .ps-x-o-sm-0 {
    left: 0;
  }
  .ps-r-o-sm-0,
  .ps-x-o-sm-0 {
    right: 0;
  }
  .ps-o-sm-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }
  .ps-t-o-sm-5,
  .ps-y-o-sm-5 {
    top: 5px;
  }
  .ps-b-o-sm-5,
  .ps-y-o-sm-5 {
    bottom: 5px;
  }
  .ps-l-o-sm-5,
  .ps-x-o-sm-5 {
    left: 5px;
  }
  .ps-r-o-sm-5,
  .ps-x-o-sm-5 {
    right: 5px;
  }
  .ps-o-sm-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .ps-t-o-sm-10,
  .ps-y-o-sm-10 {
    top: 10px;
  }
  .ps-b-o-sm-10,
  .ps-y-o-sm-10 {
    bottom: 10px;
  }
  .ps-l-o-sm-10,
  .ps-x-o-sm-10 {
    left: 10px;
  }
  .ps-r-o-sm-10,
  .ps-x-o-sm-10 {
    right: 10px;
  }
  .ps-o-sm-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }
  .ps-t-o-sm-25,
  .ps-y-o-sm-25 {
    top: 25px;
  }
  .ps-b-o-sm-25,
  .ps-y-o-sm-25 {
    bottom: 25px;
  }
  .ps-l-o-sm-25,
  .ps-x-o-sm-25 {
    left: 25px;
  }
  .ps-r-o-sm-25,
  .ps-x-o-sm-25 {
    right: 25px;
  }
  .ps-o-sm-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
  .ps-t-o-sm-30,
  .ps-y-o-sm-30 {
    top: 30px;
  }
  .ps-b-o-sm-30,
  .ps-y-o-sm-30 {
    bottom: 30px;
  }
  .ps-l-o-sm-30,
  .ps-x-o-sm-30 {
    left: 30px;
  }
  .ps-r-o-sm-30,
  .ps-x-o-sm-30 {
    right: 30px;
  }
  .ps-o-sm-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }
  .ps-t-o-sm-50,
  .ps-y-o-sm-50 {
    top: 50px;
  }
  .ps-b-o-sm-50,
  .ps-y-o-sm-50 {
    bottom: 50px;
  }
  .ps-l-o-sm-50,
  .ps-x-o-sm-50 {
    left: 50px;
  }
  .ps-r-o-sm-50,
  .ps-x-o-sm-50 {
    right: 50px;
  }
  .ps-o-sm-50p {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
  .ps-t-o-sm-50p,
  .ps-y-o-sm-50p {
    top: 50%;
  }
  .ps-b-o-sm-50p,
  .ps-y-o-sm-50p {
    bottom: 50%;
  }
  .ps-l-o-sm-50p,
  .ps-x-o-sm-50p {
    left: 50%;
  }
  .ps-r-o-sm-50p,
  .ps-x-o-sm-50p {
    right: 50%;
  }
  .ps-o-sm-100 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }
  .ps-t-o-sm-100,
  .ps-y-o-sm-100 {
    top: 100%;
  }
  .ps-b-o-sm-100,
  .ps-y-o-sm-100 {
    bottom: 100%;
  }
  .ps-l-o-sm-100,
  .ps-x-o-sm-100 {
    left: 100%;
  }
  .ps-r-o-sm-100,
  .ps-x-o-sm-100 {
    right: 100%;
  }
  .w-o-sm-0 {
    width: 0;
  }
  .w-o-sm-16 {
    width: 16px;
  }
  .w-o-sm-20 {
    width: 20px;
  }
  .w-o-sm-30 {
    width: 30px;
  }
  .w-o-sm-40 {
    width: 40px;
  }
  .w-o-sm-60 {
    width: 60px;
  }
  .w-o-sm-80 {
    width: 80px;
  }
  .w-o-sm-100 {
    width: 100px;
  }
  .w-o-sm-100p {
    width: 100%;
  }
  .w-o-sm-134 {
    width: 134px;
  }
  .w-o-sm-200 {
    width: 200px;
  }
  .w-o-sm-370 {
    width: 370px;
  }
  .w-o-sm-a {
    width: auto;
  }
  .w-o-sm-n {
    width: none;
  }
  .h-o-sm-0 {
    height: 0;
  }
  .h-o-sm-16 {
    height: 16px;
  }
  .h-o-sm-20 {
    height: 20px;
  }
  .h-o-sm-30 {
    height: 30px;
  }
  .h-o-sm-40 {
    height: 40px;
  }
  .h-o-sm-60 {
    height: 60px;
  }
  .h-o-sm-80 {
    height: 80px;
  }
  .h-o-sm-100 {
    height: 100px;
  }
  .h-o-sm-100p {
    height: 100%;
  }
  .h-o-sm-134 {
    height: 134px;
  }
  .h-o-sm-200 {
    height: 200px;
  }
  .h-o-sm-370 {
    height: 370px;
  }
  .h-o-sm-a {
    height: auto;
  }
  .h-o-sm-n {
    height: none;
  }
  .mw-o-sm-0 {
    max-width: 0;
  }
  .mw-o-sm-16 {
    max-width: 16px;
  }
  .mw-o-sm-20 {
    max-width: 20px;
  }
  .mw-o-sm-30 {
    max-width: 30px;
  }
  .mw-o-sm-40 {
    max-width: 40px;
  }
  .mw-o-sm-60 {
    max-width: 60px;
  }
  .mw-o-sm-80 {
    max-width: 80px;
  }
  .mw-o-sm-100 {
    max-width: 100px;
  }
  .mw-o-sm-100p {
    max-width: 100%;
  }
  .mw-o-sm-134 {
    max-width: 134px;
  }
  .mw-o-sm-200 {
    max-width: 200px;
  }
  .mw-o-sm-370 {
    max-width: 370px;
  }
  .mw-o-sm-a {
    max-width: auto;
  }
  .mw-o-sm-n {
    max-width: none;
  }
  .min-w-o-sm-0 {
    min-width: 0;
  }
  .min-w-o-sm-16 {
    min-width: 16px;
  }
  .min-w-o-sm-20 {
    min-width: 20px;
  }
  .min-w-o-sm-30 {
    min-width: 30px;
  }
  .min-w-o-sm-40 {
    min-width: 40px;
  }
  .min-w-o-sm-60 {
    min-width: 60px;
  }
  .min-w-o-sm-80 {
    min-width: 80px;
  }
  .min-w-o-sm-100 {
    min-width: 100px;
  }
  .min-w-o-sm-100p {
    min-width: 100%;
  }
  .min-w-o-sm-134 {
    min-width: 134px;
  }
  .min-w-o-sm-200 {
    min-width: 200px;
  }
  .min-w-o-sm-370 {
    min-width: 370px;
  }
  .min-w-o-sm-a {
    min-width: auto;
  }
  .min-w-o-sm-n {
    min-width: none;
  }
  .mh-o-sm-0 {
    max-height: 0;
  }
  .mh-o-sm-16 {
    max-height: 16px;
  }
  .mh-o-sm-20 {
    max-height: 20px;
  }
  .mh-o-sm-30 {
    max-height: 30px;
  }
  .mh-o-sm-40 {
    max-height: 40px;
  }
  .mh-o-sm-60 {
    max-height: 60px;
  }
  .mh-o-sm-80 {
    max-height: 80px;
  }
  .mh-o-sm-100 {
    max-height: 100px;
  }
  .mh-o-sm-100p {
    max-height: 100%;
  }
  .mh-o-sm-134 {
    max-height: 134px;
  }
  .mh-o-sm-200 {
    max-height: 200px;
  }
  .mh-o-sm-370 {
    max-height: 370px;
  }
  .mh-o-sm-a {
    max-height: auto;
  }
  .mh-o-sm-n {
    max-height: none;
  }
  .min-h-o-sm-0 {
    min-height: 0;
  }
  .min-h-o-sm-16 {
    min-height: 16px;
  }
  .min-h-o-sm-20 {
    min-height: 20px;
  }
  .min-h-o-sm-30 {
    min-height: 30px;
  }
  .min-h-o-sm-40 {
    min-height: 40px;
  }
  .min-h-o-sm-60 {
    min-height: 60px;
  }
  .min-h-o-sm-80 {
    min-height: 80px;
  }
  .min-h-o-sm-100 {
    min-height: 100px;
  }
  .min-h-o-sm-100p {
    min-height: 100%;
  }
  .min-h-o-sm-134 {
    min-height: 134px;
  }
  .min-h-o-sm-200 {
    min-height: 200px;
  }
  .min-h-o-sm-370 {
    min-height: 370px;
  }
  .min-h-o-sm-a {
    min-height: auto;
  }
  .min-h-o-sm-n {
    min-height: none;
  }
  .min-o-sm-vw-100 {
    min-width: 100vw;
  }
  .min-o-sm-vh-100 {
    min-height: 100vh;
  }
  .vw-o-sm-100 {
    width: 100vw;
  }
  .vh-o-sm-100 {
    height: 100vh;
  }
  .m-o-sm-0 {
    margin: 0;
  }
  .mt-o-sm-0,
  .my-o-sm-0 {
    margin-top: 0;
  }
  .mr-o-sm-0,
  .mx-o-sm-0 {
    margin-right: 0;
  }
  .mb-o-sm-0,
  .my-o-sm-0 {
    margin-bottom: 0;
  }
  .ml-o-sm-0,
  .mx-o-sm-0 {
    margin-left: 0;
  }
  .m-o-sm-5 {
    margin: 5px;
  }
  .mt-o-sm-5,
  .my-o-sm-5 {
    margin-top: 5px;
  }
  .mr-o-sm-5,
  .mx-o-sm-5 {
    margin-right: 5px;
  }
  .mb-o-sm-5,
  .my-o-sm-5 {
    margin-bottom: 5px;
  }
  .ml-o-sm-5,
  .mx-o-sm-5 {
    margin-left: 5px;
  }
  .m-o-sm-8 {
    margin: 8px;
  }
  .mt-o-sm-8,
  .my-o-sm-8 {
    margin-top: 8px;
  }
  .mr-o-sm-8,
  .mx-o-sm-8 {
    margin-right: 8px;
  }
  .mb-o-sm-8,
  .my-o-sm-8 {
    margin-bottom: 8px;
  }
  .ml-o-sm-8,
  .mx-o-sm-8 {
    margin-left: 8px;
  }
  .m-o-sm-10 {
    margin: 10px;
  }
  .mt-o-sm-10,
  .my-o-sm-10 {
    margin-top: 10px;
  }
  .mr-o-sm-10,
  .mx-o-sm-10 {
    margin-right: 10px;
  }
  .mb-o-sm-10,
  .my-o-sm-10 {
    margin-bottom: 10px;
  }
  .ml-o-sm-10,
  .mx-o-sm-10 {
    margin-left: 10px;
  }
  .m-o-sm-12 {
    margin: 12px;
  }
  .mt-o-sm-12,
  .my-o-sm-12 {
    margin-top: 12px;
  }
  .mr-o-sm-12,
  .mx-o-sm-12 {
    margin-right: 12px;
  }
  .mb-o-sm-12,
  .my-o-sm-12 {
    margin-bottom: 12px;
  }
  .ml-o-sm-12,
  .mx-o-sm-12 {
    margin-left: 12px;
  }
  .m-o-sm-15 {
    margin: 15px;
  }
  .mt-o-sm-15,
  .my-o-sm-15 {
    margin-top: 15px;
  }
  .mr-o-sm-15,
  .mx-o-sm-15 {
    margin-right: 15px;
  }
  .mb-o-sm-15,
  .my-o-sm-15 {
    margin-bottom: 15px;
  }
  .ml-o-sm-15,
  .mx-o-sm-15 {
    margin-left: 15px;
  }
  .m-o-sm-20 {
    margin: 20px;
  }
  .mt-o-sm-20,
  .my-o-sm-20 {
    margin-top: 20px;
  }
  .mr-o-sm-20,
  .mx-o-sm-20 {
    margin-right: 20px;
  }
  .mb-o-sm-20,
  .my-o-sm-20 {
    margin-bottom: 20px;
  }
  .ml-o-sm-20,
  .mx-o-sm-20 {
    margin-left: 20px;
  }
  .m-o-sm-25 {
    margin: 25px;
  }
  .mt-o-sm-25,
  .my-o-sm-25 {
    margin-top: 25px;
  }
  .mr-o-sm-25,
  .mx-o-sm-25 {
    margin-right: 25px;
  }
  .mb-o-sm-25,
  .my-o-sm-25 {
    margin-bottom: 25px;
  }
  .ml-o-sm-25,
  .mx-o-sm-25 {
    margin-left: 25px;
  }
  .m-o-sm-30 {
    margin: 30px;
  }
  .mt-o-sm-30,
  .my-o-sm-30 {
    margin-top: 30px;
  }
  .mr-o-sm-30,
  .mx-o-sm-30 {
    margin-right: 30px;
  }
  .mb-o-sm-30,
  .my-o-sm-30 {
    margin-bottom: 30px;
  }
  .ml-o-sm-30,
  .mx-o-sm-30 {
    margin-left: 30px;
  }
  .m-o-sm-35 {
    margin: 35px;
  }
  .mt-o-sm-35,
  .my-o-sm-35 {
    margin-top: 35px;
  }
  .mr-o-sm-35,
  .mx-o-sm-35 {
    margin-right: 35px;
  }
  .mb-o-sm-35,
  .my-o-sm-35 {
    margin-bottom: 35px;
  }
  .ml-o-sm-35,
  .mx-o-sm-35 {
    margin-left: 35px;
  }
  .m-o-sm-40 {
    margin: 40px;
  }
  .mt-o-sm-40,
  .my-o-sm-40 {
    margin-top: 40px;
  }
  .mr-o-sm-40,
  .mx-o-sm-40 {
    margin-right: 40px;
  }
  .mb-o-sm-40,
  .my-o-sm-40 {
    margin-bottom: 40px;
  }
  .ml-o-sm-40,
  .mx-o-sm-40 {
    margin-left: 40px;
  }
  .m-o-sm-45 {
    margin: 45px;
  }
  .mt-o-sm-45,
  .my-o-sm-45 {
    margin-top: 45px;
  }
  .mr-o-sm-45,
  .mx-o-sm-45 {
    margin-right: 45px;
  }
  .mb-o-sm-45,
  .my-o-sm-45 {
    margin-bottom: 45px;
  }
  .ml-o-sm-45,
  .mx-o-sm-45 {
    margin-left: 45px;
  }
  .m-o-sm-50 {
    margin: 50px;
  }
  .mt-o-sm-50,
  .my-o-sm-50 {
    margin-top: 50px;
  }
  .mr-o-sm-50,
  .mx-o-sm-50 {
    margin-right: 50px;
  }
  .mb-o-sm-50,
  .my-o-sm-50 {
    margin-bottom: 50px;
  }
  .ml-o-sm-50,
  .mx-o-sm-50 {
    margin-left: 50px;
  }
  .m-o-sm-60 {
    margin: 60px;
  }
  .mt-o-sm-60,
  .my-o-sm-60 {
    margin-top: 60px;
  }
  .mr-o-sm-60,
  .mx-o-sm-60 {
    margin-right: 60px;
  }
  .mb-o-sm-60,
  .my-o-sm-60 {
    margin-bottom: 60px;
  }
  .ml-o-sm-60,
  .mx-o-sm-60 {
    margin-left: 60px;
  }
  .m-o-sm-70 {
    margin: 70px;
  }
  .mt-o-sm-70,
  .my-o-sm-70 {
    margin-top: 70px;
  }
  .mr-o-sm-70,
  .mx-o-sm-70 {
    margin-right: 70px;
  }
  .mb-o-sm-70,
  .my-o-sm-70 {
    margin-bottom: 70px;
  }
  .ml-o-sm-70,
  .mx-o-sm-70 {
    margin-left: 70px;
  }
  .m-o-sm-80 {
    margin: 80px;
  }
  .mt-o-sm-80,
  .my-o-sm-80 {
    margin-top: 80px;
  }
  .mr-o-sm-80,
  .mx-o-sm-80 {
    margin-right: 80px;
  }
  .mb-o-sm-80,
  .my-o-sm-80 {
    margin-bottom: 80px;
  }
  .ml-o-sm-80,
  .mx-o-sm-80 {
    margin-left: 80px;
  }
  .m-o-sm-90 {
    margin: 90px;
  }
  .mt-o-sm-90,
  .my-o-sm-90 {
    margin-top: 90px;
  }
  .mr-o-sm-90,
  .mx-o-sm-90 {
    margin-right: 90px;
  }
  .mb-o-sm-90,
  .my-o-sm-90 {
    margin-bottom: 90px;
  }
  .ml-o-sm-90,
  .mx-o-sm-90 {
    margin-left: 90px;
  }
  .m-o-sm-100 {
    margin: 100px;
  }
  .mt-o-sm-100,
  .my-o-sm-100 {
    margin-top: 100px;
  }
  .mr-o-sm-100,
  .mx-o-sm-100 {
    margin-right: 100px;
  }
  .mb-o-sm-100,
  .my-o-sm-100 {
    margin-bottom: 100px;
  }
  .ml-o-sm-100,
  .mx-o-sm-100 {
    margin-left: 100px;
  }
  .m-o-sm-120 {
    margin: 120px;
  }
  .mt-o-sm-120,
  .my-o-sm-120 {
    margin-top: 120px;
  }
  .mr-o-sm-120,
  .mx-o-sm-120 {
    margin-right: 120px;
  }
  .mb-o-sm-120,
  .my-o-sm-120 {
    margin-bottom: 120px;
  }
  .ml-o-sm-120,
  .mx-o-sm-120 {
    margin-left: 120px;
  }
  .m-o-sm-160 {
    margin: 160px;
  }
  .mt-o-sm-160,
  .my-o-sm-160 {
    margin-top: 160px;
  }
  .mr-o-sm-160,
  .mx-o-sm-160 {
    margin-right: 160px;
  }
  .mb-o-sm-160,
  .my-o-sm-160 {
    margin-bottom: 160px;
  }
  .ml-o-sm-160,
  .mx-o-sm-160 {
    margin-left: 160px;
  }
  .p-o-sm-0 {
    padding: 0;
  }
  .pt-o-sm-0,
  .py-o-sm-0 {
    padding-top: 0;
  }
  .pr-o-sm-0,
  .px-o-sm-0 {
    padding-right: 0;
  }
  .pb-o-sm-0,
  .py-o-sm-0 {
    padding-bottom: 0;
  }
  .pl-o-sm-0,
  .px-o-sm-0 {
    padding-left: 0;
  }
  .p-o-sm-5 {
    padding: 5px;
  }
  .pt-o-sm-5,
  .py-o-sm-5 {
    padding-top: 5px;
  }
  .pr-o-sm-5,
  .px-o-sm-5 {
    padding-right: 5px;
  }
  .pb-o-sm-5,
  .py-o-sm-5 {
    padding-bottom: 5px;
  }
  .pl-o-sm-5,
  .px-o-sm-5 {
    padding-left: 5px;
  }
  .p-o-sm-8 {
    padding: 8px;
  }
  .pt-o-sm-8,
  .py-o-sm-8 {
    padding-top: 8px;
  }
  .pr-o-sm-8,
  .px-o-sm-8 {
    padding-right: 8px;
  }
  .pb-o-sm-8,
  .py-o-sm-8 {
    padding-bottom: 8px;
  }
  .pl-o-sm-8,
  .px-o-sm-8 {
    padding-left: 8px;
  }
  .p-o-sm-10 {
    padding: 10px;
  }
  .pt-o-sm-10,
  .py-o-sm-10 {
    padding-top: 10px;
  }
  .pr-o-sm-10,
  .px-o-sm-10 {
    padding-right: 10px;
  }
  .pb-o-sm-10,
  .py-o-sm-10 {
    padding-bottom: 10px;
  }
  .pl-o-sm-10,
  .px-o-sm-10 {
    padding-left: 10px;
  }
  .p-o-sm-12 {
    padding: 12px;
  }
  .pt-o-sm-12,
  .py-o-sm-12 {
    padding-top: 12px;
  }
  .pr-o-sm-12,
  .px-o-sm-12 {
    padding-right: 12px;
  }
  .pb-o-sm-12,
  .py-o-sm-12 {
    padding-bottom: 12px;
  }
  .pl-o-sm-12,
  .px-o-sm-12 {
    padding-left: 12px;
  }
  .p-o-sm-15 {
    padding: 15px;
  }
  .pt-o-sm-15,
  .py-o-sm-15 {
    padding-top: 15px;
  }
  .pr-o-sm-15,
  .px-o-sm-15 {
    padding-right: 15px;
  }
  .pb-o-sm-15,
  .py-o-sm-15 {
    padding-bottom: 15px;
  }
  .pl-o-sm-15,
  .px-o-sm-15 {
    padding-left: 15px;
  }
  .p-o-sm-20 {
    padding: 20px;
  }
  .pt-o-sm-20,
  .py-o-sm-20 {
    padding-top: 20px;
  }
  .pr-o-sm-20,
  .px-o-sm-20 {
    padding-right: 20px;
  }
  .pb-o-sm-20,
  .py-o-sm-20 {
    padding-bottom: 20px;
  }
  .pl-o-sm-20,
  .px-o-sm-20 {
    padding-left: 20px;
  }
  .p-o-sm-25 {
    padding: 25px;
  }
  .pt-o-sm-25,
  .py-o-sm-25 {
    padding-top: 25px;
  }
  .pr-o-sm-25,
  .px-o-sm-25 {
    padding-right: 25px;
  }
  .pb-o-sm-25,
  .py-o-sm-25 {
    padding-bottom: 25px;
  }
  .pl-o-sm-25,
  .px-o-sm-25 {
    padding-left: 25px;
  }
  .p-o-sm-30 {
    padding: 30px;
  }
  .pt-o-sm-30,
  .py-o-sm-30 {
    padding-top: 30px;
  }
  .pr-o-sm-30,
  .px-o-sm-30 {
    padding-right: 30px;
  }
  .pb-o-sm-30,
  .py-o-sm-30 {
    padding-bottom: 30px;
  }
  .pl-o-sm-30,
  .px-o-sm-30 {
    padding-left: 30px;
  }
  .p-o-sm-35 {
    padding: 35px;
  }
  .pt-o-sm-35,
  .py-o-sm-35 {
    padding-top: 35px;
  }
  .pr-o-sm-35,
  .px-o-sm-35 {
    padding-right: 35px;
  }
  .pb-o-sm-35,
  .py-o-sm-35 {
    padding-bottom: 35px;
  }
  .pl-o-sm-35,
  .px-o-sm-35 {
    padding-left: 35px;
  }
  .p-o-sm-40 {
    padding: 40px;
  }
  .pt-o-sm-40,
  .py-o-sm-40 {
    padding-top: 40px;
  }
  .pr-o-sm-40,
  .px-o-sm-40 {
    padding-right: 40px;
  }
  .pb-o-sm-40,
  .py-o-sm-40 {
    padding-bottom: 40px;
  }
  .pl-o-sm-40,
  .px-o-sm-40 {
    padding-left: 40px;
  }
  .p-o-sm-45 {
    padding: 45px;
  }
  .pt-o-sm-45,
  .py-o-sm-45 {
    padding-top: 45px;
  }
  .pr-o-sm-45,
  .px-o-sm-45 {
    padding-right: 45px;
  }
  .pb-o-sm-45,
  .py-o-sm-45 {
    padding-bottom: 45px;
  }
  .pl-o-sm-45,
  .px-o-sm-45 {
    padding-left: 45px;
  }
  .p-o-sm-50 {
    padding: 50px;
  }
  .pt-o-sm-50,
  .py-o-sm-50 {
    padding-top: 50px;
  }
  .pr-o-sm-50,
  .px-o-sm-50 {
    padding-right: 50px;
  }
  .pb-o-sm-50,
  .py-o-sm-50 {
    padding-bottom: 50px;
  }
  .pl-o-sm-50,
  .px-o-sm-50 {
    padding-left: 50px;
  }
  .p-o-sm-60 {
    padding: 60px;
  }
  .pt-o-sm-60,
  .py-o-sm-60 {
    padding-top: 60px;
  }
  .pr-o-sm-60,
  .px-o-sm-60 {
    padding-right: 60px;
  }
  .pb-o-sm-60,
  .py-o-sm-60 {
    padding-bottom: 60px;
  }
  .pl-o-sm-60,
  .px-o-sm-60 {
    padding-left: 60px;
  }
  .p-o-sm-70 {
    padding: 70px;
  }
  .pt-o-sm-70,
  .py-o-sm-70 {
    padding-top: 70px;
  }
  .pr-o-sm-70,
  .px-o-sm-70 {
    padding-right: 70px;
  }
  .pb-o-sm-70,
  .py-o-sm-70 {
    padding-bottom: 70px;
  }
  .pl-o-sm-70,
  .px-o-sm-70 {
    padding-left: 70px;
  }
  .p-o-sm-80 {
    padding: 80px;
  }
  .pt-o-sm-80,
  .py-o-sm-80 {
    padding-top: 80px;
  }
  .pr-o-sm-80,
  .px-o-sm-80 {
    padding-right: 80px;
  }
  .pb-o-sm-80,
  .py-o-sm-80 {
    padding-bottom: 80px;
  }
  .pl-o-sm-80,
  .px-o-sm-80 {
    padding-left: 80px;
  }
  .p-o-sm-90 {
    padding: 90px;
  }
  .pt-o-sm-90,
  .py-o-sm-90 {
    padding-top: 90px;
  }
  .pr-o-sm-90,
  .px-o-sm-90 {
    padding-right: 90px;
  }
  .pb-o-sm-90,
  .py-o-sm-90 {
    padding-bottom: 90px;
  }
  .pl-o-sm-90,
  .px-o-sm-90 {
    padding-left: 90px;
  }
  .p-o-sm-100 {
    padding: 100px;
  }
  .pt-o-sm-100,
  .py-o-sm-100 {
    padding-top: 100px;
  }
  .pr-o-sm-100,
  .px-o-sm-100 {
    padding-right: 100px;
  }
  .pb-o-sm-100,
  .py-o-sm-100 {
    padding-bottom: 100px;
  }
  .pl-o-sm-100,
  .px-o-sm-100 {
    padding-left: 100px;
  }
  .p-o-sm-120 {
    padding: 120px;
  }
  .pt-o-sm-120,
  .py-o-sm-120 {
    padding-top: 120px;
  }
  .pr-o-sm-120,
  .px-o-sm-120 {
    padding-right: 120px;
  }
  .pb-o-sm-120,
  .py-o-sm-120 {
    padding-bottom: 120px;
  }
  .pl-o-sm-120,
  .px-o-sm-120 {
    padding-left: 120px;
  }
  .p-o-sm-160 {
    padding: 160px;
  }
  .pt-o-sm-160,
  .py-o-sm-160 {
    padding-top: 160px;
  }
  .pr-o-sm-160,
  .px-o-sm-160 {
    padding-right: 160px;
  }
  .pb-o-sm-160,
  .py-o-sm-160 {
    padding-bottom: 160px;
  }
  .pl-o-sm-160,
  .px-o-sm-160 {
    padding-left: 160px;
  }
  .m-o-sm-n5 {
    margin: -5px;
  }
  .mt-o-sm-n5,
  .my-o-sm-n5 {
    margin-top: -5px;
  }
  .mr-o-sm-n5,
  .mx-o-sm-n5 {
    margin-right: -5px;
  }
  .mb-o-sm-n5,
  .my-o-sm-n5 {
    margin-bottom: -5px;
  }
  .ml-o-sm-n5,
  .mx-o-sm-n5 {
    margin-left: -5px;
  }
  .m-o-sm-n8 {
    margin: -8px;
  }
  .mt-o-sm-n8,
  .my-o-sm-n8 {
    margin-top: -8px;
  }
  .mr-o-sm-n8,
  .mx-o-sm-n8 {
    margin-right: -8px;
  }
  .mb-o-sm-n8,
  .my-o-sm-n8 {
    margin-bottom: -8px;
  }
  .ml-o-sm-n8,
  .mx-o-sm-n8 {
    margin-left: -8px;
  }
  .m-o-sm-n10 {
    margin: -10px;
  }
  .mt-o-sm-n10,
  .my-o-sm-n10 {
    margin-top: -10px;
  }
  .mr-o-sm-n10,
  .mx-o-sm-n10 {
    margin-right: -10px;
  }
  .mb-o-sm-n10,
  .my-o-sm-n10 {
    margin-bottom: -10px;
  }
  .ml-o-sm-n10,
  .mx-o-sm-n10 {
    margin-left: -10px;
  }
  .m-o-sm-n12 {
    margin: -12px;
  }
  .mt-o-sm-n12,
  .my-o-sm-n12 {
    margin-top: -12px;
  }
  .mr-o-sm-n12,
  .mx-o-sm-n12 {
    margin-right: -12px;
  }
  .mb-o-sm-n12,
  .my-o-sm-n12 {
    margin-bottom: -12px;
  }
  .ml-o-sm-n12,
  .mx-o-sm-n12 {
    margin-left: -12px;
  }
  .m-o-sm-n15 {
    margin: -15px;
  }
  .mt-o-sm-n15,
  .my-o-sm-n15 {
    margin-top: -15px;
  }
  .mr-o-sm-n15,
  .mx-o-sm-n15 {
    margin-right: -15px;
  }
  .mb-o-sm-n15,
  .my-o-sm-n15 {
    margin-bottom: -15px;
  }
  .ml-o-sm-n15,
  .mx-o-sm-n15 {
    margin-left: -15px;
  }
  .m-o-sm-n20 {
    margin: -20px;
  }
  .mt-o-sm-n20,
  .my-o-sm-n20 {
    margin-top: -20px;
  }
  .mr-o-sm-n20,
  .mx-o-sm-n20 {
    margin-right: -20px;
  }
  .mb-o-sm-n20,
  .my-o-sm-n20 {
    margin-bottom: -20px;
  }
  .ml-o-sm-n20,
  .mx-o-sm-n20 {
    margin-left: -20px;
  }
  .m-o-sm-n25 {
    margin: -25px;
  }
  .mt-o-sm-n25,
  .my-o-sm-n25 {
    margin-top: -25px;
  }
  .mr-o-sm-n25,
  .mx-o-sm-n25 {
    margin-right: -25px;
  }
  .mb-o-sm-n25,
  .my-o-sm-n25 {
    margin-bottom: -25px;
  }
  .ml-o-sm-n25,
  .mx-o-sm-n25 {
    margin-left: -25px;
  }
  .m-o-sm-n30 {
    margin: -30px;
  }
  .mt-o-sm-n30,
  .my-o-sm-n30 {
    margin-top: -30px;
  }
  .mr-o-sm-n30,
  .mx-o-sm-n30 {
    margin-right: -30px;
  }
  .mb-o-sm-n30,
  .my-o-sm-n30 {
    margin-bottom: -30px;
  }
  .ml-o-sm-n30,
  .mx-o-sm-n30 {
    margin-left: -30px;
  }
  .m-o-sm-n35 {
    margin: -35px;
  }
  .mt-o-sm-n35,
  .my-o-sm-n35 {
    margin-top: -35px;
  }
  .mr-o-sm-n35,
  .mx-o-sm-n35 {
    margin-right: -35px;
  }
  .mb-o-sm-n35,
  .my-o-sm-n35 {
    margin-bottom: -35px;
  }
  .ml-o-sm-n35,
  .mx-o-sm-n35 {
    margin-left: -35px;
  }
  .m-o-sm-n40 {
    margin: -40px;
  }
  .mt-o-sm-n40,
  .my-o-sm-n40 {
    margin-top: -40px;
  }
  .mr-o-sm-n40,
  .mx-o-sm-n40 {
    margin-right: -40px;
  }
  .mb-o-sm-n40,
  .my-o-sm-n40 {
    margin-bottom: -40px;
  }
  .ml-o-sm-n40,
  .mx-o-sm-n40 {
    margin-left: -40px;
  }
  .m-o-sm-n45 {
    margin: -45px;
  }
  .mt-o-sm-n45,
  .my-o-sm-n45 {
    margin-top: -45px;
  }
  .mr-o-sm-n45,
  .mx-o-sm-n45 {
    margin-right: -45px;
  }
  .mb-o-sm-n45,
  .my-o-sm-n45 {
    margin-bottom: -45px;
  }
  .ml-o-sm-n45,
  .mx-o-sm-n45 {
    margin-left: -45px;
  }
  .m-o-sm-n50 {
    margin: -50px;
  }
  .mt-o-sm-n50,
  .my-o-sm-n50 {
    margin-top: -50px;
  }
  .mr-o-sm-n50,
  .mx-o-sm-n50 {
    margin-right: -50px;
  }
  .mb-o-sm-n50,
  .my-o-sm-n50 {
    margin-bottom: -50px;
  }
  .ml-o-sm-n50,
  .mx-o-sm-n50 {
    margin-left: -50px;
  }
  .m-o-sm-n60 {
    margin: -60px;
  }
  .mt-o-sm-n60,
  .my-o-sm-n60 {
    margin-top: -60px;
  }
  .mr-o-sm-n60,
  .mx-o-sm-n60 {
    margin-right: -60px;
  }
  .mb-o-sm-n60,
  .my-o-sm-n60 {
    margin-bottom: -60px;
  }
  .ml-o-sm-n60,
  .mx-o-sm-n60 {
    margin-left: -60px;
  }
  .m-o-sm-n70 {
    margin: -70px;
  }
  .mt-o-sm-n70,
  .my-o-sm-n70 {
    margin-top: -70px;
  }
  .mr-o-sm-n70,
  .mx-o-sm-n70 {
    margin-right: -70px;
  }
  .mb-o-sm-n70,
  .my-o-sm-n70 {
    margin-bottom: -70px;
  }
  .ml-o-sm-n70,
  .mx-o-sm-n70 {
    margin-left: -70px;
  }
  .m-o-sm-n80 {
    margin: -80px;
  }
  .mt-o-sm-n80,
  .my-o-sm-n80 {
    margin-top: -80px;
  }
  .mr-o-sm-n80,
  .mx-o-sm-n80 {
    margin-right: -80px;
  }
  .mb-o-sm-n80,
  .my-o-sm-n80 {
    margin-bottom: -80px;
  }
  .ml-o-sm-n80,
  .mx-o-sm-n80 {
    margin-left: -80px;
  }
  .m-o-sm-n90 {
    margin: -90px;
  }
  .mt-o-sm-n90,
  .my-o-sm-n90 {
    margin-top: -90px;
  }
  .mr-o-sm-n90,
  .mx-o-sm-n90 {
    margin-right: -90px;
  }
  .mb-o-sm-n90,
  .my-o-sm-n90 {
    margin-bottom: -90px;
  }
  .ml-o-sm-n90,
  .mx-o-sm-n90 {
    margin-left: -90px;
  }
  .m-o-sm-n100 {
    margin: -100px;
  }
  .mt-o-sm-n100,
  .my-o-sm-n100 {
    margin-top: -100px;
  }
  .mr-o-sm-n100,
  .mx-o-sm-n100 {
    margin-right: -100px;
  }
  .mb-o-sm-n100,
  .my-o-sm-n100 {
    margin-bottom: -100px;
  }
  .ml-o-sm-n100,
  .mx-o-sm-n100 {
    margin-left: -100px;
  }
  .m-o-sm-n120 {
    margin: -120px;
  }
  .mt-o-sm-n120,
  .my-o-sm-n120 {
    margin-top: -120px;
  }
  .mr-o-sm-n120,
  .mx-o-sm-n120 {
    margin-right: -120px;
  }
  .mb-o-sm-n120,
  .my-o-sm-n120 {
    margin-bottom: -120px;
  }
  .ml-o-sm-n120,
  .mx-o-sm-n120 {
    margin-left: -120px;
  }
  .m-o-sm-n160 {
    margin: -160px;
  }
  .mt-o-sm-n160,
  .my-o-sm-n160 {
    margin-top: -160px;
  }
  .mr-o-sm-n160,
  .mx-o-sm-n160 {
    margin-right: -160px;
  }
  .mb-o-sm-n160,
  .my-o-sm-n160 {
    margin-bottom: -160px;
  }
  .ml-o-sm-n160,
  .mx-o-sm-n160 {
    margin-left: -160px;
  }
  .m-o-sm-a {
    margin: auto;
  }
  .mt-o-sm-a,
  .my-o-sm-a {
    margin-top: auto;
  }
  .mr-o-sm-a,
  .mx-o-sm-a {
    margin-right: auto;
  }
  .mb-o-sm-a,
  .my-o-sm-a {
    margin-bottom: auto;
  }
  .ml-o-sm-a,
  .mx-o-sm-a {
    margin-left: auto;
  }
  .g-o-sm-0 {
    gap: 0;
  }
  .gy-o-sm-0 {
    row-gap: 0;
  }
  .gx-o-sm-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .g-o-sm-5 {
    gap: 5px;
  }
  .gy-o-sm-5 {
    row-gap: 5px;
  }
  .gx-o-sm-5 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .g-o-sm-8 {
    gap: 8px;
  }
  .gy-o-sm-8 {
    row-gap: 8px;
  }
  .gx-o-sm-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .g-o-sm-10 {
    gap: 10px;
  }
  .gy-o-sm-10 {
    row-gap: 10px;
  }
  .gx-o-sm-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .g-o-sm-12 {
    gap: 12px;
  }
  .gy-o-sm-12 {
    row-gap: 12px;
  }
  .gx-o-sm-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .g-o-sm-15 {
    gap: 15px;
  }
  .gy-o-sm-15 {
    row-gap: 15px;
  }
  .gx-o-sm-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .g-o-sm-20 {
    gap: 20px;
  }
  .gy-o-sm-20 {
    row-gap: 20px;
  }
  .gx-o-sm-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .g-o-sm-25 {
    gap: 25px;
  }
  .gy-o-sm-25 {
    row-gap: 25px;
  }
  .gx-o-sm-25 {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .g-o-sm-30 {
    gap: 30px;
  }
  .gy-o-sm-30 {
    row-gap: 30px;
  }
  .gx-o-sm-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .g-o-sm-35 {
    gap: 35px;
  }
  .gy-o-sm-35 {
    row-gap: 35px;
  }
  .gx-o-sm-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .g-o-sm-40 {
    gap: 40px;
  }
  .gy-o-sm-40 {
    row-gap: 40px;
  }
  .gx-o-sm-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .g-o-sm-45 {
    gap: 45px;
  }
  .gy-o-sm-45 {
    row-gap: 45px;
  }
  .gx-o-sm-45 {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .g-o-sm-50 {
    gap: 50px;
  }
  .gy-o-sm-50 {
    row-gap: 50px;
  }
  .gx-o-sm-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .g-o-sm-60 {
    gap: 60px;
  }
  .gy-o-sm-60 {
    row-gap: 60px;
  }
  .gx-o-sm-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .g-o-sm-70 {
    gap: 70px;
  }
  .gy-o-sm-70 {
    row-gap: 70px;
  }
  .gx-o-sm-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .g-o-sm-80 {
    gap: 80px;
  }
  .gy-o-sm-80 {
    row-gap: 80px;
  }
  .gx-o-sm-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .g-o-sm-90 {
    gap: 90px;
  }
  .gy-o-sm-90 {
    row-gap: 90px;
  }
  .gx-o-sm-90 {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .g-o-sm-100 {
    gap: 100px;
  }
  .gy-o-sm-100 {
    row-gap: 100px;
  }
  .gx-o-sm-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .g-o-sm-120 {
    gap: 120px;
  }
  .gy-o-sm-120 {
    row-gap: 120px;
  }
  .gx-o-sm-120 {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
  .g-o-sm-160 {
    gap: 160px;
  }
  .gy-o-sm-160 {
    row-gap: 160px;
  }
  .gx-o-sm-160 {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  .tc-o-sm-1 {
    color: var(--igs-color-1);
  }
  .tc-h-o-sm-1:hover {
    color: var(--igs-color-1);
  }
  .tc-a-o-sm-1.active {
    color: var(--igs-color-1);
  }
  .tc-o-sm-2 {
    color: var(--igs-color-2);
  }
  .tc-h-o-sm-2:hover {
    color: var(--igs-color-2);
  }
  .tc-a-o-sm-2.active {
    color: var(--igs-color-2);
  }
  .tc-o-sm-3 {
    color: var(--igs-color-3);
  }
  .tc-h-o-sm-3:hover {
    color: var(--igs-color-3);
  }
  .tc-a-o-sm-3.active {
    color: var(--igs-color-3);
  }
  .tc-o-sm-4 {
    color: var(--igs-color-4);
  }
  .tc-h-o-sm-4:hover {
    color: var(--igs-color-4);
  }
  .tc-a-o-sm-4.active {
    color: var(--igs-color-4);
  }
  .tc-o-sm-w {
    color: #fff;
  }
  .tc-h-o-sm-w:hover {
    color: #fff;
  }
  .tc-a-o-sm-w.active {
    color: #fff;
  }
  .tc-o-sm-b {
    color: #000;
  }
  .tc-h-o-sm-b:hover {
    color: #000;
  }
  .tc-a-o-sm-b.active {
    color: #000;
  }
  .tc-o-sm-i {
    color: inherit;
  }
  .tc-h-o-sm-i:hover {
    color: inherit;
  }
  .tc-a-o-sm-i.active {
    color: inherit;
  }
  .ta-o-sm-l {
    text-align: left;
  }
  .ta-o-sm-c {
    text-align: center;
  }
  .ta-o-sm-r {
    text-align: right;
  }
  .ta-o-sm-j {
    text-align: justify;
  }
  .tt-o-sm-n {
    text-transform: none;
  }
  .tt-o-sm-l {
    text-transform: lowercase;
  }
  .tt-o-sm-u {
    text-transform: uppercase;
  }
  .tt-o-sm-c {
    text-transform: capitalize;
  }
  .tt-o-sm-j {
    text-transform: justify;
  }
  .td-o-sm-n {
    text-decoration: none;
  }
  .td-o-sm-h-n:hover {
    text-decoration: none;
  }
  .td-o-sm-u {
    text-decoration: underline;
  }
  .td-o-sm-h-u:hover {
    text-decoration: underline;
  }
  .ff-o-sm-0 {
    font-family: 0;
  }
  .ff-o-sm-16 {
    font-family: 16px;
  }
  .ff-o-sm-20 {
    font-family: 20px;
  }
  .ff-o-sm-30 {
    font-family: 30px;
  }
  .ff-o-sm-40 {
    font-family: 40px;
  }
  .ff-o-sm-60 {
    font-family: 60px;
  }
  .ff-o-sm-80 {
    font-family: 80px;
  }
  .ff-o-sm-100 {
    font-family: 100px;
  }
  .ff-o-sm-100p {
    font-family: 100%;
  }
  .ff-o-sm-134 {
    font-family: 134px;
  }
  .ff-o-sm-200 {
    font-family: 200px;
  }
  .ff-o-sm-370 {
    font-family: 370px;
  }
  .ff-o-sm-a {
    font-family: auto;
  }
  .ff-o-sm-n {
    font-family: none;
  }
  .fs-o-sm-0 {
    font-size: 0;
  }
  .fs-o-sm-10 {
    font-size: 10px;
  }
  .fs-o-sm-11 {
    font-size: 11px;
  }
  .fs-o-sm-12 {
    font-size: 12px;
  }
  .fs-o-sm-13 {
    font-size: 13px;
  }
  .fs-o-sm-14 {
    font-size: 14px;
  }
  .fs-o-sm-15 {
    font-size: 15px;
  }
  .fs-o-sm-16 {
    font-size: 16px;
  }
  .fs-o-sm-18 {
    font-size: 18px;
  }
  .fs-o-sm-20 {
    font-size: 20px;
  }
  .fs-o-sm-22 {
    font-size: 22px;
  }
  .fs-o-sm-24 {
    font-size: 24px;
  }
  .fs-o-sm-26 {
    font-size: 26px;
  }
  .fs-o-sm-30 {
    font-size: 30px;
  }
  .fs-o-sm-40 {
    font-size: 40px;
  }
  .fs-o-sm-50 {
    font-size: 50px;
  }
  .fs-o-sm-60 {
    font-size: 60px;
  }
  .lh-o-sm-0 {
    line-height: 0;
  }
  .lh-o-sm-1 {
    line-height: 1;
  }
  .lh-o-sm-1-2 {
    line-height: 1.2;
  }
  .lh-o-sm-1-4 {
    line-height: 1.4;
  }
  .lh-o-sm-1-5 {
    line-height: 1.5;
  }
  .fw-o-sm-l {
    font-weight: 300;
  }
  .fw-o-sm-n {
    font-weight: 400;
  }
  .fw-o-sm-m {
    font-weight: 500;
  }
  .fw-o-sm-sb {
    font-weight: 600;
  }
  .fw-o-sm-b {
    font-weight: 700;
  }
  .fw-o-sm-bl {
    font-weight: 900;
  }
  .fst-o-sm-i {
    font-style: italic;
  }
  .ls-o-sm-0 {
    letter-spacing: 0;
  }
  .ls-o-sm-1 {
    letter-spacing: 1px;
  }
  .ls-o-sm-2 {
    letter-spacing: 2px;
  }
  .zi-o-sm-1 {
    z-index: 1;
  }
  .zi-o-sm-n1 {
    z-index: -1;
  }
  .zi-o-sm-2 {
    z-index: 2;
  }
  .zi-o-sm-n2 {
    z-index: -2;
  }
  .zi-o-sm-3 {
    z-index: 3;
  }
  .zi-o-sm-n3 {
    z-index: -3;
  }
  .zi-o-sm-4 {
    z-index: 4;
  }
  .zi-o-sm-n4 {
    z-index: -4;
  }
  .zi-o-sm-5 {
    z-index: 5;
  }
  .zi-o-sm-n5 {
    z-index: -5;
  }
  .zi-o-sm-10 {
    z-index: 10;
  }
  .zi-o-sm-n10 {
    z-index: -10;
  }
  .zi-o-sm-11 {
    z-index: 11;
  }
  .zi-o-sm-n11 {
    z-index: -11;
  }
  .visible-o-sm {
    visibility: visible;
  }
  .invisible-o-sm {
    visibility: hidden;
  }
}

@media (max-width: 1229.98px) {
  .row-d-md {
    display: flex;
    flex-wrap: wrap;
  }
  .fic-d-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .fic-d-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .fic-d-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .order-d-md-1 {
    order: 1;
  }
  .offset-d-md-1 {
    margin-left: 8.3333333333%;
  }
  .fic-d-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .order-d-md-2 {
    order: 2;
  }
  .offset-d-md-2 {
    margin-left: 16.6666666667%;
  }
  .fic-d-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .order-d-md-3 {
    order: 3;
  }
  .offset-d-md-3 {
    margin-left: 25%;
  }
  .fic-d-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .order-d-md-4 {
    order: 4;
  }
  .offset-d-md-4 {
    margin-left: 33.3333333333%;
  }
  .fic-d-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .order-d-md-5 {
    order: 5;
  }
  .offset-d-md-5 {
    margin-left: 41.6666666667%;
  }
  .fic-d-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .order-d-md-6 {
    order: 6;
  }
  .offset-d-md-6 {
    margin-left: 50%;
  }
  .fic-d-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .order-d-md-7 {
    order: 7;
  }
  .offset-d-md-7 {
    margin-left: 58.3333333333%;
  }
  .fic-d-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .order-d-md-8 {
    order: 8;
  }
  .offset-d-md-8 {
    margin-left: 66.6666666667%;
  }
  .fic-d-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .order-d-md-9 {
    order: 9;
  }
  .offset-d-md-9 {
    margin-left: 75%;
  }
  .fic-d-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .order-d-md-10 {
    order: 10;
  }
  .offset-d-md-10 {
    margin-left: 83.3333333333%;
  }
  .fic-d-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .order-d-md-11 {
    order: 11;
  }
  .offset-d-md-11 {
    margin-left: 91.6666666667%;
  }
  .fic-d-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-d-md-12 {
    order: 12;
  }
  .offset-d-md-12 {
    margin-left: 100%;
  }
  html:root {
    margin-top: 0 !important;
  }
  #wpadminbar {
    display: none;
  }
  .va-d-md-base {
    vertical-align: baseline;
  }
  .va-d-md-t {
    vertical-align: top;
  }
  .va-d-md-m {
    vertical-align: middle;
  }
  .va-d-md-b {
    vertical-align: bottom;
  }
  .va-d-md-tt {
    vertical-align: text-top;
  }
  .va-d-md-tb {
    vertical-align: text-bottom;
  }
  .bg-d-md-1 {
    background-color: var(--igs-color-1);
  }
  .bg-h-d-md-1:hover {
    background-color: var(--igs-color-1);
  }
  .bg-a-d-md-1.active {
    background-color: var(--igs-color-1);
  }
  .bg-d-md-2 {
    background-color: var(--igs-color-2);
  }
  .bg-h-d-md-2:hover {
    background-color: var(--igs-color-2);
  }
  .bg-a-d-md-2.active {
    background-color: var(--igs-color-2);
  }
  .bg-d-md-3 {
    background-color: var(--igs-color-3);
  }
  .bg-h-d-md-3:hover {
    background-color: var(--igs-color-3);
  }
  .bg-a-d-md-3.active {
    background-color: var(--igs-color-3);
  }
  .bg-d-md-4 {
    background-color: var(--igs-color-4);
  }
  .bg-h-d-md-4:hover {
    background-color: var(--igs-color-4);
  }
  .bg-a-d-md-4.active {
    background-color: var(--igs-color-4);
  }
  .bg-d-md-w {
    background-color: #fff;
  }
  .bg-h-d-md-w:hover {
    background-color: #fff;
  }
  .bg-a-d-md-w.active {
    background-color: #fff;
  }
  .bg-d-md-b {
    background-color: #000;
  }
  .bg-h-d-md-b:hover {
    background-color: #000;
  }
  .bg-a-d-md-b.active {
    background-color: #000;
  }
  .bg-d-md-i {
    background-color: inherit;
  }
  .bg-h-d-md-i:hover {
    background-color: inherit;
  }
  .bg-a-d-md-i.active {
    background-color: inherit;
  }
  .br-d-md-5 {
    border-radius: 5px;
  }
  .br-t-d-md-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .br-b-d-md-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .br-l-d-md-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .br-r-d-md-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .br-d-md-10 {
    border-radius: 10px;
  }
  .br-t-d-md-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .br-b-d-md-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .br-l-d-md-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .br-r-d-md-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .br-d-md-c {
    border-radius: 50%;
  }
  .br-t-d-md-c {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  .br-b-d-md-c {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .br-l-d-md-c {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .br-r-d-md-c {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .br-d-md-p {
    border-radius: 50rem;
  }
  .br-t-d-md-p {
    border-top-left-radius: 50rem;
    border-top-right-radius: 50rem;
  }
  .br-b-d-md-p {
    border-bottom-right-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
  .br-l-d-md-p {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
  }
  .br-r-d-md-p {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
  }
  .b-d-md-1 {
    border: 1px solid transparent;
  }
  .b-d-md-2 {
    border: 2px solid transparent;
  }
  .b-d-md-3 {
    border: 3px solid transparent;
  }
  .b-d-md-4 {
    border: 4px solid transparent;
  }
  .b-d-md-5 {
    border: 5px solid transparent;
  }
  .b-t-d-md-1 {
    border-top: 1px solid transparent;
  }
  .b-t-d-md-2 {
    border-top: 2px solid transparent;
  }
  .b-t-d-md-3 {
    border-top: 3px solid transparent;
  }
  .b-t-d-md-4 {
    border-top: 4px solid transparent;
  }
  .b-t-d-md-5 {
    border-top: 5px solid transparent;
  }
  .b-r-d-md-1 {
    border-right: 1px solid transparent;
  }
  .b-r-d-md-2 {
    border-right: 2px solid transparent;
  }
  .b-r-d-md-3 {
    border-right: 3px solid transparent;
  }
  .b-r-d-md-4 {
    border-right: 4px solid transparent;
  }
  .b-r-d-md-5 {
    border-right: 5px solid transparent;
  }
  .b-b-d-md-1 {
    border-bottom: 1px solid transparent;
  }
  .b-b-d-md-2 {
    border-bottom: 2px solid transparent;
  }
  .b-b-d-md-3 {
    border-bottom: 3px solid transparent;
  }
  .b-b-d-md-4 {
    border-bottom: 4px solid transparent;
  }
  .b-b-d-md-5 {
    border-bottom: 5px solid transparent;
  }
  .b-l-d-md-1 {
    border-left: 1px solid transparent;
  }
  .b-l-d-md-2 {
    border-left: 2px solid transparent;
  }
  .b-l-d-md-3 {
    border-left: 3px solid transparent;
  }
  .b-l-d-md-4 {
    border-left: 4px solid transparent;
  }
  .b-l-d-md-5 {
    border-left: 5px solid transparent;
  }
  .bc-d-md-b15 {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .bc-d-md-b15:hover {
    border-color: rgba(0, 0, 0, 0.15);
  }
  .bc-d-md-1 {
    border-color: var(--igs-color-1);
  }
  .bc-d-md-1:hover {
    border-color: var(--igs-color-1);
  }
  .bc-d-md-2 {
    border-color: var(--igs-color-2);
  }
  .bc-d-md-2:hover {
    border-color: var(--igs-color-2);
  }
  .bc-d-md-3 {
    border-color: var(--igs-color-3);
  }
  .bc-d-md-3:hover {
    border-color: var(--igs-color-3);
  }
  .bc-d-md-4 {
    border-color: var(--igs-color-4);
  }
  .bc-d-md-4:hover {
    border-color: var(--igs-color-4);
  }
  .bc-d-md-w {
    border-color: #fff;
  }
  .bc-d-md-w:hover {
    border-color: #fff;
  }
  .bc-d-md-b {
    border-color: #000;
  }
  .bc-d-md-b:hover {
    border-color: #000;
  }
  .bc-d-md-i {
    border-color: inherit;
  }
  .bc-d-md-i:hover {
    border-color: inherit;
  }
  .d-d-md-i {
    display: inline;
  }
  .d-d-md-ib {
    display: inline-block;
  }
  .d-d-md-b {
    display: block;
  }
  .d-d-md-t {
    display: table;
  }
  .d-d-md-tr {
    display: table-row;
  }
  .d-d-md-tc {
    display: table-cell;
  }
  .d-d-md-f {
    display: flex;
  }
  .d-d-md-if {
    display: inline-flex;
  }
  .d-d-md-n {
    display: none;
  }
  .f-d-md-1 {
    flex: 0 1 100%;
  }
  .f-d-md-3 {
    flex: 0 0 33.33%;
  }
  .f-d-md-40 {
    flex: 0 0 40px;
  }
  .f-d-md-60 {
    flex: 0 0 60px;
  }
  .f-d-md-80 {
    flex: 0 0 80px;
  }
  .f-d-md-h {
    flex: 0 0 50%;
  }
  .f-d-md-a {
    flex: 0 0 auto;
  }
  .f-d-md-r {
    flex-direction: row;
  }
  .f-d-md-c {
    flex-direction: column;
  }
  .f-d-md-rr {
    flex-direction: row-reverse;
  }
  .f-d-md-cr {
    flex-direction: column-reverse;
  }
  .f-d-md-w {
    flex-wrap: wrap;
  }
  .f-d-md-nw {
    flex-wrap: nowrap;
  }
  .f-d-md-wr {
    flex-wrap: wrap-reverse;
  }
  .f-d-md-g-0 {
    flex-grow: 0;
  }
  .f-d-md-g-1 {
    flex-grow: 1;
  }
  .f-d-md-s-0 {
    flex-shrink: 0;
  }
  .f-d-md-s-1 {
    flex-shrink: 1;
  }
  .ai-d-md-fs {
    align-items: flex-start;
  }
  .ai-d-md-fe {
    align-items: flex-end;
  }
  .ai-d-md-c {
    align-items: center;
  }
  .ai-d-md-b {
    align-items: baseline;
  }
  .ai-d-md-s {
    align-items: stretch;
  }
  .jc-d-md-fs {
    justify-content: flex-start;
  }
  .jc-d-md-fe {
    justify-content: flex-end;
  }
  .jc-d-md-c {
    justify-content: center;
  }
  .jc-d-md-sb {
    justify-content: space-between;
  }
  .jc-d-md-sa {
    justify-content: space-around;
  }
  .jc-d-md-se {
    justify-content: space-evenly;
  }
  .ac-d-md-fs {
    align-content: flex-start;
  }
  .ac-d-md-fe {
    align-content: flex-end;
  }
  .ac-d-md-c {
    align-content: center;
  }
  .ac-d-md-sb {
    align-content: space-between;
  }
  .ac-d-md-sa {
    align-content: space-around;
  }
  .ac-d-md-s {
    align-content: stretch;
  }
  .as-d-md-a {
    align-self: auto;
  }
  .as-d-md-fs {
    align-self: flex-start;
  }
  .as-d-md-fe {
    align-self: flex-end;
  }
  .as-d-md-c {
    align-self: center;
  }
  .as-d-md-b {
    align-self: baseline;
  }
  .as-d-md-s {
    align-self: stretch;
  }
  .float-d-md-l {
    float: left;
  }
  .float-d-md-r {
    float: right;
  }
  .float-d-md-n {
    float: none;
  }
  .of-d-md-a {
    overflow: auto;
  }
  .of-d-md-h {
    overflow: hidden;
  }
  .ps-d-md-s {
    position: static;
  }
  .ps-d-md-r {
    position: relative;
  }
  .ps-d-md-a {
    position: absolute;
  }
  .ps-d-md-f {
    position: fixed;
  }
  .ps-d-md-sy {
    position: sticky;
  }
  .ps-d-md-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .ps-t-d-md-0,
  .ps-y-d-md-0 {
    top: 0;
  }
  .ps-b-d-md-0,
  .ps-y-d-md-0 {
    bottom: 0;
  }
  .ps-l-d-md-0,
  .ps-x-d-md-0 {
    left: 0;
  }
  .ps-r-d-md-0,
  .ps-x-d-md-0 {
    right: 0;
  }
  .ps-d-md-5 {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }
  .ps-t-d-md-5,
  .ps-y-d-md-5 {
    top: 5px;
  }
  .ps-b-d-md-5,
  .ps-y-d-md-5 {
    bottom: 5px;
  }
  .ps-l-d-md-5,
  .ps-x-d-md-5 {
    left: 5px;
  }
  .ps-r-d-md-5,
  .ps-x-d-md-5 {
    right: 5px;
  }
  .ps-d-md-10 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  .ps-t-d-md-10,
  .ps-y-d-md-10 {
    top: 10px;
  }
  .ps-b-d-md-10,
  .ps-y-d-md-10 {
    bottom: 10px;
  }
  .ps-l-d-md-10,
  .ps-x-d-md-10 {
    left: 10px;
  }
  .ps-r-d-md-10,
  .ps-x-d-md-10 {
    right: 10px;
  }
  .ps-d-md-25 {
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
  }
  .ps-t-d-md-25,
  .ps-y-d-md-25 {
    top: 25px;
  }
  .ps-b-d-md-25,
  .ps-y-d-md-25 {
    bottom: 25px;
  }
  .ps-l-d-md-25,
  .ps-x-d-md-25 {
    left: 25px;
  }
  .ps-r-d-md-25,
  .ps-x-d-md-25 {
    right: 25px;
  }
  .ps-d-md-30 {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
  .ps-t-d-md-30,
  .ps-y-d-md-30 {
    top: 30px;
  }
  .ps-b-d-md-30,
  .ps-y-d-md-30 {
    bottom: 30px;
  }
  .ps-l-d-md-30,
  .ps-x-d-md-30 {
    left: 30px;
  }
  .ps-r-d-md-30,
  .ps-x-d-md-30 {
    right: 30px;
  }
  .ps-d-md-50 {
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px;
  }
  .ps-t-d-md-50,
  .ps-y-d-md-50 {
    top: 50px;
  }
  .ps-b-d-md-50,
  .ps-y-d-md-50 {
    bottom: 50px;
  }
  .ps-l-d-md-50,
  .ps-x-d-md-50 {
    left: 50px;
  }
  .ps-r-d-md-50,
  .ps-x-d-md-50 {
    right: 50px;
  }
  .ps-d-md-50p {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }
  .ps-t-d-md-50p,
  .ps-y-d-md-50p {
    top: 50%;
  }
  .ps-b-d-md-50p,
  .ps-y-d-md-50p {
    bottom: 50%;
  }
  .ps-l-d-md-50p,
  .ps-x-d-md-50p {
    left: 50%;
  }
  .ps-r-d-md-50p,
  .ps-x-d-md-50p {
    right: 50%;
  }
  .ps-d-md-100 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }
  .ps-t-d-md-100,
  .ps-y-d-md-100 {
    top: 100%;
  }
  .ps-b-d-md-100,
  .ps-y-d-md-100 {
    bottom: 100%;
  }
  .ps-l-d-md-100,
  .ps-x-d-md-100 {
    left: 100%;
  }
  .ps-r-d-md-100,
  .ps-x-d-md-100 {
    right: 100%;
  }
  .w-d-md-0 {
    width: 0;
  }
  .w-d-md-16 {
    width: 16px;
  }
  .w-d-md-20 {
    width: 20px;
  }
  .w-d-md-30 {
    width: 30px;
  }
  .w-d-md-40 {
    width: 40px;
  }
  .w-d-md-60 {
    width: 60px;
  }
  .w-d-md-80 {
    width: 80px;
  }
  .w-d-md-100 {
    width: 100px;
  }
  .w-d-md-100p {
    width: 100%;
  }
  .w-d-md-134 {
    width: 134px;
  }
  .w-d-md-200 {
    width: 200px;
  }
  .w-d-md-370 {
    width: 370px;
  }
  .w-d-md-a {
    width: auto;
    width: auto;
  }
  .w-d-md-n {
    width: none;
  }
  .h-d-md-0 {
    height: 0;
  }
  .h-d-md-16 {
    height: 16px;
  }
  .h-d-md-20 {
    height: 20px;
  }
  .h-d-md-30 {
    height: 30px;
  }
  .h-d-md-40 {
    height: 40px;
  }
  .h-d-md-60 {
    height: 60px;
  }
  .h-d-md-80 {
    height: 80px;
  }
  .h-d-md-100 {
    height: 100px;
  }
  .h-d-md-100p {
    height: 100%;
  }
  .h-d-md-134 {
    height: 134px;
  }
  .h-d-md-200 {
    height: 200px;
  }
  .h-d-md-370 {
    height: 370px;
  }
  .h-d-md-a {
    height: auto;
  }
  .h-d-md-n {
    height: none;
  }
  .mw-d-md-0 {
    max-width: 0;
  }
  .mw-d-md-16 {
    max-width: 16px;
  }
  .mw-d-md-20 {
    max-width: 20px;
  }
  .mw-d-md-30 {
    max-width: 30px;
  }
  .mw-d-md-40 {
    max-width: 40px;
  }
  .mw-d-md-60 {
    max-width: 60px;
  }
  .mw-d-md-80 {
    max-width: 80px;
  }
  .mw-d-md-100 {
    max-width: 100px;
  }
  .mw-d-md-100p {
    max-width: 100%;
  }
  .mw-d-md-134 {
    max-width: 134px;
  }
  .mw-d-md-200 {
    max-width: 200px;
  }
  .mw-d-md-370 {
    max-width: 370px;
  }
  .mw-d-md-a {
    max-width: auto;
  }
  .mw-d-md-n {
    max-width: none;
  }
  .min-w-d-md-0 {
    min-width: 0;
  }
  .min-w-d-md-16 {
    min-width: 16px;
  }
  .min-w-d-md-20 {
    min-width: 20px;
  }
  .min-w-d-md-30 {
    min-width: 30px;
  }
  .min-w-d-md-40 {
    min-width: 40px;
  }
  .min-w-d-md-60 {
    min-width: 60px;
  }
  .min-w-d-md-80 {
    min-width: 80px;
  }
  .min-w-d-md-100 {
    min-width: 100px;
  }
  .min-w-d-md-100p {
    min-width: 100%;
  }
  .min-w-d-md-134 {
    min-width: 134px;
  }
  .min-w-d-md-200 {
    min-width: 200px;
  }
  .min-w-d-md-370 {
    min-width: 370px;
  }
  .min-w-d-md-a {
    min-width: auto;
  }
  .min-w-d-md-n {
    min-width: none;
  }
  .mh-d-md-0 {
    max-height: 0;
  }
  .mh-d-md-16 {
    max-height: 16px;
  }
  .mh-d-md-20 {
    max-height: 20px;
  }
  .mh-d-md-30 {
    max-height: 30px;
  }
  .mh-d-md-40 {
    max-height: 40px;
  }
  .mh-d-md-60 {
    max-height: 60px;
  }
  .mh-d-md-80 {
    max-height: 80px;
  }
  .mh-d-md-100 {
    max-height: 100px;
  }
  .mh-d-md-100p {
    max-height: 100%;
  }
  .mh-d-md-134 {
    max-height: 134px;
  }
  .mh-d-md-200 {
    max-height: 200px;
  }
  .mh-d-md-370 {
    max-height: 370px;
  }
  .mh-d-md-a {
    max-height: auto;
  }
  .mh-d-md-n {
    max-height: none;
  }
  .min-h-d-md-0 {
    min-height: 0;
  }
  .min-h-d-md-16 {
    min-height: 16px;
  }
  .min-h-d-md-20 {
    min-height: 20px;
  }
  .min-h-d-md-30 {
    min-height: 30px;
  }
  .min-h-d-md-40 {
    min-height: 40px;
  }
  .min-h-d-md-60 {
    min-height: 60px;
  }
  .min-h-d-md-80 {
    min-height: 80px;
  }
  .min-h-d-md-100 {
    min-height: 100px;
  }
  .min-h-d-md-100p {
    min-height: 100%;
  }
  .min-h-d-md-134 {
    min-height: 134px;
  }
  .min-h-d-md-200 {
    min-height: 200px;
  }
  .min-h-d-md-370 {
    min-height: 370px;
  }
  .min-h-d-md-a {
    min-height: auto;
  }
  .min-h-d-md-n {
    min-height: none;
  }
  .min-d-md-vw-100 {
    min-width: 100vw;
  }
  .min-d-md-vh-100 {
    min-height: 100vh;
  }
  .vw-d-md-100 {
    width: 100vw;
  }
  .vh-d-md-100 {
    height: 100vh;
  }
  .m-d-md-0 {
    margin: 0;
  }
  .mt-d-md-0,
  .my-d-md-0 {
    margin-top: 0;
  }
  .mr-d-md-0,
  .mx-d-md-0 {
    margin-right: 0;
  }
  .mb-d-md-0,
  .my-d-md-0 {
    margin-bottom: 0;
  }
  .ml-d-md-0,
  .mx-d-md-0 {
    margin-left: 0;
  }
  .m-d-md-5 {
    margin: 5px;
  }
  .mt-d-md-5,
  .my-d-md-5 {
    margin-top: 5px;
  }
  .mr-d-md-5,
  .mx-d-md-5 {
    margin-right: 5px;
  }
  .mb-d-md-5,
  .my-d-md-5 {
    margin-bottom: 5px;
  }
  .ml-d-md-5,
  .mx-d-md-5 {
    margin-left: 5px;
  }
  .m-d-md-8 {
    margin: 8px;
  }
  .mt-d-md-8,
  .my-d-md-8 {
    margin-top: 8px;
  }
  .mr-d-md-8,
  .mx-d-md-8 {
    margin-right: 8px;
  }
  .mb-d-md-8,
  .my-d-md-8 {
    margin-bottom: 8px;
  }
  .ml-d-md-8,
  .mx-d-md-8 {
    margin-left: 8px;
  }
  .m-d-md-10 {
    margin: 10px;
  }
  .mt-d-md-10,
  .my-d-md-10 {
    margin-top: 10px;
  }
  .mr-d-md-10,
  .mx-d-md-10 {
    margin-right: 10px;
  }
  .mb-d-md-10,
  .my-d-md-10 {
    margin-bottom: 10px;
  }
  .ml-d-md-10,
  .mx-d-md-10 {
    margin-left: 10px;
  }
  .m-d-md-12 {
    margin: 12px;
  }
  .mt-d-md-12,
  .my-d-md-12 {
    margin-top: 12px;
  }
  .mr-d-md-12,
  .mx-d-md-12 {
    margin-right: 12px;
  }
  .mb-d-md-12,
  .my-d-md-12 {
    margin-bottom: 12px;
  }
  .ml-d-md-12,
  .mx-d-md-12 {
    margin-left: 12px;
  }
  .m-d-md-15 {
    margin: 15px;
  }
  .mt-d-md-15,
  .my-d-md-15 {
    margin-top: 15px;
  }
  .mr-d-md-15,
  .mx-d-md-15 {
    margin-right: 15px;
  }
  .mb-d-md-15,
  .my-d-md-15 {
    margin-bottom: 15px;
  }
  .ml-d-md-15,
  .mx-d-md-15 {
    margin-left: 15px;
  }
  .m-d-md-20 {
    margin: 20px;
  }
  .mt-d-md-20,
  .my-d-md-20 {
    margin-top: 20px;
  }
  .mr-d-md-20,
  .mx-d-md-20 {
    margin-right: 20px;
  }
  .mb-d-md-20,
  .my-d-md-20 {
    margin-bottom: 20px;
  }
  .ml-d-md-20,
  .mx-d-md-20 {
    margin-left: 20px;
  }
  .m-d-md-25 {
    margin: 25px;
  }
  .mt-d-md-25,
  .my-d-md-25 {
    margin-top: 25px;
  }
  .mr-d-md-25,
  .mx-d-md-25 {
    margin-right: 25px;
  }
  .mb-d-md-25,
  .my-d-md-25 {
    margin-bottom: 25px;
  }
  .ml-d-md-25,
  .mx-d-md-25 {
    margin-left: 25px;
  }
  .m-d-md-30 {
    margin: 30px;
  }
  .mt-d-md-30,
  .my-d-md-30 {
    margin-top: 30px;
  }
  .mr-d-md-30,
  .mx-d-md-30 {
    margin-right: 30px;
  }
  .mb-d-md-30,
  .my-d-md-30 {
    margin-bottom: 30px;
  }
  .ml-d-md-30,
  .mx-d-md-30 {
    margin-left: 30px;
  }
  .m-d-md-35 {
    margin: 35px;
  }
  .mt-d-md-35,
  .my-d-md-35 {
    margin-top: 35px;
  }
  .mr-d-md-35,
  .mx-d-md-35 {
    margin-right: 35px;
  }
  .mb-d-md-35,
  .my-d-md-35 {
    margin-bottom: 35px;
  }
  .ml-d-md-35,
  .mx-d-md-35 {
    margin-left: 35px;
  }
  .m-d-md-40 {
    margin: 40px;
  }
  .mt-d-md-40,
  .my-d-md-40 {
    margin-top: 40px;
  }
  .mr-d-md-40,
  .mx-d-md-40 {
    margin-right: 40px;
  }
  .mb-d-md-40,
  .my-d-md-40 {
    margin-bottom: 40px;
  }
  .ml-d-md-40,
  .mx-d-md-40 {
    margin-left: 40px;
  }
  .m-d-md-45 {
    margin: 45px;
  }
  .mt-d-md-45,
  .my-d-md-45 {
    margin-top: 45px;
  }
  .mr-d-md-45,
  .mx-d-md-45 {
    margin-right: 45px;
  }
  .mb-d-md-45,
  .my-d-md-45 {
    margin-bottom: 45px;
  }
  .ml-d-md-45,
  .mx-d-md-45 {
    margin-left: 45px;
  }
  .m-d-md-50 {
    margin: 50px;
  }
  .mt-d-md-50,
  .my-d-md-50 {
    margin-top: 50px;
  }
  .mr-d-md-50,
  .mx-d-md-50 {
    margin-right: 50px;
  }
  .mb-d-md-50,
  .my-d-md-50 {
    margin-bottom: 50px;
  }
  .ml-d-md-50,
  .mx-d-md-50 {
    margin-left: 50px;
  }
  .m-d-md-60 {
    margin: 60px;
  }
  .mt-d-md-60,
  .my-d-md-60 {
    margin-top: 60px;
  }
  .mr-d-md-60,
  .mx-d-md-60 {
    margin-right: 60px;
  }
  .mb-d-md-60,
  .my-d-md-60 {
    margin-bottom: 60px;
  }
  .ml-d-md-60,
  .mx-d-md-60 {
    margin-left: 60px;
  }
  .m-d-md-70 {
    margin: 70px;
  }
  .mt-d-md-70,
  .my-d-md-70 {
    margin-top: 70px;
  }
  .mr-d-md-70,
  .mx-d-md-70 {
    margin-right: 70px;
  }
  .mb-d-md-70,
  .my-d-md-70 {
    margin-bottom: 70px;
  }
  .ml-d-md-70,
  .mx-d-md-70 {
    margin-left: 70px;
  }
  .m-d-md-80 {
    margin: 80px;
  }
  .mt-d-md-80,
  .my-d-md-80 {
    margin-top: 80px;
  }
  .mr-d-md-80,
  .mx-d-md-80 {
    margin-right: 80px;
  }
  .mb-d-md-80,
  .my-d-md-80 {
    margin-bottom: 80px;
  }
  .ml-d-md-80,
  .mx-d-md-80 {
    margin-left: 80px;
  }
  .m-d-md-90 {
    margin: 90px;
  }
  .mt-d-md-90,
  .my-d-md-90 {
    margin-top: 90px;
  }
  .mr-d-md-90,
  .mx-d-md-90 {
    margin-right: 90px;
  }
  .mb-d-md-90,
  .my-d-md-90 {
    margin-bottom: 90px;
  }
  .ml-d-md-90,
  .mx-d-md-90 {
    margin-left: 90px;
  }
  .m-d-md-100 {
    margin: 100px;
  }
  .mt-d-md-100,
  .my-d-md-100 {
    margin-top: 100px;
  }
  .mr-d-md-100,
  .mx-d-md-100 {
    margin-right: 100px;
  }
  .mb-d-md-100,
  .my-d-md-100 {
    margin-bottom: 100px;
  }
  .ml-d-md-100,
  .mx-d-md-100 {
    margin-left: 100px;
  }
  .m-d-md-120 {
    margin: 120px;
  }
  .mt-d-md-120,
  .my-d-md-120 {
    margin-top: 120px;
  }
  .mr-d-md-120,
  .mx-d-md-120 {
    margin-right: 120px;
  }
  .mb-d-md-120,
  .my-d-md-120 {
    margin-bottom: 120px;
  }
  .ml-d-md-120,
  .mx-d-md-120 {
    margin-left: 120px;
  }
  .m-d-md-160 {
    margin: 160px;
  }
  .mt-d-md-160,
  .my-d-md-160 {
    margin-top: 160px;
  }
  .mr-d-md-160,
  .mx-d-md-160 {
    margin-right: 160px;
  }
  .mb-d-md-160,
  .my-d-md-160 {
    margin-bottom: 160px;
  }
  .ml-d-md-160,
  .mx-d-md-160 {
    margin-left: 160px;
  }
  .p-d-md-0 {
    padding: 0;
  }
  .pt-d-md-0,
  .py-d-md-0 {
    padding-top: 0;
  }
  .pr-d-md-0,
  .px-d-md-0 {
    padding-right: 0;
  }
  .pb-d-md-0,
  .py-d-md-0 {
    padding-bottom: 0;
  }
  .pl-d-md-0,
  .px-d-md-0 {
    padding-left: 0;
  }
  .p-d-md-5 {
    padding: 5px;
  }
  .pt-d-md-5,
  .py-d-md-5 {
    padding-top: 5px;
  }
  .pr-d-md-5,
  .px-d-md-5 {
    padding-right: 5px;
  }
  .pb-d-md-5,
  .py-d-md-5 {
    padding-bottom: 5px;
  }
  .pl-d-md-5,
  .px-d-md-5 {
    padding-left: 5px;
  }
  .p-d-md-8 {
    padding: 8px;
  }
  .pt-d-md-8,
  .py-d-md-8 {
    padding-top: 8px;
  }
  .pr-d-md-8,
  .px-d-md-8 {
    padding-right: 8px;
  }
  .pb-d-md-8,
  .py-d-md-8 {
    padding-bottom: 8px;
  }
  .pl-d-md-8,
  .px-d-md-8 {
    padding-left: 8px;
  }
  .p-d-md-10 {
    padding: 10px;
  }
  .pt-d-md-10,
  .py-d-md-10 {
    padding-top: 10px;
  }
  .pr-d-md-10,
  .px-d-md-10 {
    padding-right: 10px;
  }
  .pb-d-md-10,
  .py-d-md-10 {
    padding-bottom: 10px;
  }
  .pl-d-md-10,
  .px-d-md-10 {
    padding-left: 10px;
  }
  .p-d-md-12 {
    padding: 12px;
  }
  .pt-d-md-12,
  .py-d-md-12 {
    padding-top: 12px;
  }
  .pr-d-md-12,
  .px-d-md-12 {
    padding-right: 12px;
  }
  .pb-d-md-12,
  .py-d-md-12 {
    padding-bottom: 12px;
  }
  .pl-d-md-12,
  .px-d-md-12 {
    padding-left: 12px;
  }
  .p-d-md-15 {
    padding: 15px;
  }
  .pt-d-md-15,
  .py-d-md-15 {
    padding-top: 15px;
  }
  .pr-d-md-15,
  .px-d-md-15 {
    padding-right: 15px;
  }
  .pb-d-md-15,
  .py-d-md-15 {
    padding-bottom: 15px;
  }
  .pl-d-md-15,
  .px-d-md-15 {
    padding-left: 15px;
  }
  .p-d-md-20 {
    padding: 20px;
  }
  .pt-d-md-20,
  .py-d-md-20 {
    padding-top: 20px;
  }
  .pr-d-md-20,
  .px-d-md-20 {
    padding-right: 20px;
  }
  .pb-d-md-20,
  .py-d-md-20 {
    padding-bottom: 20px;
  }
  .pl-d-md-20,
  .px-d-md-20 {
    padding-left: 20px;
  }
  .p-d-md-25 {
    padding: 25px;
  }
  .pt-d-md-25,
  .py-d-md-25 {
    padding-top: 25px;
  }
  .pr-d-md-25,
  .px-d-md-25 {
    padding-right: 25px;
  }
  .pb-d-md-25,
  .py-d-md-25 {
    padding-bottom: 25px;
  }
  .pl-d-md-25,
  .px-d-md-25 {
    padding-left: 25px;
  }
  .p-d-md-30 {
    padding: 30px;
  }
  .pt-d-md-30,
  .py-d-md-30 {
    padding-top: 30px;
  }
  .pr-d-md-30,
  .px-d-md-30 {
    padding-right: 30px;
  }
  .pb-d-md-30,
  .py-d-md-30 {
    padding-bottom: 30px;
  }
  .pl-d-md-30,
  .px-d-md-30 {
    padding-left: 30px;
  }
  .p-d-md-35 {
    padding: 35px;
  }
  .pt-d-md-35,
  .py-d-md-35 {
    padding-top: 35px;
  }
  .pr-d-md-35,
  .px-d-md-35 {
    padding-right: 35px;
  }
  .pb-d-md-35,
  .py-d-md-35 {
    padding-bottom: 35px;
  }
  .pl-d-md-35,
  .px-d-md-35 {
    padding-left: 35px;
  }
  .p-d-md-40 {
    padding: 40px;
  }
  .pt-d-md-40,
  .py-d-md-40 {
    padding-top: 40px;
  }
  .pr-d-md-40,
  .px-d-md-40 {
    padding-right: 40px;
  }
  .pb-d-md-40,
  .py-d-md-40 {
    padding-bottom: 40px;
  }
  .pl-d-md-40,
  .px-d-md-40 {
    padding-left: 40px;
  }
  .p-d-md-45 {
    padding: 45px;
  }
  .pt-d-md-45,
  .py-d-md-45 {
    padding-top: 45px;
  }
  .pr-d-md-45,
  .px-d-md-45 {
    padding-right: 45px;
  }
  .pb-d-md-45,
  .py-d-md-45 {
    padding-bottom: 45px;
  }
  .pl-d-md-45,
  .px-d-md-45 {
    padding-left: 45px;
  }
  .p-d-md-50 {
    padding: 50px;
  }
  .pt-d-md-50,
  .py-d-md-50 {
    padding-top: 50px;
  }
  .pr-d-md-50,
  .px-d-md-50 {
    padding-right: 50px;
  }
  .pb-d-md-50,
  .py-d-md-50 {
    padding-bottom: 50px;
  }
  .pl-d-md-50,
  .px-d-md-50 {
    padding-left: 50px;
  }
  .p-d-md-60 {
    padding: 60px;
  }
  .pt-d-md-60,
  .py-d-md-60 {
    padding-top: 60px;
  }
  .pr-d-md-60,
  .px-d-md-60 {
    padding-right: 60px;
  }
  .pb-d-md-60,
  .py-d-md-60 {
    padding-bottom: 60px;
  }
  .pl-d-md-60,
  .px-d-md-60 {
    padding-left: 60px;
  }
  .p-d-md-70 {
    padding: 70px;
  }
  .pt-d-md-70,
  .py-d-md-70 {
    padding-top: 70px;
  }
  .pr-d-md-70,
  .px-d-md-70 {
    padding-right: 70px;
  }
  .pb-d-md-70,
  .py-d-md-70 {
    padding-bottom: 70px;
  }
  .pl-d-md-70,
  .px-d-md-70 {
    padding-left: 70px;
  }
  .p-d-md-80 {
    padding: 80px;
  }
  .pt-d-md-80,
  .py-d-md-80 {
    padding-top: 80px;
  }
  .pr-d-md-80,
  .px-d-md-80 {
    padding-right: 80px;
  }
  .pb-d-md-80,
  .py-d-md-80 {
    padding-bottom: 80px;
  }
  .pl-d-md-80,
  .px-d-md-80 {
    padding-left: 80px;
  }
  .p-d-md-90 {
    padding: 90px;
  }
  .pt-d-md-90,
  .py-d-md-90 {
    padding-top: 90px;
  }
  .pr-d-md-90,
  .px-d-md-90 {
    padding-right: 90px;
  }
  .pb-d-md-90,
  .py-d-md-90 {
    padding-bottom: 90px;
  }
  .pl-d-md-90,
  .px-d-md-90 {
    padding-left: 90px;
  }
  .p-d-md-100 {
    padding: 100px;
  }
  .pt-d-md-100,
  .py-d-md-100 {
    padding-top: 100px;
  }
  .pr-d-md-100,
  .px-d-md-100 {
    padding-right: 100px;
  }
  .pb-d-md-100,
  .py-d-md-100 {
    padding-bottom: 100px;
  }
  .pl-d-md-100,
  .px-d-md-100 {
    padding-left: 100px;
  }
  .p-d-md-120 {
    padding: 120px;
  }
  .pt-d-md-120,
  .py-d-md-120 {
    padding-top: 120px;
  }
  .pr-d-md-120,
  .px-d-md-120 {
    padding-right: 120px;
  }
  .pb-d-md-120,
  .py-d-md-120 {
    padding-bottom: 120px;
  }
  .pl-d-md-120,
  .px-d-md-120 {
    padding-left: 120px;
  }
  .p-d-md-160 {
    padding: 160px;
  }
  .pt-d-md-160,
  .py-d-md-160 {
    padding-top: 160px;
  }
  .pr-d-md-160,
  .px-d-md-160 {
    padding-right: 160px;
  }
  .pb-d-md-160,
  .py-d-md-160 {
    padding-bottom: 160px;
  }
  .pl-d-md-160,
  .px-d-md-160 {
    padding-left: 160px;
  }
  .m-d-md-n5 {
    margin: -5px;
  }
  .mt-d-md-n5,
  .my-d-md-n5 {
    margin-top: -5px;
  }
  .mr-d-md-n5,
  .mx-d-md-n5 {
    margin-right: -5px;
  }
  .mb-d-md-n5,
  .my-d-md-n5 {
    margin-bottom: -5px;
  }
  .ml-d-md-n5,
  .mx-d-md-n5 {
    margin-left: -5px;
  }
  .m-d-md-n8 {
    margin: -8px;
  }
  .mt-d-md-n8,
  .my-d-md-n8 {
    margin-top: -8px;
  }
  .mr-d-md-n8,
  .mx-d-md-n8 {
    margin-right: -8px;
  }
  .mb-d-md-n8,
  .my-d-md-n8 {
    margin-bottom: -8px;
  }
  .ml-d-md-n8,
  .mx-d-md-n8 {
    margin-left: -8px;
  }
  .m-d-md-n10 {
    margin: -10px;
  }
  .mt-d-md-n10,
  .my-d-md-n10 {
    margin-top: -10px;
  }
  .mr-d-md-n10,
  .mx-d-md-n10 {
    margin-right: -10px;
  }
  .mb-d-md-n10,
  .my-d-md-n10 {
    margin-bottom: -10px;
  }
  .ml-d-md-n10,
  .mx-d-md-n10 {
    margin-left: -10px;
  }
  .m-d-md-n12 {
    margin: -12px;
  }
  .mt-d-md-n12,
  .my-d-md-n12 {
    margin-top: -12px;
  }
  .mr-d-md-n12,
  .mx-d-md-n12 {
    margin-right: -12px;
  }
  .mb-d-md-n12,
  .my-d-md-n12 {
    margin-bottom: -12px;
  }
  .ml-d-md-n12,
  .mx-d-md-n12 {
    margin-left: -12px;
  }
  .m-d-md-n15 {
    margin: -15px;
  }
  .mt-d-md-n15,
  .my-d-md-n15 {
    margin-top: -15px;
  }
  .mr-d-md-n15,
  .mx-d-md-n15 {
    margin-right: -15px;
  }
  .mb-d-md-n15,
  .my-d-md-n15 {
    margin-bottom: -15px;
  }
  .ml-d-md-n15,
  .mx-d-md-n15 {
    margin-left: -15px;
  }
  .m-d-md-n20 {
    margin: -20px;
  }
  .mt-d-md-n20,
  .my-d-md-n20 {
    margin-top: -20px;
  }
  .mr-d-md-n20,
  .mx-d-md-n20 {
    margin-right: -20px;
  }
  .mb-d-md-n20,
  .my-d-md-n20 {
    margin-bottom: -20px;
  }
  .ml-d-md-n20,
  .mx-d-md-n20 {
    margin-left: -20px;
  }
  .m-d-md-n25 {
    margin: -25px;
  }
  .mt-d-md-n25,
  .my-d-md-n25 {
    margin-top: -25px;
  }
  .mr-d-md-n25,
  .mx-d-md-n25 {
    margin-right: -25px;
  }
  .mb-d-md-n25,
  .my-d-md-n25 {
    margin-bottom: -25px;
  }
  .ml-d-md-n25,
  .mx-d-md-n25 {
    margin-left: -25px;
  }
  .m-d-md-n30 {
    margin: -30px;
  }
  .mt-d-md-n30,
  .my-d-md-n30 {
    margin-top: -30px;
  }
  .mr-d-md-n30,
  .mx-d-md-n30 {
    margin-right: -30px;
  }
  .mb-d-md-n30,
  .my-d-md-n30 {
    margin-bottom: -30px;
  }
  .ml-d-md-n30,
  .mx-d-md-n30 {
    margin-left: -30px;
  }
  .m-d-md-n35 {
    margin: -35px;
  }
  .mt-d-md-n35,
  .my-d-md-n35 {
    margin-top: -35px;
  }
  .mr-d-md-n35,
  .mx-d-md-n35 {
    margin-right: -35px;
  }
  .mb-d-md-n35,
  .my-d-md-n35 {
    margin-bottom: -35px;
  }
  .ml-d-md-n35,
  .mx-d-md-n35 {
    margin-left: -35px;
  }
  .m-d-md-n40 {
    margin: -40px;
  }
  .mt-d-md-n40,
  .my-d-md-n40 {
    margin-top: -40px;
  }
  .mr-d-md-n40,
  .mx-d-md-n40 {
    margin-right: -40px;
  }
  .mb-d-md-n40,
  .my-d-md-n40 {
    margin-bottom: -40px;
  }
  .ml-d-md-n40,
  .mx-d-md-n40 {
    margin-left: -40px;
  }
  .m-d-md-n45 {
    margin: -45px;
  }
  .mt-d-md-n45,
  .my-d-md-n45 {
    margin-top: -45px;
  }
  .mr-d-md-n45,
  .mx-d-md-n45 {
    margin-right: -45px;
  }
  .mb-d-md-n45,
  .my-d-md-n45 {
    margin-bottom: -45px;
  }
  .ml-d-md-n45,
  .mx-d-md-n45 {
    margin-left: -45px;
  }
  .m-d-md-n50 {
    margin: -50px;
  }
  .mt-d-md-n50,
  .my-d-md-n50 {
    margin-top: -50px;
  }
  .mr-d-md-n50,
  .mx-d-md-n50 {
    margin-right: -50px;
  }
  .mb-d-md-n50,
  .my-d-md-n50 {
    margin-bottom: -50px;
  }
  .ml-d-md-n50,
  .mx-d-md-n50 {
    margin-left: -50px;
  }
  .m-d-md-n60 {
    margin: -60px;
  }
  .mt-d-md-n60,
  .my-d-md-n60 {
    margin-top: -60px;
  }
  .mr-d-md-n60,
  .mx-d-md-n60 {
    margin-right: -60px;
  }
  .mb-d-md-n60,
  .my-d-md-n60 {
    margin-bottom: -60px;
  }
  .ml-d-md-n60,
  .mx-d-md-n60 {
    margin-left: -60px;
  }
  .m-d-md-n70 {
    margin: -70px;
  }
  .mt-d-md-n70,
  .my-d-md-n70 {
    margin-top: -70px;
  }
  .mr-d-md-n70,
  .mx-d-md-n70 {
    margin-right: -70px;
  }
  .mb-d-md-n70,
  .my-d-md-n70 {
    margin-bottom: -70px;
  }
  .ml-d-md-n70,
  .mx-d-md-n70 {
    margin-left: -70px;
  }
  .m-d-md-n80 {
    margin: -80px;
  }
  .mt-d-md-n80,
  .my-d-md-n80 {
    margin-top: -80px;
  }
  .mr-d-md-n80,
  .mx-d-md-n80 {
    margin-right: -80px;
  }
  .mb-d-md-n80,
  .my-d-md-n80 {
    margin-bottom: -80px;
  }
  .ml-d-md-n80,
  .mx-d-md-n80 {
    margin-left: -80px;
  }
  .m-d-md-n90 {
    margin: -90px;
  }
  .mt-d-md-n90,
  .my-d-md-n90 {
    margin-top: -90px;
  }
  .mr-d-md-n90,
  .mx-d-md-n90 {
    margin-right: -90px;
  }
  .mb-d-md-n90,
  .my-d-md-n90 {
    margin-bottom: -90px;
  }
  .ml-d-md-n90,
  .mx-d-md-n90 {
    margin-left: -90px;
  }
  .m-d-md-n100 {
    margin: -100px;
  }
  .mt-d-md-n100,
  .my-d-md-n100 {
    margin-top: -100px;
  }
  .mr-d-md-n100,
  .mx-d-md-n100 {
    margin-right: -100px;
  }
  .mb-d-md-n100,
  .my-d-md-n100 {
    margin-bottom: -100px;
  }
  .ml-d-md-n100,
  .mx-d-md-n100 {
    margin-left: -100px;
  }
  .m-d-md-n120 {
    margin: -120px;
  }
  .mt-d-md-n120,
  .my-d-md-n120 {
    margin-top: -120px;
  }
  .mr-d-md-n120,
  .mx-d-md-n120 {
    margin-right: -120px;
  }
  .mb-d-md-n120,
  .my-d-md-n120 {
    margin-bottom: -120px;
  }
  .ml-d-md-n120,
  .mx-d-md-n120 {
    margin-left: -120px;
  }
  .m-d-md-n160 {
    margin: -160px;
  }
  .mt-d-md-n160,
  .my-d-md-n160 {
    margin-top: -160px;
  }
  .mr-d-md-n160,
  .mx-d-md-n160 {
    margin-right: -160px;
  }
  .mb-d-md-n160,
  .my-d-md-n160 {
    margin-bottom: -160px;
  }
  .ml-d-md-n160,
  .mx-d-md-n160 {
    margin-left: -160px;
  }
  .m-d-md-a {
    margin: auto;
  }
  .mt-d-md-a,
  .my-d-md-a {
    margin-top: auto;
  }
  .mr-d-md-a,
  .mx-d-md-a {
    margin-right: auto;
  }
  .mb-d-md-a,
  .my-d-md-a {
    margin-bottom: auto;
  }
  .ml-d-md-a,
  .mx-d-md-a {
    margin-left: auto;
  }
  .g-d-md-0 {
    gap: 0;
  }
  .gy-d-md-0 {
    row-gap: 0;
  }
  .gx-d-md-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .g-d-md-5 {
    gap: 5px;
  }
  .gy-d-md-5 {
    row-gap: 5px;
  }
  .gx-d-md-5 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .g-d-md-8 {
    gap: 8px;
  }
  .gy-d-md-8 {
    row-gap: 8px;
  }
  .gx-d-md-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .g-d-md-10 {
    gap: 10px;
  }
  .gy-d-md-10 {
    row-gap: 10px;
  }
  .gx-d-md-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .g-d-md-12 {
    gap: 12px;
  }
  .gy-d-md-12 {
    row-gap: 12px;
  }
  .gx-d-md-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .g-d-md-15 {
    gap: 15px;
  }
  .gy-d-md-15 {
    row-gap: 15px;
  }
  .gx-d-md-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .g-d-md-20 {
    gap: 20px;
  }
  .gy-d-md-20 {
    row-gap: 20px;
  }
  .gx-d-md-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .g-d-md-25 {
    gap: 25px;
  }
  .gy-d-md-25 {
    row-gap: 25px;
  }
  .gx-d-md-25 {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .g-d-md-30 {
    gap: 30px;
  }
  .gy-d-md-30 {
    row-gap: 30px;
  }
  .gx-d-md-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .g-d-md-35 {
    gap: 35px;
  }
  .gy-d-md-35 {
    row-gap: 35px;
  }
  .gx-d-md-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .g-d-md-40 {
    gap: 40px;
  }
  .gy-d-md-40 {
    row-gap: 40px;
  }
  .gx-d-md-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .g-d-md-45 {
    gap: 45px;
  }
  .gy-d-md-45 {
    row-gap: 45px;
  }
  .gx-d-md-45 {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .g-d-md-50 {
    gap: 50px;
  }
  .gy-d-md-50 {
    row-gap: 50px;
  }
  .gx-d-md-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .g-d-md-60 {
    gap: 60px;
  }
  .gy-d-md-60 {
    row-gap: 60px;
  }
  .gx-d-md-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .g-d-md-70 {
    gap: 70px;
  }
  .gy-d-md-70 {
    row-gap: 70px;
  }
  .gx-d-md-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .g-d-md-80 {
    gap: 80px;
  }
  .gy-d-md-80 {
    row-gap: 80px;
  }
  .gx-d-md-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .g-d-md-90 {
    gap: 90px;
  }
  .gy-d-md-90 {
    row-gap: 90px;
  }
  .gx-d-md-90 {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .g-d-md-100 {
    gap: 100px;
  }
  .gy-d-md-100 {
    row-gap: 100px;
  }
  .gx-d-md-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .g-d-md-120 {
    gap: 120px;
  }
  .gy-d-md-120 {
    row-gap: 120px;
  }
  .gx-d-md-120 {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
  .g-d-md-160 {
    gap: 160px;
  }
  .gy-d-md-160 {
    row-gap: 160px;
  }
  .gx-d-md-160 {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  .tc-d-md-1 {
    color: var(--igs-color-1);
  }
  .tc-h-d-md-1:hover {
    color: var(--igs-color-1);
  }
  .tc-a-d-md-1.active {
    color: var(--igs-color-1);
  }
  .tc-d-md-2 {
    color: var(--igs-color-2);
  }
  .tc-h-d-md-2:hover {
    color: var(--igs-color-2);
  }
  .tc-a-d-md-2.active {
    color: var(--igs-color-2);
  }
  .tc-d-md-3 {
    color: var(--igs-color-3);
  }
  .tc-h-d-md-3:hover {
    color: var(--igs-color-3);
  }
  .tc-a-d-md-3.active {
    color: var(--igs-color-3);
  }
  .tc-d-md-4 {
    color: var(--igs-color-4);
  }
  .tc-h-d-md-4:hover {
    color: var(--igs-color-4);
  }
  .tc-a-d-md-4.active {
    color: var(--igs-color-4);
  }
  .tc-d-md-w {
    color: #fff;
  }
  .tc-h-d-md-w:hover {
    color: #fff;
  }
  .tc-a-d-md-w.active {
    color: #fff;
  }
  .tc-d-md-b {
    color: #000;
  }
  .tc-h-d-md-b:hover {
    color: #000;
  }
  .tc-a-d-md-b.active {
    color: #000;
  }
  .tc-d-md-i {
    color: inherit;
  }
  .tc-h-d-md-i:hover {
    color: inherit;
  }
  .tc-a-d-md-i.active {
    color: inherit;
  }
  .ta-d-md-l {
    text-align: left;
  }
  .ta-d-md-c {
    text-align: center;
  }
  .ta-d-md-r {
    text-align: right;
  }
  .ta-d-md-j {
    text-align: justify;
  }
  .tt-d-md-n {
    text-transform: none;
  }
  .tt-d-md-l {
    text-transform: lowercase;
  }
  .tt-d-md-u {
    text-transform: uppercase;
  }
  .tt-d-md-c {
    text-transform: capitalize;
  }
  .tt-d-md-j {
    text-transform: justify;
  }
  .td-d-md-n {
    text-decoration: none;
  }
  .td-d-md-h-n:hover {
    text-decoration: none;
  }
  .td-d-md-u {
    text-decoration: underline;
  }
  .td-d-md-h-u:hover {
    text-decoration: underline;
  }
  .ff-d-md-0 {
    font-family: 0;
  }
  .ff-d-md-16 {
    font-family: 16px;
  }
  .ff-d-md-20 {
    font-family: 20px;
  }
  .ff-d-md-30 {
    font-family: 30px;
  }
  .ff-d-md-40 {
    font-family: 40px;
  }
  .ff-d-md-60 {
    font-family: 60px;
  }
  .ff-d-md-80 {
    font-family: 80px;
  }
  .ff-d-md-100 {
    font-family: 100px;
  }
  .ff-d-md-100p {
    font-family: 100%;
  }
  .ff-d-md-134 {
    font-family: 134px;
  }
  .ff-d-md-200 {
    font-family: 200px;
  }
  .ff-d-md-370 {
    font-family: 370px;
  }
  .ff-d-md-a {
    font-family: auto;
  }
  .ff-d-md-n {
    font-family: none;
  }
  .fs-d-md-0 {
    font-size: 0;
  }
  .fs-d-md-10 {
    font-size: 10px;
  }
  .fs-d-md-11 {
    font-size: 11px;
  }
  .fs-d-md-12 {
    font-size: 12px;
  }
  .fs-d-md-13 {
    font-size: 13px;
  }
  .fs-d-md-14 {
    font-size: 14px;
  }
  .fs-d-md-15 {
    font-size: 15px;
  }
  .fs-d-md-16 {
    font-size: 16px;
  }
  .fs-d-md-18 {
    font-size: 18px;
  }
  .fs-d-md-20 {
    font-size: 20px;
  }
  .fs-d-md-22 {
    font-size: 22px;
  }
  .fs-d-md-24 {
    font-size: 24px;
  }
  .fs-d-md-26 {
    font-size: 26px;
  }
  .fs-d-md-30 {
    font-size: 30px;
  }
  .fs-d-md-40 {
    font-size: 40px;
  }
  .fs-d-md-50 {
    font-size: 50px;
  }
  .fs-d-md-60 {
    font-size: 60px;
  }
  .lh-d-md-0 {
    line-height: 0;
  }
  .lh-d-md-1 {
    line-height: 1;
  }
  .lh-d-md-1-2 {
    line-height: 1.2;
  }
  .lh-d-md-1-4 {
    line-height: 1.4;
  }
  .lh-d-md-1-5 {
    line-height: 1.5;
  }
  .fw-d-md-l {
    font-weight: 300;
  }
  .fw-d-md-n {
    font-weight: 400;
  }
  .fw-d-md-m {
    font-weight: 500;
  }
  .fw-d-md-sb {
    font-weight: 600;
  }
  .fw-d-md-b {
    font-weight: 700;
  }
  .fw-d-md-bl {
    font-weight: 900;
  }
  .fst-d-md-i {
    font-style: italic;
  }
  .ls-d-md-0 {
    letter-spacing: 0;
  }
  .ls-d-md-1 {
    letter-spacing: 1px;
  }
  .ls-d-md-2 {
    letter-spacing: 2px;
  }
  .zi-d-md-1 {
    z-index: 1;
  }
  .zi-d-md-n1 {
    z-index: -1;
  }
  .zi-d-md-2 {
    z-index: 2;
  }
  .zi-d-md-n2 {
    z-index: -2;
  }
  .zi-d-md-3 {
    z-index: 3;
  }
  .zi-d-md-n3 {
    z-index: -3;
  }
  .zi-d-md-4 {
    z-index: 4;
  }
  .zi-d-md-n4 {
    z-index: -4;
  }
  .zi-d-md-5 {
    z-index: 5;
  }
  .zi-d-md-n5 {
    z-index: -5;
  }
  .zi-d-md-10 {
    z-index: 10;
  }
  .zi-d-md-n10 {
    z-index: -10;
  }
  .zi-d-md-11 {
    z-index: 11;
  }
  .zi-d-md-n11 {
    z-index: -11;
  }
  .visible-d-md {
    visibility: visible;
  }
  .invisible-d-md {
    visibility: hidden;
  }
}
