
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}



.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
  margin-left: -1px;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none;
}

.custom-range::-moz-range-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-ms-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: .5rem 1rem;
}

.navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: .25rem;
  }

  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - (.5rem * 2));
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem;
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: .5rem .5rem 0;
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem;
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: .5rem .5rem .5rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: calc((.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 .5rem .5rem .5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem;
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: .5rem 0 .5rem .5rem;
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  -webkit-transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img, tr {
    page-break-inside: avoid;
  }


  @page {
    size: a3;
  }


  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td, .table th {
    background-color: #fff !important;
  }

  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'MFAutoservicio' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mapfre_235_travel::before {
  content: '\e9e8';
}

.icon-mapfre_234_person::before {
  content: '\e9e7';
}

.icon-mapfre_233_shield_check_out::before {
  content: '\e9e6';
}

.icon-mapfre_232_shield_check::before {
  content: '\e9e5';
}

.icon-mapfre_231_shield_more::before {
  content: '\e9e4';
}

.icon-mapfre_230_shield_out::before {
  content: '\e900';
}

.icon-mapfre_229_payment::before {
  content: '\e9e3';
}

.icon-mapfre_228_domicile::before {
  content: '\e9e2';
}

.icon-mapfre_227_schedule::before {
  content: '\e9e1';
}

.icon-mapfre_226_email-guarantee::before {
  content: '\e9e0';
}

.icon-mapfre_225_tablet_car::before {
  content: '\e9df';
}

.icon-mapfre_224_operator::before {
  content: '\e9de';
}

.icon-mapfre_223_dolar::before {
  content: '\e9dd';
}

.icon-mapfre_222_soat::before {
  content: '\e9dc';
}

.icon-mapfre_221_paper::before {
  content: '\e9db';
}

.icon-mapfre_220_power::before {
  content: '\e9da';
}

.icon-mapfre_219_arrow_down::before {
  content: '\e9d9';
}

.icon-mapfre_218_idea::before {
  content: '\e9d8';
}

.icon-mapfre_217_shopping::before {
  content: '\e9d7';
}

.icon-mapfre_216_filter_out::before {
  content: '\e9d6';
}

.icon-mapfre_215_update::before {
  content: '\e9d4';
}

.icon-mapfre_214_hospital_out::before {
  content: '\e9d3';
}

.icon-mapfre_213_hospital::before {
  content: '\e9d2';
}

.icon-mapfre_212_clean::before {
  content: '\e9d1';
}

.icon-mapfre_211_payment::before {
  content: '\e9d0';
}

.icon-mapfre_210_check::before {
  content: '\e9cf';
}

.icon-mapfre_209_stethoscope::before {
  content: '\e9ce';
}

.icon-mapfre_208_planet::before {
  content: '\e9cd';
}

.icon-mapfre_207_personal_data::before {
  content: '\e9cc';
}

.icon-mapfre_206_funeral::before {
  content: '\e9cb';
}

.icon-mapfre_205_broken_window::before {
  content: '\e9ca';
}

.icon-mapfre_204_broken_home::before {
  content: '\e9c9';
}

.icon-mapfre_203_thief::before {
  content: '\e9c8';
}

.icon-mapfre_202_malicious_damage::before {
  content: '\e9c7';
}

.icon-mapfre_201_search::before {
  content: '\e9c6';
}

.icon-mapfre_200_prevention::before {
  content: '\e9c5';
}

.icon-mapfre_199_medical_care::before {
  content: '\e9c4';
}

.icon-mapfre_198_rehabilitation::before {
  content: '\e9c3';
}

.icon-mapfre_197_aggravated_robbery::before {
  content: '\e9c2';
}

.icon-mapfre_196_refrigeration::before {
  content: '\e9c1';
}

.icon-mapfre_195_workers::before {
  content: '\e9c0';
}

.icon-mapfre_194_family::before {
  content: '\e9bf';
}

.icon-mapfre_193_fire::before {
  content: '\e9be';
}

.icon-mapfre_192_mysterious_disappearance::before {
  content: '\e9bd';
}

.icon-mapfre_191_injured::before {
  content: '\e9bc';
}

.icon-mapfre_190_dishonesty::before {
  content: '\e9bb';
}

.icon-mapfre_189_damaged_pipe::before {
  content: '\e9ba';
}

.icon-mapfre_188_damaged_monitor::before {
  content: '\e9b9';
}

.icon-mapfre_187_bomb::before {
  content: '\e9b8';
}

.icon-mapfre_186_survival::before {
  content: '\e9b7';
}

.icon-mapfre_185_natural_death::before {
  content: '\e9b6';
}

.icon-mapfre_184_accidental_death::before {
  content: '\e9b5';
}

.icon-mapfre_183_death::before {
  content: '\e9b4';
}

.icon-mapfre_182_disease::before {
  content: '\e9b3';
}

.icon-mapfre_181_organ_transplant::before {
  content: '\e9b2';
}

.icon-mapfre_180_injection::before {
  content: '\e9b1';
}

.icon-mapfre_179_money::before {
  content: '\e9b0';
}

.icon-mapfre_178_ambulance_service::before {
  content: '\e9af';
}

.icon-mapfre_177_surgical_prosthesis::before {
  content: '\e9ae';
}

.icon-mapfre_176_natural_birth::before {
  content: '\e9ad';
}

.icon-mapfre_175_home_doctor::before {
  content: '\e9ac';
}

.icon-mapfre_174_maternity::before {
  content: '\e9ab';
}

.icon-mapfre_173_hospitalization::before {
  content: '\e9aa';
}

.icon-mapfre_172_epeymy::before {
  content: '\e9a9';
}

.icon-mapfre_171_genetic_diseases::before {
  content: '\e9a8';
}

.icon-mapfre_170_medical_emergency::before {
  content: '\e9a7';
}

.icon-mapfre_169_accidental_emergency::before {
  content: '\e9a6';
}

.icon-mapfre_168_medical_consultation::before {
  content: '\e9a5';
}

.icon-mapfre_167_preventive_check::before {
  content: '\e9a4';
}

.icon-mapfre_166_caesarean::before {
  content: '\e9a3';
}

.icon-mapfre_165_travel_assistance::before {
  content: '\e9a2';
}

.icon-mapfre_164_breast_reconstruction::before {
  content: '\e9a1';
}

.icon-mapfre_163_genetic::before {
  content: '\e9a0';
}

.icon-mapfre_162_ruptures::before {
  content: '\e99f';
}

.icon-mapfre_161_seaquake::before {
  content: '\e99e';
}

.icon-mapfre_160_earthquake::before {
  content: '\e99d';
}

.icon-mapfre_159_damage::before {
  content: '\e99c';
}

.icon-mapfre_158_alert::before {
  content: '\e99b';
}

.icon-mapfre_157_rain::before {
  content: '\e99a';
}

.icon-mapfre_156_break_glasses::before {
  content: '\e999';
}

.icon-mapfre_155_fire::before {
  content: '\e998';
}

.icon-mapfre_154_bed::before {
  content: '\e997';
}

.icon-mapfre_153_disability_hand::before {
  content: '\e996';
}

.icon-mapfre_152_disability::before {
  content: '\e995';
}

.icon-mapfre_151_services_out::before {
  content: '\e994';
}

.icon-mapfre_150_services::before {
  content: '\e993';
}

.icon-mapfre_149_bird_out::before {
  content: '\e992';
}

.icon-mapfre_148_bird::before {
  content: '\e991';
}

.icon-mapfre_147_moons::before {
  content: '\e990';
}

.icon-mapfre_146_imbalance::before {
  content: '\e98f';
}

.icon-mapfre_145_stole::before {
  content: '\e97d';
}

.icon-mapfre_144_burial::before {
  content: '\e98e';
}

.icon-mapfre_143_things::before {
  content: '\e98d';
}

.icon-mapfre_142_people::before {
  content: '\e98c';
}

.icon-mapfre_141_disability::before {
  content: '\e98b';
}

.icon-mapfre_140_world::before {
  content: '\e98a';
}

.icon-mapfre_139_fire::before {
  content: '\e989';
}

.icon-mapfre_138_strike::before {
  content: '\e988';
}

.icon-mapfre_137_car_crane::before {
  content: '\e987';
}

.icon-mapfre_136_car_natural::before {
  content: '\e986';
}

.icon-mapfre_135_car_shock::before {
  content: '\e985';
}

.icon-mapfre_134_car_hurt::before {
  content: '\e984';
}

.icon-mapfre_133_car_accident::before {
  content: '\e983';
}

.icon-mapfre_132_messege::before {
  content: '\e982';
}

.icon-mapfre_131_offer::before {
  content: '\e981';
}

.icon-mapfre_130_hand-money::before {
  content: '\e980';
}

.icon-mapfre_129_carwash::before {
  content: '\e97f';
}

.icon-mapfre_128_telephone::before {
  content: '\e97e';
}

.icon-mapfre_127_taller::before {
  content: '\e97d';
}

.icon-mapfre_126_star_out::before {
  content: '\e97c';
}

.icon-mapfre_125_star::before {
  content: '\e97b';
}

.icon-mapfre_124_person::before {
  content: '\e97a';
}

.icon-mapfre_123_health::before {
  content: '\e979';
}

.icon-mapfre_122_flag::before {
  content: '\e978';
}

.icon-mapfre_121_close::before {
  content: '\e977';
}

.icon-mapfre_120_cobertura::before {
  content: '\e976';
}

.icon-mapfre_119_damage_total::before {
  content: '\e975';
}

.icon-mapfre_118_damage_partial::before {
  content: '\e974';
}

.icon-mapfre_117_car::before {
  content: '\e973';
}

.icon-mapfre_116_casco::before {
  content: '\e972';
}

.icon-mapfre_115_book::before {
  content: '\e971';
}

.icon-mapfre_114_scissors::before {
  content: '\e970';
}

.icon-mapfre_113_person_break::before {
  content: '\e96f';
}

.icon-mapfre_112_damage::before {
  content: '\e96e';
}

.icon-mapfre_111_steal::before {
  content: '\e96d';
}

.icon-mapfre_110_car_coverage::before {
  content: '\e96c';
}

.icon-mapfre_109_person_coverage::before {
  content: '\e96b';
}

.icon-mapfre_108_person_car::before {
  content: '\e96a';
}

.icon-mapfre_107_sinister::before {
  content: '\e969';
}

.icon-mapfre_106_crate::before {
  content: '\e968';
}

.icon-mapfre_105_money::before {
  content: '\e967';
}

.icon-mapfre_104_ico-coin::before {
  content: '\e966';
}

.icon-mapfre_103_ico-right::before {
  content: '\e965';
}

.icon-mapfre_102_ico-up::before {
  content: '\e964';
}

.icon-mapfre_101_ico-dow::before {
  content: '\e963';
}

.icon-mapfre_100_mask::before {
  content: '\e962';
}

.icon-mapfre_099_search::before {
  content: '\e961';
}

.icon-mapfre_098_filter::before {
  content: '\e960';
}

.icon-mapfre_097_refresh::before {
  content: '\e95e';
}

.icon-mapfre_096_porcentage::before {
  content: '\e95f';
}

.icon-mapfre_095_comparate::before {
  content: '\e95d';
}

.icon-mapfre_094_dots::before {
  content: '\e95c';
}

.icon-mapfre_093_pdf::before {
  content: '\e95b';
}

.icon-mapfre_092_transpasarpoliza::before {
  content: '\e95a';
}

.icon-mapfre_091_medico::before {
  content: '\e959';
}

.icon-mapfre_090_talleres::before {
  content: '\e958';
}

.icon-mapfre_089_inventario::before {
  content: '\e957';
}

.icon-mapfre_088_choferdereemplazo::before {
  content: '\e956';
}

.icon-mapfre_087_citamedica::before {
  content: '\e955';
}

.icon-mapfre_086_robo::before {
  content: '\e954';
}

.icon-mapfre_085_auxilomecanico::before {
  content: '\e953';
}

.icon-mapfre_084_hogar::before {
  content: '\e952';
}

.icon-mapfre_083_alarmas::before {
  content: '\e951';
}

.icon-mapfre_082_ambulancia::before {
  content: '\e950';
}

.icon-mapfre_081_tramites::before {
  content: '\e94f';
}

.icon-mapfre_080_close4::before {
  content: '\e948';
}

.icon-mapfre_079_decesos2::before {
  content: '\e94b';
}

.icon-mapfre_078_edu::before {
  content: '\e94a';
}

.icon-mapfre_077_soat::before {
  content: '\e949';
}

.icon-mapfre_076_upload::before {
  content: '\e94c';
}

.icon-mapfre_075_arrow-right::before {
  content: '\e94d';
}

.icon-mapfre_074_download::before {
  content: '\e94e';
}

.icon-mapfre_073_casco::before {
  content: '\e946';
}

.icon-mapfre_072_cotizar::before {
  content: '\e947';
}

.icon-mapfre_071_servicios::before {
  content: '\e944';
}

.icon-mapfre_070_buscar-clinicas::before {
  content: '\e943';
}

.icon-mapfre_069_reportar-siniestro::before {
  content: '\e942';
}

.icon-mapfre_068_telemedicina::before {
  content: '\e945';
}

.icon-mapfre_067_face::before {
  content: '\e941';
}

.icon-mapfre_066_circle::before {
  content: '\e940';
}

.icon-mapfre_065_card::before {
  content: '\e93f';
}

.icon-mapfre_064_user-add::before {
  content: '\e93e';
}

.icon-mapfre_063_agendar::before {
  content: '\e93d';
}

.icon-mapfre_062_reloj::before {
  content: '\e93c';
}

.icon-mapfre_061_questions::before {
  content: '\e93b';
}

.icon-mapfre_060_mail::before {
  content: '\e93a';
}

.icon-mapfre_059_download::before {
  content: '\e939';
}

.icon-mapfre_058_file::before {
  content: '\e938';
}

.icon-mapfre_057_circle-check::before {
  content: '\e937';
}

.icon-mapfre_055_wallet::before {
  content: '\e936';
}

.icon-mapfre_055_card::before {
  content: '\e935';
}

.icon-mapfre_054_construction::before {
  content: '\e934';
}

.icon-mapfre_053_eliminar::before {
  content: '\e930';
}

.icon-mapfre_052_agregar::before {
  content: '\e933';
}

.icon-mapfre_051_alerta::before {
  content: '\e931';
}

.icon-mapfre_050_agendar::before {
  content: '\e92f';
}

.icon-mapfre_049_close2::before {
  content: '\e92e';
}

.icon-mapfre_048_tooltip::before {
  content: '\e932';
}

.icon-mapfre_047_bars::before {
  content: '\e92d';
}

.icon-mapfre_046_close::before {
  content: '\e92c';
}

.icon-mapfre_045_call::before {
  content: '\e92b';
}

.icon-mapfre_044_logo_landing::before {
  content: '\e92a';
}

.icon-mapfre_043_cartel::before {
  content: '\e924';
}

.icon-mapfre_042_home::before {
  content: '\e923';
}

.icon-mapfre_041_iso::before {
  content: '\e925';
}

.icon-mapfre_040_calendar::before {
  content: '\e926';
}

.icon-mapfre_039_hand_house::before {
  content: '\e9d5';
}

.icon-mapfre_038_telephone::before {
  content: '\e927';
}

.icon-mapfre_037_user::before {
  content: '\e928';
}

.icon-mapfre_036_notification::before {
  content: '\e929';
}

.icon-mapfre_035_edit::before {
  content: '\e922';
}

.icon-mapfre_034_angle2-left::before {
  content: '\e920';
}

.icon-mapfre_033_angle2-right::before {
  content: '\e921';
}

.icon-mapfre_031_qanda::before {
  content: '\e917';
}

.icon-mapfre_030_call::before {
  content: '\e916';
}

.icon-mapfre_029_location-pin2::before {
  content: '\e918';
}

.icon-mapfre_028_pagos::before {
  content: '\e919';
}

.icon-mapfre_027_box::before {
  content: '\e91a';
}

.icon-mapfre_026_decesos::before {
  content: '\e91b';
}

.icon-mapfre_025_heart2::before {
  content: '\e91c';
}

.icon-mapfre_024_house2::before {
  content: '\e91d';
}

.icon-mapfre_023_cross2::before {
  content: '\e91e';
}

.icon-mapfre_022_car2::before {
  content: '\e91f';
}

.icon-mapfre_021_-briefcase::before {
  content: '\e915';
}

.icon-mapfre_020_cross::before {
  content: '\e914';
}

.icon-mapfre_019_car::before {
  content: '\e913';
}

.icon-mapfre_018_building::before {
  content: '\e912';
}

.icon-mapfre_017_house::before {
  content: '\e911';
}

.icon-mapfre_016_heart::before {
  content: '\e910';
}

.icon-mapfre_015_location-pin::before {
  content: '\e90f';
}

.icon-mapfre_014_perfil::before {
  content: '\e90e';
}

.icon-mapfre_013_atention::before {
  content: '\e90d';
}

.icon-mapfre_012_arrow-down::before {
  content: '\e90c';
}

.icon-mapfre_011_arrow-up::before {
  content: '\e90b';
}

.icon-mapfre_010_arrow-left::before {
  content: '\e90a';
}

.icon-mapfre_009_arrow-right::before {
  content: '\e909';
}

.icon-mapfre_008_angle-down::before {
  content: '\e908';
}

.icon-mapfre_007_angle-up::before {
  content: '\e907';
}

.icon-mapfre_006_angle-left::before {
  content: '\e906';
}

.icon-mapfre_005_angle-right::before {
  content: '\e905';
}

.icon-mapfre_004_triangle-down::before {
  content: '\e904';
}

.icon-mapfre_003_check::before {
  content: '\e903';
}

.icon-mapfre_002_cliente-add::before {
  content: '\e902';
}

.icon-mapfre_001_cliente::before {
  content: '\e901';
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .container.container1440 {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .container.container1440 {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1024px;
  }
  .container.container1440 {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
  .container.container1440 {
    max-width: 1440px;
  }
}
.g-hover-nav {
  cursor: pointer;
  padding-bottom: 6px;
  padding-left: 55px;
  padding-right: 20px;
  padding-top: 6px;
  position: relative;
  width: 100%;
}
.g-hover-nav:hover, .g-hover-nav.active {
  background-color: #747474;
  border-right: 5px solid #fff;
  color: #fff !important;
  width: 100%;
}
.g-hover-nav:hover::before, .g-hover-nav.active::before {
  background-color: #fff;
  content: '';
  height: 7px;
  position: absolute;
  right: -2px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 7px;
  z-index: 1100;
}

.g-accordion {
  height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .g-accordion {
    height: 100%;
  }
}
.g-accordion .active {
  color: #fff;
}
.g-accordion .g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
}
.g-accordion .g-nav .card-header {
  background-color: #4b4b4b;
  border-bottom: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.g-accordion .g-nav .card-header:hover, .g-accordion .g-nav .card-header.active {
  color: #fff;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.g-accordion .g-nav .card-header:hover p, .g-accordion .g-nav .card-header.active p {
  opacity: 1;
}
.g-accordion .g-nav .card-header p {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  font-weight: 500;
  margin-bottom: 0;
  opacity: .49;
  padding-left: 16px;
  padding-top: 5px;
  vertical-align: top;
}
.g-accordion .g-nav .card-header span {
  opacity: .49;
}
.g-accordion .g-nav .card-header .ico-arrow {
  float: right;
  padding: 7px;
}
.g-accordion .g-nav .card-body {
  padding: 0;
}
.g-accordion .g-nav .fa {
  -webkit-transition: .3s transform ease-in-out;
  transition: .3s transform ease-in-out;
}
.g-accordion .g-nav .collapsed .fa {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.g-accordion .g-nav .something-else .fa {
  -webkit-transition: .3s transform ease-in-out;
  transition: .3s transform ease-in-out;
}
.g-accordion .g-nav .something-else .collapsed .fa {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.g-accordion .g-nav .list .collapsed .fa {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.g-alert {
  background-color: #fcece0;
  border: 1px solid #ef9454;
  color: #ef9454;
  border-radius: 5px;
  padding: 10px;
  position: relative;
}
.g-alert .ico {
  position: absolute;
  top: 7px;
}
.g-alert .text {
  line-height: 1;
  margin-bottom: 0;
  padding-left: 30px;
}
.g-alert .text--alert {
  padding-left: 50px;
}
.g-alert--temp {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fade;
          animation-name: fade;
  background-color: #4a4a4a;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.11);
  color: white;
  left: 50%;
  opacity: .85;
  padding: 15px;
  position: absolute;
  top: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 280px;
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .g-alert--temp {
    margin-left: -280px;
  }
}
.g-alert--search-place .g-alert--temp {
  top: 130px;
}
@media (min-width: 992px) {
  .g-alert--search-place .g-alert--temp {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .g-alert--search-place .g-alert--temp {
    top: 160px;
  }
}

.alert-box {
  margin: 0 5px 0 15px;
}

.g-badge {
  background-color: #4a4a4a;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  height: 25px;
  padding: 3px 7px;
  width: 25px;
}

.g-badge--icon {
  position: relative;
}
.g-badge--icon .g-badge {
  bottom: 5px;
  font-family: "Roboto", sans-serif;
  height: 20px;
  padding: 5px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 20px;
}

.g-circle--gray5 {
  background-color: #f7f8f9;
  border-radius: 50%;
  height: 90px;
  width: 90px;
}
.g-circle--item {
  border-radius: 50%;
  display: inline-block;
  height: 70px;
  padding-top: 7px;
  width: 70px;
}
.g-circle--white {
  background: #fff;
  border-radius: 50%;
  height: 80px;
  width: 80px;
}

.g-desplegable {
  position: relative;
}
.g-desplegable--wrapper {
  left: -20px;
  min-width: 260px;
  position: absolute;
  top: 100%;
  z-index: 99;
}
.g-desplegable:hover .g-desplegable--wrapper {
  display: block;
}
.g-desplegable--triangle {
  position: relative;
  top: 1px;
}
.g-desplegable--triangle.active .g-desplegable--icon {
  top: -5px;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.g-desplegable--icon {
  display: none;
  height: 25px;
  left: 11px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  width: 50px;
  z-index: 97;
}
.g-desplegable--icon::after {
  background: #fff;
  -webkit-box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.13);
  content: '';
  height: 10px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 10px;
}


.g-dropdown {
  color: #666;
  position: relative;
}
.g-dropdown--header {
  background: #fff;
  height: 50px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
@media (min-width: 992px) {
  .g-dropdown--header {
    background: none;
    height: auto;
    left: auto;
    position: relative;
    top: auto;
    width: auto;
    z-index: inherit;
  }
}
.g-dropdown--content {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .g-dropdown--content {
    padding-top: 0;
  }
}
.g-dropdown--none::before, .g-dropdown--none::after {
  display: none;
}
.g-dropdown--show {
  background: #fff;
  bottom: 0;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}
@media (min-width: 992px) {
  .g-dropdown--show::before {
    background: #fff;
    content: '';
    height: 20px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 20px;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .g-dropdown--show::after {
    background: #fff;
    -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.13);
            box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.13);
    content: '';
    height: 20px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 20px;
    z-index: -1;
  }
}
.g-dropdown--show.active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .g-dropdown--show {
    bottom: initial;
    overflow-y: inherit;
    position: absolute;
    right: -50px;
    top: 120%;
    width: 350px;
    z-index: 95;
  }
}
@media (min-width: 992px) {
  .g-dropdown--show {
    right: -160px;
  }
}
@media (min-width: 992px) {
  .g-dropdown--user {
    right: 15px;
    width: 200px;
  }
}
@media (min-width: 992px) {
  .g-dropdown--user .g-dropdown--content {
    background: #fff;
  }
}
.g-dropdown--item {
  margin-top: 6px;
}
@media (min-width: 992px) {
  .g-dropdown--item {
    margin-top: 0;
  }
}
.g-dropdown--item:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .g-dropdown--item:first-child a {
    border-top: 0;
  }
}
.g-dropdown--item .g-dropdown--link,
.g-dropdown--item a {
  background: #f7f8f9;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  font-weight: 700;
  padding: 12px 25px;
}
@media (min-width: 992px) {
  .g-dropdown--item .g-dropdown--link:hover,
  .g-dropdown--item a:hover {
    background: #f2f2f2;
  }
}
@media (min-width: 992px) {
  .g-dropdown--item .g-dropdown--link,
  .g-dropdown--item a {
    background: none;
    border-top: 1px solid #f7f8f9;
  }
}

.g-dropdown-menu--content {
  height: 100vh;
}
.g-dropdown-menu--show {
  background: #fff;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}
.g-dropdown-menu--show.active {
  opacity: 1;
  visibility: visible;
}

.g-sub-nav {
  opacity: 0;
  position: absolute;
  right: 3%;
  top: 100%;
  -webkit-transition: max-height .2s ease-in;
  transition: max-height .2s ease-in;
}

.g-content--user {
  background-color: #fff;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
@media (min-width: 768px) {
  .g-content--user {
    bottom: initial;
    left: initial;
    position: absolute;
    right: 1%;
    top: initial;
  }
}
.g-content--user .ico--close {
  position: absolute;
  right: 10px;
  top: 3px;
}
.g-content--user li:hover {
  cursor: pointer;
}
.g-content--user .g-ico-alert {
  left: 315px;
}
@media (min-width: 1200px) {
  .g-content--user .g-ico-alert {
    left: 221px;
  }
}
.g-content--user .menu {
  max-width: 100%;
}
@media (min-width: 768px) {
  .g-content--user .menu {
    max-width: 400px;
  }
}
.g-content--user .menu-list {
  max-height: 100vh;
}
@media (min-width: 768px) {
  .g-content--user .menu-list {
    max-height: 500px;
    min-width: 200px;
    overflow: auto;
  }
}
.g-content--user .menu-list .link {
  background-color: #f7f8f9;
  margin-bottom: 5px;
  padding: 7px;
}
.g-content--user .menu-list .link .ico {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}
.g-content--user .menu-list .link .ico-arrow {
  float: right;
  padding-top: 20px;
}
.g-content--user .menu-list .link .datos {
  display: inline-block;
  margin-bottom: 0;
}
.g-content--user .menu-list .link .datos .fech {
  font-size: 11px;
}
.g-content--user .menu-list .link .datos .tipo {
  font-size: 14px;
}
.g-content--user .menu-list .link .datos .desc {
  font-size: 13px;
}
.g-content--user .menu-list .cont {
  max-height: 250px;
  overflow: scroll;
}

.g-icon-c--slide {
  top: 50px;
}

.g-content--alert {
  background-color: #fff;
}
.g-content--alert .ico--close {
  position: absolute;
  right: 15px;
  top: 7px;
}
.g-content--alert li:hover {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .g-content--alert .menu--list {
    max-height: calc(70vh - 45px);
    min-width: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 0;
  }
}
.g-content--alert .menu--list .link {
  background-color: #f7f8f9;
  margin-bottom: 5px;
  padding: 7px;
}
.g-content--alert .menu--list .link .ico {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}
.g-content--alert .menu--list .link .ico-arrow {
  float: right;
  padding-top: 20px;
}
.g-content--alert .menu--list .link .datos {
  display: inline-block;
  margin-bottom: 0;
}
.g-content--alert .menu--list .link .datos .fech {
  font-size: 11px;
}
.g-content--alert .menu--list .link .datos .tipo {
  font-size: 14px;
}
.g-content--alert .menu--list .link .datos .desc {
  font-size: 13px;
}
.g-content--alert .menu--list .cont {
  max-height: 250px;
  overflow: scroll;
}

@media (min-width: 992px) {
  .g-dropwdown--default .g-dropwdown--simple {
    position: relative;
    top: auto;
  }
}

.g-dropwdown--simple {
  display: inline-block;
  position: relative;
}
.g-dropwdown--simple ul {
  list-style-type: none;
  padding: 0;
}
.g-dropwdown--simple label {
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  padding-right: 10px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.g-dropwdown--simple .content {
  display: none;
  height: 0;
  margin: 0;
  max-height: 0;
  min-width: 260px;
  overflow: inherit;
  position: absolute;
  -webkit-transition: max-height .2s ease-in;
  transition: max-height .2s ease-in;
  z-index: 96;
}
.g-dropwdown--simple .content-arrow-small {
  height: 25px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: -25px;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  width: 50px;
}
.g-dropwdown--simple .content-arrow-small::after {
  background: #fff;
  -webkit-box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.13);
  content: '';
  height: 10px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 10px;
}
.g-dropwdown--simple .content li {
  padding: 7px 15px;
}
.g-dropwdown--simple .content li:first-child {
  padding-top: 10px;
}
.g-dropwdown--simple .content li:last-child {
  padding-bottom: 7px;
}
.g-dropwdown--simple .dpd-header {
  color: #fff;
}
@media (min-width: 1200px) {
  .g-dropwdown--simple .dpd-header {
    color: #4c4c4c;
  }
}
.g-dropwdown--simple .drop {
  display: none;
}
.g-dropwdown--simple .drop:checked ~ .content {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #d5d5d5;
          box-shadow: 0 0 10px #d5d5d5;
  height: auto;
  max-height: 900px;
  min-width: 260px;
  overflow: hidden;
  -webkit-transition: max-height .2s ease-in;
  transition: max-height .2s ease-in;
}
.g-dropwdown--simple.active .content {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #d5d5d5;
          box-shadow: 0 0 10px #d5d5d5;
  display: block;
  height: auto;
  max-height: 900px;
  min-width: 260px;
  overflow: inherit;
}

.g-dropwdown--user {
  display: inline-block;
  position: relative;
}
.g-dropwdown--user ul {
  list-style-type: none;
  padding: 0;
}
.g-dropwdown--user label {
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  padding-right: 10px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.g-dropwdown--user .content {
  height: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  z-index: 999;
}
@media (min-width: 768px) {
  .g-dropwdown--user .content {
    margin-top: 20px;
  }
}
.g-dropwdown--user .content--right {
  right: 10px;
}
.g-dropwdown--user .content li {
  color: #666;
  cursor: pointer;
  padding: 7px 15px;
}
@media (max-width: 768px) {
  .g-dropwdown--user .content li .option {
    background-color: #f7f8f9;
    border-radius: 5px;
    padding: 15px 0 15px 40px;
  }
}
.g-dropwdown--user .content .ico-close {
  float: right;
  font-size: 34px;
}
.g-dropwdown--user .dpd-title--mobile {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.13);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 10px !important;
}
.g-dropwdown--user .dpd-header {
  color: #fff;
}
@media (min-width: 1200px) {
  .g-dropwdown--user .dpd-header {
    color: #4c4c4c;
  }
}
.g-dropwdown--user .drop {
  display: none;
}
.g-dropwdown--user .drop:checked ~ .content {
  background: #fff;
  bottom: 0;
  -webkit-box-shadow: 0 0 10px #d5d5d5;
          box-shadow: 0 0 10px #d5d5d5;
  height: auto;
  left: 0;
  max-height: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: max-height .2s ease-in;
  transition: max-height .2s ease-in;
}
@media (min-width: 768px) {
  .g-dropwdown--user .drop:checked ~ .content {
    border-radius: 5px;
    bottom: initial;
    left: initial;
    max-height: 900px;
    min-width: 260px;
    position: absolute;
    right: 10px;
    top: initial;
  }
}

.g-dropwdown--timeline {
  margin-left: 15px;
  position: relative;
  top: auto;
}
.g-dropwdown--timeline .g-desplegable--icon {
  left: -20px;
}

.g-filter {
  background-color: #fff;
  border-radius: 5px;
  bottom: auto;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
  left: 0;
  position: fixed;
  right: 0;
  top: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 12;
}
.g-filter--none {
  display: none;
}
@media (min-width: 992px) {
  .g-filter--none {
    display: block;
  }
}
.g-filter .title--1 {
  background-color: #000;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
  color: #fff;
  cursor: pointer;
  padding: 15px;
}
.g-filter .title--1 .ico {
  margin-top: 6px;
}
.g-filter .title--2 {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
  cursor: pointer;
  padding: 15px;
}
.g-filter.show {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  overflow-x: auto;
  overflow-y: auto;
  top: -72px !important;
}
.g-filter.show .g-filter--none {
  display: block;
}
.g-filter--head {
  background: #000;
  padding-bottom: 13px;
  padding-top: 13px;
}
.g-filter--resumen {
  border-radius: 0;
}
.g-filter--resumen.show {
  top: -65px !important;
}
.g-filter--mount {
  font-size: 17px;
}

@media (min-width: 992px) {
  .g-filter {
    padding: 20px 40px;
    position: relative;
  }
  .g-filter--resumen {
    border-radius: 5px;
  }
  .g-filter--head {
    background: #4b4b4b;
  }
  .g-filter--mount {
    font-size: 20px;
  }
}
.g-filter-dropdown {
  position: relative;
}
.g-filter-dropdown--content {
  background: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  width: calc(100vw - 45px);
  z-index: 101;
}
@media (min-width: 992px) {
  .g-filter-dropdown--content {
    top: 83%;
    width: 280px;
  }
}
.g-filter-dropdown--content::before {
  background: #fff;
  -webkit-box-shadow: -3px -3px 4px #f2f2f2;
          box-shadow: -3px -3px 4px #f2f2f2;
  content: '';
  height: 10px;
  position: absolute;
  right: 25px;
  top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}
@media (min-width: 992px) {
  .g-filter-dropdown--content::before {
    right: 67px;
  }
}

.g-filterbox--content-filter {
  bottom: 0;
  overflow-y: auto;
  position: absolute;
  top: 50px;
  width: 100%;
}

.brand-lg-footer {
  position: relative;
}
@media (min-width: 992px) {
  .brand-lg-footer span {
    left: -215px;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(calc(-50%));
            transform: translatey(calc(-50%));
  }
}

.g-text--uppercase {
  text-transform: uppercase;
}
.g-text--lowercase {
  text-transform: lowercase;
}
.g-text--capitalize {
  text-transform: capitalize;
}
.g-text--none {
  text-transform: none;
}
.g-text--decoration {
  text-decoration: none;
}
.g-text--underline {
  text-decoration: underline;
}
.g-text--linethrough {
  text-decoration: line-through;
}

.g-font--light {
  font-weight: 300;
}
.g-font--normal {
  font-weight: 400;
}
.g-font--medium {
  font-weight: 500;
}
.g-font--bold {
  font-weight: 700;
}
.g-font--italic {
  font-style: italic;
}
@media (min-width: 768px) {
  .g-font-m--light {
    font-weight: 300;
  }
  .g-font-m--normal {
    font-weight: 400;
  }
  .g-font-m--medium {
    font-weight: 500;
  }
  .g-font-m--bold {
    font-weight: 700;
  }
  .g-font-m--italic {
    font-style: italic;
  }
}
@media (min-width: 992px) {
  .g-font-lg--light {
    font-weight: 300;
  }
  .g-font-lg--normal {
    font-weight: 400;
  }
  .g-font-lg--medium {
    font-weight: 500;
  }
  .g-font-lg--bold {
    font-weight: 700;
  }
  .g-font-lg--italic {
    font-style: italic;
  }
}
@media (min-width: 1200px) {
  .g-font-xl--light {
    font-weight: 300;
  }
  .g-font-xl--normal {
    font-weight: 400;
  }
  .g-font-xl--medium {
    font-weight: 500;
  }
  .g-font-xl--bold {
    font-weight: 700;
  }
  .g-font-xl--italic {
    font-style: italic;
  }
}

.g-oim--header {
  background-color: #d81e05;
  min-height: 55px;
}
.g-oim--header--open-menu {
  background-color: #4c4c4c;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .g-oim--header {
    background-color: #d81e05;
  }
}
@media (min-width: 1200px) {
  .g-oim--header {
    background-color: #fff;
    min-height: auto;
    padding-top: 0;
  }
}
.g-oim--header .title {
  font-size: 20px;
  margin-bottom: 0;
  padding: 22px 0;
}

.g-icon--circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f8f9;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 49px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 49px;
}
.g-icon--circle--big {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
  height: 80px;
  width: 80px;
}
@media (min-width: 992px) {
  .g-icon--circle--big {
    height: 103px;
    width: 103px;
  }
}
.g-icon--circle--border {
  border: 3px solid #8db602;
}
.g-icon--tab {
  background: #f7f8f9;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  height: 100px;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100px;
}
@media (min-width: 992px) {
  .g-icon--tab {
    height: 120px;
    width: 120px;
  }
}
.g-icon--tab.active {
  background: #fff;
  border: 1px solid #8db602;
  color: #8db602;
  -webkit-transition: .5s;
  transition: .5s;
}

.g-ico--center {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.g-ico-card-quote {
  position: relative;
}
.g-ico-card-quote--arrow {
  border-bottom: 30px solid transparent;
  border-left: 20px solid #f2f2f2;
  border-top: 30px solid transparent;
  height: 0;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
}

.g-link {
  color: #d81e05;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.g-link:hover {
  border-bottom: 1px solid #d81e05;
  color: #bf1b04;
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.g-link--orange1 {
  color: #ef9454;
  cursor: pointer;
}
.g-link--orange1:hover {
  border-bottom: 1px solid #ef9454;
  color: #ed853d;
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.g-link--orange1:hover {
  border-bottom: 0;
}
.g-link--green1 {
  color: #8db602;
  cursor: pointer;
}
.g-link--green1:hover {
  border-bottom: 1px solid #8db602;
  color: #799d02;
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.g-link--green1:hover {
  border-bottom: 0;
}
.g-link--white {
  color: #fff;
  text-decoration: none;
  color: #fff;
}
.g-link--white:hover, .g-link--white:focus, .g-link--white:visited {
  color: #f2f2f2;
}
.g-link--small {
  font-size: 12px;
}

.g-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.g-list li {
  margin-bottom: 5px;
}
.g-list .g-list--ico {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  max-width: 14px;
  min-width: 14px;
  width: 10%;
}
.g-list .g-list--ico::before {
  position: relative;
  top: 3px;
}
.g-list--box {
  font-size: 13px;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.g-list--box li {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.g-list .g-list--text {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  padding-left: 10px;
  width: 90%;
}
.g-list.green .g-list--ico {
  color: #8db602;
}
.g-list-results--item:hover {
  background-color: #f7f8f9;
}

.g-list-icon--item {
  display: inline-block;
  padding: 5px;
  width: 100%;
}
@media (min-width: 768px) {
  .g-list-icon--item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .g-list-icon--item {
    width: 33%;
  }
}

.ngx-pagination li {
  margin: 0 2px !important;
  vertical-align: top;
}
.ngx-pagination li.disabled {
  display: none !important;
}
.ngx-pagination li.current {
  background-color: white;
  border-radius: 3px !important;
  border: 1px solid #DEDEDE;
  color: #4a4a4a;
  height: 30px;
  line-height: 30px;
  padding: 0 11px !important;
}
.ngx-pagination li a,
.ngx-pagination li button {
  background-color: #F7F8F9;
  border-radius: 3px !important;
  border: 1px solid #DEDEDE;
  color: #797b7f;
  height: 30px;
  line-height: 30px;
  padding: 0 11px !important;
}
.ngx-pagination .pagination-previous a {
  background-color: white !important;
  padding: 0 9px !important;
}
.ngx-pagination .pagination-previous a::before {
  content: '\e965' !important;
  -webkit-filter: FlipH;
          filter: FlipH;
  font-family: 'MFAutoservicio';
  margin: 0 !important;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.ngx-pagination .pagination-next a {
  background-color: white !important;
  padding: 0 9px !important;
}
.ngx-pagination .pagination-next a::after {
  content: '\e965' !important;
  font-family: 'MFAutoservicio';
  margin: 0 !important;
}

.g-message--icon {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  background-size: cover;
}
.g-message--primary {
  display: block;
  font-size: 20px;
}
.g-message--secondary {
  display: block;
  font-size: 14px;
}

.g-modal {
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 768px) {
  .g-modal {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .g-modal--alert {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 210px !important;
  }
}
.g-modal--closemodal {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
.g-modal--header {
  padding-right: 25px;
}
@media (min-width: 768px) {
  .g-modal--header {
    padding-right: 0;
  }
}
.g-modal--container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(100vh - 30px);
  padding: 15px 0;
}
.g-modal--wrapper {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
  padding: 15px 15px 0;
  position: relative;
  width: 90%;
}
@media (min-width: 992px) {
  .g-modal--wrapper {
    border-radius: 5px;
    padding: 30px 30px 0;
    width: 900px;
  }
}
.g-modal--footer {
  border-top: solid 1px #dee3e7;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .g-modal--footer {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.g-modal--content {
  height: calc(90vh - 165px);
  margin: 25px 0;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .g-modal--content {
    height: auto;
    max-height: calc(100vh - 300px);
  }
}
@media (min-width: 992px) {
  .g-modal--medium {
    max-width: 690px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .g-modal--medium .g-modal--section {
    min-height: 320px;
    padding-top: 30px;
  }
}
.g-modal--confirm {
  max-width: 480px;
  width: 90%;
}
@media (min-width: 768px) {
  .g-modal--confirm {
    padding: 0;
  }
}
.g-modal--confirm-big {
  max-width: 690px;
  width: 90%;
}
@media (min-width: 768px) {
  .g-modal--confirm-big {
    padding: 0;
  }
}
.g-modal--section {
  padding: 30px 0 20px;
}
@media (min-width: 768px) {
  .g-modal--section {
    padding: 50px 50px 30px;
  }
}

.g-full-modal {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: auto;
  height: 100%;
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: auto;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  width: 100%;
  z-index: 110;
}
.g-full-modal.g-full-modal-above {
  z-index: 99999;
}
@media (min-width: 992px) {
  .g-full-modal {
    padding: 15px;
  }
}
.g-full-modal:not(.open) {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.g-full-modal .g-btn--default {
  width: 90%;
}
@media (min-width: 768px) {
  .g-full-modal .g-btn--default {
    width: inherit;
  }
}
@media (min-width: 992px) {
  .g-full-modal--faqs {
    width: 990px !important;
  }
}
@media (min-width: 992px) {
  .g-full-modal--faqs .wrap {
    padding-bottom: 0 !important;
    padding-left: 5px !important;
    padding-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .g-full-modal--alternative {
    width: 750px !important;
  }
}
@media (min-width: 992px) {
  .g-full-modal--alternative .wrap {
    padding: 0 !important;
  }
}
.g-full-modal--closemodal {
  cursor: pointer;
}
@media (min-width: 992px) {
  .g-full-modal--closemodal {
    position: absolute;
    right: -15px;
    top: -15px;
  }
}
.g-full-modal--container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g-full-modal--wrapper {
  background-color: #fff;
  border-radius: 0;
  height: 100%;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .g-full-modal--wrapper {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.13);
            box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.13);
    height: auto;
    padding: 30px 30px 0;
    width: 900px;
  }
}
@media (min-width: 992px) {
  .g-full-modal--medium {
    width: 690px;
  }
}
.g-full-modal--medium .g-full-modal--header {
  padding: 0;
}
.g-full-modal--medium .g-full-modal--header > div > div {
  height: 50px;
}
@media (min-width: 992px) {
  .g-full-modal--medium .g-full-modal--header > div > div {
    height: auto;
  }
}
@media (min-width: 992px) {
  .g-full-modal--medium .g-full-modal--header {
    background: none;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .g-full-modal--medium .g-full-modal--closemodal {
    position: relative;
    right: auto;
    top: auto;
  }
}
.g-full-modal--header {
  background-color: #fff;
  left: 0;
  padding: 15px;
  position: fixed;
  right: 0;
  top: auto;
  z-index: -1;
}
@media (min-width: 992px) {
  .g-full-modal--header {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    left: auto;
    padding-right: 45px;
    position: relative;
    right: auto;
    top: auto;
  }
}
.g-full-modal--footer {
  background-color: #fff;
  border-top: solid 1px #dee3e7;
  bottom: auto;
  left: 0;
  position: fixed;
  right: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .g-full-modal--footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    bottom: auto;
    left: auto;
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
    right: auto;
  }
}
.g-full-modal--content {
  background-color: #fff;
  height: auto;
  position: fixed;
  z-index: -1;
}
@media (min-width: 992px) {
  .g-full-modal--content {
    max-height: calc(100vh - 205px);
    overflow: auto;
    position: relative;
  }
}
.g-full-modal--content > div.wrap {
  height: 100%;
  overflow-y: auto;
  padding: 15px;
  position: relative;
  z-index: 99;
}
.g-full-modal--confirm {
  max-width: 480px;
  padding: 0;
  width: 90%;
}
.g-full-modal--section {
  padding: 30px 20px;
}
.g-full-modal.open {
  bottom: 0;
  overflow: auto;
  top: 0 !important;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.g-full-modal.open .g-full-modal--header,
.g-full-modal.open .g-full-modal--footer {
  z-index: 12;
}
.g-full-modal.open .g-full-modal--header {
  top: 0;
}
.g-full-modal.open .g-full-modal--footer {
  bottom: 0;
}
.g-full-modal.open .g-full-modal--content {
  z-index: 11;
}
@media (max-height: 250px) {
  .g-full-modal.open .g-full-modal--footer,
  .g-full-modal.open .g-full-modal--header,
  .g-full-modal.open .g-full-modal--content {
    position: relative;
  }
  .g-full-modal.open .g-full-modal--content {
    top: 0 !important;
  }
}

@media (max-height: 100vh) and (orientation: landscape) {
  .g-safari-iphone .g-full-modal--footer,
  .g-safari-iphone .g-full-modal--header,
  .g-safari-iphone .g-full-modal--content {
    position: relative;
  }
  .g-safari-iphone .g-full-modal--content {
    top: 0 !important;
  }
}

.g-notification {
  background-color: #8db602;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
  color: #fff;
  float: right;
  height: 25px;
  margin-right: 5px;
  opacity: 1 !important;
  padding: 3px;
  text-align: center;
  width: 25px;
}
.g-notification--alert {
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: -5px;
  top: 16px;
}

.g-progress {
  background-color: #e8e8e8;
  border-radius: 2px;
  height: 3px;
  margin-top: 10px;
  width: 100%;
}
.g-progress .bar {
  background-color: #8db602;
  border-radius: 2px;
  height: 3px;
  width: 89%;
}

@media (min-width: 992px) {
  [data-simplebar] {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: inherit;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-height: inherit;
    max-width: inherit;
    position: relative;
    width: inherit;
  }
}

@media (max-width: 992px) {
  .simplebar-wrapper {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .simplebar-wrapper {
    height: inherit;
    max-height: inherit;
    max-width: inherit;
    overflow: hidden;
    width: inherit;
  }
}

@media (min-width: 992px) {
  .simplebar-mask {
    bottom: 0;
    direction: inherit;
    height: auto !important;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
    z-index: 0;
  }
}

@media (min-width: 992px) {
  .simplebar-offset {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    -webkit-box-sizing: inherit !important;
            box-sizing: inherit !important;
    direction: inherit !important;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    resize: none !important;
    right: 0;
    top: 0;
  }
}

@media (max-width: 992px) {
  .simplebar-offset {
    right: auto !important;
    bottom: auto !important;
  }
}

@media (max-width: 992px) {
  .simplebar-content {
    overflow: visible !important;
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .simplebar-content {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    direction: inherit;
    display: block;
    height: 100%;
    /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    max-height: 100%;
    /* Needed for vertical scroll to trigger */
    max-width: 100%;
    /* Not required for horizontal scroll to trigger */
    overflow: scroll;
    /* Scroll on this element otherwise element can't have a padding applied properly */
    position: relative;
    visibility: visible;
    width: auto;
  }
}

@media (max-width: 992px) {
  .simplebar-placeholder {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    pointer-events: none;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
            box-sizing: inherit !important;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    float: left;
    height: 100%;
    margin: 0;
    max-height: 1px;
    max-width: 1px;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: relative;
    width: inherit;
    z-index: -1;
  }
}

@media (min-width: 992px) {
  .simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    display: block;
    height: 1000%;
    left: 0;
    min-height: 1px;
    min-width: 1px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 1000%;
    z-index: -1;
  }
}

@media (min-width: 992px) {
  .simplebar-track {
    bottom: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
  }
}

@media (max-width: 992px) {
  .simplebar-scrollbar {
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media (min-width: 992px) {
  .simplebar-scrollbar {
    min-height: 10px;
    position: absolute;
    right: 2px;
    width: 7px;
  }
}

@media (min-width: 992px) {
  .simplebar-scrollbar:before {
    background: black;
    border-radius: 7px;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
}

@media (min-width: 992px) {
  .simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
  }
}

@media (min-width: 992px) {
  .simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
  }
}

@media (min-width: 992px) {
  .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    bottom: 2px;
    top: 2px;
  }
}

@media (min-width: 992px) {
  .simplebar-track.simplebar-horizontal {
    height: 11px;
    left: 0;
  }
}

@media (min-width: 992px) {
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
  }
}

@media (min-width: 992px) {
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 7px;
    left: 0;
    min-height: 0;
    min-width: 10px;
    right: auto;
    top: 2px;
    width: auto;
  }
}

/* Rtl support */
@media (min-width: 992px) {
  [data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    left: 0;
    right: auto;
  }
}

@media (min-width: 992px) {
  .hs-dummy-scrollbar-size {
    direction: rtl;
    height: 500px;
    opacity: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    position: fixed;
    visibility: hidden;
    width: 500px;
  }
}

.simplebar-placeholder {
  width: auto !important;
}

.simplebar-horizontal {
  display: none !important;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes loading {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
@keyframes loading {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
.g-spinner {
  background: rgba(255, 255, 255, 0.95);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99998;
}
.g-spinner--image {
  background: url("../images/load.gif") center center no-repeat;
  height: 120px;
  position: relative;
  width: 120px;
}
.g-spinner--center {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.g-spinner--dots > span {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: loading;
          animation-name: loading;
}
.g-spinner--dots > span:nth-child(2) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.g-spinner--dots > span:nth-child(3) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.g-spinner-refres {
  border: 2px solid #ddd;
  border-radius: 50%;
  border-top: 2px solid #8db602;
  height: 20px;
  width: 20px;
}
.g-spinner-refres--loader {
  -webkit-animation: spinner 1.5s linear infinite;
          animation: spinner 1.5s linear infinite;
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.g-tab--hrz .tab-header {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.g-tab--hrz .tab-header::after {
  clear: both;
  content: '';
  display: block;
}
.g-tab--hrz .tab-header > li {
  border-bottom: 1px solid #797b7f;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  color: #797b7f;
  cursor: pointer;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  max-width: 100%;
  padding: 15px;
  position: relative;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.g-tab--hrz .tab-header > li.on {
  background-color: #fff;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #797b7f;
  border-right: 1px solid #797b7f;
  border-top: 1px solid #797b7f;
  color: #4a4a4a;
}
.g-tab--hrz .tab-header > li a {
  font-size: 16px;
}
.g-tab--hrz .tab-header > li span {
  position: absolute;
  right: 25px;
  top: 20px;
}
.g-tab--hrz .tab-container .tab-content {
  display: none;
}
.g-tab--hrz .tab-container .tab-content.on {
  color: #888383;
  display: block;
}

.g-tabs .tab-header {
  background-color: #f2f2f2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.g-tabs .tab-header::after {
  clear: both;
  content: '';
  display: block;
}
.g-tabs .tab-header > li {
  border-bottom: 1px solid #797b7f;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  color: #797b7f;
  cursor: pointer;
  font-size: 14px;
  padding: 15px 15px 5px;
  position: relative;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media (min-width: 992px) {
  .g-tabs .tab-header > li {
    max-width: 275px;
  }
}
.g-tabs .tab-header > li.on {
  background-color: #fff;
  border-bottom: 0;
  border-left: 1px solid #797b7f;
  border-right: 1px solid #797b7f;
  border-top: 1px solid #797b7f;
  color: #4a4a4a;
}
.g-tabs .tab-header > li a {
  font-size: 16px;
}
.g-tabs .tab-header > li span {
  position: absolute;
  right: 25px;
  top: 20px;
}
.g-tabs .tab-container .tab-content {
  display: none;
}
.g-tabs .tab-container .tab-content.on {
  color: #888383;
  display: block;
}

.g-tooltip {
  position: relative;
}
.g-tooltip--input {
  width: calc(100% - 30px);
}
.g-tooltip--icon {
  cursor: pointer;
  display: inline-block;
}
.g-tooltip--message {
  display: none;
  left: -15px;
  min-width: 245px;
  padding-top: 5px;
  position: absolute;
  top: 100%;
  z-index: 100;
}
@media (min-width: 768px) {
  .g-tooltip--message {
    left: -35px;
  }
}
.g-tooltip--message::before {
  border-color: transparent transparent #00b6ff;
  border-style: solid;
  border-width: 9px 15px;
  content: '';
  left: 10px;
  position: absolute;
  top: -13px;
}
@media (min-width: 768px) {
  .g-tooltip--message::before {
    left: 30px;
  }
}
.g-tooltip--message::after {
  border-color: transparent transparent #d8f0fb;
  border-style: solid;
  border-width: 9px 15px;
  content: '';
  left: 10px;
  position: absolute;
  top: -12px;
  z-index: 10;
}
@media (min-width: 768px) {
  .g-tooltip--message::after {
    left: 30px;
  }
}
.g-tooltip-bottom-left .g-tooltip-message {
  left: -15px;
  top: 100%;
}
@media (min-width: 768px) {
  .g-tooltip-bottom-left .g-tooltip-message {
    left: -35px;
  }
}
.g-tooltip-bottom-left .g-tooltip-message::before {
  left: 10px;
  top: -13px;
}
@media (min-width: 768px) {
  .g-tooltip-bottom-left .g-tooltip-message::before {
    left: 30px;
  }
}
.g-tooltip-bottom-left .g-tooltip-message::after {
  left: 10px;
  top: -12px;
}
@media (min-width: 768px) {
  .g-tooltip-bottom-left .g-tooltip-message::after {
    left: 30px;
  }
}
.g-tooltip-bottom-right {
  text-align: right;
}
.g-tooltip-bottom-right .g-tooltip-message {
  left: auto;
  right: -15px;
  top: 100%;
}
@media (min-width: 768px) {
  .g-tooltip-bottom-right .g-tooltip-message {
    left: auto;
    right: -35px;
  }
}
.g-tooltip-bottom-right .g-tooltip-message::before {
  left: auto;
  right: 10px;
  top: -13px;
}
@media (min-width: 768px) {
  .g-tooltip-bottom-right .g-tooltip-message::before {
    left: auto;
    right: 30px;
  }
}
.g-tooltip-bottom-right .g-tooltip-message::after {
  left: auto;
  right: 10px;
  top: -12px;
}
@media (min-width: 768px) {
  .g-tooltip-bottom-right .g-tooltip-message::after {
    left: auto;
    right: 30px;
  }
}
.g-tooltip-top-left .g-tooltip-message {
  bottom: 133%;
  left: -15px;
  top: auto;
}
@media (min-width: 768px) {
  .g-tooltip-top-left .g-tooltip-message {
    left: -35px;
  }
}
.g-tooltip-top-left .g-tooltip-message::before {
  bottom: -17px;
  left: 10px;
  top: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 768px) {
  .g-tooltip-top-left .g-tooltip-message::before {
    left: 30px;
  }
}
.g-tooltip-top-left .g-tooltip-message::after {
  bottom: -16px;
  left: 10px;
  top: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 768px) {
  .g-tooltip-top-left .g-tooltip-message::after {
    left: 30px;
  }
}
.g-tooltip-top-right {
  text-align: right;
}
.g-tooltip-top-right .g-tooltip-message {
  bottom: 133%;
  left: auto;
  right: -15px;
  top: auto;
}
@media (min-width: 768px) {
  .g-tooltip-top-right .g-tooltip-message {
    left: auto;
    right: -35px;
  }
}
.g-tooltip-top-right .g-tooltip-message::before {
  bottom: -18px;
  left: auto;
  right: 10px;
  top: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 768px) {
  .g-tooltip-top-right .g-tooltip-message::before {
    left: auto;
    right: 30px;
  }
}
.g-tooltip-top-right .g-tooltip-message::after {
  bottom: -17px;
  left: auto;
  right: 10px;
  top: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 768px) {
  .g-tooltip-top-right .g-tooltip-message::after {
    left: auto;
    right: 30px;
  }
}
.g-tooltip-content {
  background: #d8f0fb;
  border: solid 1px #00b6ff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.2;
  padding: 12px;
  text-align: left;
}
@media (min-width: 768px) {
  .g-tooltip-content {
    min-width: 295px;
    right: 0;
  }
}
.g-tooltip-info {
  position: relative;
}
.g-tooltip-info:hover .g-tooltip-message {
  display: block;
}
.g-tooltip--color {
  color: #8db602;
}
.g-tooltip--disabled {
  cursor: not-allowed;
}
.g-tooltip--disabled .g-tooltip--color {
  color: #8e8e8e;
}
.g-tooltip--disabled .g-tooltip--alternative-message {
  display: none !important;
}

.g-tooltip--alternative {
  display: inline;
  position: relative;
}
.g-tooltip--alternative-message {
  background: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.13);
  display: none;
  height: auto;
  left: 50%;
  min-width: 250px;
  position: absolute;
  right: 0;
  top: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 15;
}
@media (min-width: 768px) {
  .g-tooltip--alternative-message {
    left: 50%;
    max-width: 300px;
    min-width: 250px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .g-tooltip--alternative-message-300 {
    min-width: 300px;
  }
}
.g-tooltip--alternative-message--left {
  left: 0;
  -webkit-transform: translateX(-45px);
          transform: translateX(-45px);
}
@media (min-width: 768px) {
  .g-tooltip--alternative-message--left {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
.g-tooltip--alternative-message--left .g-tooltip--alternative-arrow {
  left: 0;
  -webkit-transform: translateX(0) rotate(180deg);
          transform: translateX(0) rotate(180deg);
}
.g-tooltip--alternative-message--right {
  left: auto;
  right: -15px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.g-tooltip--alternative-message--right .g-tooltip--alternative-arrow {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0) rotate(180deg);
          transform: translateX(0) rotate(180deg);
}
.g-tooltip--alternative-message--bottom {
  left: 0;
  right: 0;
  top: auto;
  bottom: 25px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.g-tooltip--alternative-message--bottom .content-arrow-small {
  bottom: -25px;
  top: auto;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.g-tooltip--alternative-message--bottom .g-tooltip--alternative-arrow {
  bottom: -25px;
  left: auto;
  right: 0;
  top: auto;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.g-tooltip--alternative-arrow {
  height: 25px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: -24px;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  width: 50px;
}
@media (min-width: 1200px) {
  .g-tooltip--alternative-arrow {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
}
.g-tooltip--alternative-arrow::after {
  background: #fff;
  -webkit-box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.13);
  content: '';
  height: 20px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 20px;
}
.g-tooltip--alternative-arrow-small {
  height: 25px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: -25px;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  width: 50px;
}
.g-tooltip--alternative-arrow-small::after {
  background: #fff;
  -webkit-box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.13);
  content: '';
  height: 10px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 10px;
}
.g-tooltip--alternative:hover .g-tooltip--alternative-message, .g-tooltip--alternative:focus .g-tooltip--alternative-message {
  display: block;
}

.g-timeline {
  list-style: none;
  max-width: 950px;
  position: relative;
}
.g-timeline--line {
  margin-bottom: 20px;
  position: relative;
}
.g-timeline--line::after {
  clear: both;
  content: '';
  display: table;
}
.g-timeline--line:nth-child(n) .g-timeline--items::after {
  background: #8db602;
  content: '';
  height: 100%;
  left: 15px;
  position: absolute;
  top: 20px;
  width: 3px;
  z-index: 0;
  
 
}
@media (min-width: 768px) {
  .g-timeline--line:nth-child(n) .g-timeline--items::after {
    left: 34px;
  }
}
@media (min-width: 992px) {
  .g-timeline--line:nth-child(n) .g-timeline--items::after {
    left: 50%;
  }
}
.g-timeline--line:nth-last-child(1) .g-timeline--items::after {
  content: none;
}
.g-timeline--items {
  clear: both;
  float: right;
  width: calc(100% - 50px);
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}
@media (min-width: 768px) {
  .g-timeline--items {
    width: calc(100% - 80px);
  }
}
@media (min-width: 992px) {
  .g-timeline--items {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.13);
            box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.13);
    float: left;
    max-width: 425px;
    width: 100%;
  }
}
.g-timeline--items-header {
  position: relative;
}
.g-timeline--items-header::before {
  border-bottom: 10px solid transparent;
  border-left: 0;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  clear: both;
  content: '';
  display: table;
  left: -10px;
  position: absolute;
  top: 18px;
}
@media (min-width: 992px) {
  .g-timeline--items-header::before {
    border-left: 10px solid #fff;
    border-right: 0;
    left: auto;
    right: -9px;
  }
}
.g-timeline--items-pending::before {
  border-right: 10px solid #f2f2f2;
  left: -13px;
  right: auto;
  z-index: 12;
}
.g-timeline--items-pending::after {
  content: '';
  border-bottom: 10px solid transparent;
  border-left: 0;
  border-right: 10px solid #ddd;
  border-top: 10px solid transparent;
  left: -10px;
  position: absolute;
  right: auto;
  top: 16px;
  z-index: 1;
}
@media (min-width: 992px) {
  .g-timeline--items-pending::before {
    border-left: 10px solid #f2f2f2;
    border-right: 0;
    left: auto;
    right: -10px;
    z-index: 12;
  }
  .g-timeline--items-pending::after {
    content: '';
    border-left: 10px solid #ddd;
    border-right: 0;
    right: -10px;
    left: auto;
    z-index: 1;
  }
}
.g-timeline--badge {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  color: #fff;
  height: 80px;
  left: 15px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  z-index: 15;
}
@media (min-width: 768px) {
  .g-timeline--badge {
    height: 80px;
    left: 35px;
    line-height: 70px;
    top: -10px;
    width: 80px;
  }
}
@media (min-width: 992px) {
  .g-timeline--badge {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.g-timeline--inverted .g-timeline--items {
  float: right;
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}
.g-timeline--inverted .g-timeline--items-header::before {
  border-bottom: 10px solid transparent;
  border-left: 0;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  left: -10px;
  position: absolute;
  right: auto;
}
.g-timeline--inverted .g-timeline--items-pending::before {
  border-right: 10px solid #f2f2f2;
  left: -9px;
  z-index: 12;
}
.g-timeline--inverted .g-timeline--items-pending::after {
  content: '';
  border-bottom: 10px solid transparent;
  border-left: 0;
  border-right: 10px solid #ddd;
  border-top: 10px solid transparent;
  left: -10px;
  position: absolute;
  right: auto;
  top: 18px;
  z-index: 1;
}

.g-rating {
  display: table;
  text-align: left;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.g-rating--item {
  cursor: default;
  display: table-cell;
  line-height: 0;
  padding-right: 6px;
  text-align: center;
  vertical-align: top;
}
.g-rating--item .active {
  display: none;
}
.g-rating--hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .g-rating--hover .g-rating--item:hover .repose {
    display: none;
  }
  .g-rating--hover .g-rating--item:hover .active {
    display: block;
  }
  .g-rating--hover .g-rating--item:hover ~ .repose {
    display: block;
  }
  .g-rating--hover .g-rating--item:hover ~ .active {
    display: none;
  }
  .g-rating--hover > .g-rating--item:hover ~ .g-rating--item .active {
    display: block;
  }
  .g-rating--hover > .g-rating--item:hover ~ .g-rating--item .repose {
    display: none;
  }
}
.g-rating--active .repose {
  display: none;
}
.g-rating--active .active {
  display: block;
}

.g-box--shadow1 {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
}
.g-box--shadow1--xs-none {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 576px) {
  .g-box-sm--shadow1 {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
  }
}
@media (min-width: 768px) {
  .g-box-md--shadow1 {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
  }
}
@media (min-width: 992px) {
  .g-box-lg--shadow1 {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
  }
}
@media (min-width: 992px) {
  .g-box-lg--none {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.13);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.13);
  }
}
@media (min-width: 1200px) {
  .g-box-xl--shadow1 {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
  }
}
.g-box--shadow2 {
  -webkit-box-shadow: 0 1px 6px rgba(121, 123, 127, 0.1);
          box-shadow: 0 1px 6px rgba(121, 123, 127, 0.1);
}
@media (min-width: 576px) {
  .g-box-sm--shadow2 {
    -webkit-box-shadow: 0 1px 6px rgba(121, 123, 127, 0.1);
            box-shadow: 0 1px 6px rgba(121, 123, 127, 0.1);
  }
}
@media (min-width: 768px) {
  .g-box-md--shadow2 {
    -webkit-box-shadow: 0 1px 6px rgba(121, 123, 127, 0.1);
            box-shadow: 0 1px 6px rgba(121, 123, 127, 0.1);
  }
}
@media (min-width: 992px) {
  .g-box-lg--shadow2 {
    -webkit-box-shadow: 0 1px 6px rgba(121, 123, 127, 0.1);
            box-shadow: 0 1px 6px rgba(121, 123, 127, 0.1);
  }
}
@media (min-width: 1200px) {
  .g-box-xl--shadow2 {
    -webkit-box-shadow: 0 1px 6px rgba(121, 123, 127, 0.1);
            box-shadow: 0 1px 6px rgba(121, 123, 127, 0.1);
  }
}
.g-box--circle {
  height: 30px;
  padding: 4px 6px;
  width: 30px;
}

.g-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.g-ui--sckity {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.g-ui--view {
  background-color: #fff;
  min-height: 100%;
  overflow: hidden;
}
.g-ui--view.view-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.g-text--nowrap {
  white-space: nowrap;
}

.g-title--header {
  background-color: #fff;
  min-height: 50px;
}
@media (min-width: 992px) {
  .g-title--header {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.g-border {
  border-color: #d5d5d5;
  border-style: solid;
  border-width: 1px;
}
.g-border--circle {
  border-color: #8db602;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: 70px;
}
@media (min-width: 768px) {
  .g-border--circle {
    height: 90px;
    line-height: 80px;
    width: 90px;
  }
}
.g-border--dashed {
  border-style: dashed;
}

.g-flex-row--3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
@media (min-width: 768px) {
  .g-flex-row--3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
}

.g-photo--p {
  border-radius: 50%;
  max-width: 61px;
}
.g-photo--p img {
  max-height: 82px;
  max-width: 82px;
}

.g-hr-title {
  font-size: 11px;
  position: relative;
  text-transform: uppercase;
}
.g-hr-title::before {
  background-color: #888383;
  content: '';
  height: 1px;
  left: 130%;
  max-width: 40px;
  position: absolute;
  top: 2px;
  width: 100%;
}
.g-hr-title::after {
  background-color: #888383;
  content: '';
  height: 1px;
  max-width: 40px;
  position: absolute;
  right: 130%;
  top: 2px;
  width: 100%;
}

.g-price-simbol {
  position: relative;
}
.g-price-simbol::before {
  content: 'S/';
  font-size: 13px;
  left: -15px;
  position: absolute;
  top: 5px;
}

.contect-float-menu {
  border-radius: 0 18px 18px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1090;
}

.g-btn-float {
  background: #f2f2f2;
  height: 60px;
  position: relative;
  width: 60px;
}
.g-btn-float--top {
  border-bottom: 1px solid #d5d5d5;
  border-radius: 0 18px 0 0;
}
.g-btn-float--bottom {
  border-radius: 0 0 18px;
  border-top: 1px solid #d5d5d5;
}
.g-btn-float.active {
  background: #fff;
  color: #8db602;
}
.g-btn-float:hover::after {
  border-bottom: 5px solid transparent;
  border-right: 5px solid #8db602;
  border-top: 5px solid transparent;
  content: '';
  height: 0;
  left: 65px;
  position: absolute;
  width: 0;
}
.g-btn-float:hover::before {
  background: #8db602;
  border-radius: 4px;
  color: #fff;
  content: attr(data-name);
  font-size: 10px;
  left: 70px;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.g-iframe {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #d5d5d5;
          box-shadow: 0 0 10px #d5d5d5;
  width: 100%;
}
.g-iframe--mastercard {
  background: url("../images/mastercard-responsive.png") top center no-repeat;
}
@media (min-width: 768px) {
  .g-iframe--mastercard {
    background-image: url("../images/mastercard.png");
  }
}
.g-iframe--height {
  height: 760px;
}
@media (min-width: 768px) {
  .g-iframe--height {
    height: 600px;
  }
}

.g-count {
  letter-spacing: -1px;
}

.g-alert-fixed--bottom {
  background-color: #000;
  bottom: 0;
  color: #fff;
  left: 0;
  min-height: 60px;
  position: fixed;
  right: 0;
  z-index: 150;
}

@media (min-width: 992px) {
  .g-mw-px-lg--24 {
    max-width: 240px;
  }
}

@media (min-width: 992px) {
  .g-mw-px-lg--31 {
    max-width: 310px;
  }
}

.g-img-mw-lg img {
  max-width: inherit;
}
@media (min-width: 992px) {
  .g-img-mw-lg img {
    max-width: inherit;
  }
}

.g-coverage-mh--66 {
  max-height: 66px;
  overflow: hidden;
  position: relative;
}
.g-coverage-mh--66::before {
  background: #fff;
  color: #4a4a4a;
  content: '...';
  padding-left: 8px;
  position: absolute;
  right: 1rem;
  top: 40px;
}

.text-wrap {
  white-space: normal;
}

.g-float--arrow-bottom {
  left: 50%;
  position: relative;
  right: auto;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.g-float--arrow-bottom::after {
  background: #fff;
  bottom: -5px;
  content: '';
  height: 15px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 15px;
}
.g-float--arrow-bottom--gray1::after {
  background: #797b7f;
}
.g-float--arrow-bottom--green1::after {
  background: #8db602;
}

.g-content-table--td {
  background-color: #fff;
}
.g-content-table--td:nth-child(even) {
  background-color: #f7f8f9;
}
.g-content-table--td .g-tooltip--alternative-message--left {
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.g-content-table--column {
  border-left: 1px solid #f2f2f2;
  display: none;
  padding: 20px;
  width: 50%;
}
@media (min-width: 992px) {
  .g-content-table--column {
    display: block;
    width: 25%;
  }
}
.g-content-table--column.g-content-table--column1 {
  display: block;
}
.g-content-table--column.g-content-table--column3 {
  display: block;
}

.g-content-table--description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px 10px;
  width: 50%;
}
@media (min-width: 768px) {
  .g-content-table--description {
    width: 300px;
  }
}

.g-content-table--description-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .g-content-table--description-header {
    width: 300px;
  }
}

.g-content-table--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.g-content-table--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.g-content-table--info .g-content-table--info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  width: 100%;
}

.g-content-table--info-items:nth-child(n+1) {
  border-left: 1px solid #f2f2f2;
}

.g-box,
.g-box--ms,
.g-box--sm,
.g-box--md,
.g-box--lg {
  border: 1px solid #fff;
  border-radius: 10px;
}
.g-box.no-btl-radius,
.g-box--ms.no-btl-radius,
.g-box--sm.no-btl-radius,
.g-box--md.no-btl-radius,
.g-box--lg.no-btl-radius {
  border-top-left-radius: 0;
}
.g-box.no-btr-radius,
.g-box--ms.no-btr-radius,
.g-box--sm.no-btr-radius,
.g-box--md.no-btr-radius,
.g-box--lg.no-btr-radius {
  border-top-right-radius: 0;
}
.g-box.no-bbl-radius,
.g-box--ms.no-bbl-radius,
.g-box--sm.no-bbl-radius,
.g-box--md.no-bbl-radius,
.g-box--lg.no-bbl-radius {
  border-bottom-left-radius: 0;
}
.g-box.no-bbr-radius,
.g-box--ms.no-bbr-radius,
.g-box--sm.no-bbr-radius,
.g-box--md.no-bbr-radius,
.g-box--lg.no-bbr-radius {
  border-bottom-right-radius: 0;
}

.g-box-nav {
  left: -100%;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  top: 50px;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
  z-index: 98;
}
.g-box-nav--active {
  left: 0;
}
.g-box-nav .height-100 {
  overflow: auto;
}
.g-box-nav .sect-nav {
  position: absolute;
  width: 100%;
}
@media (min-width: 992px) {
  .g-box-nav {
    left: -240px;
    max-width: 240px;
    min-width: 240px;
    overflow: hidden;
    overflow-y: hidden;
    padding: 0;
    top: 50px;
  }
  .g-box-nav--active {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .g-box-nav {
    left: 0 !important;
    max-width: 240px;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
  }
  .g-box-nav .height-100 {
    overflow: hidden;
  }
  .g-box-nav .sect-nav {
    bottom: 0;
    height: 100%;
    min-height: 100vh;
    position: relative;
    width: 100%;
  }
}

.g-box-nav--close {
  display: none;
  -webkit-transition: .5s;
  transition: .5s;
}
@media (min-width: 992px) {
  .g-box-nav--close {
    background: rgba(0, 0, 0, 0.13);
    height: calc(100% - 56px);
    left: 0;
    position: absolute;
    right: 0;
    top: 50px;
    -webkit-transition: .5s;
    transition: .5s;
    width: calc(100%);
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .g-box-nav--close {
    display: none !important;
  }
}

.g-box-container {
  background-color: #f2f2f2;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
}
@media (min-width: 1200px) {
  .g-box-container {
    width: calc(100% - 240px);
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .g-box--ms {
    border-radius: 10px;
  }

  .g-title-center--ms {
    text-align: center;
  }

  .g-btn--alert {
    max-width: 130px;
    text-align: center;
    width: 100%;
  }

  .g-mw--xs {
    margin-top: 0 !important;
    width: auto;
  }

  .g-hr-title::after {
    max-width: 40px !important;
  }
  .g-hr-title::before {
    max-width: 40px !important;
  }

  .g-flex-start--xs {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 576px) {
  .g-box--sm {
    border-radius: 10px;
  }

  .g-btn--alert {
    max-width: 170px;
    text-align: center;
    width: 100%;
  }

  .g-mw--xs {
    margin-top: 0 !important;
    width: auto;
  }

  .g-hr-title::after {
    max-width: 82px !important;
  }
  .g-hr-title::before {
    max-width: 82px !important;
  }
}
@media (min-width: 768px) {
  .g-box--md {
    border-radius: 10px;
  }

  .g-max-width--85 {
    max-width: 85%;
  }

  .g-boder-left--1 {
    border-left: 1px solid #4a4a4a;
  }

  .g-boder-top--1 {
    border-top: 0 solid #4a4a4a !important;
  }

  .g-border-left--orange {
    border-left: 1px solid #ef9454;
  }

  .g-btn--alert {
    max-width: 170px;
    text-align: center;
    width: 100%;
  }

  .g-hr-title::after {
    max-width: 82px !important;
  }
  .g-hr-title::before {
    max-width: 82px !important;
  }

  .collapse:not(.show) {
    display: block;
  }
}
@media (min-width: 992px) {
  .g-box--lg {
    border-radius: 10px;
  }

  .g-d-block {
    display: inline-block !important;
  }

  .g-border-right {
    position: relative;
  }
  .g-border-right::before {
    background: #4a4a4a;
    content: '';
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
  }

  .g-btn-alert {
    max-width: 170px;
    text-align: center;
    width: 100%;
  }

  .g-price-simbol::after {
    left: 20% !important;
  }
}
.title--box {
  border-left: 3px solid #8db602;
  margin-left: -10px;
  padding-left: 10px;
}
.title--box .title--icon .g-icon--circle {
  height: 35px;
  width: 35px;
}
.title--box .title--text {
  font-size: 30px;
  font-weight: 700;
}

.header--box--page .header--box--icon {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 10px;
}
.header--box--page .header--step--height {
  height: 53px;
}
.header--box--page .header--box--active {
  margin: 0;
  top: 53px;
  width: 100%;
}
.header--box--phone {
  display: none;
  padding-left: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .header--box--phone {
    display: block;
  }
}
.header--box--icon {
  cursor: pointer;
}
@media (min-width: 768px) {
  .header--box--icon {
    cursor: default;
  }
}
.header--box--active {
  background: #fff;
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.13);
          box-shadow: 0 6px 14px rgba(0, 0, 0, 0.13);
  color: #000;
  font-weight: bold;
  left: 0;
  line-height: 1.5;
  margin: 0 -15px;
  padding: 15px;
  position: absolute;
  top: 100%;
  width: calc(100% + 30px);
  z-index: 99;
}
.header--box--active::before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 8px 10px;
  content: '';
  position: absolute;
  right: 23px;
  top: -16px;
}

.heading--box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.heading--box .heading--title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card--box--item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-bottom-left-radius: 105px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 105px;
  border-top-right-radius: 15px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.13);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.13);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}
@media (min-width: 576px) {
  .card--box--item {
    padding: 10px;
  }
}
.card--box--item img {
  min-width: 120px;
}
@media (min-width: 992px) {
  .card--box--item img {
    max-width: inherit;
    width: inherit;
  }
}
@media (max-width: 576px) {
  .card--box--item .card--box--title {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .card--box--item .card--box--subtitl {
    font-size: 11px;
  }
}
.card--box--item .card--box--description .g-list--text {
  font-size: 11px;
  padding-left: 0;
}
@media (min-width: 576px) {
  .card--box--item .card--box--description .g-list--text {
    font-size: 14px;
    padding-left: 10px;
  }
}

.card-box-simple {
  padding: 15px 18px;
}

.head-card {
  border-bottom: 1px solid #f2f2f2;
}
.head-card span {
  position: relative;
  top: 0;
}
.head-card .gh4 {
  margin-bottom: 0;
  margin-top: 4px;
}
.head-card:last-child {
  border-bottom: 0 solid #f2f2f2;
}

.phone--box {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}

.table--box.table--box-25 table th::before,
.table--box.table--box-25 table td::before {
  width: 25%;
}
.table--box table {
  width: 100%;
}
.table--box table thead {
  display: none;
}
@media (min-width: 768px) {
  .table--box table thead {
    display: table-header-group;
  }
}
.table--box table tr {
  display: block;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .table--box table tr {
    display: table-row;
    padding: 0;
  }
}
.table--box table th,
.table--box table td {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .table--box table th,
  .table--box table td {
    display: table-cell;
    padding: .75rem;
    vertical-align: top;
  }
}
.table--box table th::before,
.table--box table td::before {
  content: attr(data-table);
  font-weight: 500;
  min-width: 120px;
  padding: 5px 0 5px 15px;
  width: 30%;
}
@media (min-width: 768px) {
  .table--box table th::before,
  .table--box table td::before {
    display: none;
  }
}
.table--box table th span,
.table--box table td span {
  padding: 5px 10px;
}
.table--box table tbody tr:nth-of-type(even) {
  background-color: #f7f8f9;
}
.table--box table.none tbody tr:nth-of-type(even) {
  background-color: transparent;
}
.table--box table.table--padding td::before {
  min-width: 130px;
  padding-left: 0;
  padding-right: 10px;
}

.g-box-icons--active {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.g-box-icons--active .g-box-icons--box {
  min-height: 60px;
}
.g-box-icons--active .g-box-icons--list {
  display: block !important;
}
.g-box-icons--header .g-box-icons--list {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: auto;
  padding: 0 15px;
  position: relative;
  right: auto;
  top: auto;
}
.g-box-icons--header .g-box-icons--list::before {
  display: none;
}
.g-box-icons--header .g-box-icons--icon {
  display: none !important;
}
.g-box-icons--list {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
          box-shadow: 0 0 5px #d5d5d5;
  left: 0;
  padding: 10px 15px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 90;
}
.g-box-icons--list::before {
  background: #fff;
  -webkit-box-shadow: -3px -3px 4px #d5d5d5;
          box-shadow: -3px -3px 4px #d5d5d5;
  content: '';
  height: 10px;
  position: absolute;
  right: 20px;
  top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}
.g-box-icons--list > div {
  margin-bottom: 5px;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .g-box-icons--list > div {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .g-box-icons--list {
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    left: auto;
    padding: 0;
    position: relative;
    top: auto;
    width: auto;
  }
  .g-box-icons--list::before, .g-box-icons--list::after {
    display: none;
  }
}

.g-btn {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  background-color: #d81e05;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  outline: none;
  padding: 10px 20px;
  text-align: center;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media (min-width: 992px) {
  .g-btn:hover {
    background-color: #bf1b04;
    -webkit-box-shadow: 0 1px 6px rgba(121, 123, 127, 0.1);
            box-shadow: 0 1px 6px rgba(121, 123, 127, 0.1);
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
}
.g-btn--default {
  margin: auto;
  width: 80%;
}
@media (min-width: 480px) {
  .g-btn--default {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .g-btn--default {
    min-width: 240px;
    width: auto;
  }
}
.g-btn--mobile {
  display: block;
  margin: auto;
  width: 100%;
}
@media (min-width: 480px) {
  .g-btn--mobile {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .g-btn--mobile {
    min-width: 240px;
  }
}
.g-btn--reset {
  margin: auto;
  width: 100%;
}
@media (min-width: 480px) {
  .g-btn--reset {
    min-width: 240px;
    width: auto;
  }
}
.g-btn--gray16 {
  background-color: #d8d8d8;
}
.g-btn--gray16:hover {
  background-color: #cbcbcb;
  -webkit-box-shadow: 0 1px 6px rgba(121, 123, 127, 0.1);
          box-shadow: 0 1px 6px rgba(121, 123, 127, 0.1);
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.g-btn.block {
  display: block;
  width: 100%;
}
.g-btn:focus {
  outline: 0;
}
.g-btn:disabled, .g-btn.disabled {
  background: transparent;
  border: 1px solid #b9c6d1;
  color: #b9c6d1;
  cursor: not-allowed;
}
.g-btn:disabled:hover, .g-btn.disabled:hover {
  background: transparent;
}

.g-btn-outline {
  background: transparent;
  border: 1px solid #d81e05;
  color: #d81e05;
}
.g-btn-outline.disabled {
  border: 1px solid #b9c6d1;
  color: #b9c6d1;
  cursor: not-allowed;
}
.g-btn-outline.disabled:hover {
  background: transparent;
}

.g-btn-special {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
}
.g-btn-special::after, .g-btn-special::before {
  border-color: transparent transparent #b80800;
  border-style: solid;
  border-width: 25px 15px 25px 0;
  content: '';
  height: 0;
  position: absolute;
  right: -15px;
  top: -25px;
  width: 0;
}
.g-btn-special::after {
  border-width: 25px 0 25px 15px;
  left: -15px;
  right: auto;
}

.btn-fixed--bottom {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.g-btn-upload {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #8e8e8e;
  color: #8db602;
  font-size: 14px;
  line-height: 1;
  min-width: 200px;
  outline: none;
  padding: 20px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
@media (min-width: 992px) {
  .g-btn-upload:hover {
    background-color: #e8e8e8;
    color: #797b7f;
    text-decoration: none;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
}
.g-btn-upload.block {
  display: block;
  width: 100%;
}
.g-btn-upload:focus {
  outline: 0;
}
.g-btn-upload:disabled, .g-btn-upload.disabled {
  background: transparent;
  border: 1px solid #ddd;
  color: #ddd;
  cursor: not-allowed;
}
.g-btn-upload:disabled:hover, .g-btn-upload.disabled:hover {
  background: transparent;
}

@media (min-width: 992px) {
  .g-btn-bottom {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}

.g-checkbox {
  position: relative;
  text-align: left;
  z-index: 1;
}
.g-checkbox .checkbox {
  cursor: pointer;
  margin-bottom: 15px;
  padding-left: 28px;
  position: relative;
}
.g-checkbox .checkbox::before, .g-checkbox .checkbox::after {
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.g-checkbox .checkbox::after {
  height: 18px;
  width: 18px;
}
.g-checkbox .checkbox::before {
  background: #fff;
  border: 1px solid #4a4a4a;
  border-radius: 3px;
  cursor: pointer;
  height: 17px;
  width: 17px;
}
.g-checkbox input[type='checkbox'] {
  height: 0;
  outline: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.g-checkbox input:checked + .checkbox::before {
  background: #8db602;
  border: 0;
}
.g-checkbox input:checked + .checkbox::after {
  color: #fff;
  content: '\e903';
  font-family: 'MFAutoservicio';
  font-size: 10px;
  left: 4px;
  line-height: 18px;
  z-index: 999;
}
.g-checkbox input:disabled + .checkbox::before {
  border-color: #b9c6d1;
}
.g-checkbox input:disabled:checked + .checkbox::before {
  background: #b9c6d1;
}
.g-checkbox .label-none {
  padding-left: 17px;
}

.g-hour {
  border-bottom: 1px solid #4a4a4a;
}
.g-hour.disabled {
  border-color: #ddd;
  color: #ddd;
  cursor: not-allowed !important;
}

.g-inpsel-design label,
.g-input-design label {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.g-inpsel-design input,
.g-input-design input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  margin-top: 12px;
  outline: none;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 5;
}
.g-inpsel-design input:focus + label,
.g-input-design input:focus + label {
  font-size: 13px;
  font-weight: 300;
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
  width: auto;
}
.g-inpsel-design input:focus + label.is-focused,
.g-input-design input:focus + label.is-focused {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.g-inpsel-design .ico-right,
.g-input-design .ico-right {
  bottom: 0;
  line-height: 35px;
  position: absolute;
  right: 0;
}
.g-inpsel-design .ico-text,
.g-input-design .ico-text {
  border-radius: 50%;
  bottom: 9px;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  line-height: 19px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 18px;
}
.g-inpsel-design.msn-error,
.g-input-design.msn-error {
  border-bottom: 1px solid #d81e05;
}

.g-input-file {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
  z-index: -1;
}
.g-input-file + .g-js-filename {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g-radio {
  position: relative;
  text-align: left;
}
.g-radio .radio {
  cursor: pointer;
  height: 24px;
  padding-left: 40px;
  position: relative;
  width: 24px;
  z-index: 9;
}
.g-radio .radio::before, .g-radio .radio::after {
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}
.g-radio .radio::after {
  height: 24px;
  width: 24px;
}
.g-radio .radio::before {
  background: #fff;
  border: 3px solid #797b7f;
  border-radius: 50%;
  cursor: pointer;
  height: 24px;
  width: 24px;
}
.g-radio input[type='radio'] {
  height: 0;
  outline: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.g-radio input:checked + .radio::before {
  background: #8db602;
  border: 0;
  height: 12px;
  left: 6px;
  top: 6px;
  width: 12px;
}
.g-radio input:checked + .radio::after {
  border: 3px solid #8db602;
  border-radius: 50%;
  color: #fff;
  content: '';
  z-index: 10;
}
.g-radio input:disabled + .radio::before {
  border-color: #b9c6d1;
}
.g-radio input:disabled:checked + .radio::before {
  background: #b9c6d1;
}

.g-form-icon {
  color: #4a4a4a;
  height: 35px;
  line-height: 35px;
  margin-top: 10px;
}

.g-input-symbol--soles::before {
  content: 'S/ ';
}
.g-input-symbol--dolar::before {
  content: '$ ';
}
.g-input-symbol--euro::before {
  content: '\20AC';
}

.g-radio-items {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  margin-right: 10px;
  padding: 10px;
  position: relative;
  width: 100%;
}
.g-radio-items:last-child {
  margin-right: 0 !important;
}
.g-radio-items--active {
  border: 1px solid #8db602;
}
.g-radio-items .radio {
  padding-left: 0;
}
.g-radio-items--disabled {
  background: #f2f2f2;
}

.g-inpsel-design label,
.g-select-desing label {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.g-inpsel-design select,
.g-select-desing select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 37px;
  line-height: 35px;
  margin-top: 10px;
  outline: none;
  padding: 0 25px 0 0;
  position: relative;
  width: 100%;
  z-index: 5;
}
.g-inpsel-design .ico-select,
.g-select-desing .ico-select {
  background: none;
  bottom: 0;
  color: #797b7f;
  cursor: default;
  font-size: 14px;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  width: 20px;
  z-index: 10;
}

.g-form-focus label {
  font-size: 13px;
  font-weight: 300;
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
}

.g-placeholder {
  color: #797b7f;
  cursor: text;
  display: block;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 35px;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  white-space: nowrap;
  width: calc(100% - 25px);
  z-index: 1;
}
.g-placeholder.is-focused, .g-placeholder.block {
  color: #666;
  font-size: 13px;
  font-weight: 300;
  top: 0;
}
.g-placeholder.block {
  position: static;
}

.txt-error {
  color: #d81e05;
  font-size: 13px;
}

.g-box-icons--item .g-inpsel-design select,
.g-box-icons--item .g-select-desing select {
  margin-right: 10px;
  margin-top: 0;
}

.g-textarea-design label {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.g-textarea-design textarea {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #4a4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 60px;
  line-height: 20px;
  margin-top: 12px;
  outline: none;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 5;
}
.g-textarea-design textarea:focus + label {
  font-size: 13px;
  font-weight: 300;
  -webkit-transform: translate(0, -21px);
          transform: translate(0, -21px);
  width: auto;
}
.g-textarea-design textarea:focus + label.is-focused {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.g-textarea-design .ico-right {
  bottom: 0;
  line-height: 35px;
  position: absolute;
  right: 0;
}
.g-textarea-design .ico-text {
  border-radius: 50%;
  bottom: 9px;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  line-height: 19px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 18px;
}
.g-textarea-design.msn-error {
  border-bottom: 1px solid #d81e05;
}

.g-inpsel-design,
.g-input-design,
.g-select-desing,
.g-textarea-design {
  border-bottom: 1px solid #4a4a4a;
  display: block;
  padding-top: 20px;
  position: relative;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  width: 100%;
}
.g-inpsel-design.disabled,
.g-input-design.disabled,
.g-select-desing.disabled,
.g-textarea-design.disabled {
  border-color: #ddd;
}
.g-inpsel-design.disabled .g-placeholder,
.g-input-design.disabled .g-placeholder,
.g-select-desing.disabled .g-placeholder,
.g-textarea-design.disabled .g-placeholder {
  color: #ddd;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.g-inpsel-design.disabled .ico-select,
.g-input-design.disabled .ico-select,
.g-select-desing.disabled .ico-select,
.g-textarea-design.disabled .ico-select {
  color: #ddd;
}
.g-inpsel-design.disabled select,
.g-input-design.disabled select,
.g-select-desing.disabled select,
.g-textarea-design.disabled select {
  color: #ddd;
}
.g-inpsel-design.disabled textarea,
.g-inpsel-design.disabled input,
.g-inpsel-design.disabled select,
.g-input-design.disabled textarea,
.g-input-design.disabled input,
.g-input-design.disabled select,
.g-select-desing.disabled textarea,
.g-select-desing.disabled input,
.g-select-desing.disabled select,
.g-textarea-design.disabled textarea,
.g-textarea-design.disabled input,
.g-textarea-design.disabled select {
  color: #797b7f;
  cursor: not-allowed;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.g-inpsel-design.disabled textarea:disabled,
.g-inpsel-design.disabled input:disabled,
.g-inpsel-design.disabled select:disabled,
.g-input-design.disabled textarea:disabled,
.g-input-design.disabled input:disabled,
.g-input-design.disabled select:disabled,
.g-select-desing.disabled textarea:disabled,
.g-select-desing.disabled input:disabled,
.g-select-desing.disabled select:disabled,
.g-textarea-design.disabled textarea:disabled,
.g-textarea-design.disabled input:disabled,
.g-textarea-design.disabled select:disabled {
  cursor: not-allowed !important;
  opacity: .35;
  filter: Alpha(Opacity=35);
}
.g-inpsel-design.disabled .g-form-icon,
.g-input-design.disabled .g-form-icon,
.g-select-desing.disabled .g-form-icon,
.g-textarea-design.disabled .g-form-icon {
  color: #ddd;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.msn-error {
  border-bottom: 1px solid #d81e05;
}
.msn-error .g-placeholder {
  color: #d81e05;
}

.g-box-icons--item .g-inpsel-design,
.g-box-icons--item .g-input-design,
.g-box-icons--item .g-select-desing {
  padding-top: 0;
}

.icon--success {
  background-image: url("../../images/messages/icon_complete.svg");
  height: 100px;
  width: 200px;
}
.icon--fail {
  background-image: url("../../images/messages/icon_fail.svg");
  height: 100px;
  width: 200px;
}
.icon--error {
  background-image: url("../../images/messages/icon_error.svg");
  height: 100px;
  width: 200px;
}
.icon--search {
  background-image: url("../../images/messages/icon_search.svg");
  height: 100px;
  width: 200px;
}
.icon--mail {
  background-image: url("../../images/messages/icon_mail.svg");
  height: 100px;
  width: 200px;
}
.icon--mail-small {
  background-position: center;
  background-size: 100%;
  width: 200px;
}

.sect-nav .btn-icons {
  background-color: #4b4b4b;
  border-top: solid 1px #000;
  bottom: 0;
  padding: 10px;
  padding-left: 22px;
  position: fixed;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
}
@media (min-width: 992px) {
  .sect-nav .btn-icons {
    width: 240px;
  }
}
@media (min-width: 1200px) {
  .sect-nav .btn-icons {
    position: absolute;
  }
}
.sect-nav .btn-icons a {
  color: #8e8e8e;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.sect-nav .btn-icons a:hover {
  color: #fff;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.g-view-login {
  width: 100%;
}
.g-view-login.g-div--middle > .container {
  margin-left: 0 !important;
  padding-left: 15px !important;
}

.login--help {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login--help .help-box {
  text-align: center;
}
.login--help .help-box .line-1 {
  font-size: 20px;
  font-weight: 500;
}
.login--help .help-box .line-2 {
  font-size: 15px;
  font-weight: 500;
}
.login--help .help-box .line-3 {
  font-size: 10px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .login--help .help-box {
    text-align: left;
  }
}

.login--welcome {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login--welcome .welcome-box {
  border-left: 2px solid #fff;
  padding-left: 10px;
}
.login--welcome .g-icon--xl {
  font-size: 40px;
}
@media (min-width: 768px) {
  .login--welcome .g-icon--xl {
    font-size: 55px;
  }
}

.login--form {
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .login--form {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.login--form.register-success {
  min-height: inherit;
}
@media (min-width: 992px) {
  .login--form.register-success {
    min-height: 520px;
  }
}

.view-login {
  background-image: -webkit-gradient(linear, right top, left top, from(#b80800), to(rgba(0, 0, 0, 0.13)));
  background-image: linear-gradient(to left, #b80800, rgba(0, 0, 0, 0.13));
  color: #4c4c4c;
}
@media (min-width: 992px) {
  .view-login {
    background-image: url("../images/bg_login.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.login-content--bottom {
  color: #d5d5d5;
  position: relative;
}
.login-content--bottom::before {
  background-color: #520000;
  content: '';
  height: 100%;
  opacity: .3;
  position: absolute;
  width: 100%;
}
.login-content .login--form .g-icon-circle--md {
  height: 24px;
  width: 24px;
}
@media (min-width: 992px) {
  .login-content .login--form .g-icon-circle--md {
    height: 35px;
    width: 35px;
  }
}
.login-content .login--form .g-icon-circle .g-icon--xs {
  font-size: 13px;
}
@media (min-width: 992px) {
  .login-content .login--form .g-icon-circle .g-icon--xs {
    font-size: 20px;
  }
}
.login-content .float-icon {
  left: -9px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.login-content .float-icon .g-icon--circle {
  -webkit-box-shadow: 0 13px 17px -8px rgba(133, 24, 24, 0.7);
          box-shadow: 0 13px 17px -8px rgba(133, 24, 24, 0.7);
}

.landing--form {
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.13);
          box-shadow: 0 6px 14px rgba(0, 0, 0, 0.13);
}

.linebox--item {
  height: 1px;
  margin-left: 15px;
  margin-top: 5px;
  width: 80px;
}
.linebox--left {
  margin-left: 0;
  margin-right: 15px;
}

.g-difuminado {
  position: relative;
}
.g-difuminado::before {
  background-image: url("../../images/difuminado.png");
  background-position: center -20px;
  background-repeat: no-repeat;
  content: '';
  height: 178px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.g-view-landing-home-sctr {
  background-color: #f7f8f9;
}
@media (min-width: 768px) {
  .g-view-landing-home-sctr {
    background-color: transparent;
    background-image: url("../../images/bg-constancias.png");
    background-position: center 0;
    background-repeat: no-repeat;
  }
}

.g-view-landing-home {
  background-color: #f7f8f9;
}
@media (min-width: 768px) {
  .g-view-landing-home {
    background-color: transparent;
    background-image: url("../images/bg-landing-home.png");
    background-position: center -270px;
    background-repeat: no-repeat;
  }
}

.g-view-landing-bg {
  background-color: #f7f8f9;
}
@media (min-width: 768px) {
  .g-view-landing-bg {
    background-color: transparent;
    background-image: url("../images/bg-landing-health.png ");
    background-position: center 160px;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) {
  .g-view-landing-activity {
    background-color: transparent;
    background-image: url("../images/bg-landing-activity.png");
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) {
  .g-view-landing-activity {
    background-position: top center;
  }
}

.fixed--box {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.13);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.13);
  display: none;
  left: 0;
  min-height: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.fixed--box--wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (min-width: 992px) {
  .fixed--box--wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.fixed--box .g-btn {
  margin-bottom: -16px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .fixed--box .g-btn {
    bottom: -16px;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
  }
}
.fixed--box .g-list {
  display: none;
}
@media (min-width: 992px) {
  .fixed--box .g-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.fixed--box .g-list > li .g-list--text {
  color: #000;
  display: block;
  padding: 15px 25px;
  width: auto;
}

.landing-home-header .flex--box {
  display: none;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .landing-home-header .flex--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 576px) {
  .card--box .card--box--item {
    border-bottom-left-radius: 105px;
    border-top-right-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .card--box .card--box--item {
    margin: 1% 1.5%;
    width: 47%;
  }
}

.slider--box {
  position: relative;
}
.slider--box .navigation--left,
.slider--box .navigation--right {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.slider--box .navigation--right {
  left: auto;
  right: 0;
}

.g-col-icon {
  width: calc(100% - 50px);
}

.info--box {
  display: inline-block;
  position: relative;
}
.info--box--center .info--box--icon {
  bottom: auto;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.info--box.info--box--right .info--box--icon {
  bottom: -15px;
  position: absolute;
  right: -15px;
  -webkit-transform: none;
          transform: none;
}
.info--box--imagen {
  border-radius: 50%;
  overflow: hidden;
}
.info--box--block {
  display: block;
}
@media (min-width: 768px) {
  .info--box--block {
    display: inline-block;
  }
}
.info--box--block .info--box--imagen {
  border-radius: 50%;
  margin: auto;
  position: relative;
  width: 150px;
}
@media (min-width: 576px) {
  .info--box--block .info--box--imagen {
    border-radius: 50%;
    width: 200px;
  }
}
@media (min-width: 768px) {
  .info--box--block .info--box--imagen {
    border-radius: 0;
    width: auto;
  }
}
.info--box--block .info--box--imagen img {
  height: 150px;
  max-width: inherit;
}
@media (min-width: 576px) {
  .info--box--block .info--box--imagen img {
    height: 200px;
    max-width: inherit;
  }
}
@media (min-width: 768px) {
  .info--box--block .info--box--imagen img {
    height: auto;
    max-width: 100%;
  }
}
.info--box--block .info--box--imagen .img-mw--460 {
  max-width: 460px;
}
.info--box--block .info--box--icon {
  bottom: 0;
  top: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.info--box--icon {
  display: none;
}
@media (min-width: 768px) {
  .info--box--icon {
    bottom: 0;
    display: block;
    position: absolute;
    right: 0;
  }
  .info--box--icon .info--icon--right {
    margin-left: -130px;
    margin-top: -10px;
  }
}

.d-relative,
.carousel {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .info2--box--left {
    margin-left: -10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .info2--box--left {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .info2--box--right {
    margin-left: 10px;
    margin-right: -10px;
  }
}
@media (min-width: 992px) {
  .info2--box--right {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .info2--box {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
    padding-bottom: 45px !important;
  }
}
@media (min-width: 768px) {
  .info2--box--bottom {
    bottom: 30px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

.over-filter::before {
  background-color: rgba(255, 255, 255, 0.95);
  content: '';
  height: 100%;
  left: 15px;
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
  z-index: 11;
}

.shadow-bt--white::before {
  -webkit-box-shadow: 0 -40px 40px #fff inset;
          box-shadow: 0 -40px 40px #fff inset;
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}

.mh-130 {
  max-height: 130px;
}
@media (min-height: 768px) {
  .mh-130 {
    max-height: 100%;
  }
}

.g-loader {
  background-color: #ddd;
  height: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.g-loader::before {
  -webkit-animation: cargando 2s linear infinite;
          animation: cargando 2s linear infinite;
  background-color: #d81e05;
  content: '';
  display: block;
  height: 4px;
  left: -200px;
  position: absolute;
  width: 200px;
}

@-webkit-keyframes cargando {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}

@keyframes cargando {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
.header--step {
  position: relative;
}
@media (min-width: 768px) {
  .header--step::before {
    background: #d81e05;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .header--step--height {
    min-height: 60px;
  }
}
.header--step .container {
  padding: 0;
  position: relative;
}
@media (max-width: 992px) {
  .header--step .container {
    max-width: inherit;
  }
  .header--step .container > div {
    background: #fff;
  }
}
.header--step--logo .header--logo {
  background-color: #d81e05;
}
.header--step--logo > div {
  width: 100%;
}
@media (min-width: 768px) {
  .header--step--logo > div {
    width: auto;
  }
}
@media (min-width: 768px) {
  .header--step--logo {
    background-color: transparent;
  }
}

.tag--icon {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.13);
  height: 90px;
  width: 90px;
}

.number--box {
  text-align: center;
}
.number--box--item {
  padding-bottom: 10px;
}
.number--box--item:first-child .number--box--wrapper::before {
  display: none;
}
.number--box--item:first-child .number--box--title {
  left: auto;
  -webkit-transform: none;
          transform: none;
}
.number--box--item:last-child .number--box--wrapper::after {
  display: none;
}
.number--box--item:last-child .number--box--title {
  left: auto;
  right: 25px;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 768px) {
  .number--box--item:last-child .number--box--title {
    right: auto;
  }
}
.number--box--item .number--box--title {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .number--box--item .number--box--title {
    display: block;
    left: auto;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
}
.number--box--wrapper::after, .number--box--wrapper::before {
  background: #b9c6d1;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 11px;
  width: calc(50% - 20px);
}
@media (min-width: 768px) {
  .number--box--wrapper::after, .number--box--wrapper::before {
    top: 25px;
    width: calc(50% - 30px);
  }
}
.number--box--wrapper::after {
  left: auto;
  right: 0;
}
.number--box .g-icon-circle {
  background: #666;
  color: #fff;
}
.number--box--md {
  height: 25px;
  width: 25px;
}
@media (min-width: 768px) {
  .number--box--md {
    height: 35px;
    width: 35px;
  }
}
.number--box--option {
  position: relative;
  z-index: 1;
}
.number--box--option .g-icon-circle {
  font-size: 12px;
  height: 24px;
  width: 24px;
}
@media (min-width: 768px) {
  .number--box--option .g-icon-circle {
    font-size: 14px;
    height: 48px;
    width: 48px;
  }
}
.number--box--active .g-icon-circle {
  background: #d81e05;
  height: 48px;
  margin-top: -13px;
  width: 48px;
}
@media (min-width: 768px) {
  .number--box--active .g-icon-circle {
    height: 48px;
    margin-top: 0;
    width: 48px;
  }
}
.number--box--active .number--box--title {
  display: block;
  font-size: 13px;
}
.number--box--title {
  display: none;
}
@media (min-width: 768px) {
  .number--box--title {
    display: block;
  }
}
.number--box--color .g-icon-circle {
  background: #d81e05;
  font-weight: bold;
}
.number--box--color .number--box--title {
  color: #d81e05;
}

.currency-xs {
  padding-left: 33px;
  position: relative;
}

.text-bottom {
  vertical-align: text-bottom;
}

.add-insured-box {
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: -1px;
}
.add-insured-box--content {
  border-right: 1px solid #e8e8e8;
  width: calc(100% - 60px);
}
.add-insured-box--sidebar {
  text-align: center;
  width: 60px;
}

.compare-plan {
  border: 1px solid transparent;
  height: 100%;
}
.compare-plan.sctr-selected {
  border: 1px solid #8db602;
}
.compare-plan.sctr-selected .icon-selected {
  background: #fff;
  border: 3px solid #8db602;
  color: #8db602;
}
.compare-plan.sctr-selected .icon-selected-xs {
  color: #8db602;
}
.compare-plan.sctr-selected .text-mont {
  color: #8db602;
}
.compare-plan.sctr-selected .g-hr-title::before, .compare-plan.sctr-selected .g-hr-title::after {
  background-color: #8db602;
}
.compare-plan.sctr-selected .currency-xs::before {
  color: #8db602;
  content: '\e903';
  font-family: 'MFAutoservicio' !important;
  height: 25px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 19px;
}

.btn-fixed--bottom {
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.g-circle-steps {
  max-width: 110px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .g-circle-steps {
    max-width: 160px;
  }
}
.g-circle-steps:first-child::after {
  left: auto !important;
  right: 0;
  width: calc(50% - 22px) !important;
}
@media (min-width: 768px) {
  .g-circle-steps:first-child::after {
    width: calc(50% - 28px) !important;
  }
}
.g-circle-steps:first-child::before {
  content: none !important;
}
.g-circle-steps:nth-child(n)::after {
  background: #747474;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 12px;
  width: calc(50% - 22px);
}
@media (min-width: 768px) {
  .g-circle-steps:nth-child(n)::after {
    top: 23px;
    width: calc(50% - 28px);
  }
}
.g-circle-steps:nth-child(n)::before {
  background: #747474;
  content: '';
  height: 1px;
  position: absolute;
  right: 0;
  top: 12px;
  width: calc(50% - 22px);
}
@media (min-width: 768px) {
  .g-circle-steps:nth-child(n)::before {
    top: 23px;
    width: calc(50% - 28px);
  }
}
.g-circle-steps:nth-child(n) .g-circle-steps--text {
  display: none;
}
@media (min-width: 768px) {
  .g-circle-steps:nth-child(n) .g-circle-steps--text {
    display: block;
  }
}
.g-circle-steps:last-child::after {
  left: 0;
  right: auto;
  width: calc(50% - 22px) !important;
}
@media (min-width: 768px) {
  .g-circle-steps:last-child::after {
    width: calc(50% - 28px) !important;
  }
}
.g-circle-steps:last-child::before {
  content: none !important;
}
.g-circle-steps--items {
  background-color: #666;
  border: solid 2px #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  height: 24px;
  position: relative;
  width: 24px;
  z-index: 15;
}
@media (min-width: 768px) {
  .g-circle-steps--items {
    height: 47px;
    width: 47px;
  }
}
.g-circle-steps.active .g-circle-steps--items {
  background-color: #d81e05;
}
.g-circle-steps.active .g-circle-steps--text {
  color: #d81e05;
}
.g-circle-steps.active--last .g-circle-steps--items {
  height: 35px;
  margin-top: -5px;
  width: 35px;
}
@media (min-width: 768px) {
  .g-circle-steps.active--last .g-circle-steps--items {
    height: 47px;
    margin-top: auto;
    width: 47px;
  }
}
.g-circle-steps.active--last .g-circle-steps--text {
  display: block;
}

.carousel-indicators li {
  background-color: transparent;
  border: 1px solid #4c4c4c;
  border-radius: 100%;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 12px !important;
  margin-left: 3px;
  margin-right: 3px;
  position: relative;
  text-indent: -999px;
  width: 12px !important;
}
.carousel-indicators li.active {
  background-color: #4c4c4c !important;
}

.carousel-control-prev {
  left: 10px !important;
}

.carousel-control-next {
  right: 10px !important;
}

.g-slider {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g-slider .g-slider--item {
  width: auto !important;
}

.g-b--0 {
  border: 0px solid #f7f8f9;
}

.g-bt--0 {
  border-top: 0px solid #f7f8f9;
}

.g-bl--0 {
  border-left: 0px solid #f7f8f9;
}

.g-br--0 {
  border-right: 0px solid #f7f8f9;
}

.g-bb--0 {
  border-bottom: 0px solid #f7f8f9;
}

.g-b--1 {
  border: 1px solid #f7f8f9;
}

.g-bt--1 {
  border-top: 1px solid #f7f8f9;
}

.g-bl--1 {
  border-left: 1px solid #f7f8f9;
}

.g-br--1 {
  border-right: 1px solid #f7f8f9;
}

.g-bb--1 {
  border-bottom: 1px solid #f7f8f9;
}

.g-b--2 {
  border: 2px solid #f7f8f9;
}

.g-bt--2 {
  border-top: 2px solid #f7f8f9;
}

.g-bl--2 {
  border-left: 2px solid #f7f8f9;
}

.g-br--2 {
  border-right: 2px solid #f7f8f9;
}

.g-bb--2 {
  border-bottom: 2px solid #f7f8f9;
}

.g-b--3 {
  border: 3px solid #f7f8f9;
}

.g-bt--3 {
  border-top: 3px solid #f7f8f9;
}

.g-bl--3 {
  border-left: 3px solid #f7f8f9;
}

.g-br--3 {
  border-right: 3px solid #f7f8f9;
}

.g-bb--3 {
  border-bottom: 3px solid #f7f8f9;
}

.g-b--4 {
  border: 4px solid #f7f8f9;
}

.g-bt--4 {
  border-top: 4px solid #f7f8f9;
}

.g-bl--4 {
  border-left: 4px solid #f7f8f9;
}

.g-br--4 {
  border-right: 4px solid #f7f8f9;
}

.g-bb--4 {
  border-bottom: 4px solid #f7f8f9;
}

.g-b--5 {
  border: 5px solid #f7f8f9;
}

.g-bt--5 {
  border-top: 5px solid #f7f8f9;
}

.g-bl--5 {
  border-left: 5px solid #f7f8f9;
}

.g-br--5 {
  border-right: 5px solid #f7f8f9;
}

.g-bb--5 {
  border-bottom: 5px solid #f7f8f9;
}

@media (min-width: 576px) {
  .g-b-sm--0 {
    border: 0px solid #f7f8f9;
  }

  .g-bt-sm--0 {
    border-top: 0px solid #f7f8f9;
  }

  .g-bl-sm--0 {
    border-left: 0px solid #f7f8f9;
  }

  .g-br-sm--0 {
    border-right: 0px solid #f7f8f9;
  }

  .g-bb-sm--0 {
    border-bottom: 0px solid #f7f8f9;
  }

  .g-b-sm--1 {
    border: 1px solid #f7f8f9;
  }

  .g-bt-sm--1 {
    border-top: 1px solid #f7f8f9;
  }

  .g-bl-sm--1 {
    border-left: 1px solid #f7f8f9;
  }

  .g-br-sm--1 {
    border-right: 1px solid #f7f8f9;
  }

  .g-bb-sm--1 {
    border-bottom: 1px solid #f7f8f9;
  }

  .g-b-sm--2 {
    border: 2px solid #f7f8f9;
  }

  .g-bt-sm--2 {
    border-top: 2px solid #f7f8f9;
  }

  .g-bl-sm--2 {
    border-left: 2px solid #f7f8f9;
  }

  .g-br-sm--2 {
    border-right: 2px solid #f7f8f9;
  }

  .g-bb-sm--2 {
    border-bottom: 2px solid #f7f8f9;
  }

  .g-b-sm--3 {
    border: 3px solid #f7f8f9;
  }

  .g-bt-sm--3 {
    border-top: 3px solid #f7f8f9;
  }

  .g-bl-sm--3 {
    border-left: 3px solid #f7f8f9;
  }

  .g-br-sm--3 {
    border-right: 3px solid #f7f8f9;
  }

  .g-bb-sm--3 {
    border-bottom: 3px solid #f7f8f9;
  }

  .g-b-sm--4 {
    border: 4px solid #f7f8f9;
  }

  .g-bt-sm--4 {
    border-top: 4px solid #f7f8f9;
  }

  .g-bl-sm--4 {
    border-left: 4px solid #f7f8f9;
  }

  .g-br-sm--4 {
    border-right: 4px solid #f7f8f9;
  }

  .g-bb-sm--4 {
    border-bottom: 4px solid #f7f8f9;
  }

  .g-b-sm--5 {
    border: 5px solid #f7f8f9;
  }

  .g-bt-sm--5 {
    border-top: 5px solid #f7f8f9;
  }

  .g-bl-sm--5 {
    border-left: 5px solid #f7f8f9;
  }

  .g-br-sm--5 {
    border-right: 5px solid #f7f8f9;
  }

  .g-bb-sm--5 {
    border-bottom: 5px solid #f7f8f9;
  }
}
@media (min-width: 768px) {
  .g-b-md--0 {
    border: 0px solid #f7f8f9;
  }

  .g-bt-md--0 {
    border-top: 0px solid #f7f8f9;
  }

  .g-bl-md--0 {
    border-left: 0px solid #f7f8f9;
  }

  .g-br-md--0 {
    border-right: 0px solid #f7f8f9;
  }

  .g-bb-md--0 {
    border-bottom: 0px solid #f7f8f9;
  }

  .g-b-md--1 {
    border: 1px solid #f7f8f9;
  }

  .g-bt-md--1 {
    border-top: 1px solid #f7f8f9;
  }

  .g-bl-md--1 {
    border-left: 1px solid #f7f8f9;
  }

  .g-br-md--1 {
    border-right: 1px solid #f7f8f9;
  }

  .g-bb-md--1 {
    border-bottom: 1px solid #f7f8f9;
  }

  .g-b-md--2 {
    border: 2px solid #f7f8f9;
  }

  .g-bt-md--2 {
    border-top: 2px solid #f7f8f9;
  }

  .g-bl-md--2 {
    border-left: 2px solid #f7f8f9;
  }

  .g-br-md--2 {
    border-right: 2px solid #f7f8f9;
  }

  .g-bb-md--2 {
    border-bottom: 2px solid #f7f8f9;
  }

  .g-b-md--3 {
    border: 3px solid #f7f8f9;
  }

  .g-bt-md--3 {
    border-top: 3px solid #f7f8f9;
  }

  .g-bl-md--3 {
    border-left: 3px solid #f7f8f9;
  }

  .g-br-md--3 {
    border-right: 3px solid #f7f8f9;
  }

  .g-bb-md--3 {
    border-bottom: 3px solid #f7f8f9;
  }

  .g-b-md--4 {
    border: 4px solid #f7f8f9;
  }

  .g-bt-md--4 {
    border-top: 4px solid #f7f8f9;
  }

  .g-bl-md--4 {
    border-left: 4px solid #f7f8f9;
  }

  .g-br-md--4 {
    border-right: 4px solid #f7f8f9;
  }

  .g-bb-md--4 {
    border-bottom: 4px solid #f7f8f9;
  }

  .g-b-md--5 {
    border: 5px solid #f7f8f9;
  }

  .g-bt-md--5 {
    border-top: 5px solid #f7f8f9;
  }

  .g-bl-md--5 {
    border-left: 5px solid #f7f8f9;
  }

  .g-br-md--5 {
    border-right: 5px solid #f7f8f9;
  }

  .g-bb-md--5 {
    border-bottom: 5px solid #f7f8f9;
  }
}
@media (min-width: 992px) {
  .g-b-lg--0 {
    border: 0px solid #f7f8f9;
  }

  .g-bt-lg--0 {
    border-top: 0px solid #f7f8f9;
  }

  .g-bl-lg--0 {
    border-left: 0px solid #f7f8f9;
  }

  .g-br-lg--0 {
    border-right: 0px solid #f7f8f9;
  }

  .g-bb-lg--0 {
    border-bottom: 0px solid #f7f8f9;
  }

  .g-b-lg--1 {
    border: 1px solid #f7f8f9;
  }

  .g-bt-lg--1 {
    border-top: 1px solid #f7f8f9;
  }

  .g-bl-lg--1 {
    border-left: 1px solid #f7f8f9;
  }

  .g-br-lg--1 {
    border-right: 1px solid #f7f8f9;
  }

  .g-bb-lg--1 {
    border-bottom: 1px solid #f7f8f9;
  }

  .g-b-lg--2 {
    border: 2px solid #f7f8f9;
  }

  .g-bt-lg--2 {
    border-top: 2px solid #f7f8f9;
  }

  .g-bl-lg--2 {
    border-left: 2px solid #f7f8f9;
  }

  .g-br-lg--2 {
    border-right: 2px solid #f7f8f9;
  }

  .g-bb-lg--2 {
    border-bottom: 2px solid #f7f8f9;
  }

  .g-b-lg--3 {
    border: 3px solid #f7f8f9;
  }

  .g-bt-lg--3 {
    border-top: 3px solid #f7f8f9;
  }

  .g-bl-lg--3 {
    border-left: 3px solid #f7f8f9;
  }

  .g-br-lg--3 {
    border-right: 3px solid #f7f8f9;
  }

  .g-bb-lg--3 {
    border-bottom: 3px solid #f7f8f9;
  }

  .g-b-lg--4 {
    border: 4px solid #f7f8f9;
  }

  .g-bt-lg--4 {
    border-top: 4px solid #f7f8f9;
  }

  .g-bl-lg--4 {
    border-left: 4px solid #f7f8f9;
  }

  .g-br-lg--4 {
    border-right: 4px solid #f7f8f9;
  }

  .g-bb-lg--4 {
    border-bottom: 4px solid #f7f8f9;
  }

  .g-b-lg--5 {
    border: 5px solid #f7f8f9;
  }

  .g-bt-lg--5 {
    border-top: 5px solid #f7f8f9;
  }

  .g-bl-lg--5 {
    border-left: 5px solid #f7f8f9;
  }

  .g-br-lg--5 {
    border-right: 5px solid #f7f8f9;
  }

  .g-bb-lg--5 {
    border-bottom: 5px solid #f7f8f9;
  }
}
@media (min-width: 1200px) {
  .g-b-xl--0 {
    border: 0px solid #f7f8f9;
  }

  .g-bt-xl--0 {
    border-top: 0px solid #f7f8f9;
  }

  .g-bl-xl--0 {
    border-left: 0px solid #f7f8f9;
  }

  .g-br-xl--0 {
    border-right: 0px solid #f7f8f9;
  }

  .g-bb-xl--0 {
    border-bottom: 0px solid #f7f8f9;
  }

  .g-b-xl--1 {
    border: 1px solid #f7f8f9;
  }

  .g-bt-xl--1 {
    border-top: 1px solid #f7f8f9;
  }

  .g-bl-xl--1 {
    border-left: 1px solid #f7f8f9;
  }

  .g-br-xl--1 {
    border-right: 1px solid #f7f8f9;
  }

  .g-bb-xl--1 {
    border-bottom: 1px solid #f7f8f9;
  }

  .g-b-xl--2 {
    border: 2px solid #f7f8f9;
  }

  .g-bt-xl--2 {
    border-top: 2px solid #f7f8f9;
  }

  .g-bl-xl--2 {
    border-left: 2px solid #f7f8f9;
  }

  .g-br-xl--2 {
    border-right: 2px solid #f7f8f9;
  }

  .g-bb-xl--2 {
    border-bottom: 2px solid #f7f8f9;
  }

  .g-b-xl--3 {
    border: 3px solid #f7f8f9;
  }

  .g-bt-xl--3 {
    border-top: 3px solid #f7f8f9;
  }

  .g-bl-xl--3 {
    border-left: 3px solid #f7f8f9;
  }

  .g-br-xl--3 {
    border-right: 3px solid #f7f8f9;
  }

  .g-bb-xl--3 {
    border-bottom: 3px solid #f7f8f9;
  }

  .g-b-xl--4 {
    border: 4px solid #f7f8f9;
  }

  .g-bt-xl--4 {
    border-top: 4px solid #f7f8f9;
  }

  .g-bl-xl--4 {
    border-left: 4px solid #f7f8f9;
  }

  .g-br-xl--4 {
    border-right: 4px solid #f7f8f9;
  }

  .g-bb-xl--4 {
    border-bottom: 4px solid #f7f8f9;
  }

  .g-b-xl--5 {
    border: 5px solid #f7f8f9;
  }

  .g-bt-xl--5 {
    border-top: 5px solid #f7f8f9;
  }

  .g-bl-xl--5 {
    border-left: 5px solid #f7f8f9;
  }

  .g-br-xl--5 {
    border-right: 5px solid #f7f8f9;
  }

  .g-bb-xl--5 {
    border-bottom: 5px solid #f7f8f9;
  }
}
.g-p--1 {
  padding: 1px;
}

.g-pt--1 {
  padding-top: 1px;
}

.g-pl--1 {
  padding-left: 1px;
}

.g-pr--1 {
  padding-right: 1px;
}

.g-pb--1 {
  padding-bottom: 1px;
}

.g-px--1 {
  padding-left: 1px;
  padding-right: 1px;
}

.g-py--1 {
  padding-bottom: 1px;
  padding-top: 1px;
}

.g-p--2 {
  padding: 2px;
}

.g-pt--2 {
  padding-top: 2px;
}

.g-pl--2 {
  padding-left: 2px;
}

.g-pr--2 {
  padding-right: 2px;
}

.g-pb--2 {
  padding-bottom: 2px;
}

.g-px--2 {
  padding-left: 2px;
  padding-right: 2px;
}

.g-py--2 {
  padding-bottom: 2px;
  padding-top: 2px;
}

.g-p--3 {
  padding: 3px;
}

.g-pt--3 {
  padding-top: 3px;
}

.g-pl--3 {
  padding-left: 3px;
}

.g-pr--3 {
  padding-right: 3px;
}

.g-pb--3 {
  padding-bottom: 3px;
}

.g-px--3 {
  padding-left: 3px;
  padding-right: 3px;
}

.g-py--3 {
  padding-bottom: 3px;
  padding-top: 3px;
}

.g-p--4 {
  padding: 4px;
}

.g-pt--4 {
  padding-top: 4px;
}

.g-pl--4 {
  padding-left: 4px;
}

.g-pr--4 {
  padding-right: 4px;
}

.g-pb--4 {
  padding-bottom: 4px;
}

.g-px--4 {
  padding-left: 4px;
  padding-right: 4px;
}

.g-py--4 {
  padding-bottom: 4px;
  padding-top: 4px;
}

.g-p--5 {
  padding: 5px;
}

.g-pt--5 {
  padding-top: 5px;
}

.g-pl--5 {
  padding-left: 5px;
}

.g-pr--5 {
  padding-right: 5px;
}

.g-pb--5 {
  padding-bottom: 5px;
}

.g-px--5 {
  padding-left: 5px;
  padding-right: 5px;
}

.g-py--5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.g-p--6 {
  padding: 6px;
}

.g-pt--6 {
  padding-top: 6px;
}

.g-pl--6 {
  padding-left: 6px;
}

.g-pr--6 {
  padding-right: 6px;
}

.g-pb--6 {
  padding-bottom: 6px;
}

.g-px--6 {
  padding-left: 6px;
  padding-right: 6px;
}

.g-py--6 {
  padding-bottom: 6px;
  padding-top: 6px;
}

.g-p--7 {
  padding: 7px;
}

.g-pt--7 {
  padding-top: 7px;
}

.g-pl--7 {
  padding-left: 7px;
}

.g-pr--7 {
  padding-right: 7px;
}

.g-pb--7 {
  padding-bottom: 7px;
}

.g-px--7 {
  padding-left: 7px;
  padding-right: 7px;
}

.g-py--7 {
  padding-bottom: 7px;
  padding-top: 7px;
}

.g-p--8 {
  padding: 8px;
}

.g-pt--8 {
  padding-top: 8px;
}

.g-pl--8 {
  padding-left: 8px;
}

.g-pr--8 {
  padding-right: 8px;
}

.g-pb--8 {
  padding-bottom: 8px;
}

.g-px--8 {
  padding-left: 8px;
  padding-right: 8px;
}

.g-py--8 {
  padding-bottom: 8px;
  padding-top: 8px;
}

.g-p--9 {
  padding: 9px;
}

.g-pt--9 {
  padding-top: 9px;
}

.g-pl--9 {
  padding-left: 9px;
}

.g-pr--9 {
  padding-right: 9px;
}

.g-pb--9 {
  padding-bottom: 9px;
}

.g-px--9 {
  padding-left: 9px;
  padding-right: 9px;
}

.g-py--9 {
  padding-bottom: 9px;
  padding-top: 9px;
}

.g-p--10 {
  padding: 10px;
}

.g-pt--10 {
  padding-top: 10px;
}

.g-pl--10 {
  padding-left: 10px;
}

.g-pr--10 {
  padding-right: 10px;
}

.g-pb--10 {
  padding-bottom: 10px;
}

.g-px--10 {
  padding-left: 10px;
  padding-right: 10px;
}

.g-py--10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.g-p--11 {
  padding: 11px;
}

.g-pt--11 {
  padding-top: 11px;
}

.g-pl--11 {
  padding-left: 11px;
}

.g-pr--11 {
  padding-right: 11px;
}

.g-pb--11 {
  padding-bottom: 11px;
}

.g-px--11 {
  padding-left: 11px;
  padding-right: 11px;
}

.g-py--11 {
  padding-bottom: 11px;
  padding-top: 11px;
}

.g-p--12 {
  padding: 12px;
}

.g-pt--12 {
  padding-top: 12px;
}

.g-pl--12 {
  padding-left: 12px;
}

.g-pr--12 {
  padding-right: 12px;
}

.g-pb--12 {
  padding-bottom: 12px;
}

.g-px--12 {
  padding-left: 12px;
  padding-right: 12px;
}

.g-py--12 {
  padding-bottom: 12px;
  padding-top: 12px;
}

.g-p--13 {
  padding: 13px;
}

.g-pt--13 {
  padding-top: 13px;
}

.g-pl--13 {
  padding-left: 13px;
}

.g-pr--13 {
  padding-right: 13px;
}

.g-pb--13 {
  padding-bottom: 13px;
}

.g-px--13 {
  padding-left: 13px;
  padding-right: 13px;
}

.g-py--13 {
  padding-bottom: 13px;
  padding-top: 13px;
}

.g-p--14 {
  padding: 14px;
}

.g-pt--14 {
  padding-top: 14px;
}

.g-pl--14 {
  padding-left: 14px;
}

.g-pr--14 {
  padding-right: 14px;
}

.g-pb--14 {
  padding-bottom: 14px;
}

.g-px--14 {
  padding-left: 14px;
  padding-right: 14px;
}

.g-py--14 {
  padding-bottom: 14px;
  padding-top: 14px;
}

.g-p--0 {
  padding: 0px;
}

.g-pt--0 {
  padding-top: 0px;
}

.g-pl--0 {
  padding-left: 0px;
}

.g-pr--0 {
  padding-right: 0px;
}

.g-pb--0 {
  padding-bottom: 0px;
}

.g-px--0 {
  padding-left: 0px;
  padding-right: 0px;
}

.g-py--0 {
  padding-bottom: 0px;
  padding-top: 0px;
}

.g-p--5 {
  padding: 5px;
}

.g-pt--5 {
  padding-top: 5px;
}

.g-pl--5 {
  padding-left: 5px;
}

.g-pr--5 {
  padding-right: 5px;
}

.g-pb--5 {
  padding-bottom: 5px;
}

.g-px--5 {
  padding-left: 5px;
  padding-right: 5px;
}

.g-py--5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.g-p--10 {
  padding: 10px;
}

.g-pt--10 {
  padding-top: 10px;
}

.g-pl--10 {
  padding-left: 10px;
}

.g-pr--10 {
  padding-right: 10px;
}

.g-pb--10 {
  padding-bottom: 10px;
}

.g-px--10 {
  padding-left: 10px;
  padding-right: 10px;
}

.g-py--10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.g-p--15 {
  padding: 15px;
}

.g-pt--15 {
  padding-top: 15px;
}

.g-pl--15 {
  padding-left: 15px;
}

.g-pr--15 {
  padding-right: 15px;
}

.g-pb--15 {
  padding-bottom: 15px;
}

.g-px--15 {
  padding-left: 15px;
  padding-right: 15px;
}

.g-py--15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.g-p--20 {
  padding: 20px;
}

.g-pt--20 {
  padding-top: 20px;
}

.g-pl--20 {
  padding-left: 20px;
}

.g-pr--20 {
  padding-right: 20px;
}

.g-pb--20 {
  padding-bottom: 20px;
}

.g-px--20 {
  padding-left: 20px;
  padding-right: 20px;
}

.g-py--20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.g-p--25 {
  padding: 25px;
}

.g-pt--25 {
  padding-top: 25px;
}

.g-pl--25 {
  padding-left: 25px;
}

.g-pr--25 {
  padding-right: 25px;
}

.g-pb--25 {
  padding-bottom: 25px;
}

.g-px--25 {
  padding-left: 25px;
  padding-right: 25px;
}

.g-py--25 {
  padding-bottom: 25px;
  padding-top: 25px;
}

.g-p--30 {
  padding: 30px;
}

.g-pt--30 {
  padding-top: 30px;
}

.g-pl--30 {
  padding-left: 30px;
}

.g-pr--30 {
  padding-right: 30px;
}

.g-pb--30 {
  padding-bottom: 30px;
}

.g-px--30 {
  padding-left: 30px;
  padding-right: 30px;
}

.g-py--30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.g-p--35 {
  padding: 35px;
}

.g-pt--35 {
  padding-top: 35px;
}

.g-pl--35 {
  padding-left: 35px;
}

.g-pr--35 {
  padding-right: 35px;
}

.g-pb--35 {
  padding-bottom: 35px;
}

.g-px--35 {
  padding-left: 35px;
  padding-right: 35px;
}

.g-py--35 {
  padding-bottom: 35px;
  padding-top: 35px;
}

.g-p--40 {
  padding: 40px;
}

.g-pt--40 {
  padding-top: 40px;
}

.g-pl--40 {
  padding-left: 40px;
}

.g-pr--40 {
  padding-right: 40px;
}

.g-pb--40 {
  padding-bottom: 40px;
}

.g-px--40 {
  padding-left: 40px;
  padding-right: 40px;
}

.g-py--40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.g-p--45 {
  padding: 45px;
}

.g-pt--45 {
  padding-top: 45px;
}

.g-pl--45 {
  padding-left: 45px;
}

.g-pr--45 {
  padding-right: 45px;
}

.g-pb--45 {
  padding-bottom: 45px;
}

.g-px--45 {
  padding-left: 45px;
  padding-right: 45px;
}

.g-py--45 {
  padding-bottom: 45px;
  padding-top: 45px;
}

.g-p--50 {
  padding: 50px;
}

.g-pt--50 {
  padding-top: 50px;
}

.g-pl--50 {
  padding-left: 50px;
}

.g-pr--50 {
  padding-right: 50px;
}

.g-pb--50 {
  padding-bottom: 50px;
}

.g-px--50 {
  padding-left: 50px;
  padding-right: 50px;
}

.g-py--50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.g-p--55 {
  padding: 55px;
}

.g-pt--55 {
  padding-top: 55px;
}

.g-pl--55 {
  padding-left: 55px;
}

.g-pr--55 {
  padding-right: 55px;
}

.g-pb--55 {
  padding-bottom: 55px;
}

.g-px--55 {
  padding-left: 55px;
  padding-right: 55px;
}

.g-py--55 {
  padding-bottom: 55px;
  padding-top: 55px;
}

.g-p--60 {
  padding: 60px;
}

.g-pt--60 {
  padding-top: 60px;
}

.g-pl--60 {
  padding-left: 60px;
}

.g-pr--60 {
  padding-right: 60px;
}

.g-pb--60 {
  padding-bottom: 60px;
}

.g-px--60 {
  padding-left: 60px;
  padding-right: 60px;
}

.g-py--60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.g-p--65 {
  padding: 65px;
}

.g-pt--65 {
  padding-top: 65px;
}

.g-pl--65 {
  padding-left: 65px;
}

.g-pr--65 {
  padding-right: 65px;
}

.g-pb--65 {
  padding-bottom: 65px;
}

.g-px--65 {
  padding-left: 65px;
  padding-right: 65px;
}

.g-py--65 {
  padding-bottom: 65px;
  padding-top: 65px;
}

.g-p--70 {
  padding: 70px;
}

.g-pt--70 {
  padding-top: 70px;
}

.g-pl--70 {
  padding-left: 70px;
}

.g-pr--70 {
  padding-right: 70px;
}

.g-pb--70 {
  padding-bottom: 70px;
}

.g-px--70 {
  padding-left: 70px;
  padding-right: 70px;
}

.g-py--70 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.g-p--75 {
  padding: 75px;
}

.g-pt--75 {
  padding-top: 75px;
}

.g-pl--75 {
  padding-left: 75px;
}

.g-pr--75 {
  padding-right: 75px;
}

.g-pb--75 {
  padding-bottom: 75px;
}

.g-px--75 {
  padding-left: 75px;
  padding-right: 75px;
}

.g-py--75 {
  padding-bottom: 75px;
  padding-top: 75px;
}

.g-p--80 {
  padding: 80px;
}

.g-pt--80 {
  padding-top: 80px;
}

.g-pl--80 {
  padding-left: 80px;
}

.g-pr--80 {
  padding-right: 80px;
}

.g-pb--80 {
  padding-bottom: 80px;
}

.g-px--80 {
  padding-left: 80px;
  padding-right: 80px;
}

.g-py--80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.g-p--85 {
  padding: 85px;
}

.g-pt--85 {
  padding-top: 85px;
}

.g-pl--85 {
  padding-left: 85px;
}

.g-pr--85 {
  padding-right: 85px;
}

.g-pb--85 {
  padding-bottom: 85px;
}

.g-px--85 {
  padding-left: 85px;
  padding-right: 85px;
}

.g-py--85 {
  padding-bottom: 85px;
  padding-top: 85px;
}

.g-p--90 {
  padding: 90px;
}

.g-pt--90 {
  padding-top: 90px;
}

.g-pl--90 {
  padding-left: 90px;
}

.g-pr--90 {
  padding-right: 90px;
}

.g-pb--90 {
  padding-bottom: 90px;
}

.g-px--90 {
  padding-left: 90px;
  padding-right: 90px;
}

.g-py--90 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.g-p--95 {
  padding: 95px;
}

.g-pt--95 {
  padding-top: 95px;
}

.g-pl--95 {
  padding-left: 95px;
}

.g-pr--95 {
  padding-right: 95px;
}

.g-pb--95 {
  padding-bottom: 95px;
}

.g-px--95 {
  padding-left: 95px;
  padding-right: 95px;
}

.g-py--95 {
  padding-bottom: 95px;
  padding-top: 95px;
}

.g-p--100 {
  padding: 100px;
}

.g-pt--100 {
  padding-top: 100px;
}

.g-pl--100 {
  padding-left: 100px;
}

.g-pr--100 {
  padding-right: 100px;
}

.g-pb--100 {
  padding-bottom: 100px;
}

.g-px--100 {
  padding-left: 100px;
  padding-right: 100px;
}

.g-py--100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

@media (min-width: 576px) {
  .g-p-sm--0 {
    padding: 0px !important;
  }

  .g-pt-sm--0 {
    padding-top: 0px !important;
  }

  .g-pl-sm--0 {
    padding-left: 0px !important;
  }

  .g-pr-sm--0 {
    padding-right: 0px !important;
  }

  .g-pb-sm--0 {
    padding-bottom: 0px !important;
  }

  .g-px-sm--0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .g-py-sm--0 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }

  .g-p-sm--5 {
    padding: 5px !important;
  }

  .g-pt-sm--5 {
    padding-top: 5px !important;
  }

  .g-pl-sm--5 {
    padding-left: 5px !important;
  }

  .g-pr-sm--5 {
    padding-right: 5px !important;
  }

  .g-pb-sm--5 {
    padding-bottom: 5px !important;
  }

  .g-px-sm--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .g-py-sm--5 {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }

  .g-p-sm--10 {
    padding: 10px !important;
  }

  .g-pt-sm--10 {
    padding-top: 10px !important;
  }

  .g-pl-sm--10 {
    padding-left: 10px !important;
  }

  .g-pr-sm--10 {
    padding-right: 10px !important;
  }

  .g-pb-sm--10 {
    padding-bottom: 10px !important;
  }

  .g-px-sm--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .g-py-sm--10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }

  .g-p-sm--15 {
    padding: 15px !important;
  }

  .g-pt-sm--15 {
    padding-top: 15px !important;
  }

  .g-pl-sm--15 {
    padding-left: 15px !important;
  }

  .g-pr-sm--15 {
    padding-right: 15px !important;
  }

  .g-pb-sm--15 {
    padding-bottom: 15px !important;
  }

  .g-px-sm--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .g-py-sm--15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }

  .g-p-sm--20 {
    padding: 20px !important;
  }

  .g-pt-sm--20 {
    padding-top: 20px !important;
  }

  .g-pl-sm--20 {
    padding-left: 20px !important;
  }

  .g-pr-sm--20 {
    padding-right: 20px !important;
  }

  .g-pb-sm--20 {
    padding-bottom: 20px !important;
  }

  .g-px-sm--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .g-py-sm--20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }

  .g-p-sm--25 {
    padding: 25px !important;
  }

  .g-pt-sm--25 {
    padding-top: 25px !important;
  }

  .g-pl-sm--25 {
    padding-left: 25px !important;
  }

  .g-pr-sm--25 {
    padding-right: 25px !important;
  }

  .g-pb-sm--25 {
    padding-bottom: 25px !important;
  }

  .g-px-sm--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .g-py-sm--25 {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }

  .g-p-sm--30 {
    padding: 30px !important;
  }

  .g-pt-sm--30 {
    padding-top: 30px !important;
  }

  .g-pl-sm--30 {
    padding-left: 30px !important;
  }

  .g-pr-sm--30 {
    padding-right: 30px !important;
  }

  .g-pb-sm--30 {
    padding-bottom: 30px !important;
  }

  .g-px-sm--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .g-py-sm--30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }

  .g-p-sm--35 {
    padding: 35px !important;
  }

  .g-pt-sm--35 {
    padding-top: 35px !important;
  }

  .g-pl-sm--35 {
    padding-left: 35px !important;
  }

  .g-pr-sm--35 {
    padding-right: 35px !important;
  }

  .g-pb-sm--35 {
    padding-bottom: 35px !important;
  }

  .g-px-sm--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .g-py-sm--35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }

  .g-p-sm--40 {
    padding: 40px !important;
  }

  .g-pt-sm--40 {
    padding-top: 40px !important;
  }

  .g-pl-sm--40 {
    padding-left: 40px !important;
  }

  .g-pr-sm--40 {
    padding-right: 40px !important;
  }

  .g-pb-sm--40 {
    padding-bottom: 40px !important;
  }

  .g-px-sm--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .g-py-sm--40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }

  .g-p-sm--45 {
    padding: 45px !important;
  }

  .g-pt-sm--45 {
    padding-top: 45px !important;
  }

  .g-pl-sm--45 {
    padding-left: 45px !important;
  }

  .g-pr-sm--45 {
    padding-right: 45px !important;
  }

  .g-pb-sm--45 {
    padding-bottom: 45px !important;
  }

  .g-px-sm--45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .g-py-sm--45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }

  .g-p-sm--50 {
    padding: 50px !important;
  }

  .g-pt-sm--50 {
    padding-top: 50px !important;
  }

  .g-pl-sm--50 {
    padding-left: 50px !important;
  }

  .g-pr-sm--50 {
    padding-right: 50px !important;
  }

  .g-pb-sm--50 {
    padding-bottom: 50px !important;
  }

  .g-px-sm--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .g-py-sm--50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }

  .g-p-sm--55 {
    padding: 55px !important;
  }

  .g-pt-sm--55 {
    padding-top: 55px !important;
  }

  .g-pl-sm--55 {
    padding-left: 55px !important;
  }

  .g-pr-sm--55 {
    padding-right: 55px !important;
  }

  .g-pb-sm--55 {
    padding-bottom: 55px !important;
  }

  .g-px-sm--55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .g-py-sm--55 {
    padding-bottom: 55px !important;
    padding-top: 55px !important;
  }

  .g-p-sm--60 {
    padding: 60px !important;
  }

  .g-pt-sm--60 {
    padding-top: 60px !important;
  }

  .g-pl-sm--60 {
    padding-left: 60px !important;
  }

  .g-pr-sm--60 {
    padding-right: 60px !important;
  }

  .g-pb-sm--60 {
    padding-bottom: 60px !important;
  }

  .g-px-sm--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .g-py-sm--60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }

  .g-p-sm--65 {
    padding: 65px !important;
  }

  .g-pt-sm--65 {
    padding-top: 65px !important;
  }

  .g-pl-sm--65 {
    padding-left: 65px !important;
  }

  .g-pr-sm--65 {
    padding-right: 65px !important;
  }

  .g-pb-sm--65 {
    padding-bottom: 65px !important;
  }

  .g-px-sm--65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .g-py-sm--65 {
    padding-bottom: 65px !important;
    padding-top: 65px !important;
  }

  .g-p-sm--70 {
    padding: 70px !important;
  }

  .g-pt-sm--70 {
    padding-top: 70px !important;
  }

  .g-pl-sm--70 {
    padding-left: 70px !important;
  }

  .g-pr-sm--70 {
    padding-right: 70px !important;
  }

  .g-pb-sm--70 {
    padding-bottom: 70px !important;
  }

  .g-px-sm--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .g-py-sm--70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }

  .g-p-sm--75 {
    padding: 75px !important;
  }

  .g-pt-sm--75 {
    padding-top: 75px !important;
  }

  .g-pl-sm--75 {
    padding-left: 75px !important;
  }

  .g-pr-sm--75 {
    padding-right: 75px !important;
  }

  .g-pb-sm--75 {
    padding-bottom: 75px !important;
  }

  .g-px-sm--75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .g-py-sm--75 {
    padding-bottom: 75px !important;
    padding-top: 75px !important;
  }

  .g-p-sm--80 {
    padding: 80px !important;
  }

  .g-pt-sm--80 {
    padding-top: 80px !important;
  }

  .g-pl-sm--80 {
    padding-left: 80px !important;
  }

  .g-pr-sm--80 {
    padding-right: 80px !important;
  }

  .g-pb-sm--80 {
    padding-bottom: 80px !important;
  }

  .g-px-sm--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .g-py-sm--80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }

  .g-p-sm--85 {
    padding: 85px !important;
  }

  .g-pt-sm--85 {
    padding-top: 85px !important;
  }

  .g-pl-sm--85 {
    padding-left: 85px !important;
  }

  .g-pr-sm--85 {
    padding-right: 85px !important;
  }

  .g-pb-sm--85 {
    padding-bottom: 85px !important;
  }

  .g-px-sm--85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .g-py-sm--85 {
    padding-bottom: 85px !important;
    padding-top: 85px !important;
  }

  .g-p-sm--90 {
    padding: 90px !important;
  }

  .g-pt-sm--90 {
    padding-top: 90px !important;
  }

  .g-pl-sm--90 {
    padding-left: 90px !important;
  }

  .g-pr-sm--90 {
    padding-right: 90px !important;
  }

  .g-pb-sm--90 {
    padding-bottom: 90px !important;
  }

  .g-px-sm--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .g-py-sm--90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }

  .g-p-sm--95 {
    padding: 95px !important;
  }

  .g-pt-sm--95 {
    padding-top: 95px !important;
  }

  .g-pl-sm--95 {
    padding-left: 95px !important;
  }

  .g-pr-sm--95 {
    padding-right: 95px !important;
  }

  .g-pb-sm--95 {
    padding-bottom: 95px !important;
  }

  .g-px-sm--95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .g-py-sm--95 {
    padding-bottom: 95px !important;
    padding-top: 95px !important;
  }

  .g-p-sm--100 {
    padding: 100px !important;
  }

  .g-pt-sm--100 {
    padding-top: 100px !important;
  }

  .g-pl-sm--100 {
    padding-left: 100px !important;
  }

  .g-pr-sm--100 {
    padding-right: 100px !important;
  }

  .g-pb-sm--100 {
    padding-bottom: 100px !important;
  }

  .g-px-sm--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .g-py-sm--100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
}
@media (min-width: 768px) {
  .g-p-md--0 {
    padding: 0px !important;
  }

  .g-pt-md--0 {
    padding-top: 0px !important;
  }

  .g-pl-md--0 {
    padding-left: 0px !important;
  }

  .g-pr-md--0 {
    padding-right: 0px !important;
  }

  .g-pb-md--0 {
    padding-bottom: 0px !important;
  }

  .g-px-md--0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .g-py-md--0 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }

  .g-p-md--5 {
    padding: 5px !important;
  }

  .g-pt-md--5 {
    padding-top: 5px !important;
  }

  .g-pl-md--5 {
    padding-left: 5px !important;
  }

  .g-pr-md--5 {
    padding-right: 5px !important;
  }

  .g-pb-md--5 {
    padding-bottom: 5px !important;
  }

  .g-px-md--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .g-py-md--5 {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }

  .g-p-md--10 {
    padding: 10px !important;
  }

  .g-pt-md--10 {
    padding-top: 10px !important;
  }

  .g-pl-md--10 {
    padding-left: 10px !important;
  }

  .g-pr-md--10 {
    padding-right: 10px !important;
  }

  .g-pb-md--10 {
    padding-bottom: 10px !important;
  }

  .g-px-md--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .g-py-md--10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }

  .g-p-md--15 {
    padding: 15px !important;
  }

  .g-pt-md--15 {
    padding-top: 15px !important;
  }

  .g-pl-md--15 {
    padding-left: 15px !important;
  }

  .g-pr-md--15 {
    padding-right: 15px !important;
  }

  .g-pb-md--15 {
    padding-bottom: 15px !important;
  }

  .g-px-md--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .g-py-md--15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }

  .g-p-md--20 {
    padding: 20px !important;
  }

  .g-pt-md--20 {
    padding-top: 20px !important;
  }

  .g-pl-md--20 {
    padding-left: 20px !important;
  }

  .g-pr-md--20 {
    padding-right: 20px !important;
  }

  .g-pb-md--20 {
    padding-bottom: 20px !important;
  }

  .g-px-md--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .g-py-md--20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }

  .g-p-md--25 {
    padding: 25px !important;
  }

  .g-pt-md--25 {
    padding-top: 25px !important;
  }

  .g-pl-md--25 {
    padding-left: 25px !important;
  }

  .g-pr-md--25 {
    padding-right: 25px !important;
  }

  .g-pb-md--25 {
    padding-bottom: 25px !important;
  }

  .g-px-md--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .g-py-md--25 {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }

  .g-p-md--30 {
    padding: 30px !important;
  }

  .g-pt-md--30 {
    padding-top: 30px !important;
  }

  .g-pl-md--30 {
    padding-left: 30px !important;
  }

  .g-pr-md--30 {
    padding-right: 30px !important;
  }

  .g-pb-md--30 {
    padding-bottom: 30px !important;
  }

  .g-px-md--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .g-py-md--30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }

  .g-p-md--35 {
    padding: 35px !important;
  }

  .g-pt-md--35 {
    padding-top: 35px !important;
  }

  .g-pl-md--35 {
    padding-left: 35px !important;
  }

  .g-pr-md--35 {
    padding-right: 35px !important;
  }

  .g-pb-md--35 {
    padding-bottom: 35px !important;
  }

  .g-px-md--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .g-py-md--35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }

  .g-p-md--40 {
    padding: 40px !important;
  }

  .g-pt-md--40 {
    padding-top: 40px !important;
  }

  .g-pl-md--40 {
    padding-left: 40px !important;
  }

  .g-pr-md--40 {
    padding-right: 40px !important;
  }

  .g-pb-md--40 {
    padding-bottom: 40px !important;
  }

  .g-px-md--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .g-py-md--40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }

  .g-p-md--45 {
    padding: 45px !important;
  }

  .g-pt-md--45 {
    padding-top: 45px !important;
  }

  .g-pl-md--45 {
    padding-left: 45px !important;
  }

  .g-pr-md--45 {
    padding-right: 45px !important;
  }

  .g-pb-md--45 {
    padding-bottom: 45px !important;
  }

  .g-px-md--45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .g-py-md--45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }

  .g-p-md--50 {
    padding: 50px !important;
  }

  .g-pt-md--50 {
    padding-top: 50px !important;
  }

  .g-pl-md--50 {
    padding-left: 50px !important;
  }

  .g-pr-md--50 {
    padding-right: 50px !important;
  }

  .g-pb-md--50 {
    padding-bottom: 50px !important;
  }

  .g-px-md--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .g-py-md--50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }

  .g-p-md--55 {
    padding: 55px !important;
  }

  .g-pt-md--55 {
    padding-top: 55px !important;
  }

  .g-pl-md--55 {
    padding-left: 55px !important;
  }

  .g-pr-md--55 {
    padding-right: 55px !important;
  }

  .g-pb-md--55 {
    padding-bottom: 55px !important;
  }

  .g-px-md--55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .g-py-md--55 {
    padding-bottom: 55px !important;
    padding-top: 55px !important;
  }

  .g-p-md--60 {
    padding: 60px !important;
  }

  .g-pt-md--60 {
    padding-top: 60px !important;
  }

  .g-pl-md--60 {
    padding-left: 60px !important;
  }

  .g-pr-md--60 {
    padding-right: 60px !important;
  }

  .g-pb-md--60 {
    padding-bottom: 60px !important;
  }

  .g-px-md--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .g-py-md--60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }

  .g-p-md--65 {
    padding: 65px !important;
  }

  .g-pt-md--65 {
    padding-top: 65px !important;
  }

  .g-pl-md--65 {
    padding-left: 65px !important;
  }

  .g-pr-md--65 {
    padding-right: 65px !important;
  }

  .g-pb-md--65 {
    padding-bottom: 65px !important;
  }

  .g-px-md--65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .g-py-md--65 {
    padding-bottom: 65px !important;
    padding-top: 65px !important;
  }

  .g-p-md--70 {
    padding: 70px !important;
  }

  .g-pt-md--70 {
    padding-top: 70px !important;
  }

  .g-pl-md--70 {
    padding-left: 70px !important;
  }

  .g-pr-md--70 {
    padding-right: 70px !important;
  }

  .g-pb-md--70 {
    padding-bottom: 70px !important;
  }

  .g-px-md--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .g-py-md--70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }

  .g-p-md--75 {
    padding: 75px !important;
  }

  .g-pt-md--75 {
    padding-top: 75px !important;
  }

  .g-pl-md--75 {
    padding-left: 75px !important;
  }

  .g-pr-md--75 {
    padding-right: 75px !important;
  }

  .g-pb-md--75 {
    padding-bottom: 75px !important;
  }

  .g-px-md--75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .g-py-md--75 {
    padding-bottom: 75px !important;
    padding-top: 75px !important;
  }

  .g-p-md--80 {
    padding: 80px !important;
  }

  .g-pt-md--80 {
    padding-top: 80px !important;
  }

  .g-pl-md--80 {
    padding-left: 80px !important;
  }

  .g-pr-md--80 {
    padding-right: 80px !important;
  }

  .g-pb-md--80 {
    padding-bottom: 80px !important;
  }

  .g-px-md--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .g-py-md--80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }

  .g-p-md--85 {
    padding: 85px !important;
  }

  .g-pt-md--85 {
    padding-top: 85px !important;
  }

  .g-pl-md--85 {
    padding-left: 85px !important;
  }

  .g-pr-md--85 {
    padding-right: 85px !important;
  }

  .g-pb-md--85 {
    padding-bottom: 85px !important;
  }

  .g-px-md--85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .g-py-md--85 {
    padding-bottom: 85px !important;
    padding-top: 85px !important;
  }

  .g-p-md--90 {
    padding: 90px !important;
  }

  .g-pt-md--90 {
    padding-top: 90px !important;
  }

  .g-pl-md--90 {
    padding-left: 90px !important;
  }

  .g-pr-md--90 {
    padding-right: 90px !important;
  }

  .g-pb-md--90 {
    padding-bottom: 90px !important;
  }

  .g-px-md--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .g-py-md--90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }

  .g-p-md--95 {
    padding: 95px !important;
  }

  .g-pt-md--95 {
    padding-top: 95px !important;
  }

  .g-pl-md--95 {
    padding-left: 95px !important;
  }

  .g-pr-md--95 {
    padding-right: 95px !important;
  }

  .g-pb-md--95 {
    padding-bottom: 95px !important;
  }

  .g-px-md--95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .g-py-md--95 {
    padding-bottom: 95px !important;
    padding-top: 95px !important;
  }

  .g-p-md--100 {
    padding: 100px !important;
  }

  .g-pt-md--100 {
    padding-top: 100px !important;
  }

  .g-pl-md--100 {
    padding-left: 100px !important;
  }

  .g-pr-md--100 {
    padding-right: 100px !important;
  }

  .g-pb-md--100 {
    padding-bottom: 100px !important;
  }

  .g-px-md--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .g-py-md--100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
}
@media (min-width: 992px) {
  .g-p-lg--0 {
    padding: 0px !important;
  }

  .g-pt-lg--0 {
    padding-top: 0px !important;
  }

  .g-pl-lg--0 {
    padding-left: 0px !important;
  }

  .g-pr-lg--0 {
    padding-right: 0px !important;
  }

  .g-pb-lg--0 {
    padding-bottom: 0px !important;
  }

  .g-px-lg--0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .g-py-lg--0 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }

  .g-p-lg--5 {
    padding: 5px !important;
  }

  .g-pt-lg--5 {
    padding-top: 5px !important;
  }

  .g-pl-lg--5 {
    padding-left: 5px !important;
  }

  .g-pr-lg--5 {
    padding-right: 5px !important;
  }

  .g-pb-lg--5 {
    padding-bottom: 5px !important;
  }

  .g-px-lg--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .g-py-lg--5 {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }

  .g-p-lg--10 {
    padding: 10px !important;
  }

  .g-pt-lg--10 {
    padding-top: 10px !important;
  }

  .g-pl-lg--10 {
    padding-left: 10px !important;
  }

  .g-pr-lg--10 {
    padding-right: 10px !important;
  }

  .g-pb-lg--10 {
    padding-bottom: 10px !important;
  }

  .g-px-lg--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .g-py-lg--10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }

  .g-p-lg--15 {
    padding: 15px !important;
  }

  .g-pt-lg--15 {
    padding-top: 15px !important;
  }

  .g-pl-lg--15 {
    padding-left: 15px !important;
  }

  .g-pr-lg--15 {
    padding-right: 15px !important;
  }

  .g-pb-lg--15 {
    padding-bottom: 15px !important;
  }

  .g-px-lg--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .g-py-lg--15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }

  .g-p-lg--20 {
    padding: 20px !important;
  }

  .g-pt-lg--20 {
    padding-top: 20px !important;
  }

  .g-pl-lg--20 {
    padding-left: 20px !important;
  }

  .g-pr-lg--20 {
    padding-right: 20px !important;
  }

  .g-pb-lg--20 {
    padding-bottom: 20px !important;
  }

  .g-px-lg--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .g-py-lg--20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }

  .g-p-lg--25 {
    padding: 25px !important;
  }

  .g-pt-lg--25 {
    padding-top: 25px !important;
  }

  .g-pl-lg--25 {
    padding-left: 25px !important;
  }

  .g-pr-lg--25 {
    padding-right: 25px !important;
  }

  .g-pb-lg--25 {
    padding-bottom: 25px !important;
  }

  .g-px-lg--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .g-py-lg--25 {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }

  .g-p-lg--30 {
    padding: 30px !important;
  }

  .g-pt-lg--30 {
    padding-top: 30px !important;
  }

  .g-pl-lg--30 {
    padding-left: 30px !important;
  }

  .g-pr-lg--30 {
    padding-right: 30px !important;
  }

  .g-pb-lg--30 {
    padding-bottom: 30px !important;
  }

  .g-px-lg--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .g-py-lg--30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }

  .g-p-lg--35 {
    padding: 35px !important;
  }

  .g-pt-lg--35 {
    padding-top: 35px !important;
  }

  .g-pl-lg--35 {
    padding-left: 35px !important;
  }

  .g-pr-lg--35 {
    padding-right: 35px !important;
  }

  .g-pb-lg--35 {
    padding-bottom: 35px !important;
  }

  .g-px-lg--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .g-py-lg--35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }

  .g-p-lg--40 {
    padding: 40px !important;
  }

  .g-pt-lg--40 {
    padding-top: 40px !important;
  }

  .g-pl-lg--40 {
    padding-left: 40px !important;
  }

  .g-pr-lg--40 {
    padding-right: 40px !important;
  }

  .g-pb-lg--40 {
    padding-bottom: 40px !important;
  }

  .g-px-lg--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .g-py-lg--40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }

  .g-p-lg--45 {
    padding: 45px !important;
  }

  .g-pt-lg--45 {
    padding-top: 45px !important;
  }

  .g-pl-lg--45 {
    padding-left: 45px !important;
  }

  .g-pr-lg--45 {
    padding-right: 45px !important;
  }

  .g-pb-lg--45 {
    padding-bottom: 45px !important;
  }

  .g-px-lg--45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .g-py-lg--45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }

  .g-p-lg--50 {
    padding: 50px !important;
  }

  .g-pt-lg--50 {
    padding-top: 50px !important;
  }

  .g-pl-lg--50 {
    padding-left: 50px !important;
  }

  .g-pr-lg--50 {
    padding-right: 50px !important;
  }

  .g-pb-lg--50 {
    padding-bottom: 50px !important;
  }

  .g-px-lg--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .g-py-lg--50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }

  .g-p-lg--55 {
    padding: 55px !important;
  }

  .g-pt-lg--55 {
    padding-top: 55px !important;
  }

  .g-pl-lg--55 {
    padding-left: 55px !important;
  }

  .g-pr-lg--55 {
    padding-right: 55px !important;
  }

  .g-pb-lg--55 {
    padding-bottom: 55px !important;
  }

  .g-px-lg--55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .g-py-lg--55 {
    padding-bottom: 55px !important;
    padding-top: 55px !important;
  }

  .g-p-lg--60 {
    padding: 60px !important;
  }

  .g-pt-lg--60 {
    padding-top: 60px !important;
  }

  .g-pl-lg--60 {
    padding-left: 60px !important;
  }

  .g-pr-lg--60 {
    padding-right: 60px !important;
  }

  .g-pb-lg--60 {
    padding-bottom: 60px !important;
  }

  .g-px-lg--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .g-py-lg--60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }

  .g-p-lg--65 {
    padding: 65px !important;
  }

  .g-pt-lg--65 {
    padding-top: 65px !important;
  }

  .g-pl-lg--65 {
    padding-left: 65px !important;
  }

  .g-pr-lg--65 {
    padding-right: 65px !important;
  }

  .g-pb-lg--65 {
    padding-bottom: 65px !important;
  }

  .g-px-lg--65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .g-py-lg--65 {
    padding-bottom: 65px !important;
    padding-top: 65px !important;
  }

  .g-p-lg--70 {
    padding: 70px !important;
  }

  .g-pt-lg--70 {
    padding-top: 70px !important;
  }

  .g-pl-lg--70 {
    padding-left: 70px !important;
  }

  .g-pr-lg--70 {
    padding-right: 70px !important;
  }

  .g-pb-lg--70 {
    padding-bottom: 70px !important;
  }

  .g-px-lg--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .g-py-lg--70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }

  .g-p-lg--75 {
    padding: 75px !important;
  }

  .g-pt-lg--75 {
    padding-top: 75px !important;
  }

  .g-pl-lg--75 {
    padding-left: 75px !important;
  }

  .g-pr-lg--75 {
    padding-right: 75px !important;
  }

  .g-pb-lg--75 {
    padding-bottom: 75px !important;
  }

  .g-px-lg--75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .g-py-lg--75 {
    padding-bottom: 75px !important;
    padding-top: 75px !important;
  }

  .g-p-lg--80 {
    padding: 80px !important;
  }

  .g-pt-lg--80 {
    padding-top: 80px !important;
  }

  .g-pl-lg--80 {
    padding-left: 80px !important;
  }

  .g-pr-lg--80 {
    padding-right: 80px !important;
  }

  .g-pb-lg--80 {
    padding-bottom: 80px !important;
  }

  .g-px-lg--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .g-py-lg--80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }

  .g-p-lg--85 {
    padding: 85px !important;
  }

  .g-pt-lg--85 {
    padding-top: 85px !important;
  }

  .g-pl-lg--85 {
    padding-left: 85px !important;
  }

  .g-pr-lg--85 {
    padding-right: 85px !important;
  }

  .g-pb-lg--85 {
    padding-bottom: 85px !important;
  }

  .g-px-lg--85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .g-py-lg--85 {
    padding-bottom: 85px !important;
    padding-top: 85px !important;
  }

  .g-p-lg--90 {
    padding: 90px !important;
  }

  .g-pt-lg--90 {
    padding-top: 90px !important;
  }

  .g-pl-lg--90 {
    padding-left: 90px !important;
  }

  .g-pr-lg--90 {
    padding-right: 90px !important;
  }

  .g-pb-lg--90 {
    padding-bottom: 90px !important;
  }

  .g-px-lg--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .g-py-lg--90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }

  .g-p-lg--95 {
    padding: 95px !important;
  }

  .g-pt-lg--95 {
    padding-top: 95px !important;
  }

  .g-pl-lg--95 {
    padding-left: 95px !important;
  }

  .g-pr-lg--95 {
    padding-right: 95px !important;
  }

  .g-pb-lg--95 {
    padding-bottom: 95px !important;
  }

  .g-px-lg--95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .g-py-lg--95 {
    padding-bottom: 95px !important;
    padding-top: 95px !important;
  }

  .g-p-lg--100 {
    padding: 100px !important;
  }

  .g-pt-lg--100 {
    padding-top: 100px !important;
  }

  .g-pl-lg--100 {
    padding-left: 100px !important;
  }

  .g-pr-lg--100 {
    padding-right: 100px !important;
  }

  .g-pb-lg--100 {
    padding-bottom: 100px !important;
  }

  .g-px-lg--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .g-py-lg--100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
}
@media (min-width: 1200px) {
  .g-p-xl--0 {
    padding: 0px !important;
  }

  .g-pt-xl--0 {
    padding-top: 0px !important;
  }

  .g-pl-xl--0 {
    padding-left: 0px !important;
  }

  .g-pr-xl--0 {
    padding-right: 0px !important;
  }

  .g-pb-xl--0 {
    padding-bottom: 0px !important;
  }

  .g-px-xl--0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .g-py-xl--0 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }

  .g-p-xl--5 {
    padding: 5px !important;
  }

  .g-pt-xl--5 {
    padding-top: 5px !important;
  }

  .g-pl-xl--5 {
    padding-left: 5px !important;
  }

  .g-pr-xl--5 {
    padding-right: 5px !important;
  }

  .g-pb-xl--5 {
    padding-bottom: 5px !important;
  }

  .g-px-xl--5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .g-py-xl--5 {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
  }

  .g-p-xl--10 {
    padding: 10px !important;
  }

  .g-pt-xl--10 {
    padding-top: 10px !important;
  }

  .g-pl-xl--10 {
    padding-left: 10px !important;
  }

  .g-pr-xl--10 {
    padding-right: 10px !important;
  }

  .g-pb-xl--10 {
    padding-bottom: 10px !important;
  }

  .g-px-xl--10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .g-py-xl--10 {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }

  .g-p-xl--15 {
    padding: 15px !important;
  }

  .g-pt-xl--15 {
    padding-top: 15px !important;
  }

  .g-pl-xl--15 {
    padding-left: 15px !important;
  }

  .g-pr-xl--15 {
    padding-right: 15px !important;
  }

  .g-pb-xl--15 {
    padding-bottom: 15px !important;
  }

  .g-px-xl--15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .g-py-xl--15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }

  .g-p-xl--20 {
    padding: 20px !important;
  }

  .g-pt-xl--20 {
    padding-top: 20px !important;
  }

  .g-pl-xl--20 {
    padding-left: 20px !important;
  }

  .g-pr-xl--20 {
    padding-right: 20px !important;
  }

  .g-pb-xl--20 {
    padding-bottom: 20px !important;
  }

  .g-px-xl--20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .g-py-xl--20 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }

  .g-p-xl--25 {
    padding: 25px !important;
  }

  .g-pt-xl--25 {
    padding-top: 25px !important;
  }

  .g-pl-xl--25 {
    padding-left: 25px !important;
  }

  .g-pr-xl--25 {
    padding-right: 25px !important;
  }

  .g-pb-xl--25 {
    padding-bottom: 25px !important;
  }

  .g-px-xl--25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .g-py-xl--25 {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }

  .g-p-xl--30 {
    padding: 30px !important;
  }

  .g-pt-xl--30 {
    padding-top: 30px !important;
  }

  .g-pl-xl--30 {
    padding-left: 30px !important;
  }

  .g-pr-xl--30 {
    padding-right: 30px !important;
  }

  .g-pb-xl--30 {
    padding-bottom: 30px !important;
  }

  .g-px-xl--30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .g-py-xl--30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }

  .g-p-xl--35 {
    padding: 35px !important;
  }

  .g-pt-xl--35 {
    padding-top: 35px !important;
  }

  .g-pl-xl--35 {
    padding-left: 35px !important;
  }

  .g-pr-xl--35 {
    padding-right: 35px !important;
  }

  .g-pb-xl--35 {
    padding-bottom: 35px !important;
  }

  .g-px-xl--35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .g-py-xl--35 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }

  .g-p-xl--40 {
    padding: 40px !important;
  }

  .g-pt-xl--40 {
    padding-top: 40px !important;
  }

  .g-pl-xl--40 {
    padding-left: 40px !important;
  }

  .g-pr-xl--40 {
    padding-right: 40px !important;
  }

  .g-pb-xl--40 {
    padding-bottom: 40px !important;
  }

  .g-px-xl--40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .g-py-xl--40 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }

  .g-p-xl--45 {
    padding: 45px !important;
  }

  .g-pt-xl--45 {
    padding-top: 45px !important;
  }

  .g-pl-xl--45 {
    padding-left: 45px !important;
  }

  .g-pr-xl--45 {
    padding-right: 45px !important;
  }

  .g-pb-xl--45 {
    padding-bottom: 45px !important;
  }

  .g-px-xl--45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .g-py-xl--45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }

  .g-p-xl--50 {
    padding: 50px !important;
  }

  .g-pt-xl--50 {
    padding-top: 50px !important;
  }

  .g-pl-xl--50 {
    padding-left: 50px !important;
  }

  .g-pr-xl--50 {
    padding-right: 50px !important;
  }

  .g-pb-xl--50 {
    padding-bottom: 50px !important;
  }

  .g-px-xl--50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .g-py-xl--50 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }

  .g-p-xl--55 {
    padding: 55px !important;
  }

  .g-pt-xl--55 {
    padding-top: 55px !important;
  }

  .g-pl-xl--55 {
    padding-left: 55px !important;
  }

  .g-pr-xl--55 {
    padding-right: 55px !important;
  }

  .g-pb-xl--55 {
    padding-bottom: 55px !important;
  }

  .g-px-xl--55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .g-py-xl--55 {
    padding-bottom: 55px !important;
    padding-top: 55px !important;
  }

  .g-p-xl--60 {
    padding: 60px !important;
  }

  .g-pt-xl--60 {
    padding-top: 60px !important;
  }

  .g-pl-xl--60 {
    padding-left: 60px !important;
  }

  .g-pr-xl--60 {
    padding-right: 60px !important;
  }

  .g-pb-xl--60 {
    padding-bottom: 60px !important;
  }

  .g-px-xl--60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .g-py-xl--60 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }

  .g-p-xl--65 {
    padding: 65px !important;
  }

  .g-pt-xl--65 {
    padding-top: 65px !important;
  }

  .g-pl-xl--65 {
    padding-left: 65px !important;
  }

  .g-pr-xl--65 {
    padding-right: 65px !important;
  }

  .g-pb-xl--65 {
    padding-bottom: 65px !important;
  }

  .g-px-xl--65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .g-py-xl--65 {
    padding-bottom: 65px !important;
    padding-top: 65px !important;
  }

  .g-p-xl--70 {
    padding: 70px !important;
  }

  .g-pt-xl--70 {
    padding-top: 70px !important;
  }

  .g-pl-xl--70 {
    padding-left: 70px !important;
  }

  .g-pr-xl--70 {
    padding-right: 70px !important;
  }

  .g-pb-xl--70 {
    padding-bottom: 70px !important;
  }

  .g-px-xl--70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .g-py-xl--70 {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }

  .g-p-xl--75 {
    padding: 75px !important;
  }

  .g-pt-xl--75 {
    padding-top: 75px !important;
  }

  .g-pl-xl--75 {
    padding-left: 75px !important;
  }

  .g-pr-xl--75 {
    padding-right: 75px !important;
  }

  .g-pb-xl--75 {
    padding-bottom: 75px !important;
  }

  .g-px-xl--75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .g-py-xl--75 {
    padding-bottom: 75px !important;
    padding-top: 75px !important;
  }

  .g-p-xl--80 {
    padding: 80px !important;
  }

  .g-pt-xl--80 {
    padding-top: 80px !important;
  }

  .g-pl-xl--80 {
    padding-left: 80px !important;
  }

  .g-pr-xl--80 {
    padding-right: 80px !important;
  }

  .g-pb-xl--80 {
    padding-bottom: 80px !important;
  }

  .g-px-xl--80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .g-py-xl--80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }

  .g-p-xl--85 {
    padding: 85px !important;
  }

  .g-pt-xl--85 {
    padding-top: 85px !important;
  }

  .g-pl-xl--85 {
    padding-left: 85px !important;
  }

  .g-pr-xl--85 {
    padding-right: 85px !important;
  }

  .g-pb-xl--85 {
    padding-bottom: 85px !important;
  }

  .g-px-xl--85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .g-py-xl--85 {
    padding-bottom: 85px !important;
    padding-top: 85px !important;
  }

  .g-p-xl--90 {
    padding: 90px !important;
  }

  .g-pt-xl--90 {
    padding-top: 90px !important;
  }

  .g-pl-xl--90 {
    padding-left: 90px !important;
  }

  .g-pr-xl--90 {
    padding-right: 90px !important;
  }

  .g-pb-xl--90 {
    padding-bottom: 90px !important;
  }

  .g-px-xl--90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .g-py-xl--90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
  }

  .g-p-xl--95 {
    padding: 95px !important;
  }

  .g-pt-xl--95 {
    padding-top: 95px !important;
  }

  .g-pl-xl--95 {
    padding-left: 95px !important;
  }

  .g-pr-xl--95 {
    padding-right: 95px !important;
  }

  .g-pb-xl--95 {
    padding-bottom: 95px !important;
  }

  .g-px-xl--95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }

  .g-py-xl--95 {
    padding-bottom: 95px !important;
    padding-top: 95px !important;
  }

  .g-p-xl--100 {
    padding: 100px !important;
  }

  .g-pt-xl--100 {
    padding-top: 100px !important;
  }

  .g-pl-xl--100 {
    padding-left: 100px !important;
  }

  .g-pr-xl--100 {
    padding-right: 100px !important;
  }

  .g-pb-xl--100 {
    padding-bottom: 100px !important;
  }

  .g-px-xl--100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .g-py-xl--100 {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
}
.g-m--0 {
  margin: 0px;
}
.g-mt--0 {
  margin-top: 0px;
}
.g-ml--0 {
  margin-left: 0px;
}
.g-mr--0 {
  margin-right: 0px;
}
.g-mb--0 {
  margin-bottom: 0px;
}
.g-mx--0 {
  margin-left: 0px;
  margin-right: 0px;
}
.g-mx-n--0 {
  margin-left: 0px;
  margin-right: 0px;
}
.g-my--0 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.g-m--5 {
  margin: 5px;
}
.g-mt--5 {
  margin-top: 5px;
}
.g-ml--5 {
  margin-left: 5px;
}
.g-mr--5 {
  margin-right: 5px;
}
.g-mb--5 {
  margin-bottom: 5px;
}
.g-mx--5 {
  margin-left: 5px;
  margin-right: 5px;
}
.g-mx-n--5 {
  margin-left: -5px;
  margin-right: -5px;
}
.g-my--5 {
  margin-bottom: 5px;
  margin-top: 5px;
}
.g-m--10 {
  margin: 10px;
}
.g-mt--10 {
  margin-top: 10px;
}
.g-ml--10 {
  margin-left: 10px;
}
.g-mr--10 {
  margin-right: 10px;
}
.g-mb--10 {
  margin-bottom: 10px;
}
.g-mx--10 {
  margin-left: 10px;
  margin-right: 10px;
}
.g-mx-n--10 {
  margin-left: -10px;
  margin-right: -10px;
}
.g-my--10 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.g-m--15 {
  margin: 15px;
}
.g-mt--15 {
  margin-top: 15px;
}
.g-ml--15 {
  margin-left: 15px;
}
.g-mr--15 {
  margin-right: 15px;
}
.g-mb--15 {
  margin-bottom: 15px;
}
.g-mx--15 {
  margin-left: 15px;
  margin-right: 15px;
}
.g-mx-n--15 {
  margin-left: -15px;
  margin-right: -15px;
}
.g-my--15 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.g-m--20 {
  margin: 20px;
}
.g-mt--20 {
  margin-top: 20px;
}
.g-ml--20 {
  margin-left: 20px;
}
.g-mr--20 {
  margin-right: 20px;
}
.g-mb--20 {
  margin-bottom: 20px;
}
.g-mx--20 {
  margin-left: 20px;
  margin-right: 20px;
}
.g-mx-n--20 {
  margin-left: -20px;
  margin-right: -20px;
}
.g-my--20 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.g-m--25 {
  margin: 25px;
}
.g-mt--25 {
  margin-top: 25px;
}
.g-ml--25 {
  margin-left: 25px;
}
.g-mr--25 {
  margin-right: 25px;
}
.g-mb--25 {
  margin-bottom: 25px;
}
.g-mx--25 {
  margin-left: 25px;
  margin-right: 25px;
}
.g-mx-n--25 {
  margin-left: -25px;
  margin-right: -25px;
}
.g-my--25 {
  margin-bottom: 25px;
  margin-top: 25px;
}
.g-m--30 {
  margin: 30px;
}
.g-mt--30 {
  margin-top: 30px;
}
.g-ml--30 {
  margin-left: 30px;
}
.g-mr--30 {
  margin-right: 30px;
}
.g-mb--30 {
  margin-bottom: 30px;
}
.g-mx--30 {
  margin-left: 30px;
  margin-right: 30px;
}
.g-mx-n--30 {
  margin-left: -30px;
  margin-right: -30px;
}
.g-my--30 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.g-m--35 {
  margin: 35px;
}
.g-mt--35 {
  margin-top: 35px;
}
.g-ml--35 {
  margin-left: 35px;
}
.g-mr--35 {
  margin-right: 35px;
}
.g-mb--35 {
  margin-bottom: 35px;
}
.g-mx--35 {
  margin-left: 35px;
  margin-right: 35px;
}
.g-mx-n--35 {
  margin-left: -35px;
  margin-right: -35px;
}
.g-my--35 {
  margin-bottom: 35px;
  margin-top: 35px;
}
.g-m--40 {
  margin: 40px;
}
.g-mt--40 {
  margin-top: 40px;
}
.g-ml--40 {
  margin-left: 40px;
}
.g-mr--40 {
  margin-right: 40px;
}
.g-mb--40 {
  margin-bottom: 40px;
}
.g-mx--40 {
  margin-left: 40px;
  margin-right: 40px;
}
.g-mx-n--40 {
  margin-left: -40px;
  margin-right: -40px;
}
.g-my--40 {
  margin-bottom: 40px;
  margin-top: 40px;
}
.g-m--45 {
  margin: 45px;
}
.g-mt--45 {
  margin-top: 45px;
}
.g-ml--45 {
  margin-left: 45px;
}
.g-mr--45 {
  margin-right: 45px;
}
.g-mb--45 {
  margin-bottom: 45px;
}
.g-mx--45 {
  margin-left: 45px;
  margin-right: 45px;
}
.g-mx-n--45 {
  margin-left: -45px;
  margin-right: -45px;
}
.g-my--45 {
  margin-bottom: 45px;
  margin-top: 45px;
}
.g-m--50 {
  margin: 50px;
}
.g-mt--50 {
  margin-top: 50px;
}
.g-ml--50 {
  margin-left: 50px;
}
.g-mr--50 {
  margin-right: 50px;
}
.g-mb--50 {
  margin-bottom: 50px;
}
.g-mx--50 {
  margin-left: 50px;
  margin-right: 50px;
}
.g-mx-n--50 {
  margin-left: -50px;
  margin-right: -50px;
}
.g-my--50 {
  margin-bottom: 50px;
  margin-top: 50px;
}
.g-m--55 {
  margin: 55px;
}
.g-mt--55 {
  margin-top: 55px;
}
.g-ml--55 {
  margin-left: 55px;
}
.g-mr--55 {
  margin-right: 55px;
}
.g-mb--55 {
  margin-bottom: 55px;
}
.g-mx--55 {
  margin-left: 55px;
  margin-right: 55px;
}
.g-mx-n--55 {
  margin-left: -55px;
  margin-right: -55px;
}
.g-my--55 {
  margin-bottom: 55px;
  margin-top: 55px;
}
.g-m--60 {
  margin: 60px;
}
.g-mt--60 {
  margin-top: 60px;
}
.g-ml--60 {
  margin-left: 60px;
}
.g-mr--60 {
  margin-right: 60px;
}
.g-mb--60 {
  margin-bottom: 60px;
}
.g-mx--60 {
  margin-left: 60px;
  margin-right: 60px;
}
.g-mx-n--60 {
  margin-left: -60px;
  margin-right: -60px;
}
.g-my--60 {
  margin-bottom: 60px;
  margin-top: 60px;
}
.g-m--65 {
  margin: 65px;
}
.g-mt--65 {
  margin-top: 65px;
}
.g-ml--65 {
  margin-left: 65px;
}
.g-mr--65 {
  margin-right: 65px;
}
.g-mb--65 {
  margin-bottom: 65px;
}
.g-mx--65 {
  margin-left: 65px;
  margin-right: 65px;
}
.g-mx-n--65 {
  margin-left: -65px;
  margin-right: -65px;
}
.g-my--65 {
  margin-bottom: 65px;
  margin-top: 65px;
}
.g-m--70 {
  margin: 70px;
}
.g-mt--70 {
  margin-top: 70px;
}
.g-ml--70 {
  margin-left: 70px;
}
.g-mr--70 {
  margin-right: 70px;
}
.g-mb--70 {
  margin-bottom: 70px;
}
.g-mx--70 {
  margin-left: 70px;
  margin-right: 70px;
}
.g-mx-n--70 {
  margin-left: -70px;
  margin-right: -70px;
}
.g-my--70 {
  margin-bottom: 70px;
  margin-top: 70px;
}
.g-m--75 {
  margin: 75px;
}
.g-mt--75 {
  margin-top: 75px;
}
.g-ml--75 {
  margin-left: 75px;
}
.g-mr--75 {
  margin-right: 75px;
}
.g-mb--75 {
  margin-bottom: 75px;
}
.g-mx--75 {
  margin-left: 75px;
  margin-right: 75px;
}
.g-mx-n--75 {
  margin-left: -75px;
  margin-right: -75px;
}
.g-my--75 {
  margin-bottom: 75px;
  margin-top: 75px;
}
.g-m--80 {
  margin: 80px;
}
.g-mt--80 {
  margin-top: 80px;
}
.g-ml--80 {
  margin-left: 80px;
}
.g-mr--80 {
  margin-right: 80px;
}
.g-mb--80 {
  margin-bottom: 80px;
}
.g-mx--80 {
  margin-left: 80px;
  margin-right: 80px;
}
.g-mx-n--80 {
  margin-left: -80px;
  margin-right: -80px;
}
.g-my--80 {
  margin-bottom: 80px;
  margin-top: 80px;
}
.g-m--85 {
  margin: 85px;
}
.g-mt--85 {
  margin-top: 85px;
}
.g-ml--85 {
  margin-left: 85px;
}
.g-mr--85 {
  margin-right: 85px;
}
.g-mb--85 {
  margin-bottom: 85px;
}
.g-mx--85 {
  margin-left: 85px;
  margin-right: 85px;
}
.g-mx-n--85 {
  margin-left: -85px;
  margin-right: -85px;
}
.g-my--85 {
  margin-bottom: 85px;
  margin-top: 85px;
}
.g-m--90 {
  margin: 90px;
}
.g-mt--90 {
  margin-top: 90px;
}
.g-ml--90 {
  margin-left: 90px;
}
.g-mr--90 {
  margin-right: 90px;
}
.g-mb--90 {
  margin-bottom: 90px;
}
.g-mx--90 {
  margin-left: 90px;
  margin-right: 90px;
}
.g-mx-n--90 {
  margin-left: -90px;
  margin-right: -90px;
}
.g-my--90 {
  margin-bottom: 90px;
  margin-top: 90px;
}
.g-m--95 {
  margin: 95px;
}
.g-mt--95 {
  margin-top: 95px;
}
.g-ml--95 {
  margin-left: 95px;
}
.g-mr--95 {
  margin-right: 95px;
}
.g-mb--95 {
  margin-bottom: 95px;
}
.g-mx--95 {
  margin-left: 95px;
  margin-right: 95px;
}
.g-mx-n--95 {
  margin-left: -95px;
  margin-right: -95px;
}
.g-my--95 {
  margin-bottom: 95px;
  margin-top: 95px;
}
.g-m--100 {
  margin: 100px;
}
.g-mt--100 {
  margin-top: 100px;
}
.g-ml--100 {
  margin-left: 100px;
}
.g-mr--100 {
  margin-right: 100px;
}
.g-mb--100 {
  margin-bottom: 100px;
}
.g-mx--100 {
  margin-left: 100px;
  margin-right: 100px;
}
.g-mx-n--100 {
  margin-left: -100px;
  margin-right: -100px;
}
.g-my--100 {
  margin-bottom: 100px;
  margin-top: 100px;
}
@media (min-width: 576px) {
  .g-m-sm--0 {
    margin: 0px !important;
  }
  .g-mt-sm--0 {
    margin-top: 0px !important;
  }
  .g-ml-sm--0 {
    margin-left: 0px !important;
  }
  .g-mr-sm--0 {
    margin-right: 0px !important;
  }
  .g-mb-sm--0 {
    margin-bottom: 0px !important;
  }
  .g-mx-sm--0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .g-my-sm--0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .g-m-sm--5 {
    margin: 5px !important;
  }
  .g-mt-sm--5 {
    margin-top: 5px !important;
  }
  .g-ml-sm--5 {
    margin-left: 5px !important;
  }
  .g-mr-sm--5 {
    margin-right: 5px !important;
  }
  .g-mb-sm--5 {
    margin-bottom: 5px !important;
  }
  .g-mx-sm--5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .g-my-sm--5 {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
  }
  .g-m-sm--10 {
    margin: 10px !important;
  }
  .g-mt-sm--10 {
    margin-top: 10px !important;
  }
  .g-ml-sm--10 {
    margin-left: 10px !important;
  }
  .g-mr-sm--10 {
    margin-right: 10px !important;
  }
  .g-mb-sm--10 {
    margin-bottom: 10px !important;
  }
  .g-mx-sm--10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .g-my-sm--10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .g-m-sm--15 {
    margin: 15px !important;
  }
  .g-mt-sm--15 {
    margin-top: 15px !important;
  }
  .g-ml-sm--15 {
    margin-left: 15px !important;
  }
  .g-mr-sm--15 {
    margin-right: 15px !important;
  }
  .g-mb-sm--15 {
    margin-bottom: 15px !important;
  }
  .g-mx-sm--15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .g-my-sm--15 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
  .g-m-sm--20 {
    margin: 20px !important;
  }
  .g-mt-sm--20 {
    margin-top: 20px !important;
  }
  .g-ml-sm--20 {
    margin-left: 20px !important;
  }
  .g-mr-sm--20 {
    margin-right: 20px !important;
  }
  .g-mb-sm--20 {
    margin-bottom: 20px !important;
  }
  .g-mx-sm--20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .g-my-sm--20 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .g-m-sm--25 {
    margin: 25px !important;
  }
  .g-mt-sm--25 {
    margin-top: 25px !important;
  }
  .g-ml-sm--25 {
    margin-left: 25px !important;
  }
  .g-mr-sm--25 {
    margin-right: 25px !important;
  }
  .g-mb-sm--25 {
    margin-bottom: 25px !important;
  }
  .g-mx-sm--25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .g-my-sm--25 {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
  }
  .g-m-sm--30 {
    margin: 30px !important;
  }
  .g-mt-sm--30 {
    margin-top: 30px !important;
  }
  .g-ml-sm--30 {
    margin-left: 30px !important;
  }
  .g-mr-sm--30 {
    margin-right: 30px !important;
  }
  .g-mb-sm--30 {
    margin-bottom: 30px !important;
  }
  .g-mx-sm--30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .g-my-sm--30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .g-m-sm--35 {
    margin: 35px !important;
  }
  .g-mt-sm--35 {
    margin-top: 35px !important;
  }
  .g-ml-sm--35 {
    margin-left: 35px !important;
  }
  .g-mr-sm--35 {
    margin-right: 35px !important;
  }
  .g-mb-sm--35 {
    margin-bottom: 35px !important;
  }
  .g-mx-sm--35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .g-my-sm--35 {
    margin-bottom: 35px !important;
    margin-top: 35px !important;
  }
  .g-m-sm--40 {
    margin: 40px !important;
  }
  .g-mt-sm--40 {
    margin-top: 40px !important;
  }
  .g-ml-sm--40 {
    margin-left: 40px !important;
  }
  .g-mr-sm--40 {
    margin-right: 40px !important;
  }
  .g-mb-sm--40 {
    margin-bottom: 40px !important;
  }
  .g-mx-sm--40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .g-my-sm--40 {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .g-m-sm--45 {
    margin: 45px !important;
  }
  .g-mt-sm--45 {
    margin-top: 45px !important;
  }
  .g-ml-sm--45 {
    margin-left: 45px !important;
  }
  .g-mr-sm--45 {
    margin-right: 45px !important;
  }
  .g-mb-sm--45 {
    margin-bottom: 45px !important;
  }
  .g-mx-sm--45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .g-my-sm--45 {
    margin-bottom: 45px !important;
    margin-top: 45px !important;
  }
  .g-m-sm--50 {
    margin: 50px !important;
  }
  .g-mt-sm--50 {
    margin-top: 50px !important;
  }
  .g-ml-sm--50 {
    margin-left: 50px !important;
  }
  .g-mr-sm--50 {
    margin-right: 50px !important;
  }
  .g-mb-sm--50 {
    margin-bottom: 50px !important;
  }
  .g-mx-sm--50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .g-my-sm--50 {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
  .g-m-sm--55 {
    margin: 55px !important;
  }
  .g-mt-sm--55 {
    margin-top: 55px !important;
  }
  .g-ml-sm--55 {
    margin-left: 55px !important;
  }
  .g-mr-sm--55 {
    margin-right: 55px !important;
  }
  .g-mb-sm--55 {
    margin-bottom: 55px !important;
  }
  .g-mx-sm--55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .g-my-sm--55 {
    margin-bottom: 55px !important;
    margin-top: 55px !important;
  }
  .g-m-sm--60 {
    margin: 60px !important;
  }
  .g-mt-sm--60 {
    margin-top: 60px !important;
  }
  .g-ml-sm--60 {
    margin-left: 60px !important;
  }
  .g-mr-sm--60 {
    margin-right: 60px !important;
  }
  .g-mb-sm--60 {
    margin-bottom: 60px !important;
  }
  .g-mx-sm--60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .g-my-sm--60 {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
  }
  .g-m-sm--65 {
    margin: 65px !important;
  }
  .g-mt-sm--65 {
    margin-top: 65px !important;
  }
  .g-ml-sm--65 {
    margin-left: 65px !important;
  }
  .g-mr-sm--65 {
    margin-right: 65px !important;
  }
  .g-mb-sm--65 {
    margin-bottom: 65px !important;
  }
  .g-mx-sm--65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .g-my-sm--65 {
    margin-bottom: 65px !important;
    margin-top: 65px !important;
  }
  .g-m-sm--70 {
    margin: 70px !important;
  }
  .g-mt-sm--70 {
    margin-top: 70px !important;
  }
  .g-ml-sm--70 {
    margin-left: 70px !important;
  }
  .g-mr-sm--70 {
    margin-right: 70px !important;
  }
  .g-mb-sm--70 {
    margin-bottom: 70px !important;
  }
  .g-mx-sm--70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .g-my-sm--70 {
    margin-bottom: 70px !important;
    margin-top: 70px !important;
  }
  .g-m-sm--75 {
    margin: 75px !important;
  }
  .g-mt-sm--75 {
    margin-top: 75px !important;
  }
  .g-ml-sm--75 {
    margin-left: 75px !important;
  }
  .g-mr-sm--75 {
    margin-right: 75px !important;
  }
  .g-mb-sm--75 {
    margin-bottom: 75px !important;
  }
  .g-mx-sm--75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .g-my-sm--75 {
    margin-bottom: 75px !important;
    margin-top: 75px !important;
  }
  .g-m-sm--80 {
    margin: 80px !important;
  }
  .g-mt-sm--80 {
    margin-top: 80px !important;
  }
  .g-ml-sm--80 {
    margin-left: 80px !important;
  }
  .g-mr-sm--80 {
    margin-right: 80px !important;
  }
  .g-mb-sm--80 {
    margin-bottom: 80px !important;
  }
  .g-mx-sm--80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .g-my-sm--80 {
    margin-bottom: 80px !important;
    margin-top: 80px !important;
  }
  .g-m-sm--85 {
    margin: 85px !important;
  }
  .g-mt-sm--85 {
    margin-top: 85px !important;
  }
  .g-ml-sm--85 {
    margin-left: 85px !important;
  }
  .g-mr-sm--85 {
    margin-right: 85px !important;
  }
  .g-mb-sm--85 {
    margin-bottom: 85px !important;
  }
  .g-mx-sm--85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .g-my-sm--85 {
    margin-bottom: 85px !important;
    margin-top: 85px !important;
  }
  .g-m-sm--90 {
    margin: 90px !important;
  }
  .g-mt-sm--90 {
    margin-top: 90px !important;
  }
  .g-ml-sm--90 {
    margin-left: 90px !important;
  }
  .g-mr-sm--90 {
    margin-right: 90px !important;
  }
  .g-mb-sm--90 {
    margin-bottom: 90px !important;
  }
  .g-mx-sm--90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .g-my-sm--90 {
    margin-bottom: 90px !important;
    margin-top: 90px !important;
  }
  .g-m-sm--95 {
    margin: 95px !important;
  }
  .g-mt-sm--95 {
    margin-top: 95px !important;
  }
  .g-ml-sm--95 {
    margin-left: 95px !important;
  }
  .g-mr-sm--95 {
    margin-right: 95px !important;
  }
  .g-mb-sm--95 {
    margin-bottom: 95px !important;
  }
  .g-mx-sm--95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .g-my-sm--95 {
    margin-bottom: 95px !important;
    margin-top: 95px !important;
  }
  .g-m-sm--100 {
    margin: 100px !important;
  }
  .g-mt-sm--100 {
    margin-top: 100px !important;
  }
  .g-ml-sm--100 {
    margin-left: 100px !important;
  }
  .g-mr-sm--100 {
    margin-right: 100px !important;
  }
  .g-mb-sm--100 {
    margin-bottom: 100px !important;
  }
  .g-mx-sm--100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .g-my-sm--100 {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
  }
}
@media (min-width: 768px) {
  .g-m-md--0 {
    margin: 0px !important;
  }
  .g-mt-md--0 {
    margin-top: 0px !important;
  }
  .g-ml-md--0 {
    margin-left: 0px !important;
  }
  .g-mr-md--0 {
    margin-right: 0px !important;
  }
  .g-mb-md--0 {
    margin-bottom: 0px !important;
  }
  .g-mx-md--0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .g-my-md--0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .g-m-md--5 {
    margin: 5px !important;
  }
  .g-mt-md--5 {
    margin-top: 5px !important;
  }
  .g-ml-md--5 {
    margin-left: 5px !important;
  }
  .g-mr-md--5 {
    margin-right: 5px !important;
  }
  .g-mb-md--5 {
    margin-bottom: 5px !important;
  }
  .g-mx-md--5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .g-my-md--5 {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
  }
  .g-m-md--10 {
    margin: 10px !important;
  }
  .g-mt-md--10 {
    margin-top: 10px !important;
  }
  .g-ml-md--10 {
    margin-left: 10px !important;
  }
  .g-mr-md--10 {
    margin-right: 10px !important;
  }
  .g-mb-md--10 {
    margin-bottom: 10px !important;
  }
  .g-mx-md--10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .g-my-md--10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .g-m-md--15 {
    margin: 15px !important;
  }
  .g-mt-md--15 {
    margin-top: 15px !important;
  }
  .g-ml-md--15 {
    margin-left: 15px !important;
  }
  .g-mr-md--15 {
    margin-right: 15px !important;
  }
  .g-mb-md--15 {
    margin-bottom: 15px !important;
  }
  .g-mx-md--15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .g-my-md--15 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
  .g-m-md--20 {
    margin: 20px !important;
  }
  .g-mt-md--20 {
    margin-top: 20px !important;
  }
  .g-ml-md--20 {
    margin-left: 20px !important;
  }
  .g-mr-md--20 {
    margin-right: 20px !important;
  }
  .g-mb-md--20 {
    margin-bottom: 20px !important;
  }
  .g-mx-md--20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .g-my-md--20 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .g-m-md--25 {
    margin: 25px !important;
  }
  .g-mt-md--25 {
    margin-top: 25px !important;
  }
  .g-ml-md--25 {
    margin-left: 25px !important;
  }
  .g-mr-md--25 {
    margin-right: 25px !important;
  }
  .g-mb-md--25 {
    margin-bottom: 25px !important;
  }
  .g-mx-md--25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .g-my-md--25 {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
  }
  .g-m-md--30 {
    margin: 30px !important;
  }
  .g-mt-md--30 {
    margin-top: 30px !important;
  }
  .g-ml-md--30 {
    margin-left: 30px !important;
  }
  .g-mr-md--30 {
    margin-right: 30px !important;
  }
  .g-mb-md--30 {
    margin-bottom: 30px !important;
  }
  .g-mx-md--30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .g-my-md--30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .g-m-md--35 {
    margin: 35px !important;
  }
  .g-mt-md--35 {
    margin-top: 35px !important;
  }
  .g-ml-md--35 {
    margin-left: 35px !important;
  }
  .g-mr-md--35 {
    margin-right: 35px !important;
  }
  .g-mb-md--35 {
    margin-bottom: 35px !important;
  }
  .g-mx-md--35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .g-my-md--35 {
    margin-bottom: 35px !important;
    margin-top: 35px !important;
  }
  .g-m-md--40 {
    margin: 40px !important;
  }
  .g-mt-md--40 {
    margin-top: 40px !important;
  }
  .g-ml-md--40 {
    margin-left: 40px !important;
  }
  .g-mr-md--40 {
    margin-right: 40px !important;
  }
  .g-mb-md--40 {
    margin-bottom: 40px !important;
  }
  .g-mx-md--40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .g-my-md--40 {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .g-m-md--45 {
    margin: 45px !important;
  }
  .g-mt-md--45 {
    margin-top: 45px !important;
  }
  .g-ml-md--45 {
    margin-left: 45px !important;
  }
  .g-mr-md--45 {
    margin-right: 45px !important;
  }
  .g-mb-md--45 {
    margin-bottom: 45px !important;
  }
  .g-mx-md--45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .g-my-md--45 {
    margin-bottom: 45px !important;
    margin-top: 45px !important;
  }
  .g-m-md--50 {
    margin: 50px !important;
  }
  .g-mt-md--50 {
    margin-top: 50px !important;
  }
  .g-ml-md--50 {
    margin-left: 50px !important;
  }
  .g-mr-md--50 {
    margin-right: 50px !important;
  }
  .g-mb-md--50 {
    margin-bottom: 50px !important;
  }
  .g-mx-md--50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .g-my-md--50 {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
  .g-m-md--55 {
    margin: 55px !important;
  }
  .g-mt-md--55 {
    margin-top: 55px !important;
  }
  .g-ml-md--55 {
    margin-left: 55px !important;
  }
  .g-mr-md--55 {
    margin-right: 55px !important;
  }
  .g-mb-md--55 {
    margin-bottom: 55px !important;
  }
  .g-mx-md--55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .g-my-md--55 {
    margin-bottom: 55px !important;
    margin-top: 55px !important;
  }
  .g-m-md--60 {
    margin: 60px !important;
  }
  .g-mt-md--60 {
    margin-top: 60px !important;
  }
  .g-ml-md--60 {
    margin-left: 60px !important;
  }
  .g-mr-md--60 {
    margin-right: 60px !important;
  }
  .g-mb-md--60 {
    margin-bottom: 60px !important;
  }
  .g-mx-md--60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .g-my-md--60 {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
  }
  .g-m-md--65 {
    margin: 65px !important;
  }
  .g-mt-md--65 {
    margin-top: 65px !important;
  }
  .g-ml-md--65 {
    margin-left: 65px !important;
  }
  .g-mr-md--65 {
    margin-right: 65px !important;
  }
  .g-mb-md--65 {
    margin-bottom: 65px !important;
  }
  .g-mx-md--65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .g-my-md--65 {
    margin-bottom: 65px !important;
    margin-top: 65px !important;
  }
  .g-m-md--70 {
    margin: 70px !important;
  }
  .g-mt-md--70 {
    margin-top: 70px !important;
  }
  .g-ml-md--70 {
    margin-left: 70px !important;
  }
  .g-mr-md--70 {
    margin-right: 70px !important;
  }
  .g-mb-md--70 {
    margin-bottom: 70px !important;
  }
  .g-mx-md--70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .g-my-md--70 {
    margin-bottom: 70px !important;
    margin-top: 70px !important;
  }
  .g-m-md--75 {
    margin: 75px !important;
  }
  .g-mt-md--75 {
    margin-top: 75px !important;
  }
  .g-ml-md--75 {
    margin-left: 75px !important;
  }
  .g-mr-md--75 {
    margin-right: 75px !important;
  }
  .g-mb-md--75 {
    margin-bottom: 75px !important;
  }
  .g-mx-md--75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .g-my-md--75 {
    margin-bottom: 75px !important;
    margin-top: 75px !important;
  }
  .g-m-md--80 {
    margin: 80px !important;
  }
  .g-mt-md--80 {
    margin-top: 80px !important;
  }
  .g-ml-md--80 {
    margin-left: 80px !important;
  }
  .g-mr-md--80 {
    margin-right: 80px !important;
  }
  .g-mb-md--80 {
    margin-bottom: 80px !important;
  }
  .g-mx-md--80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .g-my-md--80 {
    margin-bottom: 80px !important;
    margin-top: 80px !important;
  }
  .g-m-md--85 {
    margin: 85px !important;
  }
  .g-mt-md--85 {
    margin-top: 85px !important;
  }
  .g-ml-md--85 {
    margin-left: 85px !important;
  }
  .g-mr-md--85 {
    margin-right: 85px !important;
  }
  .g-mb-md--85 {
    margin-bottom: 85px !important;
  }
  .g-mx-md--85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .g-my-md--85 {
    margin-bottom: 85px !important;
    margin-top: 85px !important;
  }
  .g-m-md--90 {
    margin: 90px !important;
  }
  .g-mt-md--90 {
    margin-top: 90px !important;
  }
  .g-ml-md--90 {
    margin-left: 90px !important;
  }
  .g-mr-md--90 {
    margin-right: 90px !important;
  }
  .g-mb-md--90 {
    margin-bottom: 90px !important;
  }
  .g-mx-md--90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .g-my-md--90 {
    margin-bottom: 90px !important;
    margin-top: 90px !important;
  }
  .g-m-md--95 {
    margin: 95px !important;
  }
  .g-mt-md--95 {
    margin-top: 95px !important;
  }
  .g-ml-md--95 {
    margin-left: 95px !important;
  }
  .g-mr-md--95 {
    margin-right: 95px !important;
  }
  .g-mb-md--95 {
    margin-bottom: 95px !important;
  }
  .g-mx-md--95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .g-my-md--95 {
    margin-bottom: 95px !important;
    margin-top: 95px !important;
  }
  .g-m-md--100 {
    margin: 100px !important;
  }
  .g-mt-md--100 {
    margin-top: 100px !important;
  }
  .g-ml-md--100 {
    margin-left: 100px !important;
  }
  .g-mr-md--100 {
    margin-right: 100px !important;
  }
  .g-mb-md--100 {
    margin-bottom: 100px !important;
  }
  .g-mx-md--100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .g-my-md--100 {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
  }
}
@media (min-width: 992px) {
  .g-m-lg--0 {
    margin: 0px !important;
  }
  .g-mt-lg--0 {
    margin-top: 0px !important;
  }
  .g-ml-lg--0 {
    margin-left: 0px !important;
  }
  .g-mr-lg--0 {
    margin-right: 0px !important;
  }
  .g-mb-lg--0 {
    margin-bottom: 0px !important;
  }
  .g-mx-lg--0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .g-mx-lg-n--0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .g-my-lg--0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .g-m-lg--5 {
    margin: 5px !important;
  }
  .g-mt-lg--5 {
    margin-top: 5px !important;
  }
  .g-ml-lg--5 {
    margin-left: 5px !important;
  }
  .g-mr-lg--5 {
    margin-right: 5px !important;
  }
  .g-mb-lg--5 {
    margin-bottom: 5px !important;
  }
  .g-mx-lg--5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .g-mx-lg-n--5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .g-my-lg--5 {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
  }
  .g-m-lg--10 {
    margin: 10px !important;
  }
  .g-mt-lg--10 {
    margin-top: 10px !important;
  }
  .g-ml-lg--10 {
    margin-left: 10px !important;
  }
  .g-mr-lg--10 {
    margin-right: 10px !important;
  }
  .g-mb-lg--10 {
    margin-bottom: 10px !important;
  }
  .g-mx-lg--10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .g-mx-lg-n--10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .g-my-lg--10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .g-m-lg--15 {
    margin: 15px !important;
  }
  .g-mt-lg--15 {
    margin-top: 15px !important;
  }
  .g-ml-lg--15 {
    margin-left: 15px !important;
  }
  .g-mr-lg--15 {
    margin-right: 15px !important;
  }
  .g-mb-lg--15 {
    margin-bottom: 15px !important;
  }
  .g-mx-lg--15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .g-mx-lg-n--15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .g-my-lg--15 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
  .g-m-lg--20 {
    margin: 20px !important;
  }
  .g-mt-lg--20 {
    margin-top: 20px !important;
  }
  .g-ml-lg--20 {
    margin-left: 20px !important;
  }
  .g-mr-lg--20 {
    margin-right: 20px !important;
  }
  .g-mb-lg--20 {
    margin-bottom: 20px !important;
  }
  .g-mx-lg--20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .g-mx-lg-n--20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .g-my-lg--20 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .g-m-lg--25 {
    margin: 25px !important;
  }
  .g-mt-lg--25 {
    margin-top: 25px !important;
  }
  .g-ml-lg--25 {
    margin-left: 25px !important;
  }
  .g-mr-lg--25 {
    margin-right: 25px !important;
  }
  .g-mb-lg--25 {
    margin-bottom: 25px !important;
  }
  .g-mx-lg--25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .g-mx-lg-n--25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .g-my-lg--25 {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
  }
  .g-m-lg--30 {
    margin: 30px !important;
  }
  .g-mt-lg--30 {
    margin-top: 30px !important;
  }
  .g-ml-lg--30 {
    margin-left: 30px !important;
  }
  .g-mr-lg--30 {
    margin-right: 30px !important;
  }
  .g-mb-lg--30 {
    margin-bottom: 30px !important;
  }
  .g-mx-lg--30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .g-mx-lg-n--30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .g-my-lg--30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .g-m-lg--35 {
    margin: 35px !important;
  }
  .g-mt-lg--35 {
    margin-top: 35px !important;
  }
  .g-ml-lg--35 {
    margin-left: 35px !important;
  }
  .g-mr-lg--35 {
    margin-right: 35px !important;
  }
  .g-mb-lg--35 {
    margin-bottom: 35px !important;
  }
  .g-mx-lg--35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .g-mx-lg-n--35 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .g-my-lg--35 {
    margin-bottom: 35px !important;
    margin-top: 35px !important;
  }
  .g-m-lg--40 {
    margin: 40px !important;
  }
  .g-mt-lg--40 {
    margin-top: 40px !important;
  }
  .g-ml-lg--40 {
    margin-left: 40px !important;
  }
  .g-mr-lg--40 {
    margin-right: 40px !important;
  }
  .g-mb-lg--40 {
    margin-bottom: 40px !important;
  }
  .g-mx-lg--40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .g-mx-lg-n--40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .g-my-lg--40 {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .g-m-lg--45 {
    margin: 45px !important;
  }
  .g-mt-lg--45 {
    margin-top: 45px !important;
  }
  .g-ml-lg--45 {
    margin-left: 45px !important;
  }
  .g-mr-lg--45 {
    margin-right: 45px !important;
  }
  .g-mb-lg--45 {
    margin-bottom: 45px !important;
  }
  .g-mx-lg--45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .g-mx-lg-n--45 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .g-my-lg--45 {
    margin-bottom: 45px !important;
    margin-top: 45px !important;
  }
  .g-m-lg--50 {
    margin: 50px !important;
  }
  .g-mt-lg--50 {
    margin-top: 50px !important;
  }
  .g-ml-lg--50 {
    margin-left: 50px !important;
  }
  .g-mr-lg--50 {
    margin-right: 50px !important;
  }
  .g-mb-lg--50 {
    margin-bottom: 50px !important;
  }
  .g-mx-lg--50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .g-mx-lg-n--50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .g-my-lg--50 {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
  .g-m-lg--55 {
    margin: 55px !important;
  }
  .g-mt-lg--55 {
    margin-top: 55px !important;
  }
  .g-ml-lg--55 {
    margin-left: 55px !important;
  }
  .g-mr-lg--55 {
    margin-right: 55px !important;
  }
  .g-mb-lg--55 {
    margin-bottom: 55px !important;
  }
  .g-mx-lg--55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .g-mx-lg-n--55 {
    margin-left: -55px;
    margin-right: -55px;
  }
  .g-my-lg--55 {
    margin-bottom: 55px !important;
    margin-top: 55px !important;
  }
  .g-m-lg--60 {
    margin: 60px !important;
  }
  .g-mt-lg--60 {
    margin-top: 60px !important;
  }
  .g-ml-lg--60 {
    margin-left: 60px !important;
  }
  .g-mr-lg--60 {
    margin-right: 60px !important;
  }
  .g-mb-lg--60 {
    margin-bottom: 60px !important;
  }
  .g-mx-lg--60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .g-mx-lg-n--60 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .g-my-lg--60 {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
  }
  .g-m-lg--65 {
    margin: 65px !important;
  }
  .g-mt-lg--65 {
    margin-top: 65px !important;
  }
  .g-ml-lg--65 {
    margin-left: 65px !important;
  }
  .g-mr-lg--65 {
    margin-right: 65px !important;
  }
  .g-mb-lg--65 {
    margin-bottom: 65px !important;
  }
  .g-mx-lg--65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .g-mx-lg-n--65 {
    margin-left: -65px;
    margin-right: -65px;
  }
  .g-my-lg--65 {
    margin-bottom: 65px !important;
    margin-top: 65px !important;
  }
  .g-m-lg--70 {
    margin: 70px !important;
  }
  .g-mt-lg--70 {
    margin-top: 70px !important;
  }
  .g-ml-lg--70 {
    margin-left: 70px !important;
  }
  .g-mr-lg--70 {
    margin-right: 70px !important;
  }
  .g-mb-lg--70 {
    margin-bottom: 70px !important;
  }
  .g-mx-lg--70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .g-mx-lg-n--70 {
    margin-left: -70px;
    margin-right: -70px;
  }
  .g-my-lg--70 {
    margin-bottom: 70px !important;
    margin-top: 70px !important;
  }
  .g-m-lg--75 {
    margin: 75px !important;
  }
  .g-mt-lg--75 {
    margin-top: 75px !important;
  }
  .g-ml-lg--75 {
    margin-left: 75px !important;
  }
  .g-mr-lg--75 {
    margin-right: 75px !important;
  }
  .g-mb-lg--75 {
    margin-bottom: 75px !important;
  }
  .g-mx-lg--75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .g-mx-lg-n--75 {
    margin-left: -75px;
    margin-right: -75px;
  }
  .g-my-lg--75 {
    margin-bottom: 75px !important;
    margin-top: 75px !important;
  }
  .g-m-lg--80 {
    margin: 80px !important;
  }
  .g-mt-lg--80 {
    margin-top: 80px !important;
  }
  .g-ml-lg--80 {
    margin-left: 80px !important;
  }
  .g-mr-lg--80 {
    margin-right: 80px !important;
  }
  .g-mb-lg--80 {
    margin-bottom: 80px !important;
  }
  .g-mx-lg--80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .g-mx-lg-n--80 {
    margin-left: -80px;
    margin-right: -80px;
  }
  .g-my-lg--80 {
    margin-bottom: 80px !important;
    margin-top: 80px !important;
  }
  .g-m-lg--85 {
    margin: 85px !important;
  }
  .g-mt-lg--85 {
    margin-top: 85px !important;
  }
  .g-ml-lg--85 {
    margin-left: 85px !important;
  }
  .g-mr-lg--85 {
    margin-right: 85px !important;
  }
  .g-mb-lg--85 {
    margin-bottom: 85px !important;
  }
  .g-mx-lg--85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .g-mx-lg-n--85 {
    margin-left: -85px;
    margin-right: -85px;
  }
  .g-my-lg--85 {
    margin-bottom: 85px !important;
    margin-top: 85px !important;
  }
  .g-m-lg--90 {
    margin: 90px !important;
  }
  .g-mt-lg--90 {
    margin-top: 90px !important;
  }
  .g-ml-lg--90 {
    margin-left: 90px !important;
  }
  .g-mr-lg--90 {
    margin-right: 90px !important;
  }
  .g-mb-lg--90 {
    margin-bottom: 90px !important;
  }
  .g-mx-lg--90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .g-mx-lg-n--90 {
    margin-left: -90px;
    margin-right: -90px;
  }
  .g-my-lg--90 {
    margin-bottom: 90px !important;
    margin-top: 90px !important;
  }
  .g-m-lg--95 {
    margin: 95px !important;
  }
  .g-mt-lg--95 {
    margin-top: 95px !important;
  }
  .g-ml-lg--95 {
    margin-left: 95px !important;
  }
  .g-mr-lg--95 {
    margin-right: 95px !important;
  }
  .g-mb-lg--95 {
    margin-bottom: 95px !important;
  }
  .g-mx-lg--95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .g-mx-lg-n--95 {
    margin-left: -95px;
    margin-right: -95px;
  }
  .g-my-lg--95 {
    margin-bottom: 95px !important;
    margin-top: 95px !important;
  }
  .g-m-lg--100 {
    margin: 100px !important;
  }
  .g-mt-lg--100 {
    margin-top: 100px !important;
  }
  .g-ml-lg--100 {
    margin-left: 100px !important;
  }
  .g-mr-lg--100 {
    margin-right: 100px !important;
  }
  .g-mb-lg--100 {
    margin-bottom: 100px !important;
  }
  .g-mx-lg--100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .g-mx-lg-n--100 {
    margin-left: -100px;
    margin-right: -100px;
  }
  .g-my-lg--100 {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
  }
}
@media (min-width: 1200px) {
  .g-m-xl--0 {
    margin: 0px !important;
  }
  .g-mt-xl--0 {
    margin-top: 0px !important;
  }
  .g-ml-xl--0 {
    margin-left: 0px !important;
  }
  .g-mr-xl--0 {
    margin-right: 0px !important;
  }
  .g-mb-xl--0 {
    margin-bottom: 0px !important;
  }
  .g-mx-xl--0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .g-my-xl--0 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .g-m-xl--5 {
    margin: 5px !important;
  }
  .g-mt-xl--5 {
    margin-top: 5px !important;
  }
  .g-ml-xl--5 {
    margin-left: 5px !important;
  }
  .g-mr-xl--5 {
    margin-right: 5px !important;
  }
  .g-mb-xl--5 {
    margin-bottom: 5px !important;
  }
  .g-mx-xl--5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .g-my-xl--5 {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
  }
  .g-m-xl--10 {
    margin: 10px !important;
  }
  .g-mt-xl--10 {
    margin-top: 10px !important;
  }
  .g-ml-xl--10 {
    margin-left: 10px !important;
  }
  .g-mr-xl--10 {
    margin-right: 10px !important;
  }
  .g-mb-xl--10 {
    margin-bottom: 10px !important;
  }
  .g-mx-xl--10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .g-my-xl--10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .g-m-xl--15 {
    margin: 15px !important;
  }
  .g-mt-xl--15 {
    margin-top: 15px !important;
  }
  .g-ml-xl--15 {
    margin-left: 15px !important;
  }
  .g-mr-xl--15 {
    margin-right: 15px !important;
  }
  .g-mb-xl--15 {
    margin-bottom: 15px !important;
  }
  .g-mx-xl--15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .g-my-xl--15 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
  .g-m-xl--20 {
    margin: 20px !important;
  }
  .g-mt-xl--20 {
    margin-top: 20px !important;
  }
  .g-ml-xl--20 {
    margin-left: 20px !important;
  }
  .g-mr-xl--20 {
    margin-right: 20px !important;
  }
  .g-mb-xl--20 {
    margin-bottom: 20px !important;
  }
  .g-mx-xl--20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .g-my-xl--20 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  .g-m-xl--25 {
    margin: 25px !important;
  }
  .g-mt-xl--25 {
    margin-top: 25px !important;
  }
  .g-ml-xl--25 {
    margin-left: 25px !important;
  }
  .g-mr-xl--25 {
    margin-right: 25px !important;
  }
  .g-mb-xl--25 {
    margin-bottom: 25px !important;
  }
  .g-mx-xl--25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .g-my-xl--25 {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
  }
  .g-m-xl--30 {
    margin: 30px !important;
  }
  .g-mt-xl--30 {
    margin-top: 30px !important;
  }
  .g-ml-xl--30 {
    margin-left: 30px !important;
  }
  .g-mr-xl--30 {
    margin-right: 30px !important;
  }
  .g-mb-xl--30 {
    margin-bottom: 30px !important;
  }
  .g-mx-xl--30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .g-my-xl--30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .g-m-xl--35 {
    margin: 35px !important;
  }
  .g-mt-xl--35 {
    margin-top: 35px !important;
  }
  .g-ml-xl--35 {
    margin-left: 35px !important;
  }
  .g-mr-xl--35 {
    margin-right: 35px !important;
  }
  .g-mb-xl--35 {
    margin-bottom: 35px !important;
  }
  .g-mx-xl--35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .g-my-xl--35 {
    margin-bottom: 35px !important;
    margin-top: 35px !important;
  }
  .g-m-xl--40 {
    margin: 40px !important;
  }
  .g-mt-xl--40 {
    margin-top: 40px !important;
  }
  .g-ml-xl--40 {
    margin-left: 40px !important;
  }
  .g-mr-xl--40 {
    margin-right: 40px !important;
  }
  .g-mb-xl--40 {
    margin-bottom: 40px !important;
  }
  .g-mx-xl--40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .g-my-xl--40 {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
  }
  .g-m-xl--45 {
    margin: 45px !important;
  }
  .g-mt-xl--45 {
    margin-top: 45px !important;
  }
  .g-ml-xl--45 {
    margin-left: 45px !important;
  }
  .g-mr-xl--45 {
    margin-right: 45px !important;
  }
  .g-mb-xl--45 {
    margin-bottom: 45px !important;
  }
  .g-mx-xl--45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .g-my-xl--45 {
    margin-bottom: 45px !important;
    margin-top: 45px !important;
  }
  .g-m-xl--50 {
    margin: 50px !important;
  }
  .g-mt-xl--50 {
    margin-top: 50px !important;
  }
  .g-ml-xl--50 {
    margin-left: 50px !important;
  }
  .g-mr-xl--50 {
    margin-right: 50px !important;
  }
  .g-mb-xl--50 {
    margin-bottom: 50px !important;
  }
  .g-mx-xl--50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .g-my-xl--50 {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
  .g-m-xl--55 {
    margin: 55px !important;
  }
  .g-mt-xl--55 {
    margin-top: 55px !important;
  }
  .g-ml-xl--55 {
    margin-left: 55px !important;
  }
  .g-mr-xl--55 {
    margin-right: 55px !important;
  }
  .g-mb-xl--55 {
    margin-bottom: 55px !important;
  }
  .g-mx-xl--55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .g-my-xl--55 {
    margin-bottom: 55px !important;
    margin-top: 55px !important;
  }
  .g-m-xl--60 {
    margin: 60px !important;
  }
  .g-mt-xl--60 {
    margin-top: 60px !important;
  }
  .g-ml-xl--60 {
    margin-left: 60px !important;
  }
  .g-mr-xl--60 {
    margin-right: 60px !important;
  }
  .g-mb-xl--60 {
    margin-bottom: 60px !important;
  }
  .g-mx-xl--60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .g-my-xl--60 {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
  }
  .g-m-xl--65 {
    margin: 65px !important;
  }
  .g-mt-xl--65 {
    margin-top: 65px !important;
  }
  .g-ml-xl--65 {
    margin-left: 65px !important;
  }
  .g-mr-xl--65 {
    margin-right: 65px !important;
  }
  .g-mb-xl--65 {
    margin-bottom: 65px !important;
  }
  .g-mx-xl--65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .g-my-xl--65 {
    margin-bottom: 65px !important;
    margin-top: 65px !important;
  }
  .g-m-xl--70 {
    margin: 70px !important;
  }
  .g-mt-xl--70 {
    margin-top: 70px !important;
  }
  .g-ml-xl--70 {
    margin-left: 70px !important;
  }
  .g-mr-xl--70 {
    margin-right: 70px !important;
  }
  .g-mb-xl--70 {
    margin-bottom: 70px !important;
  }
  .g-mx-xl--70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .g-my-xl--70 {
    margin-bottom: 70px !important;
    margin-top: 70px !important;
  }
  .g-m-xl--75 {
    margin: 75px !important;
  }
  .g-mt-xl--75 {
    margin-top: 75px !important;
  }
  .g-ml-xl--75 {
    margin-left: 75px !important;
  }
  .g-mr-xl--75 {
    margin-right: 75px !important;
  }
  .g-mb-xl--75 {
    margin-bottom: 75px !important;
  }
  .g-mx-xl--75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .g-my-xl--75 {
    margin-bottom: 75px !important;
    margin-top: 75px !important;
  }
  .g-m-xl--80 {
    margin: 80px !important;
  }
  .g-mt-xl--80 {
    margin-top: 80px !important;
  }
  .g-ml-xl--80 {
    margin-left: 80px !important;
  }
  .g-mr-xl--80 {
    margin-right: 80px !important;
  }
  .g-mb-xl--80 {
    margin-bottom: 80px !important;
  }
  .g-mx-xl--80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .g-my-xl--80 {
    margin-bottom: 80px !important;
    margin-top: 80px !important;
  }
  .g-m-xl--85 {
    margin: 85px !important;
  }
  .g-mt-xl--85 {
    margin-top: 85px !important;
  }
  .g-ml-xl--85 {
    margin-left: 85px !important;
  }
  .g-mr-xl--85 {
    margin-right: 85px !important;
  }
  .g-mb-xl--85 {
    margin-bottom: 85px !important;
  }
  .g-mx-xl--85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .g-my-xl--85 {
    margin-bottom: 85px !important;
    margin-top: 85px !important;
  }
  .g-m-xl--90 {
    margin: 90px !important;
  }
  .g-mt-xl--90 {
    margin-top: 90px !important;
  }
  .g-ml-xl--90 {
    margin-left: 90px !important;
  }
  .g-mr-xl--90 {
    margin-right: 90px !important;
  }
  .g-mb-xl--90 {
    margin-bottom: 90px !important;
  }
  .g-mx-xl--90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .g-my-xl--90 {
    margin-bottom: 90px !important;
    margin-top: 90px !important;
  }
  .g-m-xl--95 {
    margin: 95px !important;
  }
  .g-mt-xl--95 {
    margin-top: 95px !important;
  }
  .g-ml-xl--95 {
    margin-left: 95px !important;
  }
  .g-mr-xl--95 {
    margin-right: 95px !important;
  }
  .g-mb-xl--95 {
    margin-bottom: 95px !important;
  }
  .g-mx-xl--95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .g-my-xl--95 {
    margin-bottom: 95px !important;
    margin-top: 95px !important;
  }
  .g-m-xl--100 {
    margin: 100px !important;
  }
  .g-mt-xl--100 {
    margin-top: 100px !important;
  }
  .g-ml-xl--100 {
    margin-left: 100px !important;
  }
  .g-mr-xl--100 {
    margin-right: 100px !important;
  }
  .g-mb-xl--100 {
    margin-bottom: 100px !important;
  }
  .g-mx-xl--100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .g-my-xl--100 {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
  }
}

[data-accordion="content"] {
  display: none;
}
[data-accordion="off"] {
  display: none;
}

.m-xs--0 {
  margin: 0px;
}

.mb-xs--0 {
  margin-bottom: 0px;
}

.ml-xs--0 {
  margin-left: 0px;
}

.mr-xs--0 {
  margin-right: 0px;
}

.mt-xs--0 {
  margin-top: 0px;
}

.p-xs--0 {
  padding: 0px;
}

.pb-xs--0 {
  padding-bottom: 0px;
}

.pl-xs--0 {
  padding-left: 0px;
}

.pr-xs--0 {
  padding-right: 0px;
}

.pt-xs--0 {
  padding-top: 0px;
}

.m-xs--1 {
  margin: 10px;
}

.mb-xs--1 {
  margin-bottom: 10px;
}

.ml-xs--1 {
  margin-left: 10px;
}

.mr-xs--1 {
  margin-right: 10px;
}

.mt-xs--1 {
  margin-top: 10px;
}

.p-xs--1 {
  padding: 10px;
}

.pb-xs--1 {
  padding-bottom: 10px;
}

.pl-xs--1 {
  padding-left: 10px;
}

.pr-xs--1 {
  padding-right: 10px;
}

.pt-xs--1 {
  padding-top: 10px;
}

.m-xs--2 {
  margin: 20px;
}

.mb-xs--2 {
  margin-bottom: 20px;
}

.ml-xs--2 {
  margin-left: 20px;
}

.mr-xs--2 {
  margin-right: 20px;
}

.mt-xs--2 {
  margin-top: 20px;
}

.p-xs--2 {
  padding: 20px;
}

.pb-xs--2 {
  padding-bottom: 20px;
}

.pl-xs--2 {
  padding-left: 20px;
}

.pr-xs--2 {
  padding-right: 20px;
}

.pt-xs--2 {
  padding-top: 20px;
}

.m-xs--3 {
  margin: 30px;
}

.mb-xs--3 {
  margin-bottom: 30px;
}

.ml-xs--3 {
  margin-left: 30px;
}

.mr-xs--3 {
  margin-right: 30px;
}

.mt-xs--3 {
  margin-top: 30px;
}

.p-xs--3 {
  padding: 30px;
}

.pb-xs--3 {
  padding-bottom: 30px;
}

.pl-xs--3 {
  padding-left: 30px;
}

.pr-xs--3 {
  padding-right: 30px;
}

.pt-xs--3 {
  padding-top: 30px;
}

.m-xs--4 {
  margin: 40px;
}

.mb-xs--4 {
  margin-bottom: 40px;
}

.ml-xs--4 {
  margin-left: 40px;
}

.mr-xs--4 {
  margin-right: 40px;
}

.mt-xs--4 {
  margin-top: 40px;
}

.p-xs--4 {
  padding: 40px;
}

.pb-xs--4 {
  padding-bottom: 40px;
}

.pl-xs--4 {
  padding-left: 40px;
}

.pr-xs--4 {
  padding-right: 40px;
}

.pt-xs--4 {
  padding-top: 40px;
}

.m-xs--5 {
  margin: 50px;
}

.mb-xs--5 {
  margin-bottom: 50px;
}

.ml-xs--5 {
  margin-left: 50px;
}

.mr-xs--5 {
  margin-right: 50px;
}

.mt-xs--5 {
  margin-top: 50px;
}

.p-xs--5 {
  padding: 50px;
}

.pb-xs--5 {
  padding-bottom: 50px;
}

.pl-xs--5 {
  padding-left: 50px;
}

.pr-xs--5 {
  padding-right: 50px;
}

.pt-xs--5 {
  padding-top: 50px;
}

.m-xs--6 {
  margin: 60px;
}

.mb-xs--6 {
  margin-bottom: 60px;
}

.ml-xs--6 {
  margin-left: 60px;
}

.mr-xs--6 {
  margin-right: 60px;
}

.mt-xs--6 {
  margin-top: 60px;
}

.p-xs--6 {
  padding: 60px;
}

.pb-xs--6 {
  padding-bottom: 60px;
}

.pl-xs--6 {
  padding-left: 60px;
}

.pr-xs--6 {
  padding-right: 60px;
}

.pt-xs--6 {
  padding-top: 60px;
}

.m-xs--7 {
  margin: 70px;
}

.mb-xs--7 {
  margin-bottom: 70px;
}

.ml-xs--7 {
  margin-left: 70px;
}

.mr-xs--7 {
  margin-right: 70px;
}

.mt-xs--7 {
  margin-top: 70px;
}

.p-xs--7 {
  padding: 70px;
}

.pb-xs--7 {
  padding-bottom: 70px;
}

.pl-xs--7 {
  padding-left: 70px;
}

.pr-xs--7 {
  padding-right: 70px;
}

.pt-xs--7 {
  padding-top: 70px;
}

.m-xs--8 {
  margin: 80px;
}

.mb-xs--8 {
  margin-bottom: 80px;
}

.ml-xs--8 {
  margin-left: 80px;
}

.mr-xs--8 {
  margin-right: 80px;
}

.mt-xs--8 {
  margin-top: 80px;
}

.p-xs--8 {
  padding: 80px;
}

.pb-xs--8 {
  padding-bottom: 80px;
}

.pl-xs--8 {
  padding-left: 80px;
}

.pr-xs--8 {
  padding-right: 80px;
}

.pt-xs--8 {
  padding-top: 80px;
}

.m-xs--9 {
  margin: 90px;
}

.mb-xs--9 {
  margin-bottom: 90px;
}

.ml-xs--9 {
  margin-left: 90px;
}

.mr-xs--9 {
  margin-right: 90px;
}

.mt-xs--9 {
  margin-top: 90px;
}

.p-xs--9 {
  padding: 90px;
}

.pb-xs--9 {
  padding-bottom: 90px;
}

.pl-xs--9 {
  padding-left: 90px;
}

.pr-xs--9 {
  padding-right: 90px;
}

.pt-xs--9 {
  padding-top: 90px;
}

.m-xs--10 {
  margin: 100px;
}

.mb-xs--10 {
  margin-bottom: 100px;
}

.ml-xs--10 {
  margin-left: 100px;
}

.mr-xs--10 {
  margin-right: 100px;
}

.mt-xs--10 {
  margin-top: 100px;
}

.p-xs--10 {
  padding: 100px;
}

.pb-xs--10 {
  padding-bottom: 100px;
}

.pl-xs--10 {
  padding-left: 100px;
}

.pr-xs--10 {
  padding-right: 100px;
}

.pt-xs--10 {
  padding-top: 100px;
}

@media (min-width: 576px) {
  .m-sm--0 {
    margin: 0px;
  }

  .mb-sm--0 {
    margin-bottom: 0px;
  }

  .ml-sm--0 {
    margin-left: 0px;
  }

  .mr-sm--0 {
    margin-right: 0px;
  }

  .mt-sm--0 {
    margin-top: 0px;
  }

  .p-sm--0 {
    padding: 0px;
  }

  .pb-sm--0 {
    padding-bottom: 0px;
  }

  .pl-sm--0 {
    padding-left: 0px;
  }

  .pr-sm--0 {
    padding-right: 0px;
  }

  .pt-sm--0 {
    padding-top: 0px;
  }

  .m-sm--1 {
    margin: 10px;
  }

  .mb-sm--1 {
    margin-bottom: 10px;
  }

  .ml-sm--1 {
    margin-left: 10px;
  }

  .mr-sm--1 {
    margin-right: 10px;
  }

  .mt-sm--1 {
    margin-top: 10px;
  }

  .p-sm--1 {
    padding: 10px;
  }

  .pb-sm--1 {
    padding-bottom: 10px;
  }

  .pl-sm--1 {
    padding-left: 10px;
  }

  .pr-sm--1 {
    padding-right: 10px;
  }

  .pt-sm--1 {
    padding-top: 10px;
  }

  .m-sm--2 {
    margin: 20px;
  }

  .mb-sm--2 {
    margin-bottom: 20px;
  }

  .ml-sm--2 {
    margin-left: 20px;
  }

  .mr-sm--2 {
    margin-right: 20px;
  }

  .mt-sm--2 {
    margin-top: 20px;
  }

  .p-sm--2 {
    padding: 20px;
  }

  .pb-sm--2 {
    padding-bottom: 20px;
  }

  .pl-sm--2 {
    padding-left: 20px;
  }

  .pr-sm--2 {
    padding-right: 20px;
  }

  .pt-sm--2 {
    padding-top: 20px;
  }

  .m-sm--3 {
    margin: 30px;
  }

  .mb-sm--3 {
    margin-bottom: 30px;
  }

  .ml-sm--3 {
    margin-left: 30px;
  }

  .mr-sm--3 {
    margin-right: 30px;
  }

  .mt-sm--3 {
    margin-top: 30px;
  }

  .p-sm--3 {
    padding: 30px;
  }

  .pb-sm--3 {
    padding-bottom: 30px;
  }

  .pl-sm--3 {
    padding-left: 30px;
  }

  .pr-sm--3 {
    padding-right: 30px;
  }

  .pt-sm--3 {
    padding-top: 30px;
  }

  .m-sm--4 {
    margin: 40px;
  }

  .mb-sm--4 {
    margin-bottom: 40px;
  }

  .ml-sm--4 {
    margin-left: 40px;
  }

  .mr-sm--4 {
    margin-right: 40px;
  }

  .mt-sm--4 {
    margin-top: 40px;
  }

  .p-sm--4 {
    padding: 40px;
  }

  .pb-sm--4 {
    padding-bottom: 40px;
  }

  .pl-sm--4 {
    padding-left: 40px;
  }

  .pr-sm--4 {
    padding-right: 40px;
  }

  .pt-sm--4 {
    padding-top: 40px;
  }

  .m-sm--5 {
    margin: 50px;
  }

  .mb-sm--5 {
    margin-bottom: 50px;
  }

  .ml-sm--5 {
    margin-left: 50px;
  }

  .mr-sm--5 {
    margin-right: 50px;
  }

  .mt-sm--5 {
    margin-top: 50px;
  }

  .p-sm--5 {
    padding: 50px;
  }

  .pb-sm--5 {
    padding-bottom: 50px;
  }

  .pl-sm--5 {
    padding-left: 50px;
  }

  .pr-sm--5 {
    padding-right: 50px;
  }

  .pt-sm--5 {
    padding-top: 50px;
  }

  .m-sm--6 {
    margin: 60px;
  }

  .mb-sm--6 {
    margin-bottom: 60px;
  }

  .ml-sm--6 {
    margin-left: 60px;
  }

  .mr-sm--6 {
    margin-right: 60px;
  }

  .mt-sm--6 {
    margin-top: 60px;
  }

  .p-sm--6 {
    padding: 60px;
  }

  .pb-sm--6 {
    padding-bottom: 60px;
  }

  .pl-sm--6 {
    padding-left: 60px;
  }

  .pr-sm--6 {
    padding-right: 60px;
  }

  .pt-sm--6 {
    padding-top: 60px;
  }

  .m-sm--7 {
    margin: 70px;
  }

  .mb-sm--7 {
    margin-bottom: 70px;
  }

  .ml-sm--7 {
    margin-left: 70px;
  }

  .mr-sm--7 {
    margin-right: 70px;
  }

  .mt-sm--7 {
    margin-top: 70px;
  }

  .p-sm--7 {
    padding: 70px;
  }

  .pb-sm--7 {
    padding-bottom: 70px;
  }

  .pl-sm--7 {
    padding-left: 70px;
  }

  .pr-sm--7 {
    padding-right: 70px;
  }

  .pt-sm--7 {
    padding-top: 70px;
  }

  .m-sm--8 {
    margin: 80px;
  }

  .mb-sm--8 {
    margin-bottom: 80px;
  }

  .ml-sm--8 {
    margin-left: 80px;
  }

  .mr-sm--8 {
    margin-right: 80px;
  }

  .mt-sm--8 {
    margin-top: 80px;
  }

  .p-sm--8 {
    padding: 80px;
  }

  .pb-sm--8 {
    padding-bottom: 80px;
  }

  .pl-sm--8 {
    padding-left: 80px;
  }

  .pr-sm--8 {
    padding-right: 80px;
  }

  .pt-sm--8 {
    padding-top: 80px;
  }

  .m-sm--9 {
    margin: 90px;
  }

  .mb-sm--9 {
    margin-bottom: 90px;
  }

  .ml-sm--9 {
    margin-left: 90px;
  }

  .mr-sm--9 {
    margin-right: 90px;
  }

  .mt-sm--9 {
    margin-top: 90px;
  }

  .p-sm--9 {
    padding: 90px;
  }

  .pb-sm--9 {
    padding-bottom: 90px;
  }

  .pl-sm--9 {
    padding-left: 90px;
  }

  .pr-sm--9 {
    padding-right: 90px;
  }

  .pt-sm--9 {
    padding-top: 90px;
  }

  .m-sm--10 {
    margin: 100px;
  }

  .mb-sm--10 {
    margin-bottom: 100px;
  }

  .ml-sm--10 {
    margin-left: 100px;
  }

  .mr-sm--10 {
    margin-right: 100px;
  }

  .mt-sm--10 {
    margin-top: 100px;
  }

  .p-sm--10 {
    padding: 100px;
  }

  .pb-sm--10 {
    padding-bottom: 100px;
  }

  .pl-sm--10 {
    padding-left: 100px;
  }

  .pr-sm--10 {
    padding-right: 100px;
  }

  .pt-sm--10 {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .m-md--0 {
    margin: 0px;
  }

  .mb-md--0 {
    margin-bottom: 0px;
  }

  .ml-md--0 {
    margin-left: 0px;
  }

  .mr-md--0 {
    margin-right: 0px;
  }

  .mt-md--0 {
    margin-top: 0px;
  }

  .p-md--0 {
    padding: 0px;
  }

  .pb-md--0 {
    padding-bottom: 0px;
  }

  .pl-md--0 {
    padding-left: 0px;
  }

  .pr-md--0 {
    padding-right: 0px;
  }

  .pt-md--0 {
    padding-top: 0px;
  }

  .m-md--1 {
    margin: 10px;
  }

  .mb-md--1 {
    margin-bottom: 10px;
  }

  .ml-md--1 {
    margin-left: 10px;
  }

  .mr-md--1 {
    margin-right: 10px;
  }

  .mt-md--1 {
    margin-top: 10px;
  }

  .p-md--1 {
    padding: 10px;
  }

  .pb-md--1 {
    padding-bottom: 10px;
  }

  .pl-md--1 {
    padding-left: 10px;
  }

  .pr-md--1 {
    padding-right: 10px;
  }

  .pt-md--1 {
    padding-top: 10px;
  }

  .m-md--2 {
    margin: 20px;
  }

  .mb-md--2 {
    margin-bottom: 20px;
  }

  .ml-md--2 {
    margin-left: 20px;
  }

  .mr-md--2 {
    margin-right: 20px;
  }

  .mt-md--2 {
    margin-top: 20px;
  }

  .p-md--2 {
    padding: 20px;
  }

  .pb-md--2 {
    padding-bottom: 20px;
  }

  .pl-md--2 {
    padding-left: 20px;
  }

  .pr-md--2 {
    padding-right: 20px;
  }

  .pt-md--2 {
    padding-top: 20px;
  }

  .m-md--3 {
    margin: 30px;
  }

  .mb-md--3 {
    margin-bottom: 30px;
  }

  .ml-md--3 {
    margin-left: 30px;
  }

  .mr-md--3 {
    margin-right: 30px;
  }

  .mt-md--3 {
    margin-top: 30px;
  }

  .p-md--3 {
    padding: 30px;
  }

  .pb-md--3 {
    padding-bottom: 30px;
  }

  .pl-md--3 {
    padding-left: 30px;
  }

  .pr-md--3 {
    padding-right: 30px;
  }

  .pt-md--3 {
    padding-top: 30px;
  }

  .m-md--4 {
    margin: 40px;
  }

  .mb-md--4 {
    margin-bottom: 40px;
  }

  .ml-md--4 {
    margin-left: 40px;
  }

  .mr-md--4 {
    margin-right: 40px;
  }

  .mt-md--4 {
    margin-top: 40px;
  }

  .p-md--4 {
    padding: 40px;
  }

  .pb-md--4 {
    padding-bottom: 40px;
  }

  .pl-md--4 {
    padding-left: 40px;
  }

  .pr-md--4 {
    padding-right: 40px;
  }

  .pt-md--4 {
    padding-top: 40px;
  }

  .m-md--5 {
    margin: 50px;
  }

  .mb-md--5 {
    margin-bottom: 50px;
  }

  .ml-md--5 {
    margin-left: 50px;
  }

  .mr-md--5 {
    margin-right: 50px;
  }

  .mt-md--5 {
    margin-top: 50px;
  }

  .p-md--5 {
    padding: 50px;
  }

  .pb-md--5 {
    padding-bottom: 50px;
  }

  .pl-md--5 {
    padding-left: 50px;
  }

  .pr-md--5 {
    padding-right: 50px;
  }

  .pt-md--5 {
    padding-top: 50px;
  }

  .m-md--6 {
    margin: 60px;
  }

  .mb-md--6 {
    margin-bottom: 60px;
  }

  .ml-md--6 {
    margin-left: 60px;
  }

  .mr-md--6 {
    margin-right: 60px;
  }

  .mt-md--6 {
    margin-top: 60px;
  }

  .p-md--6 {
    padding: 60px;
  }

  .pb-md--6 {
    padding-bottom: 60px;
  }

  .pl-md--6 {
    padding-left: 60px;
  }

  .pr-md--6 {
    padding-right: 60px;
  }

  .pt-md--6 {
    padding-top: 60px;
  }

  .m-md--7 {
    margin: 70px;
  }

  .mb-md--7 {
    margin-bottom: 70px;
  }

  .ml-md--7 {
    margin-left: 70px;
  }

  .mr-md--7 {
    margin-right: 70px;
  }

  .mt-md--7 {
    margin-top: 70px;
  }

  .p-md--7 {
    padding: 70px;
  }

  .pb-md--7 {
    padding-bottom: 70px;
  }

  .pl-md--7 {
    padding-left: 70px;
  }

  .pr-md--7 {
    padding-right: 70px;
  }

  .pt-md--7 {
    padding-top: 70px;
  }

  .m-md--8 {
    margin: 80px;
  }

  .mb-md--8 {
    margin-bottom: 80px;
  }

  .ml-md--8 {
    margin-left: 80px;
  }

  .mr-md--8 {
    margin-right: 80px;
  }

  .mt-md--8 {
    margin-top: 80px;
  }

  .p-md--8 {
    padding: 80px;
  }

  .pb-md--8 {
    padding-bottom: 80px;
  }

  .pl-md--8 {
    padding-left: 80px;
  }

  .pr-md--8 {
    padding-right: 80px;
  }

  .pt-md--8 {
    padding-top: 80px;
  }

  .m-md--9 {
    margin: 90px;
  }

  .mb-md--9 {
    margin-bottom: 90px;
  }

  .ml-md--9 {
    margin-left: 90px;
  }

  .mr-md--9 {
    margin-right: 90px;
  }

  .mt-md--9 {
    margin-top: 90px;
  }

  .p-md--9 {
    padding: 90px;
  }

  .pb-md--9 {
    padding-bottom: 90px;
  }

  .pl-md--9 {
    padding-left: 90px;
  }

  .pr-md--9 {
    padding-right: 90px;
  }

  .pt-md--9 {
    padding-top: 90px;
  }

  .m-md--10 {
    margin: 100px;
  }

  .mb-md--10 {
    margin-bottom: 100px;
  }

  .ml-md--10 {
    margin-left: 100px;
  }

  .mr-md--10 {
    margin-right: 100px;
  }

  .mt-md--10 {
    margin-top: 100px;
  }

  .p-md--10 {
    padding: 100px;
  }

  .pb-md--10 {
    padding-bottom: 100px;
  }

  .pl-md--10 {
    padding-left: 100px;
  }

  .pr-md--10 {
    padding-right: 100px;
  }

  .pt-md--10 {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .m-lg--0 {
    margin: 0px;
  }

  .mb-lg--0 {
    margin-bottom: 0px;
  }

  .ml-lg--0 {
    margin-left: 0px;
  }

  .mr-lg--0 {
    margin-right: 0px;
  }

  .mt-lg--0 {
    margin-top: 0px;
  }

  .p-lg--0 {
    padding: 0px;
  }

  .pb-lg--0 {
    padding-bottom: 0px;
  }

  .pl-lg--0 {
    padding-left: 0px;
  }

  .pr-lg--0 {
    padding-right: 0px;
  }

  .pt-lg--0 {
    padding-top: 0px;
  }

  .m-lg--1 {
    margin: 10px;
  }

  .mb-lg--1 {
    margin-bottom: 10px;
  }

  .ml-lg--1 {
    margin-left: 10px;
  }

  .mr-lg--1 {
    margin-right: 10px;
  }

  .mt-lg--1 {
    margin-top: 10px;
  }

  .p-lg--1 {
    padding: 10px;
  }

  .pb-lg--1 {
    padding-bottom: 10px;
  }

  .pl-lg--1 {
    padding-left: 10px;
  }

  .pr-lg--1 {
    padding-right: 10px;
  }

  .pt-lg--1 {
    padding-top: 10px;
  }

  .m-lg--2 {
    margin: 20px;
  }

  .mb-lg--2 {
    margin-bottom: 20px;
  }

  .ml-lg--2 {
    margin-left: 20px;
  }

  .mr-lg--2 {
    margin-right: 20px;
  }

  .mt-lg--2 {
    margin-top: 20px;
  }

  .p-lg--2 {
    padding: 20px;
  }

  .pb-lg--2 {
    padding-bottom: 20px;
  }

  .pl-lg--2 {
    padding-left: 20px;
  }

  .pr-lg--2 {
    padding-right: 20px;
  }

  .pt-lg--2 {
    padding-top: 20px;
  }

  .m-lg--3 {
    margin: 30px;
  }

  .mb-lg--3 {
    margin-bottom: 30px;
  }

  .ml-lg--3 {
    margin-left: 30px;
  }

  .mr-lg--3 {
    margin-right: 30px;
  }

  .mt-lg--3 {
    margin-top: 30px;
  }

  .p-lg--3 {
    padding: 30px;
  }

  .pb-lg--3 {
    padding-bottom: 30px;
  }

  .pl-lg--3 {
    padding-left: 30px;
  }

  .pr-lg--3 {
    padding-right: 30px;
  }

  .pt-lg--3 {
    padding-top: 30px;
  }

  .m-lg--4 {
    margin: 40px;
  }

  .mb-lg--4 {
    margin-bottom: 40px;
  }

  .ml-lg--4 {
    margin-left: 40px;
  }

  .mr-lg--4 {
    margin-right: 40px;
  }

  .mt-lg--4 {
    margin-top: 40px;
  }

  .p-lg--4 {
    padding: 40px;
  }

  .pb-lg--4 {
    padding-bottom: 40px;
  }

  .pl-lg--4 {
    padding-left: 40px;
  }

  .pr-lg--4 {
    padding-right: 40px;
  }

  .pt-lg--4 {
    padding-top: 40px;
  }

  .m-lg--5 {
    margin: 50px;
  }

  .mb-lg--5 {
    margin-bottom: 50px;
  }

  .ml-lg--5 {
    margin-left: 50px;
  }

  .mr-lg--5 {
    margin-right: 50px;
  }

  .mt-lg--5 {
    margin-top: 50px;
  }

  .p-lg--5 {
    padding: 50px;
  }

  .pb-lg--5 {
    padding-bottom: 50px;
  }

  .pl-lg--5 {
    padding-left: 50px;
  }

  .pr-lg--5 {
    padding-right: 50px;
  }

  .pt-lg--5 {
    padding-top: 50px;
  }

  .m-lg--6 {
    margin: 60px;
  }

  .mb-lg--6 {
    margin-bottom: 60px;
  }

  .ml-lg--6 {
    margin-left: 60px;
  }

  .mr-lg--6 {
    margin-right: 60px;
  }

  .mt-lg--6 {
    margin-top: 60px;
  }

  .p-lg--6 {
    padding: 60px;
  }

  .pb-lg--6 {
    padding-bottom: 60px;
  }

  .pl-lg--6 {
    padding-left: 60px;
  }

  .pr-lg--6 {
    padding-right: 60px;
  }

  .pt-lg--6 {
    padding-top: 60px;
  }

  .m-lg--7 {
    margin: 70px;
  }

  .mb-lg--7 {
    margin-bottom: 70px;
  }

  .ml-lg--7 {
    margin-left: 70px;
  }

  .mr-lg--7 {
    margin-right: 70px;
  }

  .mt-lg--7 {
    margin-top: 70px;
  }

  .p-lg--7 {
    padding: 70px;
  }

  .pb-lg--7 {
    padding-bottom: 70px;
  }

  .pl-lg--7 {
    padding-left: 70px;
  }

  .pr-lg--7 {
    padding-right: 70px;
  }

  .pt-lg--7 {
    padding-top: 70px;
  }

  .m-lg--8 {
    margin: 80px;
  }

  .mb-lg--8 {
    margin-bottom: 80px;
  }

  .ml-lg--8 {
    margin-left: 80px;
  }

  .mr-lg--8 {
    margin-right: 80px;
  }

  .mt-lg--8 {
    margin-top: 80px;
  }

  .p-lg--8 {
    padding: 80px;
  }

  .pb-lg--8 {
    padding-bottom: 80px;
  }

  .pl-lg--8 {
    padding-left: 80px;
  }

  .pr-lg--8 {
    padding-right: 80px;
  }

  .pt-lg--8 {
    padding-top: 80px;
  }

  .m-lg--9 {
    margin: 90px;
  }

  .mb-lg--9 {
    margin-bottom: 90px;
  }

  .ml-lg--9 {
    margin-left: 90px;
  }

  .mr-lg--9 {
    margin-right: 90px;
  }

  .mt-lg--9 {
    margin-top: 90px;
  }

  .p-lg--9 {
    padding: 90px;
  }

  .pb-lg--9 {
    padding-bottom: 90px;
  }

  .pl-lg--9 {
    padding-left: 90px;
  }

  .pr-lg--9 {
    padding-right: 90px;
  }

  .pt-lg--9 {
    padding-top: 90px;
  }

  .m-lg--10 {
    margin: 100px;
  }

  .mb-lg--10 {
    margin-bottom: 100px;
  }

  .ml-lg--10 {
    margin-left: 100px;
  }

  .mr-lg--10 {
    margin-right: 100px;
  }

  .mt-lg--10 {
    margin-top: 100px;
  }

  .p-lg--10 {
    padding: 100px;
  }

  .pb-lg--10 {
    padding-bottom: 100px;
  }

  .pl-lg--10 {
    padding-left: 100px;
  }

  .pr-lg--10 {
    padding-right: 100px;
  }

  .pt-lg--10 {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .m-xl--0 {
    margin: 0px;
  }

  .mb-xl--0 {
    margin-bottom: 0px;
  }

  .ml-xl--0 {
    margin-left: 0px;
  }

  .mr-xl--0 {
    margin-right: 0px;
  }

  .mt-xl--0 {
    margin-top: 0px;
  }

  .p-xl--0 {
    padding: 0px;
  }

  .pb-xl--0 {
    padding-bottom: 0px;
  }

  .pl-xl--0 {
    padding-left: 0px;
  }

  .pr-xl--0 {
    padding-right: 0px;
  }

  .pt-xl--0 {
    padding-top: 0px;
  }

  .m-xl--1 {
    margin: 10px;
  }

  .mb-xl--1 {
    margin-bottom: 10px;
  }

  .ml-xl--1 {
    margin-left: 10px;
  }

  .mr-xl--1 {
    margin-right: 10px;
  }

  .mt-xl--1 {
    margin-top: 10px;
  }

  .p-xl--1 {
    padding: 10px;
  }

  .pb-xl--1 {
    padding-bottom: 10px;
  }

  .pl-xl--1 {
    padding-left: 10px;
  }

  .pr-xl--1 {
    padding-right: 10px;
  }

  .pt-xl--1 {
    padding-top: 10px;
  }

  .m-xl--2 {
    margin: 20px;
  }

  .mb-xl--2 {
    margin-bottom: 20px;
  }

  .ml-xl--2 {
    margin-left: 20px;
  }

  .mr-xl--2 {
    margin-right: 20px;
  }

  .mt-xl--2 {
    margin-top: 20px;
  }

  .p-xl--2 {
    padding: 20px;
  }

  .pb-xl--2 {
    padding-bottom: 20px;
  }

  .pl-xl--2 {
    padding-left: 20px;
  }

  .pr-xl--2 {
    padding-right: 20px;
  }

  .pt-xl--2 {
    padding-top: 20px;
  }

  .m-xl--3 {
    margin: 30px;
  }

  .mb-xl--3 {
    margin-bottom: 30px;
  }

  .ml-xl--3 {
    margin-left: 30px;
  }

  .mr-xl--3 {
    margin-right: 30px;
  }

  .mt-xl--3 {
    margin-top: 30px;
  }

  .p-xl--3 {
    padding: 30px;
  }

  .pb-xl--3 {
    padding-bottom: 30px;
  }

  .pl-xl--3 {
    padding-left: 30px;
  }

  .pr-xl--3 {
    padding-right: 30px;
  }

  .pt-xl--3 {
    padding-top: 30px;
  }

  .m-xl--4 {
    margin: 40px;
  }

  .mb-xl--4 {
    margin-bottom: 40px;
  }

  .ml-xl--4 {
    margin-left: 40px;
  }

  .mr-xl--4 {
    margin-right: 40px;
  }

  .mt-xl--4 {
    margin-top: 40px;
  }

  .p-xl--4 {
    padding: 40px;
  }

  .pb-xl--4 {
    padding-bottom: 40px;
  }

  .pl-xl--4 {
    padding-left: 40px;
  }

  .pr-xl--4 {
    padding-right: 40px;
  }

  .pt-xl--4 {
    padding-top: 40px;
  }

  .m-xl--5 {
    margin: 50px;
  }

  .mb-xl--5 {
    margin-bottom: 50px;
  }

  .ml-xl--5 {
    margin-left: 50px;
  }

  .mr-xl--5 {
    margin-right: 50px;
  }

  .mt-xl--5 {
    margin-top: 50px;
  }

  .p-xl--5 {
    padding: 50px;
  }

  .pb-xl--5 {
    padding-bottom: 50px;
  }

  .pl-xl--5 {
    padding-left: 50px;
  }

  .pr-xl--5 {
    padding-right: 50px;
  }

  .pt-xl--5 {
    padding-top: 50px;
  }

  .m-xl--6 {
    margin: 60px;
  }

  .mb-xl--6 {
    margin-bottom: 60px;
  }

  .ml-xl--6 {
    margin-left: 60px;
  }

  .mr-xl--6 {
    margin-right: 60px;
  }

  .mt-xl--6 {
    margin-top: 60px;
  }

  .p-xl--6 {
    padding: 60px;
  }

  .pb-xl--6 {
    padding-bottom: 60px;
  }

  .pl-xl--6 {
    padding-left: 60px;
  }

  .pr-xl--6 {
    padding-right: 60px;
  }

  .pt-xl--6 {
    padding-top: 60px;
  }

  .m-xl--7 {
    margin: 70px;
  }

  .mb-xl--7 {
    margin-bottom: 70px;
  }

  .ml-xl--7 {
    margin-left: 70px;
  }

  .mr-xl--7 {
    margin-right: 70px;
  }

  .mt-xl--7 {
    margin-top: 70px;
  }

  .p-xl--7 {
    padding: 70px;
  }

  .pb-xl--7 {
    padding-bottom: 70px;
  }

  .pl-xl--7 {
    padding-left: 70px;
  }

  .pr-xl--7 {
    padding-right: 70px;
  }

  .pt-xl--7 {
    padding-top: 70px;
  }

  .m-xl--8 {
    margin: 80px;
  }

  .mb-xl--8 {
    margin-bottom: 80px;
  }

  .ml-xl--8 {
    margin-left: 80px;
  }

  .mr-xl--8 {
    margin-right: 80px;
  }

  .mt-xl--8 {
    margin-top: 80px;
  }

  .p-xl--8 {
    padding: 80px;
  }

  .pb-xl--8 {
    padding-bottom: 80px;
  }

  .pl-xl--8 {
    padding-left: 80px;
  }

  .pr-xl--8 {
    padding-right: 80px;
  }

  .pt-xl--8 {
    padding-top: 80px;
  }

  .m-xl--9 {
    margin: 90px;
  }

  .mb-xl--9 {
    margin-bottom: 90px;
  }

  .ml-xl--9 {
    margin-left: 90px;
  }

  .mr-xl--9 {
    margin-right: 90px;
  }

  .mt-xl--9 {
    margin-top: 90px;
  }

  .p-xl--9 {
    padding: 90px;
  }

  .pb-xl--9 {
    padding-bottom: 90px;
  }

  .pl-xl--9 {
    padding-left: 90px;
  }

  .pr-xl--9 {
    padding-right: 90px;
  }

  .pt-xl--9 {
    padding-top: 90px;
  }

  .m-xl--10 {
    margin: 100px;
  }

  .mb-xl--10 {
    margin-bottom: 100px;
  }

  .ml-xl--10 {
    margin-left: 100px;
  }

  .mr-xl--10 {
    margin-right: 100px;
  }

  .mt-xl--10 {
    margin-top: 100px;
  }

  .p-xl--10 {
    padding: 100px;
  }

  .pb-xl--10 {
    padding-bottom: 100px;
  }

  .pl-xl--10 {
    padding-left: 100px;
  }

  .pr-xl--10 {
    padding-right: 100px;
  }

  .pt-xl--10 {
    padding-top: 100px;
  }
}
.g-bg-c--white1 {
  background-color: #fff;
}

.g-bg-c-lg--white1 {
  background: transparent;
}
@media (min-width: 992px) {
  .g-bg-c-lg--white1 {
    background-color: #fff;
  }
}

.g-bg-c-xl--white1 {
  background: transparent;
}
@media (min-width: 1200px) {
  .g-bg-c-xl--white1 {
    background-color: #fff;
  }
}

.g-c--white1 {
  color: #fff;
}
@media (min-width: 1200px) {
  .g-c--white1--xl-dark {
    color: #000;
  }
}

.g-bc--white1 {
  border-color: #fff;
}

.g-bg-c--black1 {
  background-color: #000;
}

.g-c--black1 {
  color: #000;
}

.g-bc--black1 {
  border-color: #000;
}

.g-bg-c--orange1 {
  background-color: #ef9454;
}

.g-c--orange1 {
  color: #ef9454;
}

.g-bc--orange1 {
  border-color: #ef9454;
}

.g-bg-c--yellow1 {
  background-color: #fcc500;
}

.g-c--yellow1 {
  color: #fcc500;
}

.g-bc--yellow1 {
  border-color: #fcc500;
}

.g-bg-c--yellow2 {
  background-color: #f5a623;
}

.g-c--yellow2 {
  color: #f5a623;
}

.g-bc--yellow2 {
  border-color: #f5a623;
}

.g-bg-c--gray1 {
  background-color: #666;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray1 {
    background-color: #666;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray1 {
    background-color: #666;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray1 {
    background-color: #666;
  }
}

.g-c--gray1 {
  color: #666;
}
.g-c--gray1--link:hover {
  color: #4d4d4d;
}

.g-bc--gray1 {
  border-color: #666;
}

.g-bg-c--gray2 {
  background-color: #4a4a4a;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray2 {
    background-color: #4a4a4a;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray2 {
    background-color: #4a4a4a;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray2 {
    background-color: #4a4a4a;
  }
}

.g-c--gray2 {
  color: #4a4a4a;
}
.g-c--gray2--link:hover {
  color: #313131;
}

.g-bc--gray2 {
  border-color: #4a4a4a;
}

.g-bg-c--gray3 {
  background-color: #4c4c4c;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray3 {
    background-color: #4c4c4c;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray3 {
    background-color: #4c4c4c;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray3 {
    background-color: #4c4c4c;
  }
}

.g-c--gray3 {
  color: #4c4c4c;
}
.g-c--gray3--link:hover {
  color: #333333;
}

.g-bc--gray3 {
  border-color: #4c4c4c;
}

.g-bg-c--gray4 {
  background-color: #b9c6d1;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray4 {
    background-color: #b9c6d1;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray4 {
    background-color: #b9c6d1;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray4 {
    background-color: #b9c6d1;
  }
}

.g-c--gray4 {
  color: #b9c6d1;
}
.g-c--gray4--link:hover {
  color: #9aadbd;
}

.g-bc--gray4 {
  border-color: #b9c6d1;
}

.g-bg-c--gray5 {
  background-color: #f7f8f9;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray5 {
    background-color: #f7f8f9;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray5 {
    background-color: #f7f8f9;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray5 {
    background-color: #f7f8f9;
  }
}

.g-c--gray5 {
  color: #f7f8f9;
}
.g-c--gray5--link:hover {
  color: #dadfe3;
}

.g-bc--gray5 {
  border-color: #f7f8f9;
}

.g-bg-c--gray6 {
  background-color: #888383;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray6 {
    background-color: #888383;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray6 {
    background-color: #888383;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray6 {
    background-color: #888383;
  }
}

.g-c--gray6 {
  color: #888383;
}
.g-c--gray6--link:hover {
  color: #6e6a6a;
}

.g-bc--gray6 {
  border-color: #888383;
}

.g-bg-c--gray7 {
  background-color: #d5d5d5;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray7 {
    background-color: #d5d5d5;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray7 {
    background-color: #d5d5d5;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray7 {
    background-color: #d5d5d5;
  }
}

.g-c--gray7 {
  color: #d5d5d5;
}
.g-c--gray7--link:hover {
  color: #bcbcbc;
}

.g-bc--gray7 {
  border-color: #d5d5d5;
}

.g-bg-c--gray8 {
  background-color: #4b4b4b;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray8 {
    background-color: #4b4b4b;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray8 {
    background-color: #4b4b4b;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray8 {
    background-color: #4b4b4b;
  }
}

.g-c--gray8 {
  color: #4b4b4b;
}
.g-c--gray8--link:hover {
  color: #323232;
}

.g-bc--gray8 {
  border-color: #4b4b4b;
}

.g-bg-c--gray9 {
  background-color: #747474;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray9 {
    background-color: #747474;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray9 {
    background-color: #747474;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray9 {
    background-color: #747474;
  }
}

.g-c--gray9 {
  color: #747474;
}
.g-c--gray9--link:hover {
  color: #5b5b5b;
}

.g-bc--gray9 {
  border-color: #747474;
}

.g-bg-c--gray10 {
  background-color: #8e8e8e;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray10 {
    background-color: #8e8e8e;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray10 {
    background-color: #8e8e8e;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray10 {
    background-color: #8e8e8e;
  }
}

.g-c--gray10 {
  color: #8e8e8e;
}
.g-c--gray10--link:hover {
  color: #757575;
}

.g-bc--gray10 {
  border-color: #8e8e8e;
}

.g-bg-c--gray11 {
  background-color: #f2f2f2;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray11 {
    background-color: #f2f2f2;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray11 {
    background-color: #f2f2f2;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray11 {
    background-color: #f2f2f2;
  }
}

.g-c--gray11 {
  color: #f2f2f2;
}
.g-c--gray11--link:hover {
  color: #d9d9d9;
}

.g-bc--gray11 {
  border-color: #f2f2f2;
}

.g-bg-c--gray12 {
  background-color: #e8e8e8;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray12 {
    background-color: #e8e8e8;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray12 {
    background-color: #e8e8e8;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray12 {
    background-color: #e8e8e8;
  }
}

.g-c--gray12 {
  color: #e8e8e8;
}
.g-c--gray12--link:hover {
  color: #cfcfcf;
}

.g-bc--gray12 {
  border-color: #e8e8e8;
}

.g-bg-c--gray13 {
  background-color: #444;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray13 {
    background-color: #444;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray13 {
    background-color: #444;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray13 {
    background-color: #444;
  }
}

.g-c--gray13 {
  color: #444;
}
.g-c--gray13--link:hover {
  color: #2b2b2b;
}

.g-bc--gray13 {
  border-color: #444;
}

.g-bg-c--gray14 {
  background-color: #aaa;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray14 {
    background-color: #aaa;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray14 {
    background-color: #aaa;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray14 {
    background-color: #aaa;
  }
}

.g-c--gray14 {
  color: #aaa;
}
.g-c--gray14--link:hover {
  color: #919191;
}

.g-bc--gray14 {
  border-color: #aaa;
}

.g-bg-c--gray15 {
  background-color: #dee3e7;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray15 {
    background-color: #dee3e7;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray15 {
    background-color: #dee3e7;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray15 {
    background-color: #dee3e7;
  }
}

.g-c--gray15 {
  color: #dee3e7;
}
.g-c--gray15--link:hover {
  color: #c0cad2;
}

.g-bc--gray15 {
  border-color: #dee3e7;
}

.g-bg-c--gray16 {
  background-color: #d8d8d8;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray16 {
    background-color: #d8d8d8;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray16 {
    background-color: #d8d8d8;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray16 {
    background-color: #d8d8d8;
  }
}

.g-c--gray16 {
  color: #d8d8d8;
}
.g-c--gray16--link:hover {
  color: #bfbfbf;
}

.g-bc--gray16 {
  border-color: #d8d8d8;
}

.g-bg-c--gray17 {
  background-color: #d0d0d1;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray17 {
    background-color: #d0d0d1;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray17 {
    background-color: #d0d0d1;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray17 {
    background-color: #d0d0d1;
  }
}

.g-c--gray17 {
  color: #d0d0d1;
}
.g-c--gray17--link:hover {
  color: #b6b6b8;
}

.g-bc--gray17 {
  border-color: #d0d0d1;
}

.g-bg-c--gray18 {
  background-color: #797b7f;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray18 {
    background-color: #797b7f;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray18 {
    background-color: #797b7f;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray18 {
    background-color: #797b7f;
  }
}

.g-c--gray18 {
  color: #797b7f;
}
.g-c--gray18--link:hover {
  color: #606265;
}

.g-bc--gray18 {
  border-color: #797b7f;
}

.g-bg-c--gray19 {
  background-color: #f6f6f6;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray19 {
    background-color: #f6f6f6;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray19 {
    background-color: #f6f6f6;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray19 {
    background-color: #f6f6f6;
  }
}

.g-c--gray19 {
  color: #f6f6f6;
}
.g-c--gray19--link:hover {
  color: #dddddd;
}

.g-bc--gray19 {
  border-color: #f6f6f6;
}

.g-bg-c--gray20 {
  background-color: #4f4f4f;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray20 {
    background-color: #4f4f4f;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray20 {
    background-color: #4f4f4f;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray20 {
    background-color: #4f4f4f;
  }
}

.g-c--gray20 {
  color: #4f4f4f;
}
.g-c--gray20--link:hover {
  color: #363636;
}

.g-bc--gray20 {
  border-color: #4f4f4f;
}

.g-bg-c--gray21 {
  background-color: #ddd;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray21 {
    background-color: #ddd;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray21 {
    background-color: #ddd;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray21 {
    background-color: #ddd;
  }
}

.g-c--gray21 {
  color: #ddd;
}
.g-c--gray21--link:hover {
  color: #c4c4c4;
}

.g-bc--gray21 {
  border-color: #ddd;
}

.g-bg-c--gray22 {
  background-color: #fefefe;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray22 {
    background-color: #fefefe;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray22 {
    background-color: #fefefe;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray22 {
    background-color: #fefefe;
  }
}

.g-c--gray22 {
  color: #fefefe;
}
.g-c--gray22--link:hover {
  color: #e5e5e5;
}

.g-bc--gray22 {
  border-color: #fefefe;
}

.g-bg-c--gray23 {
  background-color: #eaeaea;
}

@media (min-width: 768px) {
  .g-bg-c-md--gray23 {
    background-color: #eaeaea;
  }
}

@media (min-width: 992px) {
  .g-bg-c-lg--gray23 {
    background-color: #eaeaea;
  }
}

@media (min-width: 1200px) {
  .g-bg-c-xl--gray23 {
    background-color: #eaeaea;
  }
}

.g-c--gray23 {
  color: #eaeaea;
}
.g-c--gray23--link:hover {
  color: #d1d1d1;
}

.g-bc--gray23 {
  border-color: #eaeaea;
}

.g-bg-c--red1 {
  background-color: #d81e05;
}

.g-c--red1 {
  color: #d81e05;
}
.g-c--red1--link:hover {
  color: #a61704;
}

.g-bc--red1 {
  border-color: #d81e05;
}

.g-bg-c--red2 {
  background-color: #d51c07;
}

.g-c--red2 {
  color: #d51c07;
}
.g-c--red2--link:hover {
  color: #a41605;
}

.g-bc--red2 {
  border-color: #d51c07;
}

.g-bg-c--red3 {
  background-color: #b80800;
}

.g-c--red3 {
  color: #b80800;
}
.g-c--red3--link:hover {
  color: #850600;
}

.g-bc--red3 {
  border-color: #b80800;
}

.g-bg-c--red4 {
  background-color: #ea6676;
}

.g-c--red4 {
  color: #ea6676;
}
.g-c--red4--link:hover {
  color: #e4394e;
}

.g-bc--red4 {
  border-color: #ea6676;
}

.g-bg-c--red5 {
  background-color: #ef4e4e;
}

.g-c--red5 {
  color: #ef4e4e;
}
.g-c--red5--link:hover {
  color: #eb1f1f;
}

.g-bc--red5 {
  border-color: #ef4e4e;
}

.g-bg-c--red6 {
  background-color: #e85273;
}

.g-c--red6 {
  color: #e85273;
}
.g-c--red6--link:hover {
  color: #e2254f;
}

.g-bc--red6 {
  border-color: #e85273;
}

.g-bg-c--red7 {
  background-color: #fff4ec;
}

.g-c--red7 {
  color: #fff4ec;
}
.g-c--red7--link:hover {
  color: #ffd6b9;
}

.g-bc--red7 {
  border-color: #fff4ec;
}

.g-bg-c--red8 {
  background-color: #b80800;
}

.g-c--red8 {
  color: #b80800;
}
.g-c--red8--link:hover {
  color: #850600;
}

.g-bc--red8 {
  border-color: #b80800;
}

.g-bg-c--red9 {
  background-color: #520000;
}

.g-c--red9 {
  color: #520000;
}
.g-c--red9--link:hover {
  color: #1f0000;
}

.g-bc--red9 {
  border-color: #520000;
}

.g-bg-c--green1 {
  background-color: #8db602;
}

.g-c--green1 {
  color: #8db602;
}
.g-c--green1--link:hover {
  color: #668401;
}

@media (min-width: 992px) {
  .g-c-lg--green1 {
    color: #8db602;
  }
}

.g-bc--green1 {
  border-color: #8db602;
}

.g-bg-c--green2 {
  background-color: #86c414;
}

.g-c--green2 {
  color: #86c414;
}
.g-c--green2--link:hover {
  color: #66960f;
}

@media (min-width: 992px) {
  .g-c-lg--green2 {
    color: #86c414;
  }
}

.g-bc--green2 {
  border-color: #86c414;
}

.g-bg-c--green3 {
  background-color: #20af97;
}

.g-c--green3 {
  color: #20af97;
}
.g-c--green3--link:hover {
  color: #188472;
}

@media (min-width: 992px) {
  .g-c-lg--green3 {
    color: #20af97;
  }
}

.g-bc--green3 {
  border-color: #20af97;
}

.g-bg-c--green4 {
  background-color: #37bd74;
}

.g-c--green4 {
  color: #37bd74;
}
.g-c--green4--link:hover {
  color: #2c955c;
}

@media (min-width: 992px) {
  .g-c-lg--green4 {
    color: #37bd74;
  }
}

.g-bc--green4 {
  border-color: #37bd74;
}

.g-bg-c--green5 {
  background-color: #159139;
}

.g-c--green5 {
  color: #159139;
}
.g-c--green5--link:hover {
  color: #0f6427;
}

@media (min-width: 992px) {
  .g-c-lg--green5 {
    color: #159139;
  }
}

.g-bc--green5 {
  border-color: #159139;
}

.g-bg-c--purple1 {
  background-color: #8e187e;
}

.g-c--purple1 {
  color: #8e187e;
}
.g-c--purple1--link:hover {
  color: #621157;
}

.g-bc--purple1 {
  border-color: #8e187e;
}

.g-bg-c--purple2 {
  background-color: #7d49a3;
}

.g-c--purple2 {
  color: #7d49a3;
}
.g-c--purple2--link:hover {
  color: #623980;
}

.g-bc--purple2 {
  border-color: #7d49a3;
}

.g-bg-c--blue1 {
  background-color: #00b6ff;
}

.g-c--blue1 {
  color: #00b6ff;
}
.g-c--blue1--link:hover {
  color: #0092cc;
}

.g-bc--blue1 {
  border-color: #00b6ff;
}

.g-bg-c--blue2 {
  background-color: #d8f0fb;
}

.g-c--blue2 {
  color: #d8f0fb;
}
.g-c--blue2--link:hover {
  color: #aadef6;
}

.g-bc--blue2 {
  border-color: #d8f0fb;
}

.g-mh--inherit {
  min-height: inherit !important;
}
.g-mh--0 {
  min-height: 0px;
}
.g-mh--1 {
  min-height: 10px;
}
.g-mh--2 {
  min-height: 20px;
}
.g-mh--3 {
  min-height: 30px;
}
.g-mh--4 {
  min-height: 40px;
}
.g-mh--5 {
  min-height: 50px;
}
.g-mh--6 {
  min-height: 60px;
}
.g-mh--7 {
  min-height: 70px;
}
.g-mh--8 {
  min-height: 80px;
}
.g-mh--9 {
  min-height: 90px;
}
.g-mh--10 {
  min-height: 100px;
}
.g-mh--11 {
  min-height: 110px;
}
.g-mh--12 {
  min-height: 120px;
}
.g-mh--13 {
  min-height: 130px;
}
.g-mh--14 {
  min-height: 140px;
}
.g-mh--15 {
  min-height: 150px;
}
.g-mh--16 {
  min-height: 160px;
}
.g-mh--17 {
  min-height: 170px;
}
.g-mh--18 {
  min-height: 180px;
}
.g-mh--19 {
  min-height: 190px;
}
.g-mh--20 {
  min-height: 200px;
}
.g-mh--21 {
  min-height: 210px;
}
.g-mh--22 {
  min-height: 220px;
}
.g-mh--23 {
  min-height: 230px;
}
.g-mh--24 {
  min-height: 240px;
}
.g-mh--25 {
  min-height: 250px;
}
.g-mh--26 {
  min-height: 260px;
}
.g-mh--27 {
  min-height: 270px;
}
.g-mh--28 {
  min-height: 280px;
}
.g-mh--29 {
  min-height: 290px;
}
.g-mh--30 {
  min-height: 300px;
}
.g-mh--31 {
  min-height: 310px;
}
.g-mh--32 {
  min-height: 320px;
}
.g-mh--33 {
  min-height: 330px;
}
.g-mh--34 {
  min-height: 340px;
}
.g-mh--35 {
  min-height: 350px;
}
.g-mh--36 {
  min-height: 360px;
}
.g-mh--37 {
  min-height: 370px;
}
.g-mh--38 {
  min-height: 380px;
}
.g-mh--39 {
  min-height: 390px;
}
.g-mh--40 {
  min-height: 400px;
}
.g-mh--41 {
  min-height: 410px;
}
.g-mh--42 {
  min-height: 420px;
}
.g-mh--43 {
  min-height: 430px;
}
.g-mh--44 {
  min-height: 440px;
}
.g-mh--45 {
  min-height: 450px;
}
.g-mh--46 {
  min-height: 460px;
}
.g-mh--47 {
  min-height: 470px;
}
.g-mh--48 {
  min-height: 480px;
}
.g-mh--49 {
  min-height: 490px;
}
.g-mh--50 {
  min-height: 500px;
}
.g-mh--51 {
  min-height: 510px;
}
.g-mh--52 {
  min-height: 520px;
}
.g-mh--53 {
  min-height: 530px;
}
.g-mh--54 {
  min-height: 540px;
}
.g-mh--55 {
  min-height: 550px;
}
.g-mh--56 {
  min-height: 560px;
}
.g-mh--57 {
  min-height: 570px;
}
.g-mh--58 {
  min-height: 580px;
}
.g-mh--59 {
  min-height: 590px;
}
.g-mh--60 {
  min-height: 600px;
}
.g-mh--61 {
  min-height: 610px;
}
.g-mh--62 {
  min-height: 620px;
}
.g-mh--63 {
  min-height: 630px;
}
.g-mh--64 {
  min-height: 640px;
}
.g-mh--65 {
  min-height: 650px;
}
.g-mh--66 {
  min-height: 660px;
}
.g-mh--67 {
  min-height: 670px;
}
.g-mh--68 {
  min-height: 680px;
}
.g-mh--69 {
  min-height: 690px;
}
.g-mh--70 {
  min-height: 700px;
}
.g-mh--71 {
  min-height: 710px;
}
.g-mh--72 {
  min-height: 720px;
}
.g-mh--73 {
  min-height: 730px;
}
.g-mh--74 {
  min-height: 740px;
}
.g-mh--75 {
  min-height: 750px;
}
.g-mh--76 {
  min-height: 760px;
}
.g-mh--77 {
  min-height: 770px;
}
.g-mh--78 {
  min-height: 780px;
}
.g-mh--79 {
  min-height: 790px;
}
.g-mh--80 {
  min-height: 800px;
}
.g-mh--81 {
  min-height: 810px;
}
.g-mh--82 {
  min-height: 820px;
}
.g-mh--83 {
  min-height: 830px;
}
.g-mh--84 {
  min-height: 840px;
}
.g-mh--85 {
  min-height: 850px;
}
.g-mh--86 {
  min-height: 860px;
}
.g-mh--87 {
  min-height: 870px;
}
.g-mh--88 {
  min-height: 880px;
}
.g-mh--89 {
  min-height: 890px;
}
.g-mh--90 {
  min-height: 900px;
}
.g-mh--91 {
  min-height: 910px;
}
.g-mh--92 {
  min-height: 920px;
}
.g-mh--93 {
  min-height: 930px;
}
.g-mh--94 {
  min-height: 940px;
}
.g-mh--95 {
  min-height: 950px;
}
.g-mh--96 {
  min-height: 960px;
}
.g-mh--97 {
  min-height: 970px;
}
.g-mh--98 {
  min-height: 980px;
}
.g-mh--99 {
  min-height: 990px;
}
@media all and (-ms-high-contrast: none) {
  .g-mh *::-ms-backdrop, .g-mh--0 {
    height: 0px;
  }
  .g-mh *::-ms-backdrop, .g-mh--1 {
    height: 10px;
  }
  .g-mh *::-ms-backdrop, .g-mh--2 {
    height: 20px;
  }
  .g-mh *::-ms-backdrop, .g-mh--3 {
    height: 30px;
  }
  .g-mh *::-ms-backdrop, .g-mh--4 {
    height: 40px;
  }
  .g-mh *::-ms-backdrop, .g-mh--5 {
    height: 50px;
  }
  .g-mh *::-ms-backdrop, .g-mh--6 {
    height: 60px;
  }
  .g-mh *::-ms-backdrop, .g-mh--7 {
    height: 70px;
  }
  .g-mh *::-ms-backdrop, .g-mh--8 {
    height: 80px;
  }
  .g-mh *::-ms-backdrop, .g-mh--9 {
    height: 90px;
  }
  .g-mh *::-ms-backdrop, .g-mh--10 {
    height: 100px;
  }
  .g-mh *::-ms-backdrop, .g-mh--11 {
    height: 110px;
  }
  .g-mh *::-ms-backdrop, .g-mh--12 {
    height: 120px;
  }
  .g-mh *::-ms-backdrop, .g-mh--13 {
    height: 130px;
  }
  .g-mh *::-ms-backdrop, .g-mh--14 {
    height: 140px;
  }
  .g-mh *::-ms-backdrop, .g-mh--15 {
    height: 150px;
  }
  .g-mh *::-ms-backdrop, .g-mh--16 {
    height: 160px;
  }
  .g-mh *::-ms-backdrop, .g-mh--17 {
    height: 170px;
  }
  .g-mh *::-ms-backdrop, .g-mh--18 {
    height: 180px;
  }
  .g-mh *::-ms-backdrop, .g-mh--19 {
    height: 190px;
  }
  .g-mh *::-ms-backdrop, .g-mh--20 {
    height: 200px;
  }
  .g-mh *::-ms-backdrop, .g-mh--21 {
    height: 210px;
  }
  .g-mh *::-ms-backdrop, .g-mh--22 {
    height: 220px;
  }
  .g-mh *::-ms-backdrop, .g-mh--23 {
    height: 230px;
  }
  .g-mh *::-ms-backdrop, .g-mh--24 {
    height: 240px;
  }
  .g-mh *::-ms-backdrop, .g-mh--25 {
    height: 250px;
  }
  .g-mh *::-ms-backdrop, .g-mh--26 {
    height: 260px;
  }
  .g-mh *::-ms-backdrop, .g-mh--27 {
    height: 270px;
  }
  .g-mh *::-ms-backdrop, .g-mh--28 {
    height: 280px;
  }
  .g-mh *::-ms-backdrop, .g-mh--29 {
    height: 290px;
  }
  .g-mh *::-ms-backdrop, .g-mh--30 {
    height: 300px;
  }
  .g-mh *::-ms-backdrop, .g-mh--31 {
    height: 310px;
  }
  .g-mh *::-ms-backdrop, .g-mh--32 {
    height: 320px;
  }
  .g-mh *::-ms-backdrop, .g-mh--33 {
    height: 330px;
  }
  .g-mh *::-ms-backdrop, .g-mh--34 {
    height: 340px;
  }
  .g-mh *::-ms-backdrop, .g-mh--35 {
    height: 350px;
  }
  .g-mh *::-ms-backdrop, .g-mh--36 {
    height: 360px;
  }
  .g-mh *::-ms-backdrop, .g-mh--37 {
    height: 370px;
  }
  .g-mh *::-ms-backdrop, .g-mh--38 {
    height: 380px;
  }
  .g-mh *::-ms-backdrop, .g-mh--39 {
    height: 390px;
  }
  .g-mh *::-ms-backdrop, .g-mh--40 {
    height: 400px;
  }
  .g-mh *::-ms-backdrop, .g-mh--41 {
    height: 410px;
  }
  .g-mh *::-ms-backdrop, .g-mh--42 {
    height: 420px;
  }
  .g-mh *::-ms-backdrop, .g-mh--43 {
    height: 430px;
  }
  .g-mh *::-ms-backdrop, .g-mh--44 {
    height: 440px;
  }
  .g-mh *::-ms-backdrop, .g-mh--45 {
    height: 450px;
  }
  .g-mh *::-ms-backdrop, .g-mh--46 {
    height: 460px;
  }
  .g-mh *::-ms-backdrop, .g-mh--47 {
    height: 470px;
  }
  .g-mh *::-ms-backdrop, .g-mh--48 {
    height: 480px;
  }
  .g-mh *::-ms-backdrop, .g-mh--49 {
    height: 490px;
  }
  .g-mh *::-ms-backdrop, .g-mh--50 {
    height: 500px;
  }
  .g-mh *::-ms-backdrop, .g-mh--51 {
    height: 510px;
  }
  .g-mh *::-ms-backdrop, .g-mh--52 {
    height: 520px;
  }
  .g-mh *::-ms-backdrop, .g-mh--53 {
    height: 530px;
  }
  .g-mh *::-ms-backdrop, .g-mh--54 {
    height: 540px;
  }
  .g-mh *::-ms-backdrop, .g-mh--55 {
    height: 550px;
  }
  .g-mh *::-ms-backdrop, .g-mh--56 {
    height: 560px;
  }
  .g-mh *::-ms-backdrop, .g-mh--57 {
    height: 570px;
  }
  .g-mh *::-ms-backdrop, .g-mh--58 {
    height: 580px;
  }
  .g-mh *::-ms-backdrop, .g-mh--59 {
    height: 590px;
  }
  .g-mh *::-ms-backdrop, .g-mh--60 {
    height: 600px;
  }
  .g-mh *::-ms-backdrop, .g-mh--61 {
    height: 610px;
  }
  .g-mh *::-ms-backdrop, .g-mh--62 {
    height: 620px;
  }
  .g-mh *::-ms-backdrop, .g-mh--63 {
    height: 630px;
  }
  .g-mh *::-ms-backdrop, .g-mh--64 {
    height: 640px;
  }
  .g-mh *::-ms-backdrop, .g-mh--65 {
    height: 650px;
  }
  .g-mh *::-ms-backdrop, .g-mh--66 {
    height: 660px;
  }
  .g-mh *::-ms-backdrop, .g-mh--67 {
    height: 670px;
  }
  .g-mh *::-ms-backdrop, .g-mh--68 {
    height: 680px;
  }
  .g-mh *::-ms-backdrop, .g-mh--69 {
    height: 690px;
  }
  .g-mh *::-ms-backdrop, .g-mh--70 {
    height: 700px;
  }
  .g-mh *::-ms-backdrop, .g-mh--71 {
    height: 710px;
  }
  .g-mh *::-ms-backdrop, .g-mh--72 {
    height: 720px;
  }
  .g-mh *::-ms-backdrop, .g-mh--73 {
    height: 730px;
  }
  .g-mh *::-ms-backdrop, .g-mh--74 {
    height: 740px;
  }
  .g-mh *::-ms-backdrop, .g-mh--75 {
    height: 750px;
  }
  .g-mh *::-ms-backdrop, .g-mh--76 {
    height: 760px;
  }
  .g-mh *::-ms-backdrop, .g-mh--77 {
    height: 770px;
  }
  .g-mh *::-ms-backdrop, .g-mh--78 {
    height: 780px;
  }
  .g-mh *::-ms-backdrop, .g-mh--79 {
    height: 790px;
  }
  .g-mh *::-ms-backdrop, .g-mh--80 {
    height: 800px;
  }
  .g-mh *::-ms-backdrop, .g-mh--81 {
    height: 810px;
  }
  .g-mh *::-ms-backdrop, .g-mh--82 {
    height: 820px;
  }
  .g-mh *::-ms-backdrop, .g-mh--83 {
    height: 830px;
  }
  .g-mh *::-ms-backdrop, .g-mh--84 {
    height: 840px;
  }
  .g-mh *::-ms-backdrop, .g-mh--85 {
    height: 850px;
  }
  .g-mh *::-ms-backdrop, .g-mh--86 {
    height: 860px;
  }
  .g-mh *::-ms-backdrop, .g-mh--87 {
    height: 870px;
  }
  .g-mh *::-ms-backdrop, .g-mh--88 {
    height: 880px;
  }
  .g-mh *::-ms-backdrop, .g-mh--89 {
    height: 890px;
  }
  .g-mh *::-ms-backdrop, .g-mh--90 {
    height: 900px;
  }
  .g-mh *::-ms-backdrop, .g-mh--91 {
    height: 910px;
  }
  .g-mh *::-ms-backdrop, .g-mh--92 {
    height: 920px;
  }
  .g-mh *::-ms-backdrop, .g-mh--93 {
    height: 930px;
  }
  .g-mh *::-ms-backdrop, .g-mh--94 {
    height: 940px;
  }
  .g-mh *::-ms-backdrop, .g-mh--95 {
    height: 950px;
  }
  .g-mh *::-ms-backdrop, .g-mh--96 {
    height: 960px;
  }
  .g-mh *::-ms-backdrop, .g-mh--97 {
    height: 970px;
  }
  .g-mh *::-ms-backdrop, .g-mh--98 {
    height: 980px;
  }
  .g-mh *::-ms-backdrop, .g-mh--99 {
    height: 990px;
  }
}
@media (min-width: 576px) {
  .g-mh-sm--inherit {
    min-height: inherit !important;
  }
  .g-mh-sm--0 {
    min-height: 0px !important;
  }
  .g-mh-sm--1 {
    min-height: 10px !important;
  }
  .g-mh-sm--2 {
    min-height: 20px !important;
  }
  .g-mh-sm--3 {
    min-height: 30px !important;
  }
  .g-mh-sm--4 {
    min-height: 40px !important;
  }
  .g-mh-sm--5 {
    min-height: 50px !important;
  }
  .g-mh-sm--6 {
    min-height: 60px !important;
  }
  .g-mh-sm--7 {
    min-height: 70px !important;
  }
  .g-mh-sm--8 {
    min-height: 80px !important;
  }
  .g-mh-sm--9 {
    min-height: 90px !important;
  }
  .g-mh-sm--10 {
    min-height: 100px !important;
  }
  .g-mh-sm--11 {
    min-height: 110px !important;
  }
  .g-mh-sm--12 {
    min-height: 120px !important;
  }
  .g-mh-sm--13 {
    min-height: 130px !important;
  }
  .g-mh-sm--14 {
    min-height: 140px !important;
  }
  .g-mh-sm--15 {
    min-height: 150px !important;
  }
  .g-mh-sm--16 {
    min-height: 160px !important;
  }
  .g-mh-sm--17 {
    min-height: 170px !important;
  }
  .g-mh-sm--18 {
    min-height: 180px !important;
  }
  .g-mh-sm--19 {
    min-height: 190px !important;
  }
  .g-mh-sm--20 {
    min-height: 200px !important;
  }
  .g-mh-sm--21 {
    min-height: 210px !important;
  }
  .g-mh-sm--22 {
    min-height: 220px !important;
  }
  .g-mh-sm--23 {
    min-height: 230px !important;
  }
  .g-mh-sm--24 {
    min-height: 240px !important;
  }
  .g-mh-sm--25 {
    min-height: 250px !important;
  }
  .g-mh-sm--26 {
    min-height: 260px !important;
  }
  .g-mh-sm--27 {
    min-height: 270px !important;
  }
  .g-mh-sm--28 {
    min-height: 280px !important;
  }
  .g-mh-sm--29 {
    min-height: 290px !important;
  }
  .g-mh-sm--30 {
    min-height: 300px !important;
  }
  .g-mh-sm--31 {
    min-height: 310px !important;
  }
  .g-mh-sm--32 {
    min-height: 320px !important;
  }
  .g-mh-sm--33 {
    min-height: 330px !important;
  }
  .g-mh-sm--34 {
    min-height: 340px !important;
  }
  .g-mh-sm--35 {
    min-height: 350px !important;
  }
  .g-mh-sm--36 {
    min-height: 360px !important;
  }
  .g-mh-sm--37 {
    min-height: 370px !important;
  }
  .g-mh-sm--38 {
    min-height: 380px !important;
  }
  .g-mh-sm--39 {
    min-height: 390px !important;
  }
  .g-mh-sm--40 {
    min-height: 400px !important;
  }
  .g-mh-sm--41 {
    min-height: 410px !important;
  }
  .g-mh-sm--42 {
    min-height: 420px !important;
  }
  .g-mh-sm--43 {
    min-height: 430px !important;
  }
  .g-mh-sm--44 {
    min-height: 440px !important;
  }
  .g-mh-sm--45 {
    min-height: 450px !important;
  }
  .g-mh-sm--46 {
    min-height: 460px !important;
  }
  .g-mh-sm--47 {
    min-height: 470px !important;
  }
  .g-mh-sm--48 {
    min-height: 480px !important;
  }
  .g-mh-sm--49 {
    min-height: 490px !important;
  }
  .g-mh-sm--50 {
    min-height: 500px !important;
  }
  .g-mh-sm--51 {
    min-height: 510px !important;
  }
  .g-mh-sm--52 {
    min-height: 520px !important;
  }
  .g-mh-sm--53 {
    min-height: 530px !important;
  }
  .g-mh-sm--54 {
    min-height: 540px !important;
  }
  .g-mh-sm--55 {
    min-height: 550px !important;
  }
  .g-mh-sm--56 {
    min-height: 560px !important;
  }
  .g-mh-sm--57 {
    min-height: 570px !important;
  }
  .g-mh-sm--58 {
    min-height: 580px !important;
  }
  .g-mh-sm--59 {
    min-height: 590px !important;
  }
  .g-mh-sm--60 {
    min-height: 600px !important;
  }
  .g-mh-sm--61 {
    min-height: 610px !important;
  }
  .g-mh-sm--62 {
    min-height: 620px !important;
  }
  .g-mh-sm--63 {
    min-height: 630px !important;
  }
  .g-mh-sm--64 {
    min-height: 640px !important;
  }
  .g-mh-sm--65 {
    min-height: 650px !important;
  }
  .g-mh-sm--66 {
    min-height: 660px !important;
  }
  .g-mh-sm--67 {
    min-height: 670px !important;
  }
  .g-mh-sm--68 {
    min-height: 680px !important;
  }
  .g-mh-sm--69 {
    min-height: 690px !important;
  }
  .g-mh-sm--70 {
    min-height: 700px !important;
  }
  .g-mh-sm--71 {
    min-height: 710px !important;
  }
  .g-mh-sm--72 {
    min-height: 720px !important;
  }
  .g-mh-sm--73 {
    min-height: 730px !important;
  }
  .g-mh-sm--74 {
    min-height: 740px !important;
  }
  .g-mh-sm--75 {
    min-height: 750px !important;
  }
  .g-mh-sm--76 {
    min-height: 760px !important;
  }
  .g-mh-sm--77 {
    min-height: 770px !important;
  }
  .g-mh-sm--78 {
    min-height: 780px !important;
  }
  .g-mh-sm--79 {
    min-height: 790px !important;
  }
  .g-mh-sm--80 {
    min-height: 800px !important;
  }
  .g-mh-sm--81 {
    min-height: 810px !important;
  }
  .g-mh-sm--82 {
    min-height: 820px !important;
  }
  .g-mh-sm--83 {
    min-height: 830px !important;
  }
  .g-mh-sm--84 {
    min-height: 840px !important;
  }
  .g-mh-sm--85 {
    min-height: 850px !important;
  }
  .g-mh-sm--86 {
    min-height: 860px !important;
  }
  .g-mh-sm--87 {
    min-height: 870px !important;
  }
  .g-mh-sm--88 {
    min-height: 880px !important;
  }
  .g-mh-sm--89 {
    min-height: 890px !important;
  }
  .g-mh-sm--90 {
    min-height: 900px !important;
  }
  .g-mh-sm--91 {
    min-height: 910px !important;
  }
  .g-mh-sm--92 {
    min-height: 920px !important;
  }
  .g-mh-sm--93 {
    min-height: 930px !important;
  }
  .g-mh-sm--94 {
    min-height: 940px !important;
  }
  .g-mh-sm--95 {
    min-height: 950px !important;
  }
  .g-mh-sm--96 {
    min-height: 960px !important;
  }
  .g-mh-sm--97 {
    min-height: 970px !important;
  }
  .g-mh-sm--98 {
    min-height: 980px !important;
  }
  .g-mh-sm--99 {
    min-height: 990px !important;
  }
}
@media all and (min-width: 576px) and (-ms-high-contrast: none) {
  .g-mh-sm--inherit {
    height: inherit !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--0 {
    height: 0px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--1 {
    height: 10px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--2 {
    height: 20px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--3 {
    height: 30px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--4 {
    height: 40px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--5 {
    height: 50px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--6 {
    height: 60px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--7 {
    height: 70px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--8 {
    height: 80px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--9 {
    height: 90px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--10 {
    height: 100px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--11 {
    height: 110px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--12 {
    height: 120px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--13 {
    height: 130px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--14 {
    height: 140px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--15 {
    height: 150px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--16 {
    height: 160px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--17 {
    height: 170px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--18 {
    height: 180px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--19 {
    height: 190px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--20 {
    height: 200px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--21 {
    height: 210px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--22 {
    height: 220px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--23 {
    height: 230px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--24 {
    height: 240px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--25 {
    height: 250px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--26 {
    height: 260px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--27 {
    height: 270px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--28 {
    height: 280px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--29 {
    height: 290px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--30 {
    height: 300px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--31 {
    height: 310px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--32 {
    height: 320px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--33 {
    height: 330px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--34 {
    height: 340px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--35 {
    height: 350px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--36 {
    height: 360px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--37 {
    height: 370px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--38 {
    height: 380px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--39 {
    height: 390px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--40 {
    height: 400px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--41 {
    height: 410px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--42 {
    height: 420px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--43 {
    height: 430px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--44 {
    height: 440px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--45 {
    height: 450px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--46 {
    height: 460px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--47 {
    height: 470px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--48 {
    height: 480px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--49 {
    height: 490px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--50 {
    height: 500px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--51 {
    height: 510px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--52 {
    height: 520px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--53 {
    height: 530px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--54 {
    height: 540px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--55 {
    height: 550px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--56 {
    height: 560px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--57 {
    height: 570px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--58 {
    height: 580px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--59 {
    height: 590px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--60 {
    height: 600px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--61 {
    height: 610px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--62 {
    height: 620px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--63 {
    height: 630px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--64 {
    height: 640px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--65 {
    height: 650px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--66 {
    height: 660px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--67 {
    height: 670px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--68 {
    height: 680px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--69 {
    height: 690px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--70 {
    height: 700px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--71 {
    height: 710px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--72 {
    height: 720px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--73 {
    height: 730px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--74 {
    height: 740px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--75 {
    height: 750px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--76 {
    height: 760px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--77 {
    height: 770px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--78 {
    height: 780px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--79 {
    height: 790px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--80 {
    height: 800px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--81 {
    height: 810px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--82 {
    height: 820px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--83 {
    height: 830px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--84 {
    height: 840px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--85 {
    height: 850px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--86 {
    height: 860px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--87 {
    height: 870px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--88 {
    height: 880px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--89 {
    height: 890px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--90 {
    height: 900px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--91 {
    height: 910px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--92 {
    height: 920px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--93 {
    height: 930px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--94 {
    height: 940px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--95 {
    height: 950px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--96 {
    height: 960px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--97 {
    height: 970px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--98 {
    height: 980px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-sm--99 {
    height: 990px !important;
  }
}

@media (min-width: 768px) {
  .g-mh-md--inherit {
    min-height: inherit !important;
  }
  .g-mh-md--0 {
    min-height: 0px !important;
  }
  .g-mh-md--1 {
    min-height: 10px !important;
  }
  .g-mh-md--2 {
    min-height: 20px !important;
  }
  .g-mh-md--3 {
    min-height: 30px !important;
  }
  .g-mh-md--4 {
    min-height: 40px !important;
  }
  .g-mh-md--5 {
    min-height: 50px !important;
  }
  .g-mh-md--6 {
    min-height: 60px !important;
  }
  .g-mh-md--7 {
    min-height: 70px !important;
  }
  .g-mh-md--8 {
    min-height: 80px !important;
  }
  .g-mh-md--9 {
    min-height: 90px !important;
  }
  .g-mh-md--10 {
    min-height: 100px !important;
  }
  .g-mh-md--11 {
    min-height: 110px !important;
  }
  .g-mh-md--12 {
    min-height: 120px !important;
  }
  .g-mh-md--13 {
    min-height: 130px !important;
  }
  .g-mh-md--14 {
    min-height: 140px !important;
  }
  .g-mh-md--15 {
    min-height: 150px !important;
  }
  .g-mh-md--16 {
    min-height: 160px !important;
  }
  .g-mh-md--17 {
    min-height: 170px !important;
  }
  .g-mh-md--18 {
    min-height: 180px !important;
  }
  .g-mh-md--19 {
    min-height: 190px !important;
  }
  .g-mh-md--20 {
    min-height: 200px !important;
  }
  .g-mh-md--21 {
    min-height: 210px !important;
  }
  .g-mh-md--22 {
    min-height: 220px !important;
  }
  .g-mh-md--23 {
    min-height: 230px !important;
  }
  .g-mh-md--24 {
    min-height: 240px !important;
  }
  .g-mh-md--25 {
    min-height: 250px !important;
  }
  .g-mh-md--26 {
    min-height: 260px !important;
  }
  .g-mh-md--27 {
    min-height: 270px !important;
  }
  .g-mh-md--28 {
    min-height: 280px !important;
  }
  .g-mh-md--29 {
    min-height: 290px !important;
  }
  .g-mh-md--30 {
    min-height: 300px !important;
  }
  .g-mh-md--31 {
    min-height: 310px !important;
  }
  .g-mh-md--32 {
    min-height: 320px !important;
  }
  .g-mh-md--33 {
    min-height: 330px !important;
  }
  .g-mh-md--34 {
    min-height: 340px !important;
  }
  .g-mh-md--35 {
    min-height: 350px !important;
  }
  .g-mh-md--36 {
    min-height: 360px !important;
  }
  .g-mh-md--37 {
    min-height: 370px !important;
  }
  .g-mh-md--38 {
    min-height: 380px !important;
  }
  .g-mh-md--39 {
    min-height: 390px !important;
  }
  .g-mh-md--40 {
    min-height: 400px !important;
  }
  .g-mh-md--41 {
    min-height: 410px !important;
  }
  .g-mh-md--42 {
    min-height: 420px !important;
  }
  .g-mh-md--43 {
    min-height: 430px !important;
  }
  .g-mh-md--44 {
    min-height: 440px !important;
  }
  .g-mh-md--45 {
    min-height: 450px !important;
  }
  .g-mh-md--46 {
    min-height: 460px !important;
  }
  .g-mh-md--47 {
    min-height: 470px !important;
  }
  .g-mh-md--48 {
    min-height: 480px !important;
  }
  .g-mh-md--49 {
    min-height: 490px !important;
  }
  .g-mh-md--50 {
    min-height: 500px !important;
  }
  .g-mh-md--51 {
    min-height: 510px !important;
  }
  .g-mh-md--52 {
    min-height: 520px !important;
  }
  .g-mh-md--53 {
    min-height: 530px !important;
  }
  .g-mh-md--54 {
    min-height: 540px !important;
  }
  .g-mh-md--55 {
    min-height: 550px !important;
  }
  .g-mh-md--56 {
    min-height: 560px !important;
  }
  .g-mh-md--57 {
    min-height: 570px !important;
  }
  .g-mh-md--58 {
    min-height: 580px !important;
  }
  .g-mh-md--59 {
    min-height: 590px !important;
  }
  .g-mh-md--60 {
    min-height: 600px !important;
  }
  .g-mh-md--61 {
    min-height: 610px !important;
  }
  .g-mh-md--62 {
    min-height: 620px !important;
  }
  .g-mh-md--63 {
    min-height: 630px !important;
  }
  .g-mh-md--64 {
    min-height: 640px !important;
  }
  .g-mh-md--65 {
    min-height: 650px !important;
  }
  .g-mh-md--66 {
    min-height: 660px !important;
  }
  .g-mh-md--67 {
    min-height: 670px !important;
  }
  .g-mh-md--68 {
    min-height: 680px !important;
  }
  .g-mh-md--69 {
    min-height: 690px !important;
  }
  .g-mh-md--70 {
    min-height: 700px !important;
  }
  .g-mh-md--71 {
    min-height: 710px !important;
  }
  .g-mh-md--72 {
    min-height: 720px !important;
  }
  .g-mh-md--73 {
    min-height: 730px !important;
  }
  .g-mh-md--74 {
    min-height: 740px !important;
  }
  .g-mh-md--75 {
    min-height: 750px !important;
  }
  .g-mh-md--76 {
    min-height: 760px !important;
  }
  .g-mh-md--77 {
    min-height: 770px !important;
  }
  .g-mh-md--78 {
    min-height: 780px !important;
  }
  .g-mh-md--79 {
    min-height: 790px !important;
  }
  .g-mh-md--80 {
    min-height: 800px !important;
  }
  .g-mh-md--81 {
    min-height: 810px !important;
  }
  .g-mh-md--82 {
    min-height: 820px !important;
  }
  .g-mh-md--83 {
    min-height: 830px !important;
  }
  .g-mh-md--84 {
    min-height: 840px !important;
  }
  .g-mh-md--85 {
    min-height: 850px !important;
  }
  .g-mh-md--86 {
    min-height: 860px !important;
  }
  .g-mh-md--87 {
    min-height: 870px !important;
  }
  .g-mh-md--88 {
    min-height: 880px !important;
  }
  .g-mh-md--89 {
    min-height: 890px !important;
  }
  .g-mh-md--90 {
    min-height: 900px !important;
  }
  .g-mh-md--91 {
    min-height: 910px !important;
  }
  .g-mh-md--92 {
    min-height: 920px !important;
  }
  .g-mh-md--93 {
    min-height: 930px !important;
  }
  .g-mh-md--94 {
    min-height: 940px !important;
  }
  .g-mh-md--95 {
    min-height: 950px !important;
  }
  .g-mh-md--96 {
    min-height: 960px !important;
  }
  .g-mh-md--97 {
    min-height: 970px !important;
  }
  .g-mh-md--98 {
    min-height: 980px !important;
  }
  .g-mh-md--99 {
    min-height: 990px !important;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  .g-mh-md--inherit {
    height: inherit !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--0 {
    height: 0px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--1 {
    height: 10px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--2 {
    height: 20px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--3 {
    height: 30px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--4 {
    height: 40px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--5 {
    height: 50px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--6 {
    height: 60px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--7 {
    height: 70px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--8 {
    height: 80px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--9 {
    height: 90px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--10 {
    height: 100px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--11 {
    height: 110px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--12 {
    height: 120px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--13 {
    height: 130px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--14 {
    height: 140px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--15 {
    height: 150px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--16 {
    height: 160px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--17 {
    height: 170px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--18 {
    height: 180px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--19 {
    height: 190px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--20 {
    height: 200px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--21 {
    height: 210px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--22 {
    height: 220px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--23 {
    height: 230px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--24 {
    height: 240px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--25 {
    height: 250px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--26 {
    height: 260px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--27 {
    height: 270px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--28 {
    height: 280px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--29 {
    height: 290px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--30 {
    height: 300px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--31 {
    height: 310px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--32 {
    height: 320px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--33 {
    height: 330px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--34 {
    height: 340px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--35 {
    height: 350px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--36 {
    height: 360px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--37 {
    height: 370px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--38 {
    height: 380px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--39 {
    height: 390px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--40 {
    height: 400px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--41 {
    height: 410px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--42 {
    height: 420px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--43 {
    height: 430px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--44 {
    height: 440px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--45 {
    height: 450px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--46 {
    height: 460px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--47 {
    height: 470px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--48 {
    height: 480px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--49 {
    height: 490px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--50 {
    height: 500px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--51 {
    height: 510px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--52 {
    height: 520px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--53 {
    height: 530px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--54 {
    height: 540px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--55 {
    height: 550px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--56 {
    height: 560px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--57 {
    height: 570px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--58 {
    height: 580px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--59 {
    height: 590px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--60 {
    height: 600px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--61 {
    height: 610px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--62 {
    height: 620px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--63 {
    height: 630px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--64 {
    height: 640px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--65 {
    height: 650px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--66 {
    height: 660px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--67 {
    height: 670px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--68 {
    height: 680px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--69 {
    height: 690px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--70 {
    height: 700px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--71 {
    height: 710px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--72 {
    height: 720px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--73 {
    height: 730px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--74 {
    height: 740px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--75 {
    height: 750px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--76 {
    height: 760px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--77 {
    height: 770px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--78 {
    height: 780px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--79 {
    height: 790px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--80 {
    height: 800px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--81 {
    height: 810px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--82 {
    height: 820px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--83 {
    height: 830px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--84 {
    height: 840px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--85 {
    height: 850px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--86 {
    height: 860px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--87 {
    height: 870px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--88 {
    height: 880px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--89 {
    height: 890px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--90 {
    height: 900px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--91 {
    height: 910px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--92 {
    height: 920px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--93 {
    height: 930px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--94 {
    height: 940px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--95 {
    height: 950px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--96 {
    height: 960px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--97 {
    height: 970px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--98 {
    height: 980px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-md--99 {
    height: 990px !important;
  }
}

@media (min-width: 992px) {
  .g-mh-lg--inherit {
    min-height: inherit !important;
  }
  .g-mh-lg--0 {
    min-height: 0px !important;
  }
  .g-mh-lg--1 {
    min-height: 10px !important;
  }
  .g-mh-lg--2 {
    min-height: 20px !important;
  }
  .g-mh-lg--3 {
    min-height: 30px !important;
  }
  .g-mh-lg--4 {
    min-height: 40px !important;
  }
  .g-mh-lg--5 {
    min-height: 50px !important;
  }
  .g-mh-lg--6 {
    min-height: 60px !important;
  }
  .g-mh-lg--7 {
    min-height: 70px !important;
  }
  .g-mh-lg--8 {
    min-height: 80px !important;
  }
  .g-mh-lg--9 {
    min-height: 90px !important;
  }
  .g-mh-lg--10 {
    min-height: 100px !important;
  }
  .g-mh-lg--11 {
    min-height: 110px !important;
  }
  .g-mh-lg--12 {
    min-height: 120px !important;
  }
  .g-mh-lg--13 {
    min-height: 130px !important;
  }
  .g-mh-lg--14 {
    min-height: 140px !important;
  }
  .g-mh-lg--15 {
    min-height: 150px !important;
  }
  .g-mh-lg--16 {
    min-height: 160px !important;
  }
  .g-mh-lg--17 {
    min-height: 170px !important;
  }
  .g-mh-lg--18 {
    min-height: 180px !important;
  }
  .g-mh-lg--19 {
    min-height: 190px !important;
  }
  .g-mh-lg--20 {
    min-height: 200px !important;
  }
  .g-mh-lg--21 {
    min-height: 210px !important;
  }
  .g-mh-lg--22 {
    min-height: 220px !important;
  }
  .g-mh-lg--23 {
    min-height: 230px !important;
  }
  .g-mh-lg--24 {
    min-height: 240px !important;
  }
  .g-mh-lg--25 {
    min-height: 250px !important;
  }
  .g-mh-lg--26 {
    min-height: 260px !important;
  }
  .g-mh-lg--27 {
    min-height: 270px !important;
  }
  .g-mh-lg--28 {
    min-height: 280px !important;
  }
  .g-mh-lg--29 {
    min-height: 290px !important;
  }
  .g-mh-lg--30 {
    min-height: 300px !important;
  }
  .g-mh-lg--31 {
    min-height: 310px !important;
  }
  .g-mh-lg--32 {
    min-height: 320px !important;
  }
  .g-mh-lg--33 {
    min-height: 330px !important;
  }
  .g-mh-lg--34 {
    min-height: 340px !important;
  }
  .g-mh-lg--35 {
    min-height: 350px !important;
  }
  .g-mh-lg--36 {
    min-height: 360px !important;
  }
  .g-mh-lg--37 {
    min-height: 370px !important;
  }
  .g-mh-lg--38 {
    min-height: 380px !important;
  }
  .g-mh-lg--39 {
    min-height: 390px !important;
  }
  .g-mh-lg--40 {
    min-height: 400px !important;
  }
  .g-mh-lg--41 {
    min-height: 410px !important;
  }
  .g-mh-lg--42 {
    min-height: 420px !important;
  }
  .g-mh-lg--43 {
    min-height: 430px !important;
  }
  .g-mh-lg--44 {
    min-height: 440px !important;
  }
  .g-mh-lg--45 {
    min-height: 450px !important;
  }
  .g-mh-lg--46 {
    min-height: 460px !important;
  }
  .g-mh-lg--47 {
    min-height: 470px !important;
  }
  .g-mh-lg--48 {
    min-height: 480px !important;
  }
  .g-mh-lg--49 {
    min-height: 490px !important;
  }
  .g-mh-lg--50 {
    min-height: 500px !important;
  }
  .g-mh-lg--51 {
    min-height: 510px !important;
  }
  .g-mh-lg--52 {
    min-height: 520px !important;
  }
  .g-mh-lg--53 {
    min-height: 530px !important;
  }
  .g-mh-lg--54 {
    min-height: 540px !important;
  }
  .g-mh-lg--55 {
    min-height: 550px !important;
  }
  .g-mh-lg--56 {
    min-height: 560px !important;
  }
  .g-mh-lg--57 {
    min-height: 570px !important;
  }
  .g-mh-lg--58 {
    min-height: 580px !important;
  }
  .g-mh-lg--59 {
    min-height: 590px !important;
  }
  .g-mh-lg--60 {
    min-height: 600px !important;
  }
  .g-mh-lg--61 {
    min-height: 610px !important;
  }
  .g-mh-lg--62 {
    min-height: 620px !important;
  }
  .g-mh-lg--63 {
    min-height: 630px !important;
  }
  .g-mh-lg--64 {
    min-height: 640px !important;
  }
  .g-mh-lg--65 {
    min-height: 650px !important;
  }
  .g-mh-lg--66 {
    min-height: 660px !important;
  }
  .g-mh-lg--67 {
    min-height: 670px !important;
  }
  .g-mh-lg--68 {
    min-height: 680px !important;
  }
  .g-mh-lg--69 {
    min-height: 690px !important;
  }
  .g-mh-lg--70 {
    min-height: 700px !important;
  }
  .g-mh-lg--71 {
    min-height: 710px !important;
  }
  .g-mh-lg--72 {
    min-height: 720px !important;
  }
  .g-mh-lg--73 {
    min-height: 730px !important;
  }
  .g-mh-lg--74 {
    min-height: 740px !important;
  }
  .g-mh-lg--75 {
    min-height: 750px !important;
  }
  .g-mh-lg--76 {
    min-height: 760px !important;
  }
  .g-mh-lg--77 {
    min-height: 770px !important;
  }
  .g-mh-lg--78 {
    min-height: 780px !important;
  }
  .g-mh-lg--79 {
    min-height: 790px !important;
  }
  .g-mh-lg--80 {
    min-height: 800px !important;
  }
  .g-mh-lg--81 {
    min-height: 810px !important;
  }
  .g-mh-lg--82 {
    min-height: 820px !important;
  }
  .g-mh-lg--83 {
    min-height: 830px !important;
  }
  .g-mh-lg--84 {
    min-height: 840px !important;
  }
  .g-mh-lg--85 {
    min-height: 850px !important;
  }
  .g-mh-lg--86 {
    min-height: 860px !important;
  }
  .g-mh-lg--87 {
    min-height: 870px !important;
  }
  .g-mh-lg--88 {
    min-height: 880px !important;
  }
  .g-mh-lg--89 {
    min-height: 890px !important;
  }
  .g-mh-lg--90 {
    min-height: 900px !important;
  }
  .g-mh-lg--91 {
    min-height: 910px !important;
  }
  .g-mh-lg--92 {
    min-height: 920px !important;
  }
  .g-mh-lg--93 {
    min-height: 930px !important;
  }
  .g-mh-lg--94 {
    min-height: 940px !important;
  }
  .g-mh-lg--95 {
    min-height: 950px !important;
  }
  .g-mh-lg--96 {
    min-height: 960px !important;
  }
  .g-mh-lg--97 {
    min-height: 970px !important;
  }
  .g-mh-lg--98 {
    min-height: 980px !important;
  }
  .g-mh-lg--99 {
    min-height: 990px !important;
  }
}
@media all and (min-width: 992px) and (-ms-high-contrast: none) {
  .g-mh-lg--inherit {
    height: inherit !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--0 {
    height: 0px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--1 {
    height: 10px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--2 {
    height: 20px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--3 {
    height: 30px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--4 {
    height: 40px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--5 {
    height: 50px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--6 {
    height: 60px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--7 {
    height: 70px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--8 {
    height: 80px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--9 {
    height: 90px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--10 {
    height: 100px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--11 {
    height: 110px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--12 {
    height: 120px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--13 {
    height: 130px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--14 {
    height: 140px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--15 {
    height: 150px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--16 {
    height: 160px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--17 {
    height: 170px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--18 {
    height: 180px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--19 {
    height: 190px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--20 {
    height: 200px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--21 {
    height: 210px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--22 {
    height: 220px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--23 {
    height: 230px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--24 {
    height: 240px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--25 {
    height: 250px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--26 {
    height: 260px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--27 {
    height: 270px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--28 {
    height: 280px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--29 {
    height: 290px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--30 {
    height: 300px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--31 {
    height: 310px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--32 {
    height: 320px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--33 {
    height: 330px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--34 {
    height: 340px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--35 {
    height: 350px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--36 {
    height: 360px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--37 {
    height: 370px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--38 {
    height: 380px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--39 {
    height: 390px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--40 {
    height: 400px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--41 {
    height: 410px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--42 {
    height: 420px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--43 {
    height: 430px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--44 {
    height: 440px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--45 {
    height: 450px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--46 {
    height: 460px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--47 {
    height: 470px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--48 {
    height: 480px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--49 {
    height: 490px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--50 {
    height: 500px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--51 {
    height: 510px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--52 {
    height: 520px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--53 {
    height: 530px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--54 {
    height: 540px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--55 {
    height: 550px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--56 {
    height: 560px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--57 {
    height: 570px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--58 {
    height: 580px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--59 {
    height: 590px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--60 {
    height: 600px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--61 {
    height: 610px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--62 {
    height: 620px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--63 {
    height: 630px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--64 {
    height: 640px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--65 {
    height: 650px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--66 {
    height: 660px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--67 {
    height: 670px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--68 {
    height: 680px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--69 {
    height: 690px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--70 {
    height: 700px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--71 {
    height: 710px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--72 {
    height: 720px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--73 {
    height: 730px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--74 {
    height: 740px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--75 {
    height: 750px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--76 {
    height: 760px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--77 {
    height: 770px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--78 {
    height: 780px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--79 {
    height: 790px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--80 {
    height: 800px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--81 {
    height: 810px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--82 {
    height: 820px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--83 {
    height: 830px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--84 {
    height: 840px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--85 {
    height: 850px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--86 {
    height: 860px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--87 {
    height: 870px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--88 {
    height: 880px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--89 {
    height: 890px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--90 {
    height: 900px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--91 {
    height: 910px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--92 {
    height: 920px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--93 {
    height: 930px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--94 {
    height: 940px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--95 {
    height: 950px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--96 {
    height: 960px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--97 {
    height: 970px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--98 {
    height: 980px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-lg--99 {
    height: 990px !important;
  }
}

@media (min-width: 1200px) {
  .g-mh-xl--inherit {
    min-height: inherit !important;
  }
  .g-mh-xl--0 {
    min-height: 0px !important;
  }
  .g-mh-xl--1 {
    min-height: 10px !important;
  }
  .g-mh-xl--2 {
    min-height: 20px !important;
  }
  .g-mh-xl--3 {
    min-height: 30px !important;
  }
  .g-mh-xl--4 {
    min-height: 40px !important;
  }
  .g-mh-xl--5 {
    min-height: 50px !important;
  }
  .g-mh-xl--6 {
    min-height: 60px !important;
  }
  .g-mh-xl--7 {
    min-height: 70px !important;
  }
  .g-mh-xl--8 {
    min-height: 80px !important;
  }
  .g-mh-xl--9 {
    min-height: 90px !important;
  }
  .g-mh-xl--10 {
    min-height: 100px !important;
  }
  .g-mh-xl--11 {
    min-height: 110px !important;
  }
  .g-mh-xl--12 {
    min-height: 120px !important;
  }
  .g-mh-xl--13 {
    min-height: 130px !important;
  }
  .g-mh-xl--14 {
    min-height: 140px !important;
  }
  .g-mh-xl--15 {
    min-height: 150px !important;
  }
  .g-mh-xl--16 {
    min-height: 160px !important;
  }
  .g-mh-xl--17 {
    min-height: 170px !important;
  }
  .g-mh-xl--18 {
    min-height: 180px !important;
  }
  .g-mh-xl--19 {
    min-height: 190px !important;
  }
  .g-mh-xl--20 {
    min-height: 200px !important;
  }
  .g-mh-xl--21 {
    min-height: 210px !important;
  }
  .g-mh-xl--22 {
    min-height: 220px !important;
  }
  .g-mh-xl--23 {
    min-height: 230px !important;
  }
  .g-mh-xl--24 {
    min-height: 240px !important;
  }
  .g-mh-xl--25 {
    min-height: 250px !important;
  }
  .g-mh-xl--26 {
    min-height: 260px !important;
  }
  .g-mh-xl--27 {
    min-height: 270px !important;
  }
  .g-mh-xl--28 {
    min-height: 280px !important;
  }
  .g-mh-xl--29 {
    min-height: 290px !important;
  }
  .g-mh-xl--30 {
    min-height: 300px !important;
  }
  .g-mh-xl--31 {
    min-height: 310px !important;
  }
  .g-mh-xl--32 {
    min-height: 320px !important;
  }
  .g-mh-xl--33 {
    min-height: 330px !important;
  }
  .g-mh-xl--34 {
    min-height: 340px !important;
  }
  .g-mh-xl--35 {
    min-height: 350px !important;
  }
  .g-mh-xl--36 {
    min-height: 360px !important;
  }
  .g-mh-xl--37 {
    min-height: 370px !important;
  }
  .g-mh-xl--38 {
    min-height: 380px !important;
  }
  .g-mh-xl--39 {
    min-height: 390px !important;
  }
  .g-mh-xl--40 {
    min-height: 400px !important;
  }
  .g-mh-xl--41 {
    min-height: 410px !important;
  }
  .g-mh-xl--42 {
    min-height: 420px !important;
  }
  .g-mh-xl--43 {
    min-height: 430px !important;
  }
  .g-mh-xl--44 {
    min-height: 440px !important;
  }
  .g-mh-xl--45 {
    min-height: 450px !important;
  }
  .g-mh-xl--46 {
    min-height: 460px !important;
  }
  .g-mh-xl--47 {
    min-height: 470px !important;
  }
  .g-mh-xl--48 {
    min-height: 480px !important;
  }
  .g-mh-xl--49 {
    min-height: 490px !important;
  }
  .g-mh-xl--50 {
    min-height: 500px !important;
  }
  .g-mh-xl--51 {
    min-height: 510px !important;
  }
  .g-mh-xl--52 {
    min-height: 520px !important;
  }
  .g-mh-xl--53 {
    min-height: 530px !important;
  }
  .g-mh-xl--54 {
    min-height: 540px !important;
  }
  .g-mh-xl--55 {
    min-height: 550px !important;
  }
  .g-mh-xl--56 {
    min-height: 560px !important;
  }
  .g-mh-xl--57 {
    min-height: 570px !important;
  }
  .g-mh-xl--58 {
    min-height: 580px !important;
  }
  .g-mh-xl--59 {
    min-height: 590px !important;
  }
  .g-mh-xl--60 {
    min-height: 600px !important;
  }
  .g-mh-xl--61 {
    min-height: 610px !important;
  }
  .g-mh-xl--62 {
    min-height: 620px !important;
  }
  .g-mh-xl--63 {
    min-height: 630px !important;
  }
  .g-mh-xl--64 {
    min-height: 640px !important;
  }
  .g-mh-xl--65 {
    min-height: 650px !important;
  }
  .g-mh-xl--66 {
    min-height: 660px !important;
  }
  .g-mh-xl--67 {
    min-height: 670px !important;
  }
  .g-mh-xl--68 {
    min-height: 680px !important;
  }
  .g-mh-xl--69 {
    min-height: 690px !important;
  }
  .g-mh-xl--70 {
    min-height: 700px !important;
  }
  .g-mh-xl--71 {
    min-height: 710px !important;
  }
  .g-mh-xl--72 {
    min-height: 720px !important;
  }
  .g-mh-xl--73 {
    min-height: 730px !important;
  }
  .g-mh-xl--74 {
    min-height: 740px !important;
  }
  .g-mh-xl--75 {
    min-height: 750px !important;
  }
  .g-mh-xl--76 {
    min-height: 760px !important;
  }
  .g-mh-xl--77 {
    min-height: 770px !important;
  }
  .g-mh-xl--78 {
    min-height: 780px !important;
  }
  .g-mh-xl--79 {
    min-height: 790px !important;
  }
  .g-mh-xl--80 {
    min-height: 800px !important;
  }
  .g-mh-xl--81 {
    min-height: 810px !important;
  }
  .g-mh-xl--82 {
    min-height: 820px !important;
  }
  .g-mh-xl--83 {
    min-height: 830px !important;
  }
  .g-mh-xl--84 {
    min-height: 840px !important;
  }
  .g-mh-xl--85 {
    min-height: 850px !important;
  }
  .g-mh-xl--86 {
    min-height: 860px !important;
  }
  .g-mh-xl--87 {
    min-height: 870px !important;
  }
  .g-mh-xl--88 {
    min-height: 880px !important;
  }
  .g-mh-xl--89 {
    min-height: 890px !important;
  }
  .g-mh-xl--90 {
    min-height: 900px !important;
  }
  .g-mh-xl--91 {
    min-height: 910px !important;
  }
  .g-mh-xl--92 {
    min-height: 920px !important;
  }
  .g-mh-xl--93 {
    min-height: 930px !important;
  }
  .g-mh-xl--94 {
    min-height: 940px !important;
  }
  .g-mh-xl--95 {
    min-height: 950px !important;
  }
  .g-mh-xl--96 {
    min-height: 960px !important;
  }
  .g-mh-xl--97 {
    min-height: 970px !important;
  }
  .g-mh-xl--98 {
    min-height: 980px !important;
  }
  .g-mh-xl--99 {
    min-height: 990px !important;
  }
}
@media all and (min-width: 1200px) and (-ms-high-contrast: none) {
  .g-mh-xl--inherit {
    height: inherit !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--0 {
    height: 0px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--1 {
    height: 10px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--2 {
    height: 20px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--3 {
    height: 30px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--4 {
    height: 40px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--5 {
    height: 50px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--6 {
    height: 60px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--7 {
    height: 70px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--8 {
    height: 80px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--9 {
    height: 90px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--10 {
    height: 100px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--11 {
    height: 110px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--12 {
    height: 120px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--13 {
    height: 130px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--14 {
    height: 140px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--15 {
    height: 150px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--16 {
    height: 160px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--17 {
    height: 170px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--18 {
    height: 180px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--19 {
    height: 190px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--20 {
    height: 200px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--21 {
    height: 210px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--22 {
    height: 220px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--23 {
    height: 230px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--24 {
    height: 240px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--25 {
    height: 250px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--26 {
    height: 260px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--27 {
    height: 270px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--28 {
    height: 280px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--29 {
    height: 290px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--30 {
    height: 300px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--31 {
    height: 310px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--32 {
    height: 320px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--33 {
    height: 330px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--34 {
    height: 340px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--35 {
    height: 350px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--36 {
    height: 360px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--37 {
    height: 370px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--38 {
    height: 380px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--39 {
    height: 390px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--40 {
    height: 400px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--41 {
    height: 410px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--42 {
    height: 420px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--43 {
    height: 430px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--44 {
    height: 440px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--45 {
    height: 450px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--46 {
    height: 460px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--47 {
    height: 470px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--48 {
    height: 480px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--49 {
    height: 490px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--50 {
    height: 500px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--51 {
    height: 510px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--52 {
    height: 520px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--53 {
    height: 530px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--54 {
    height: 540px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--55 {
    height: 550px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--56 {
    height: 560px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--57 {
    height: 570px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--58 {
    height: 580px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--59 {
    height: 590px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--60 {
    height: 600px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--61 {
    height: 610px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--62 {
    height: 620px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--63 {
    height: 630px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--64 {
    height: 640px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--65 {
    height: 650px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--66 {
    height: 660px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--67 {
    height: 670px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--68 {
    height: 680px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--69 {
    height: 690px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--70 {
    height: 700px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--71 {
    height: 710px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--72 {
    height: 720px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--73 {
    height: 730px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--74 {
    height: 740px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--75 {
    height: 750px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--76 {
    height: 760px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--77 {
    height: 770px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--78 {
    height: 780px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--79 {
    height: 790px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--80 {
    height: 800px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--81 {
    height: 810px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--82 {
    height: 820px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--83 {
    height: 830px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--84 {
    height: 840px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--85 {
    height: 850px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--86 {
    height: 860px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--87 {
    height: 870px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--88 {
    height: 880px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--89 {
    height: 890px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--90 {
    height: 900px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--91 {
    height: 910px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--92 {
    height: 920px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--93 {
    height: 930px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--94 {
    height: 940px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--95 {
    height: 950px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--96 {
    height: 960px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--97 {
    height: 970px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--98 {
    height: 980px !important;
  }
  .g-mh *::-ms-backdrop, .g-mh-xl--99 {
    height: 990px !important;
  }
}

.g-max-w--inherit {
  max-width: inherit !important;
}
.g-max-w--0 {
  max-width: 0px;
}
.g-max-w--1 {
  max-width: 10px;
}
.g-max-w--2 {
  max-width: 20px;
}
.g-max-w--3 {
  max-width: 30px;
}
.g-max-w--4 {
  max-width: 40px;
}
.g-max-w--5 {
  max-width: 50px;
}
.g-max-w--6 {
  max-width: 60px;
}
.g-max-w--7 {
  max-width: 70px;
}
.g-max-w--8 {
  max-width: 80px;
}
.g-max-w--9 {
  max-width: 90px;
}
.g-max-w--10 {
  max-width: 100px;
}
.g-max-w--11 {
  max-width: 110px;
}
.g-max-w--12 {
  max-width: 120px;
}
.g-max-w--13 {
  max-width: 130px;
}
.g-max-w--14 {
  max-width: 140px;
}
.g-max-w--15 {
  max-width: 150px;
}
.g-max-w--16 {
  max-width: 160px;
}
.g-max-w--17 {
  max-width: 170px;
}
.g-max-w--18 {
  max-width: 180px;
}
.g-max-w--19 {
  max-width: 190px;
}
.g-max-w--20 {
  max-width: 200px;
}
.g-max-w--21 {
  max-width: 210px;
}
.g-max-w--22 {
  max-width: 220px;
}
.g-max-w--23 {
  max-width: 230px;
}
.g-max-w--24 {
  max-width: 240px;
}
.g-max-w--25 {
  max-width: 250px;
}
.g-max-w--26 {
  max-width: 260px;
}
.g-max-w--27 {
  max-width: 270px;
}
.g-max-w--28 {
  max-width: 280px;
}
.g-max-w--29 {
  max-width: 290px;
}
.g-max-w--30 {
  max-width: 300px;
}
.g-max-w--31 {
  max-width: 310px;
}
.g-max-w--32 {
  max-width: 320px;
}
.g-max-w--33 {
  max-width: 330px;
}
.g-max-w--34 {
  max-width: 340px;
}
.g-max-w--35 {
  max-width: 350px;
}
.g-max-w--36 {
  max-width: 360px;
}
.g-max-w--37 {
  max-width: 370px;
}
.g-max-w--38 {
  max-width: 380px;
}
.g-max-w--39 {
  max-width: 390px;
}
.g-max-w--40 {
  max-width: 400px;
}
.g-max-w--41 {
  max-width: 410px;
}
.g-max-w--42 {
  max-width: 420px;
}
.g-max-w--43 {
  max-width: 430px;
}
.g-max-w--44 {
  max-width: 440px;
}
.g-max-w--45 {
  max-width: 450px;
}
.g-max-w--46 {
  max-width: 460px;
}
.g-max-w--47 {
  max-width: 470px;
}
.g-max-w--48 {
  max-width: 480px;
}
.g-max-w--49 {
  max-width: 490px;
}
.g-max-w--50 {
  max-width: 500px;
}
.g-max-w--51 {
  max-width: 510px;
}
.g-max-w--52 {
  max-width: 520px;
}
.g-max-w--53 {
  max-width: 530px;
}
.g-max-w--54 {
  max-width: 540px;
}
.g-max-w--55 {
  max-width: 550px;
}
.g-max-w--56 {
  max-width: 560px;
}
.g-max-w--57 {
  max-width: 570px;
}
.g-max-w--58 {
  max-width: 580px;
}
.g-max-w--59 {
  max-width: 590px;
}
.g-max-w--60 {
  max-width: 600px;
}
.g-max-w--61 {
  max-width: 610px;
}
.g-max-w--62 {
  max-width: 620px;
}
.g-max-w--63 {
  max-width: 630px;
}
.g-max-w--64 {
  max-width: 640px;
}
.g-max-w--65 {
  max-width: 650px;
}
.g-max-w--66 {
  max-width: 660px;
}
.g-max-w--67 {
  max-width: 670px;
}
.g-max-w--68 {
  max-width: 680px;
}
.g-max-w--69 {
  max-width: 690px;
}
.g-max-w--70 {
  max-width: 700px;
}
.g-max-w--71 {
  max-width: 710px;
}
.g-max-w--72 {
  max-width: 720px;
}
.g-max-w--73 {
  max-width: 730px;
}
.g-max-w--74 {
  max-width: 740px;
}
.g-max-w--75 {
  max-width: 750px;
}
.g-max-w--76 {
  max-width: 760px;
}
.g-max-w--77 {
  max-width: 770px;
}
.g-max-w--78 {
  max-width: 780px;
}
.g-max-w--79 {
  max-width: 790px;
}
.g-max-w--80 {
  max-width: 800px;
}
.g-max-w--81 {
  max-width: 810px;
}
.g-max-w--82 {
  max-width: 820px;
}
.g-max-w--83 {
  max-width: 830px;
}
.g-max-w--84 {
  max-width: 840px;
}
.g-max-w--85 {
  max-width: 850px;
}
.g-max-w--86 {
  max-width: 860px;
}
.g-max-w--87 {
  max-width: 870px;
}
.g-max-w--88 {
  max-width: 880px;
}
.g-max-w--89 {
  max-width: 890px;
}
.g-max-w--90 {
  max-width: 900px;
}
.g-max-w--91 {
  max-width: 910px;
}
.g-max-w--92 {
  max-width: 920px;
}
.g-max-w--93 {
  max-width: 930px;
}
.g-max-w--94 {
  max-width: 940px;
}
.g-max-w--95 {
  max-width: 950px;
}
.g-max-w--96 {
  max-width: 960px;
}
.g-max-w--97 {
  max-width: 970px;
}
.g-max-w--98 {
  max-width: 980px;
}
.g-max-w--99 {
  max-width: 990px;
}
@media (min-width: 320px) {
  .g-max-w-xs--inherit {
    max-width: inherit !important;
  }
  .g-max-w-xs--0 {
    max-width: 0px !important;
  }
  .g-max-w-xs--1 {
    max-width: 10px !important;
  }
  .g-max-w-xs--2 {
    max-width: 20px !important;
  }
  .g-max-w-xs--3 {
    max-width: 30px !important;
  }
  .g-max-w-xs--4 {
    max-width: 40px !important;
  }
  .g-max-w-xs--5 {
    max-width: 50px !important;
  }
  .g-max-w-xs--6 {
    max-width: 60px !important;
  }
  .g-max-w-xs--7 {
    max-width: 70px !important;
  }
  .g-max-w-xs--8 {
    max-width: 80px !important;
  }
  .g-max-w-xs--9 {
    max-width: 90px !important;
  }
  .g-max-w-xs--10 {
    max-width: 100px !important;
  }
  .g-max-w-xs--11 {
    max-width: 110px !important;
  }
  .g-max-w-xs--12 {
    max-width: 120px !important;
  }
  .g-max-w-xs--13 {
    max-width: 130px !important;
  }
  .g-max-w-xs--14 {
    max-width: 140px !important;
  }
  .g-max-w-xs--15 {
    max-width: 150px !important;
  }
  .g-max-w-xs--16 {
    max-width: 160px !important;
  }
  .g-max-w-xs--17 {
    max-width: 170px !important;
  }
  .g-max-w-xs--18 {
    max-width: 180px !important;
  }
  .g-max-w-xs--19 {
    max-width: 190px !important;
  }
  .g-max-w-xs--20 {
    max-width: 200px !important;
  }
  .g-max-w-xs--21 {
    max-width: 210px !important;
  }
  .g-max-w-xs--22 {
    max-width: 220px !important;
  }
  .g-max-w-xs--23 {
    max-width: 230px !important;
  }
  .g-max-w-xs--24 {
    max-width: 240px !important;
  }
  .g-max-w-xs--25 {
    max-width: 250px !important;
  }
  .g-max-w-xs--26 {
    max-width: 260px !important;
  }
  .g-max-w-xs--27 {
    max-width: 270px !important;
  }
  .g-max-w-xs--28 {
    max-width: 280px !important;
  }
  .g-max-w-xs--29 {
    max-width: 290px !important;
  }
  .g-max-w-xs--30 {
    max-width: 300px !important;
  }
  .g-max-w-xs--31 {
    max-width: 310px !important;
  }
  .g-max-w-xs--32 {
    max-width: 320px !important;
  }
  .g-max-w-xs--33 {
    max-width: 330px !important;
  }
  .g-max-w-xs--34 {
    max-width: 340px !important;
  }
  .g-max-w-xs--35 {
    max-width: 350px !important;
  }
  .g-max-w-xs--36 {
    max-width: 360px !important;
  }
  .g-max-w-xs--37 {
    max-width: 370px !important;
  }
  .g-max-w-xs--38 {
    max-width: 380px !important;
  }
  .g-max-w-xs--39 {
    max-width: 390px !important;
  }
  .g-max-w-xs--40 {
    max-width: 400px !important;
  }
  .g-max-w-xs--41 {
    max-width: 410px !important;
  }
  .g-max-w-xs--42 {
    max-width: 420px !important;
  }
  .g-max-w-xs--43 {
    max-width: 430px !important;
  }
  .g-max-w-xs--44 {
    max-width: 440px !important;
  }
  .g-max-w-xs--45 {
    max-width: 450px !important;
  }
  .g-max-w-xs--46 {
    max-width: 460px !important;
  }
  .g-max-w-xs--47 {
    max-width: 470px !important;
  }
  .g-max-w-xs--48 {
    max-width: 480px !important;
  }
  .g-max-w-xs--49 {
    max-width: 490px !important;
  }
  .g-max-w-xs--50 {
    max-width: 500px !important;
  }
  .g-max-w-xs--51 {
    max-width: 510px !important;
  }
  .g-max-w-xs--52 {
    max-width: 520px !important;
  }
  .g-max-w-xs--53 {
    max-width: 530px !important;
  }
  .g-max-w-xs--54 {
    max-width: 540px !important;
  }
  .g-max-w-xs--55 {
    max-width: 550px !important;
  }
  .g-max-w-xs--56 {
    max-width: 560px !important;
  }
  .g-max-w-xs--57 {
    max-width: 570px !important;
  }
  .g-max-w-xs--58 {
    max-width: 580px !important;
  }
  .g-max-w-xs--59 {
    max-width: 590px !important;
  }
  .g-max-w-xs--60 {
    max-width: 600px !important;
  }
  .g-max-w-xs--61 {
    max-width: 610px !important;
  }
  .g-max-w-xs--62 {
    max-width: 620px !important;
  }
  .g-max-w-xs--63 {
    max-width: 630px !important;
  }
  .g-max-w-xs--64 {
    max-width: 640px !important;
  }
  .g-max-w-xs--65 {
    max-width: 650px !important;
  }
  .g-max-w-xs--66 {
    max-width: 660px !important;
  }
  .g-max-w-xs--67 {
    max-width: 670px !important;
  }
  .g-max-w-xs--68 {
    max-width: 680px !important;
  }
  .g-max-w-xs--69 {
    max-width: 690px !important;
  }
  .g-max-w-xs--70 {
    max-width: 700px !important;
  }
  .g-max-w-xs--71 {
    max-width: 710px !important;
  }
  .g-max-w-xs--72 {
    max-width: 720px !important;
  }
  .g-max-w-xs--73 {
    max-width: 730px !important;
  }
  .g-max-w-xs--74 {
    max-width: 740px !important;
  }
  .g-max-w-xs--75 {
    max-width: 750px !important;
  }
  .g-max-w-xs--76 {
    max-width: 760px !important;
  }
  .g-max-w-xs--77 {
    max-width: 770px !important;
  }
  .g-max-w-xs--78 {
    max-width: 780px !important;
  }
  .g-max-w-xs--79 {
    max-width: 790px !important;
  }
  .g-max-w-xs--80 {
    max-width: 800px !important;
  }
  .g-max-w-xs--81 {
    max-width: 810px !important;
  }
  .g-max-w-xs--82 {
    max-width: 820px !important;
  }
  .g-max-w-xs--83 {
    max-width: 830px !important;
  }
  .g-max-w-xs--84 {
    max-width: 840px !important;
  }
  .g-max-w-xs--85 {
    max-width: 850px !important;
  }
  .g-max-w-xs--86 {
    max-width: 860px !important;
  }
  .g-max-w-xs--87 {
    max-width: 870px !important;
  }
  .g-max-w-xs--88 {
    max-width: 880px !important;
  }
  .g-max-w-xs--89 {
    max-width: 890px !important;
  }
  .g-max-w-xs--90 {
    max-width: 900px !important;
  }
  .g-max-w-xs--91 {
    max-width: 910px !important;
  }
  .g-max-w-xs--92 {
    max-width: 920px !important;
  }
  .g-max-w-xs--93 {
    max-width: 930px !important;
  }
  .g-max-w-xs--94 {
    max-width: 940px !important;
  }
  .g-max-w-xs--95 {
    max-width: 950px !important;
  }
  .g-max-w-xs--96 {
    max-width: 960px !important;
  }
  .g-max-w-xs--97 {
    max-width: 970px !important;
  }
  .g-max-w-xs--98 {
    max-width: 980px !important;
  }
  .g-max-w-xs--99 {
    max-width: 990px !important;
  }
}
@media (min-width: 576px) {
  .g-max-w-sm--inherit {
    max-width: inherit !important;
  }
  .g-max-w-sm--0 {
    max-width: 0px !important;
  }
  .g-max-w-sm--1 {
    max-width: 10px !important;
  }
  .g-max-w-sm--2 {
    max-width: 20px !important;
  }
  .g-max-w-sm--3 {
    max-width: 30px !important;
  }
  .g-max-w-sm--4 {
    max-width: 40px !important;
  }
  .g-max-w-sm--5 {
    max-width: 50px !important;
  }
  .g-max-w-sm--6 {
    max-width: 60px !important;
  }
  .g-max-w-sm--7 {
    max-width: 70px !important;
  }
  .g-max-w-sm--8 {
    max-width: 80px !important;
  }
  .g-max-w-sm--9 {
    max-width: 90px !important;
  }
  .g-max-w-sm--10 {
    max-width: 100px !important;
  }
  .g-max-w-sm--11 {
    max-width: 110px !important;
  }
  .g-max-w-sm--12 {
    max-width: 120px !important;
  }
  .g-max-w-sm--13 {
    max-width: 130px !important;
  }
  .g-max-w-sm--14 {
    max-width: 140px !important;
  }
  .g-max-w-sm--15 {
    max-width: 150px !important;
  }
  .g-max-w-sm--16 {
    max-width: 160px !important;
  }
  .g-max-w-sm--17 {
    max-width: 170px !important;
  }
  .g-max-w-sm--18 {
    max-width: 180px !important;
  }
  .g-max-w-sm--19 {
    max-width: 190px !important;
  }
  .g-max-w-sm--20 {
    max-width: 200px !important;
  }
  .g-max-w-sm--21 {
    max-width: 210px !important;
  }
  .g-max-w-sm--22 {
    max-width: 220px !important;
  }
  .g-max-w-sm--23 {
    max-width: 230px !important;
  }
  .g-max-w-sm--24 {
    max-width: 240px !important;
  }
  .g-max-w-sm--25 {
    max-width: 250px !important;
  }
  .g-max-w-sm--26 {
    max-width: 260px !important;
  }
  .g-max-w-sm--27 {
    max-width: 270px !important;
  }
  .g-max-w-sm--28 {
    max-width: 280px !important;
  }
  .g-max-w-sm--29 {
    max-width: 290px !important;
  }
  .g-max-w-sm--30 {
    max-width: 300px !important;
  }
  .g-max-w-sm--31 {
    max-width: 310px !important;
  }
  .g-max-w-sm--32 {
    max-width: 320px !important;
  }
  .g-max-w-sm--33 {
    max-width: 330px !important;
  }
  .g-max-w-sm--34 {
    max-width: 340px !important;
  }
  .g-max-w-sm--35 {
    max-width: 350px !important;
  }
  .g-max-w-sm--36 {
    max-width: 360px !important;
  }
  .g-max-w-sm--37 {
    max-width: 370px !important;
  }
  .g-max-w-sm--38 {
    max-width: 380px !important;
  }
  .g-max-w-sm--39 {
    max-width: 390px !important;
  }
  .g-max-w-sm--40 {
    max-width: 400px !important;
  }
  .g-max-w-sm--41 {
    max-width: 410px !important;
  }
  .g-max-w-sm--42 {
    max-width: 420px !important;
  }
  .g-max-w-sm--43 {
    max-width: 430px !important;
  }
  .g-max-w-sm--44 {
    max-width: 440px !important;
  }
  .g-max-w-sm--45 {
    max-width: 450px !important;
  }
  .g-max-w-sm--46 {
    max-width: 460px !important;
  }
  .g-max-w-sm--47 {
    max-width: 470px !important;
  }
  .g-max-w-sm--48 {
    max-width: 480px !important;
  }
  .g-max-w-sm--49 {
    max-width: 490px !important;
  }
  .g-max-w-sm--50 {
    max-width: 500px !important;
  }
  .g-max-w-sm--51 {
    max-width: 510px !important;
  }
  .g-max-w-sm--52 {
    max-width: 520px !important;
  }
  .g-max-w-sm--53 {
    max-width: 530px !important;
  }
  .g-max-w-sm--54 {
    max-width: 540px !important;
  }
  .g-max-w-sm--55 {
    max-width: 550px !important;
  }
  .g-max-w-sm--56 {
    max-width: 560px !important;
  }
  .g-max-w-sm--57 {
    max-width: 570px !important;
  }
  .g-max-w-sm--58 {
    max-width: 580px !important;
  }
  .g-max-w-sm--59 {
    max-width: 590px !important;
  }
  .g-max-w-sm--60 {
    max-width: 600px !important;
  }
  .g-max-w-sm--61 {
    max-width: 610px !important;
  }
  .g-max-w-sm--62 {
    max-width: 620px !important;
  }
  .g-max-w-sm--63 {
    max-width: 630px !important;
  }
  .g-max-w-sm--64 {
    max-width: 640px !important;
  }
  .g-max-w-sm--65 {
    max-width: 650px !important;
  }
  .g-max-w-sm--66 {
    max-width: 660px !important;
  }
  .g-max-w-sm--67 {
    max-width: 670px !important;
  }
  .g-max-w-sm--68 {
    max-width: 680px !important;
  }
  .g-max-w-sm--69 {
    max-width: 690px !important;
  }
  .g-max-w-sm--70 {
    max-width: 700px !important;
  }
  .g-max-w-sm--71 {
    max-width: 710px !important;
  }
  .g-max-w-sm--72 {
    max-width: 720px !important;
  }
  .g-max-w-sm--73 {
    max-width: 730px !important;
  }
  .g-max-w-sm--74 {
    max-width: 740px !important;
  }
  .g-max-w-sm--75 {
    max-width: 750px !important;
  }
  .g-max-w-sm--76 {
    max-width: 760px !important;
  }
  .g-max-w-sm--77 {
    max-width: 770px !important;
  }
  .g-max-w-sm--78 {
    max-width: 780px !important;
  }
  .g-max-w-sm--79 {
    max-width: 790px !important;
  }
  .g-max-w-sm--80 {
    max-width: 800px !important;
  }
  .g-max-w-sm--81 {
    max-width: 810px !important;
  }
  .g-max-w-sm--82 {
    max-width: 820px !important;
  }
  .g-max-w-sm--83 {
    max-width: 830px !important;
  }
  .g-max-w-sm--84 {
    max-width: 840px !important;
  }
  .g-max-w-sm--85 {
    max-width: 850px !important;
  }
  .g-max-w-sm--86 {
    max-width: 860px !important;
  }
  .g-max-w-sm--87 {
    max-width: 870px !important;
  }
  .g-max-w-sm--88 {
    max-width: 880px !important;
  }
  .g-max-w-sm--89 {
    max-width: 890px !important;
  }
  .g-max-w-sm--90 {
    max-width: 900px !important;
  }
  .g-max-w-sm--91 {
    max-width: 910px !important;
  }
  .g-max-w-sm--92 {
    max-width: 920px !important;
  }
  .g-max-w-sm--93 {
    max-width: 930px !important;
  }
  .g-max-w-sm--94 {
    max-width: 940px !important;
  }
  .g-max-w-sm--95 {
    max-width: 950px !important;
  }
  .g-max-w-sm--96 {
    max-width: 960px !important;
  }
  .g-max-w-sm--97 {
    max-width: 970px !important;
  }
  .g-max-w-sm--98 {
    max-width: 980px !important;
  }
  .g-max-w-sm--99 {
    max-width: 990px !important;
  }
}
@media (min-width: 768px) {
  .g-max-w-md--inherit {
    max-width: inherit !important;
  }
  .g-max-w-md--0 {
    max-width: 0px !important;
  }
  .g-max-w-md--1 {
    max-width: 10px !important;
  }
  .g-max-w-md--2 {
    max-width: 20px !important;
  }
  .g-max-w-md--3 {
    max-width: 30px !important;
  }
  .g-max-w-md--4 {
    max-width: 40px !important;
  }
  .g-max-w-md--5 {
    max-width: 50px !important;
  }
  .g-max-w-md--6 {
    max-width: 60px !important;
  }
  .g-max-w-md--7 {
    max-width: 70px !important;
  }
  .g-max-w-md--8 {
    max-width: 80px !important;
  }
  .g-max-w-md--9 {
    max-width: 90px !important;
  }
  .g-max-w-md--10 {
    max-width: 100px !important;
  }
  .g-max-w-md--11 {
    max-width: 110px !important;
  }
  .g-max-w-md--12 {
    max-width: 120px !important;
  }
  .g-max-w-md--13 {
    max-width: 130px !important;
  }
  .g-max-w-md--14 {
    max-width: 140px !important;
  }
  .g-max-w-md--15 {
    max-width: 150px !important;
  }
  .g-max-w-md--16 {
    max-width: 160px !important;
  }
  .g-max-w-md--17 {
    max-width: 170px !important;
  }
  .g-max-w-md--18 {
    max-width: 180px !important;
  }
  .g-max-w-md--19 {
    max-width: 190px !important;
  }
  .g-max-w-md--20 {
    max-width: 200px !important;
  }
  .g-max-w-md--21 {
    max-width: 210px !important;
  }
  .g-max-w-md--22 {
    max-width: 220px !important;
  }
  .g-max-w-md--23 {
    max-width: 230px !important;
  }
  .g-max-w-md--24 {
    max-width: 240px !important;
  }
  .g-max-w-md--25 {
    max-width: 250px !important;
  }
  .g-max-w-md--26 {
    max-width: 260px !important;
  }
  .g-max-w-md--27 {
    max-width: 270px !important;
  }
  .g-max-w-md--28 {
    max-width: 280px !important;
  }
  .g-max-w-md--29 {
    max-width: 290px !important;
  }
  .g-max-w-md--30 {
    max-width: 300px !important;
  }
  .g-max-w-md--31 {
    max-width: 310px !important;
  }
  .g-max-w-md--32 {
    max-width: 320px !important;
  }
  .g-max-w-md--33 {
    max-width: 330px !important;
  }
  .g-max-w-md--34 {
    max-width: 340px !important;
  }
  .g-max-w-md--35 {
    max-width: 350px !important;
  }
  .g-max-w-md--36 {
    max-width: 360px !important;
  }
  .g-max-w-md--37 {
    max-width: 370px !important;
  }
  .g-max-w-md--38 {
    max-width: 380px !important;
  }
  .g-max-w-md--39 {
    max-width: 390px !important;
  }
  .g-max-w-md--40 {
    max-width: 400px !important;
  }
  .g-max-w-md--41 {
    max-width: 410px !important;
  }
  .g-max-w-md--42 {
    max-width: 420px !important;
  }
  .g-max-w-md--43 {
    max-width: 430px !important;
  }
  .g-max-w-md--44 {
    max-width: 440px !important;
  }
  .g-max-w-md--45 {
    max-width: 450px !important;
  }
  .g-max-w-md--46 {
    max-width: 460px !important;
  }
  .g-max-w-md--47 {
    max-width: 470px !important;
  }
  .g-max-w-md--48 {
    max-width: 480px !important;
  }
  .g-max-w-md--49 {
    max-width: 490px !important;
  }
  .g-max-w-md--50 {
    max-width: 500px !important;
  }
  .g-max-w-md--51 {
    max-width: 510px !important;
  }
  .g-max-w-md--52 {
    max-width: 520px !important;
  }
  .g-max-w-md--53 {
    max-width: 530px !important;
  }
  .g-max-w-md--54 {
    max-width: 540px !important;
  }
  .g-max-w-md--55 {
    max-width: 550px !important;
  }
  .g-max-w-md--56 {
    max-width: 560px !important;
  }
  .g-max-w-md--57 {
    max-width: 570px !important;
  }
  .g-max-w-md--58 {
    max-width: 580px !important;
  }
  .g-max-w-md--59 {
    max-width: 590px !important;
  }
  .g-max-w-md--60 {
    max-width: 600px !important;
  }
  .g-max-w-md--61 {
    max-width: 610px !important;
  }
  .g-max-w-md--62 {
    max-width: 620px !important;
  }
  .g-max-w-md--63 {
    max-width: 630px !important;
  }
  .g-max-w-md--64 {
    max-width: 640px !important;
  }
  .g-max-w-md--65 {
    max-width: 650px !important;
  }
  .g-max-w-md--66 {
    max-width: 660px !important;
  }
  .g-max-w-md--67 {
    max-width: 670px !important;
  }
  .g-max-w-md--68 {
    max-width: 680px !important;
  }
  .g-max-w-md--69 {
    max-width: 690px !important;
  }
  .g-max-w-md--70 {
    max-width: 700px !important;
  }
  .g-max-w-md--71 {
    max-width: 710px !important;
  }
  .g-max-w-md--72 {
    max-width: 720px !important;
  }
  .g-max-w-md--73 {
    max-width: 730px !important;
  }
  .g-max-w-md--74 {
    max-width: 740px !important;
  }
  .g-max-w-md--75 {
    max-width: 750px !important;
  }
  .g-max-w-md--76 {
    max-width: 760px !important;
  }
  .g-max-w-md--77 {
    max-width: 770px !important;
  }
  .g-max-w-md--78 {
    max-width: 780px !important;
  }
  .g-max-w-md--79 {
    max-width: 790px !important;
  }
  .g-max-w-md--80 {
    max-width: 800px !important;
  }
  .g-max-w-md--81 {
    max-width: 810px !important;
  }
  .g-max-w-md--82 {
    max-width: 820px !important;
  }
  .g-max-w-md--83 {
    max-width: 830px !important;
  }
  .g-max-w-md--84 {
    max-width: 840px !important;
  }
  .g-max-w-md--85 {
    max-width: 850px !important;
  }
  .g-max-w-md--86 {
    max-width: 860px !important;
  }
  .g-max-w-md--87 {
    max-width: 870px !important;
  }
  .g-max-w-md--88 {
    max-width: 880px !important;
  }
  .g-max-w-md--89 {
    max-width: 890px !important;
  }
  .g-max-w-md--90 {
    max-width: 900px !important;
  }
  .g-max-w-md--91 {
    max-width: 910px !important;
  }
  .g-max-w-md--92 {
    max-width: 920px !important;
  }
  .g-max-w-md--93 {
    max-width: 930px !important;
  }
  .g-max-w-md--94 {
    max-width: 940px !important;
  }
  .g-max-w-md--95 {
    max-width: 950px !important;
  }
  .g-max-w-md--96 {
    max-width: 960px !important;
  }
  .g-max-w-md--97 {
    max-width: 970px !important;
  }
  .g-max-w-md--98 {
    max-width: 980px !important;
  }
  .g-max-w-md--99 {
    max-width: 990px !important;
  }
}
@media (min-width: 992px) {
  .g-max-w-lg--inherit {
    max-width: inherit !important;
  }
  .g-max-w-lg--0 {
    max-width: 0px !important;
  }
  .g-max-w-lg--1 {
    max-width: 10px !important;
  }
  .g-max-w-lg--2 {
    max-width: 20px !important;
  }
  .g-max-w-lg--3 {
    max-width: 30px !important;
  }
  .g-max-w-lg--4 {
    max-width: 40px !important;
  }
  .g-max-w-lg--5 {
    max-width: 50px !important;
  }
  .g-max-w-lg--6 {
    max-width: 60px !important;
  }
  .g-max-w-lg--7 {
    max-width: 70px !important;
  }
  .g-max-w-lg--8 {
    max-width: 80px !important;
  }
  .g-max-w-lg--9 {
    max-width: 90px !important;
  }
  .g-max-w-lg--10 {
    max-width: 100px !important;
  }
  .g-max-w-lg--11 {
    max-width: 110px !important;
  }
  .g-max-w-lg--12 {
    max-width: 120px !important;
  }
  .g-max-w-lg--13 {
    max-width: 130px !important;
  }
  .g-max-w-lg--14 {
    max-width: 140px !important;
  }
  .g-max-w-lg--15 {
    max-width: 150px !important;
  }
  .g-max-w-lg--16 {
    max-width: 160px !important;
  }
  .g-max-w-lg--17 {
    max-width: 170px !important;
  }
  .g-max-w-lg--18 {
    max-width: 180px !important;
  }
  .g-max-w-lg--19 {
    max-width: 190px !important;
  }
  .g-max-w-lg--20 {
    max-width: 200px !important;
  }
  .g-max-w-lg--21 {
    max-width: 210px !important;
  }
  .g-max-w-lg--22 {
    max-width: 220px !important;
  }
  .g-max-w-lg--23 {
    max-width: 230px !important;
  }
  .g-max-w-lg--24 {
    max-width: 240px !important;
  }
  .g-max-w-lg--25 {
    max-width: 250px !important;
  }
  .g-max-w-lg--26 {
    max-width: 260px !important;
  }
  .g-max-w-lg--27 {
    max-width: 270px !important;
  }
  .g-max-w-lg--28 {
    max-width: 280px !important;
  }
  .g-max-w-lg--29 {
    max-width: 290px !important;
  }
  .g-max-w-lg--30 {
    max-width: 300px !important;
  }
  .g-max-w-lg--31 {
    max-width: 310px !important;
  }
  .g-max-w-lg--32 {
    max-width: 320px !important;
  }
  .g-max-w-lg--33 {
    max-width: 330px !important;
  }
  .g-max-w-lg--34 {
    max-width: 340px !important;
  }
  .g-max-w-lg--35 {
    max-width: 350px !important;
  }
  .g-max-w-lg--36 {
    max-width: 360px !important;
  }
  .g-max-w-lg--37 {
    max-width: 370px !important;
  }
  .g-max-w-lg--38 {
    max-width: 380px !important;
  }
  .g-max-w-lg--39 {
    max-width: 390px !important;
  }
  .g-max-w-lg--40 {
    max-width: 400px !important;
  }
  .g-max-w-lg--41 {
    max-width: 410px !important;
  }
  .g-max-w-lg--42 {
    max-width: 420px !important;
  }
  .g-max-w-lg--43 {
    max-width: 430px !important;
  }
  .g-max-w-lg--44 {
    max-width: 440px !important;
  }
  .g-max-w-lg--45 {
    max-width: 450px !important;
  }
  .g-max-w-lg--46 {
    max-width: 460px !important;
  }
  .g-max-w-lg--47 {
    max-width: 470px !important;
  }
  .g-max-w-lg--48 {
    max-width: 480px !important;
  }
  .g-max-w-lg--49 {
    max-width: 490px !important;
  }
  .g-max-w-lg--50 {
    max-width: 500px !important;
  }
  .g-max-w-lg--51 {
    max-width: 510px !important;
  }
  .g-max-w-lg--52 {
    max-width: 520px !important;
  }
  .g-max-w-lg--53 {
    max-width: 530px !important;
  }
  .g-max-w-lg--54 {
    max-width: 540px !important;
  }
  .g-max-w-lg--55 {
    max-width: 550px !important;
  }
  .g-max-w-lg--56 {
    max-width: 560px !important;
  }
  .g-max-w-lg--57 {
    max-width: 570px !important;
  }
  .g-max-w-lg--58 {
    max-width: 580px !important;
  }
  .g-max-w-lg--59 {
    max-width: 590px !important;
  }
  .g-max-w-lg--60 {
    max-width: 600px !important;
  }
  .g-max-w-lg--61 {
    max-width: 610px !important;
  }
  .g-max-w-lg--62 {
    max-width: 620px !important;
  }
  .g-max-w-lg--63 {
    max-width: 630px !important;
  }
  .g-max-w-lg--64 {
    max-width: 640px !important;
  }
  .g-max-w-lg--65 {
    max-width: 650px !important;
  }
  .g-max-w-lg--66 {
    max-width: 660px !important;
  }
  .g-max-w-lg--67 {
    max-width: 670px !important;
  }
  .g-max-w-lg--68 {
    max-width: 680px !important;
  }
  .g-max-w-lg--69 {
    max-width: 690px !important;
  }
  .g-max-w-lg--70 {
    max-width: 700px !important;
  }
  .g-max-w-lg--71 {
    max-width: 710px !important;
  }
  .g-max-w-lg--72 {
    max-width: 720px !important;
  }
  .g-max-w-lg--73 {
    max-width: 730px !important;
  }
  .g-max-w-lg--74 {
    max-width: 740px !important;
  }
  .g-max-w-lg--75 {
    max-width: 750px !important;
  }
  .g-max-w-lg--76 {
    max-width: 760px !important;
  }
  .g-max-w-lg--77 {
    max-width: 770px !important;
  }
  .g-max-w-lg--78 {
    max-width: 780px !important;
  }
  .g-max-w-lg--79 {
    max-width: 790px !important;
  }
  .g-max-w-lg--80 {
    max-width: 800px !important;
  }
  .g-max-w-lg--81 {
    max-width: 810px !important;
  }
  .g-max-w-lg--82 {
    max-width: 820px !important;
  }
  .g-max-w-lg--83 {
    max-width: 830px !important;
  }
  .g-max-w-lg--84 {
    max-width: 840px !important;
  }
  .g-max-w-lg--85 {
    max-width: 850px !important;
  }
  .g-max-w-lg--86 {
    max-width: 860px !important;
  }
  .g-max-w-lg--87 {
    max-width: 870px !important;
  }
  .g-max-w-lg--88 {
    max-width: 880px !important;
  }
  .g-max-w-lg--89 {
    max-width: 890px !important;
  }
  .g-max-w-lg--90 {
    max-width: 900px !important;
  }
  .g-max-w-lg--91 {
    max-width: 910px !important;
  }
  .g-max-w-lg--92 {
    max-width: 920px !important;
  }
  .g-max-w-lg--93 {
    max-width: 930px !important;
  }
  .g-max-w-lg--94 {
    max-width: 940px !important;
  }
  .g-max-w-lg--95 {
    max-width: 950px !important;
  }
  .g-max-w-lg--96 {
    max-width: 960px !important;
  }
  .g-max-w-lg--97 {
    max-width: 970px !important;
  }
  .g-max-w-lg--98 {
    max-width: 980px !important;
  }
  .g-max-w-lg--99 {
    max-width: 990px !important;
  }
}
@media (min-width: 1200px) {
  .g-max-w-xl--inherit {
    max-width: inherit !important;
  }
  .g-max-w-xl--0 {
    max-width: 0px !important;
  }
  .g-max-w-xl--1 {
    max-width: 10px !important;
  }
  .g-max-w-xl--2 {
    max-width: 20px !important;
  }
  .g-max-w-xl--3 {
    max-width: 30px !important;
  }
  .g-max-w-xl--4 {
    max-width: 40px !important;
  }
  .g-max-w-xl--5 {
    max-width: 50px !important;
  }
  .g-max-w-xl--6 {
    max-width: 60px !important;
  }
  .g-max-w-xl--7 {
    max-width: 70px !important;
  }
  .g-max-w-xl--8 {
    max-width: 80px !important;
  }
  .g-max-w-xl--9 {
    max-width: 90px !important;
  }
  .g-max-w-xl--10 {
    max-width: 100px !important;
  }
  .g-max-w-xl--11 {
    max-width: 110px !important;
  }
  .g-max-w-xl--12 {
    max-width: 120px !important;
  }
  .g-max-w-xl--13 {
    max-width: 130px !important;
  }
  .g-max-w-xl--14 {
    max-width: 140px !important;
  }
  .g-max-w-xl--15 {
    max-width: 150px !important;
  }
  .g-max-w-xl--16 {
    max-width: 160px !important;
  }
  .g-max-w-xl--17 {
    max-width: 170px !important;
  }
  .g-max-w-xl--18 {
    max-width: 180px !important;
  }
  .g-max-w-xl--19 {
    max-width: 190px !important;
  }
  .g-max-w-xl--20 {
    max-width: 200px !important;
  }
  .g-max-w-xl--21 {
    max-width: 210px !important;
  }
  .g-max-w-xl--22 {
    max-width: 220px !important;
  }
  .g-max-w-xl--23 {
    max-width: 230px !important;
  }
  .g-max-w-xl--24 {
    max-width: 240px !important;
  }
  .g-max-w-xl--25 {
    max-width: 250px !important;
  }
  .g-max-w-xl--26 {
    max-width: 260px !important;
  }
  .g-max-w-xl--27 {
    max-width: 270px !important;
  }
  .g-max-w-xl--28 {
    max-width: 280px !important;
  }
  .g-max-w-xl--29 {
    max-width: 290px !important;
  }
  .g-max-w-xl--30 {
    max-width: 300px !important;
  }
  .g-max-w-xl--31 {
    max-width: 310px !important;
  }
  .g-max-w-xl--32 {
    max-width: 320px !important;
  }
  .g-max-w-xl--33 {
    max-width: 330px !important;
  }
  .g-max-w-xl--34 {
    max-width: 340px !important;
  }
  .g-max-w-xl--35 {
    max-width: 350px !important;
  }
  .g-max-w-xl--36 {
    max-width: 360px !important;
  }
  .g-max-w-xl--37 {
    max-width: 370px !important;
  }
  .g-max-w-xl--38 {
    max-width: 380px !important;
  }
  .g-max-w-xl--39 {
    max-width: 390px !important;
  }
  .g-max-w-xl--40 {
    max-width: 400px !important;
  }
  .g-max-w-xl--41 {
    max-width: 410px !important;
  }
  .g-max-w-xl--42 {
    max-width: 420px !important;
  }
  .g-max-w-xl--43 {
    max-width: 430px !important;
  }
  .g-max-w-xl--44 {
    max-width: 440px !important;
  }
  .g-max-w-xl--45 {
    max-width: 450px !important;
  }
  .g-max-w-xl--46 {
    max-width: 460px !important;
  }
  .g-max-w-xl--47 {
    max-width: 470px !important;
  }
  .g-max-w-xl--48 {
    max-width: 480px !important;
  }
  .g-max-w-xl--49 {
    max-width: 490px !important;
  }
  .g-max-w-xl--50 {
    max-width: 500px !important;
  }
  .g-max-w-xl--51 {
    max-width: 510px !important;
  }
  .g-max-w-xl--52 {
    max-width: 520px !important;
  }
  .g-max-w-xl--53 {
    max-width: 530px !important;
  }
  .g-max-w-xl--54 {
    max-width: 540px !important;
  }
  .g-max-w-xl--55 {
    max-width: 550px !important;
  }
  .g-max-w-xl--56 {
    max-width: 560px !important;
  }
  .g-max-w-xl--57 {
    max-width: 570px !important;
  }
  .g-max-w-xl--58 {
    max-width: 580px !important;
  }
  .g-max-w-xl--59 {
    max-width: 590px !important;
  }
  .g-max-w-xl--60 {
    max-width: 600px !important;
  }
  .g-max-w-xl--61 {
    max-width: 610px !important;
  }
  .g-max-w-xl--62 {
    max-width: 620px !important;
  }
  .g-max-w-xl--63 {
    max-width: 630px !important;
  }
  .g-max-w-xl--64 {
    max-width: 640px !important;
  }
  .g-max-w-xl--65 {
    max-width: 650px !important;
  }
  .g-max-w-xl--66 {
    max-width: 660px !important;
  }
  .g-max-w-xl--67 {
    max-width: 670px !important;
  }
  .g-max-w-xl--68 {
    max-width: 680px !important;
  }
  .g-max-w-xl--69 {
    max-width: 690px !important;
  }
  .g-max-w-xl--70 {
    max-width: 700px !important;
  }
  .g-max-w-xl--71 {
    max-width: 710px !important;
  }
  .g-max-w-xl--72 {
    max-width: 720px !important;
  }
  .g-max-w-xl--73 {
    max-width: 730px !important;
  }
  .g-max-w-xl--74 {
    max-width: 740px !important;
  }
  .g-max-w-xl--75 {
    max-width: 750px !important;
  }
  .g-max-w-xl--76 {
    max-width: 760px !important;
  }
  .g-max-w-xl--77 {
    max-width: 770px !important;
  }
  .g-max-w-xl--78 {
    max-width: 780px !important;
  }
  .g-max-w-xl--79 {
    max-width: 790px !important;
  }
  .g-max-w-xl--80 {
    max-width: 800px !important;
  }
  .g-max-w-xl--81 {
    max-width: 810px !important;
  }
  .g-max-w-xl--82 {
    max-width: 820px !important;
  }
  .g-max-w-xl--83 {
    max-width: 830px !important;
  }
  .g-max-w-xl--84 {
    max-width: 840px !important;
  }
  .g-max-w-xl--85 {
    max-width: 850px !important;
  }
  .g-max-w-xl--86 {
    max-width: 860px !important;
  }
  .g-max-w-xl--87 {
    max-width: 870px !important;
  }
  .g-max-w-xl--88 {
    max-width: 880px !important;
  }
  .g-max-w-xl--89 {
    max-width: 890px !important;
  }
  .g-max-w-xl--90 {
    max-width: 900px !important;
  }
  .g-max-w-xl--91 {
    max-width: 910px !important;
  }
  .g-max-w-xl--92 {
    max-width: 920px !important;
  }
  .g-max-w-xl--93 {
    max-width: 930px !important;
  }
  .g-max-w-xl--94 {
    max-width: 940px !important;
  }
  .g-max-w-xl--95 {
    max-width: 950px !important;
  }
  .g-max-w-xl--96 {
    max-width: 960px !important;
  }
  .g-max-w-xl--97 {
    max-width: 970px !important;
  }
  .g-max-w-xl--98 {
    max-width: 980px !important;
  }
  .g-max-w-xl--99 {
    max-width: 990px !important;
  }
}

.g-min-w--inherit {
  min-width: inherit !important;
}
.g-min-w--0 {
  min-width: 0px;
}
.g-min-w--1 {
  min-width: 10px;
}
.g-min-w--2 {
  min-width: 20px;
}
.g-min-w--3 {
  min-width: 30px;
}
.g-min-w--4 {
  min-width: 40px;
}
.g-min-w--5 {
  min-width: 50px;
}
.g-min-w--6 {
  min-width: 60px;
}
.g-min-w--7 {
  min-width: 70px;
}
.g-min-w--8 {
  min-width: 80px;
}
.g-min-w--9 {
  min-width: 90px;
}
.g-min-w--10 {
  min-width: 100px;
}
.g-min-w--11 {
  min-width: 110px;
}
.g-min-w--12 {
  min-width: 120px;
}
.g-min-w--13 {
  min-width: 130px;
}
.g-min-w--14 {
  min-width: 140px;
}
.g-min-w--15 {
  min-width: 150px;
}
.g-min-w--16 {
  min-width: 160px;
}
.g-min-w--17 {
  min-width: 170px;
}
.g-min-w--18 {
  min-width: 180px;
}
.g-min-w--19 {
  min-width: 190px;
}
.g-min-w--20 {
  min-width: 200px;
}
.g-min-w--21 {
  min-width: 210px;
}
.g-min-w--22 {
  min-width: 220px;
}
.g-min-w--23 {
  min-width: 230px;
}
.g-min-w--24 {
  min-width: 240px;
}
.g-min-w--25 {
  min-width: 250px;
}
.g-min-w--26 {
  min-width: 260px;
}
.g-min-w--27 {
  min-width: 270px;
}
.g-min-w--28 {
  min-width: 280px;
}
.g-min-w--29 {
  min-width: 290px;
}
.g-min-w--30 {
  min-width: 300px;
}
.g-min-w--31 {
  min-width: 310px;
}
.g-min-w--32 {
  min-width: 320px;
}
.g-min-w--33 {
  min-width: 330px;
}
.g-min-w--34 {
  min-width: 340px;
}
.g-min-w--35 {
  min-width: 350px;
}
.g-min-w--36 {
  min-width: 360px;
}
.g-min-w--37 {
  min-width: 370px;
}
.g-min-w--38 {
  min-width: 380px;
}
.g-min-w--39 {
  min-width: 390px;
}
.g-min-w--40 {
  min-width: 400px;
}
.g-min-w--41 {
  min-width: 410px;
}
.g-min-w--42 {
  min-width: 420px;
}
.g-min-w--43 {
  min-width: 430px;
}
.g-min-w--44 {
  min-width: 440px;
}
.g-min-w--45 {
  min-width: 450px;
}
.g-min-w--46 {
  min-width: 460px;
}
.g-min-w--47 {
  min-width: 470px;
}
.g-min-w--48 {
  min-width: 480px;
}
.g-min-w--49 {
  min-width: 490px;
}
.g-min-w--50 {
  min-width: 500px;
}
@media (min-width: 320px) {
  .g-min-w-xs--inherit {
    min-width: inherit !important;
  }
  .g-min-w-xs--0 {
    min-width: 0px !important;
  }
  .g-min-w-xs--1 {
    min-width: 10px !important;
  }
  .g-min-w-xs--2 {
    min-width: 20px !important;
  }
  .g-min-w-xs--3 {
    min-width: 30px !important;
  }
  .g-min-w-xs--4 {
    min-width: 40px !important;
  }
  .g-min-w-xs--5 {
    min-width: 50px !important;
  }
  .g-min-w-xs--6 {
    min-width: 60px !important;
  }
  .g-min-w-xs--7 {
    min-width: 70px !important;
  }
  .g-min-w-xs--8 {
    min-width: 80px !important;
  }
  .g-min-w-xs--9 {
    min-width: 90px !important;
  }
  .g-min-w-xs--10 {
    min-width: 100px !important;
  }
  .g-min-w-xs--11 {
    min-width: 110px !important;
  }
  .g-min-w-xs--12 {
    min-width: 120px !important;
  }
  .g-min-w-xs--13 {
    min-width: 130px !important;
  }
  .g-min-w-xs--14 {
    min-width: 140px !important;
  }
  .g-min-w-xs--15 {
    min-width: 150px !important;
  }
  .g-min-w-xs--16 {
    min-width: 160px !important;
  }
  .g-min-w-xs--17 {
    min-width: 170px !important;
  }
  .g-min-w-xs--18 {
    min-width: 180px !important;
  }
  .g-min-w-xs--19 {
    min-width: 190px !important;
  }
  .g-min-w-xs--20 {
    min-width: 200px !important;
  }
  .g-min-w-xs--21 {
    min-width: 210px !important;
  }
  .g-min-w-xs--22 {
    min-width: 220px !important;
  }
  .g-min-w-xs--23 {
    min-width: 230px !important;
  }
  .g-min-w-xs--24 {
    min-width: 240px !important;
  }
  .g-min-w-xs--25 {
    min-width: 250px !important;
  }
  .g-min-w-xs--26 {
    min-width: 260px !important;
  }
  .g-min-w-xs--27 {
    min-width: 270px !important;
  }
  .g-min-w-xs--28 {
    min-width: 280px !important;
  }
  .g-min-w-xs--29 {
    min-width: 290px !important;
  }
  .g-min-w-xs--30 {
    min-width: 300px !important;
  }
  .g-min-w-xs--31 {
    min-width: 310px !important;
  }
  .g-min-w-xs--32 {
    min-width: 320px !important;
  }
  .g-min-w-xs--33 {
    min-width: 330px !important;
  }
  .g-min-w-xs--34 {
    min-width: 340px !important;
  }
  .g-min-w-xs--35 {
    min-width: 350px !important;
  }
  .g-min-w-xs--36 {
    min-width: 360px !important;
  }
  .g-min-w-xs--37 {
    min-width: 370px !important;
  }
  .g-min-w-xs--38 {
    min-width: 380px !important;
  }
  .g-min-w-xs--39 {
    min-width: 390px !important;
  }
  .g-min-w-xs--40 {
    min-width: 400px !important;
  }
  .g-min-w-xs--41 {
    min-width: 410px !important;
  }
  .g-min-w-xs--42 {
    min-width: 420px !important;
  }
  .g-min-w-xs--43 {
    min-width: 430px !important;
  }
  .g-min-w-xs--44 {
    min-width: 440px !important;
  }
  .g-min-w-xs--45 {
    min-width: 450px !important;
  }
  .g-min-w-xs--46 {
    min-width: 460px !important;
  }
  .g-min-w-xs--47 {
    min-width: 470px !important;
  }
  .g-min-w-xs--48 {
    min-width: 480px !important;
  }
  .g-min-w-xs--49 {
    min-width: 490px !important;
  }
  .g-min-w-xs--50 {
    min-width: 500px !important;
  }
}
@media (min-width: 576px) {
  .g-min-w-sm--inherit {
    min-width: inherit !important;
  }
  .g-min-w-sm--0 {
    min-width: 0px !important;
  }
  .g-min-w-sm--1 {
    min-width: 10px !important;
  }
  .g-min-w-sm--2 {
    min-width: 20px !important;
  }
  .g-min-w-sm--3 {
    min-width: 30px !important;
  }
  .g-min-w-sm--4 {
    min-width: 40px !important;
  }
  .g-min-w-sm--5 {
    min-width: 50px !important;
  }
  .g-min-w-sm--6 {
    min-width: 60px !important;
  }
  .g-min-w-sm--7 {
    min-width: 70px !important;
  }
  .g-min-w-sm--8 {
    min-width: 80px !important;
  }
  .g-min-w-sm--9 {
    min-width: 90px !important;
  }
  .g-min-w-sm--10 {
    min-width: 100px !important;
  }
  .g-min-w-sm--11 {
    min-width: 110px !important;
  }
  .g-min-w-sm--12 {
    min-width: 120px !important;
  }
  .g-min-w-sm--13 {
    min-width: 130px !important;
  }
  .g-min-w-sm--14 {
    min-width: 140px !important;
  }
  .g-min-w-sm--15 {
    min-width: 150px !important;
  }
  .g-min-w-sm--16 {
    min-width: 160px !important;
  }
  .g-min-w-sm--17 {
    min-width: 170px !important;
  }
  .g-min-w-sm--18 {
    min-width: 180px !important;
  }
  .g-min-w-sm--19 {
    min-width: 190px !important;
  }
  .g-min-w-sm--20 {
    min-width: 200px !important;
  }
  .g-min-w-sm--21 {
    min-width: 210px !important;
  }
  .g-min-w-sm--22 {
    min-width: 220px !important;
  }
  .g-min-w-sm--23 {
    min-width: 230px !important;
  }
  .g-min-w-sm--24 {
    min-width: 240px !important;
  }
  .g-min-w-sm--25 {
    min-width: 250px !important;
  }
  .g-min-w-sm--26 {
    min-width: 260px !important;
  }
  .g-min-w-sm--27 {
    min-width: 270px !important;
  }
  .g-min-w-sm--28 {
    min-width: 280px !important;
  }
  .g-min-w-sm--29 {
    min-width: 290px !important;
  }
  .g-min-w-sm--30 {
    min-width: 300px !important;
  }
  .g-min-w-sm--31 {
    min-width: 310px !important;
  }
  .g-min-w-sm--32 {
    min-width: 320px !important;
  }
  .g-min-w-sm--33 {
    min-width: 330px !important;
  }
  .g-min-w-sm--34 {
    min-width: 340px !important;
  }
  .g-min-w-sm--35 {
    min-width: 350px !important;
  }
  .g-min-w-sm--36 {
    min-width: 360px !important;
  }
  .g-min-w-sm--37 {
    min-width: 370px !important;
  }
  .g-min-w-sm--38 {
    min-width: 380px !important;
  }
  .g-min-w-sm--39 {
    min-width: 390px !important;
  }
  .g-min-w-sm--40 {
    min-width: 400px !important;
  }
  .g-min-w-sm--41 {
    min-width: 410px !important;
  }
  .g-min-w-sm--42 {
    min-width: 420px !important;
  }
  .g-min-w-sm--43 {
    min-width: 430px !important;
  }
  .g-min-w-sm--44 {
    min-width: 440px !important;
  }
  .g-min-w-sm--45 {
    min-width: 450px !important;
  }
  .g-min-w-sm--46 {
    min-width: 460px !important;
  }
  .g-min-w-sm--47 {
    min-width: 470px !important;
  }
  .g-min-w-sm--48 {
    min-width: 480px !important;
  }
  .g-min-w-sm--49 {
    min-width: 490px !important;
  }
  .g-min-w-sm--50 {
    min-width: 500px !important;
  }
}
@media (min-width: 768px) {
  .g-min-w-md--inherit {
    min-width: inherit !important;
  }
  .g-min-w-md--0 {
    min-width: 0px !important;
  }
  .g-min-w-md--1 {
    min-width: 10px !important;
  }
  .g-min-w-md--2 {
    min-width: 20px !important;
  }
  .g-min-w-md--3 {
    min-width: 30px !important;
  }
  .g-min-w-md--4 {
    min-width: 40px !important;
  }
  .g-min-w-md--5 {
    min-width: 50px !important;
  }
  .g-min-w-md--6 {
    min-width: 60px !important;
  }
  .g-min-w-md--7 {
    min-width: 70px !important;
  }
  .g-min-w-md--8 {
    min-width: 80px !important;
  }
  .g-min-w-md--9 {
    min-width: 90px !important;
  }
  .g-min-w-md--10 {
    min-width: 100px !important;
  }
  .g-min-w-md--11 {
    min-width: 110px !important;
  }
  .g-min-w-md--12 {
    min-width: 120px !important;
  }
  .g-min-w-md--13 {
    min-width: 130px !important;
  }
  .g-min-w-md--14 {
    min-width: 140px !important;
  }
  .g-min-w-md--15 {
    min-width: 150px !important;
  }
  .g-min-w-md--16 {
    min-width: 160px !important;
  }
  .g-min-w-md--17 {
    min-width: 170px !important;
  }
  .g-min-w-md--18 {
    min-width: 180px !important;
  }
  .g-min-w-md--19 {
    min-width: 190px !important;
  }
  .g-min-w-md--20 {
    min-width: 200px !important;
  }
  .g-min-w-md--21 {
    min-width: 210px !important;
  }
  .g-min-w-md--22 {
    min-width: 220px !important;
  }
  .g-min-w-md--23 {
    min-width: 230px !important;
  }
  .g-min-w-md--24 {
    min-width: 240px !important;
  }
  .g-min-w-md--25 {
    min-width: 250px !important;
  }
  .g-min-w-md--26 {
    min-width: 260px !important;
  }
  .g-min-w-md--27 {
    min-width: 270px !important;
  }
  .g-min-w-md--28 {
    min-width: 280px !important;
  }
  .g-min-w-md--29 {
    min-width: 290px !important;
  }
  .g-min-w-md--30 {
    min-width: 300px !important;
  }
  .g-min-w-md--31 {
    min-width: 310px !important;
  }
  .g-min-w-md--32 {
    min-width: 320px !important;
  }
  .g-min-w-md--33 {
    min-width: 330px !important;
  }
  .g-min-w-md--34 {
    min-width: 340px !important;
  }
  .g-min-w-md--35 {
    min-width: 350px !important;
  }
  .g-min-w-md--36 {
    min-width: 360px !important;
  }
  .g-min-w-md--37 {
    min-width: 370px !important;
  }
  .g-min-w-md--38 {
    min-width: 380px !important;
  }
  .g-min-w-md--39 {
    min-width: 390px !important;
  }
  .g-min-w-md--40 {
    min-width: 400px !important;
  }
  .g-min-w-md--41 {
    min-width: 410px !important;
  }
  .g-min-w-md--42 {
    min-width: 420px !important;
  }
  .g-min-w-md--43 {
    min-width: 430px !important;
  }
  .g-min-w-md--44 {
    min-width: 440px !important;
  }
  .g-min-w-md--45 {
    min-width: 450px !important;
  }
  .g-min-w-md--46 {
    min-width: 460px !important;
  }
  .g-min-w-md--47 {
    min-width: 470px !important;
  }
  .g-min-w-md--48 {
    min-width: 480px !important;
  }
  .g-min-w-md--49 {
    min-width: 490px !important;
  }
  .g-min-w-md--50 {
    min-width: 500px !important;
  }
}
@media (min-width: 992px) {
  .g-min-w-lg--inherit {
    min-width: inherit !important;
  }
  .g-min-w-lg--0 {
    min-width: 0px !important;
  }
  .g-min-w-lg--1 {
    min-width: 10px !important;
  }
  .g-min-w-lg--2 {
    min-width: 20px !important;
  }
  .g-min-w-lg--3 {
    min-width: 30px !important;
  }
  .g-min-w-lg--4 {
    min-width: 40px !important;
  }
  .g-min-w-lg--5 {
    min-width: 50px !important;
  }
  .g-min-w-lg--6 {
    min-width: 60px !important;
  }
  .g-min-w-lg--7 {
    min-width: 70px !important;
  }
  .g-min-w-lg--8 {
    min-width: 80px !important;
  }
  .g-min-w-lg--9 {
    min-width: 90px !important;
  }
  .g-min-w-lg--10 {
    min-width: 100px !important;
  }
  .g-min-w-lg--11 {
    min-width: 110px !important;
  }
  .g-min-w-lg--12 {
    min-width: 120px !important;
  }
  .g-min-w-lg--13 {
    min-width: 130px !important;
  }
  .g-min-w-lg--14 {
    min-width: 140px !important;
  }
  .g-min-w-lg--15 {
    min-width: 150px !important;
  }
  .g-min-w-lg--16 {
    min-width: 160px !important;
  }
  .g-min-w-lg--17 {
    min-width: 170px !important;
  }
  .g-min-w-lg--18 {
    min-width: 180px !important;
  }
  .g-min-w-lg--19 {
    min-width: 190px !important;
  }
  .g-min-w-lg--20 {
    min-width: 200px !important;
  }
  .g-min-w-lg--21 {
    min-width: 210px !important;
  }
  .g-min-w-lg--22 {
    min-width: 220px !important;
  }
  .g-min-w-lg--23 {
    min-width: 230px !important;
  }
  .g-min-w-lg--24 {
    min-width: 240px !important;
  }
  .g-min-w-lg--25 {
    min-width: 250px !important;
  }
  .g-min-w-lg--26 {
    min-width: 260px !important;
  }
  .g-min-w-lg--27 {
    min-width: 270px !important;
  }
  .g-min-w-lg--28 {
    min-width: 280px !important;
  }
  .g-min-w-lg--29 {
    min-width: 290px !important;
  }
  .g-min-w-lg--30 {
    min-width: 300px !important;
  }
  .g-min-w-lg--31 {
    min-width: 310px !important;
  }
  .g-min-w-lg--32 {
    min-width: 320px !important;
  }
  .g-min-w-lg--33 {
    min-width: 330px !important;
  }
  .g-min-w-lg--34 {
    min-width: 340px !important;
  }
  .g-min-w-lg--35 {
    min-width: 350px !important;
  }
  .g-min-w-lg--36 {
    min-width: 360px !important;
  }
  .g-min-w-lg--37 {
    min-width: 370px !important;
  }
  .g-min-w-lg--38 {
    min-width: 380px !important;
  }
  .g-min-w-lg--39 {
    min-width: 390px !important;
  }
  .g-min-w-lg--40 {
    min-width: 400px !important;
  }
  .g-min-w-lg--41 {
    min-width: 410px !important;
  }
  .g-min-w-lg--42 {
    min-width: 420px !important;
  }
  .g-min-w-lg--43 {
    min-width: 430px !important;
  }
  .g-min-w-lg--44 {
    min-width: 440px !important;
  }
  .g-min-w-lg--45 {
    min-width: 450px !important;
  }
  .g-min-w-lg--46 {
    min-width: 460px !important;
  }
  .g-min-w-lg--47 {
    min-width: 470px !important;
  }
  .g-min-w-lg--48 {
    min-width: 480px !important;
  }
  .g-min-w-lg--49 {
    min-width: 490px !important;
  }
  .g-min-w-lg--50 {
    min-width: 500px !important;
  }
}
@media (min-width: 1200px) {
  .g-min-w-xl--inherit {
    min-width: inherit !important;
  }
  .g-min-w-xl--0 {
    min-width: 0px !important;
  }
  .g-min-w-xl--1 {
    min-width: 10px !important;
  }
  .g-min-w-xl--2 {
    min-width: 20px !important;
  }
  .g-min-w-xl--3 {
    min-width: 30px !important;
  }
  .g-min-w-xl--4 {
    min-width: 40px !important;
  }
  .g-min-w-xl--5 {
    min-width: 50px !important;
  }
  .g-min-w-xl--6 {
    min-width: 60px !important;
  }
  .g-min-w-xl--7 {
    min-width: 70px !important;
  }
  .g-min-w-xl--8 {
    min-width: 80px !important;
  }
  .g-min-w-xl--9 {
    min-width: 90px !important;
  }
  .g-min-w-xl--10 {
    min-width: 100px !important;
  }
  .g-min-w-xl--11 {
    min-width: 110px !important;
  }
  .g-min-w-xl--12 {
    min-width: 120px !important;
  }
  .g-min-w-xl--13 {
    min-width: 130px !important;
  }
  .g-min-w-xl--14 {
    min-width: 140px !important;
  }
  .g-min-w-xl--15 {
    min-width: 150px !important;
  }
  .g-min-w-xl--16 {
    min-width: 160px !important;
  }
  .g-min-w-xl--17 {
    min-width: 170px !important;
  }
  .g-min-w-xl--18 {
    min-width: 180px !important;
  }
  .g-min-w-xl--19 {
    min-width: 190px !important;
  }
  .g-min-w-xl--20 {
    min-width: 200px !important;
  }
  .g-min-w-xl--21 {
    min-width: 210px !important;
  }
  .g-min-w-xl--22 {
    min-width: 220px !important;
  }
  .g-min-w-xl--23 {
    min-width: 230px !important;
  }
  .g-min-w-xl--24 {
    min-width: 240px !important;
  }
  .g-min-w-xl--25 {
    min-width: 250px !important;
  }
  .g-min-w-xl--26 {
    min-width: 260px !important;
  }
  .g-min-w-xl--27 {
    min-width: 270px !important;
  }
  .g-min-w-xl--28 {
    min-width: 280px !important;
  }
  .g-min-w-xl--29 {
    min-width: 290px !important;
  }
  .g-min-w-xl--30 {
    min-width: 300px !important;
  }
  .g-min-w-xl--31 {
    min-width: 310px !important;
  }
  .g-min-w-xl--32 {
    min-width: 320px !important;
  }
  .g-min-w-xl--33 {
    min-width: 330px !important;
  }
  .g-min-w-xl--34 {
    min-width: 340px !important;
  }
  .g-min-w-xl--35 {
    min-width: 350px !important;
  }
  .g-min-w-xl--36 {
    min-width: 360px !important;
  }
  .g-min-w-xl--37 {
    min-width: 370px !important;
  }
  .g-min-w-xl--38 {
    min-width: 380px !important;
  }
  .g-min-w-xl--39 {
    min-width: 390px !important;
  }
  .g-min-w-xl--40 {
    min-width: 400px !important;
  }
  .g-min-w-xl--41 {
    min-width: 410px !important;
  }
  .g-min-w-xl--42 {
    min-width: 420px !important;
  }
  .g-min-w-xl--43 {
    min-width: 430px !important;
  }
  .g-min-w-xl--44 {
    min-width: 440px !important;
  }
  .g-min-w-xl--45 {
    min-width: 450px !important;
  }
  .g-min-w-xl--46 {
    min-width: 460px !important;
  }
  .g-min-w-xl--47 {
    min-width: 470px !important;
  }
  .g-min-w-xl--48 {
    min-width: 480px !important;
  }
  .g-min-w-xl--49 {
    min-width: 490px !important;
  }
  .g-min-w-xl--50 {
    min-width: 500px !important;
  }
}

.g-mw--inherit {
  min-width: inherit;
}
.g-mw--0 {
  min-width: 0px;
}
.g-mw--1 {
  min-width: 10px;
}
.g-mw--2 {
  min-width: 20px;
}
.g-mw--3 {
  min-width: 30px;
}
.g-mw--4 {
  min-width: 40px;
}
.g-mw--5 {
  min-width: 50px;
}
.g-mw--6 {
  min-width: 60px;
}
.g-mw--7 {
  min-width: 70px;
}
.g-mw--8 {
  min-width: 80px;
}
.g-mw--9 {
  min-width: 90px;
}
.g-mw--10 {
  min-width: 100px;
}
.g-mw--11 {
  min-width: 110px;
}
.g-mw--12 {
  min-width: 120px;
}
.g-mw--13 {
  min-width: 130px;
}
.g-mw--14 {
  min-width: 140px;
}
.g-mw--15 {
  min-width: 150px;
}
.g-mw--16 {
  min-width: 160px;
}
.g-mw--17 {
  min-width: 170px;
}
.g-mw--18 {
  min-width: 180px;
}
.g-mw--19 {
  min-width: 190px;
}
.g-mw--20 {
  min-width: 200px;
}
.g-mw--21 {
  min-width: 210px;
}
.g-mw--22 {
  min-width: 220px;
}
.g-mw--23 {
  min-width: 230px;
}
.g-mw--24 {
  min-width: 240px;
}
.g-mw--25 {
  min-width: 250px;
}
.g-mw--26 {
  min-width: 260px;
}
.g-mw--27 {
  min-width: 270px;
}
.g-mw--28 {
  min-width: 280px;
}
.g-mw--29 {
  min-width: 290px;
}
.g-mw--30 {
  min-width: 300px;
}
.g-mw--31 {
  min-width: 310px;
}
.g-mw--32 {
  min-width: 320px;
}
.g-mw--33 {
  min-width: 330px;
}
.g-mw--34 {
  min-width: 340px;
}
.g-mw--35 {
  min-width: 350px;
}
.g-mw--36 {
  min-width: 360px;
}
.g-mw--37 {
  min-width: 370px;
}
.g-mw--38 {
  min-width: 380px;
}
.g-mw--39 {
  min-width: 390px;
}
.g-mw--40 {
  min-width: 400px;
}
.g-mw--41 {
  min-width: 410px;
}
.g-mw--42 {
  min-width: 420px;
}
.g-mw--43 {
  min-width: 430px;
}
.g-mw--44 {
  min-width: 440px;
}
.g-mw--45 {
  min-width: 450px;
}
.g-mw--46 {
  min-width: 460px;
}
.g-mw--47 {
  min-width: 470px;
}
.g-mw--48 {
  min-width: 480px;
}
.g-mw--49 {
  min-width: 490px;
}
.g-mw--50 {
  min-width: 500px;
}
@media (min-width: 576px) {
  .g-mw-sm--inherit {
    min-width: inherit !important;
  }
  .g-mw-sm--0 {
    min-width: 0px !important;
  }
  .g-mw-sm--1 {
    min-width: 10px !important;
  }
  .g-mw-sm--2 {
    min-width: 20px !important;
  }
  .g-mw-sm--3 {
    min-width: 30px !important;
  }
  .g-mw-sm--4 {
    min-width: 40px !important;
  }
  .g-mw-sm--5 {
    min-width: 50px !important;
  }
  .g-mw-sm--6 {
    min-width: 60px !important;
  }
  .g-mw-sm--7 {
    min-width: 70px !important;
  }
  .g-mw-sm--8 {
    min-width: 80px !important;
  }
  .g-mw-sm--9 {
    min-width: 90px !important;
  }
  .g-mw-sm--10 {
    min-width: 100px !important;
  }
  .g-mw-sm--11 {
    min-width: 110px !important;
  }
  .g-mw-sm--12 {
    min-width: 120px !important;
  }
  .g-mw-sm--13 {
    min-width: 130px !important;
  }
  .g-mw-sm--14 {
    min-width: 140px !important;
  }
  .g-mw-sm--15 {
    min-width: 150px !important;
  }
  .g-mw-sm--16 {
    min-width: 160px !important;
  }
  .g-mw-sm--17 {
    min-width: 170px !important;
  }
  .g-mw-sm--18 {
    min-width: 180px !important;
  }
  .g-mw-sm--19 {
    min-width: 190px !important;
  }
  .g-mw-sm--20 {
    min-width: 200px !important;
  }
  .g-mw-sm--21 {
    min-width: 210px !important;
  }
  .g-mw-sm--22 {
    min-width: 220px !important;
  }
  .g-mw-sm--23 {
    min-width: 230px !important;
  }
  .g-mw-sm--24 {
    min-width: 240px !important;
  }
  .g-mw-sm--25 {
    min-width: 250px !important;
  }
  .g-mw-sm--26 {
    min-width: 260px !important;
  }
  .g-mw-sm--27 {
    min-width: 270px !important;
  }
  .g-mw-sm--28 {
    min-width: 280px !important;
  }
  .g-mw-sm--29 {
    min-width: 290px !important;
  }
  .g-mw-sm--30 {
    min-width: 300px !important;
  }
  .g-mw-sm--31 {
    min-width: 310px !important;
  }
  .g-mw-sm--32 {
    min-width: 320px !important;
  }
  .g-mw-sm--33 {
    min-width: 330px !important;
  }
  .g-mw-sm--34 {
    min-width: 340px !important;
  }
  .g-mw-sm--35 {
    min-width: 350px !important;
  }
  .g-mw-sm--36 {
    min-width: 360px !important;
  }
  .g-mw-sm--37 {
    min-width: 370px !important;
  }
  .g-mw-sm--38 {
    min-width: 380px !important;
  }
  .g-mw-sm--39 {
    min-width: 390px !important;
  }
  .g-mw-sm--40 {
    min-width: 400px !important;
  }
  .g-mw-sm--41 {
    min-width: 410px !important;
  }
  .g-mw-sm--42 {
    min-width: 420px !important;
  }
  .g-mw-sm--43 {
    min-width: 430px !important;
  }
  .g-mw-sm--44 {
    min-width: 440px !important;
  }
  .g-mw-sm--45 {
    min-width: 450px !important;
  }
  .g-mw-sm--46 {
    min-width: 460px !important;
  }
  .g-mw-sm--47 {
    min-width: 470px !important;
  }
  .g-mw-sm--48 {
    min-width: 480px !important;
  }
  .g-mw-sm--49 {
    min-width: 490px !important;
  }
  .g-mw-sm--50 {
    min-width: 500px !important;
  }
}
@media (min-width: 768px) {
  .g-mw-md--inherit {
    min-width: inherit !important;
  }
  .g-mw-md--0 {
    min-width: 0px !important;
  }
  .g-mw-md--1 {
    min-width: 10px !important;
  }
  .g-mw-md--2 {
    min-width: 20px !important;
  }
  .g-mw-md--3 {
    min-width: 30px !important;
  }
  .g-mw-md--4 {
    min-width: 40px !important;
  }
  .g-mw-md--5 {
    min-width: 50px !important;
  }
  .g-mw-md--6 {
    min-width: 60px !important;
  }
  .g-mw-md--7 {
    min-width: 70px !important;
  }
  .g-mw-md--8 {
    min-width: 80px !important;
  }
  .g-mw-md--9 {
    min-width: 90px !important;
  }
  .g-mw-md--10 {
    min-width: 100px !important;
  }
  .g-mw-md--11 {
    min-width: 110px !important;
  }
  .g-mw-md--12 {
    min-width: 120px !important;
  }
  .g-mw-md--13 {
    min-width: 130px !important;
  }
  .g-mw-md--14 {
    min-width: 140px !important;
  }
  .g-mw-md--15 {
    min-width: 150px !important;
  }
  .g-mw-md--16 {
    min-width: 160px !important;
  }
  .g-mw-md--17 {
    min-width: 170px !important;
  }
  .g-mw-md--18 {
    min-width: 180px !important;
  }
  .g-mw-md--19 {
    min-width: 190px !important;
  }
  .g-mw-md--20 {
    min-width: 200px !important;
  }
  .g-mw-md--21 {
    min-width: 210px !important;
  }
  .g-mw-md--22 {
    min-width: 220px !important;
  }
  .g-mw-md--23 {
    min-width: 230px !important;
  }
  .g-mw-md--24 {
    min-width: 240px !important;
  }
  .g-mw-md--25 {
    min-width: 250px !important;
  }
  .g-mw-md--26 {
    min-width: 260px !important;
  }
  .g-mw-md--27 {
    min-width: 270px !important;
  }
  .g-mw-md--28 {
    min-width: 280px !important;
  }
  .g-mw-md--29 {
    min-width: 290px !important;
  }
  .g-mw-md--30 {
    min-width: 300px !important;
  }
  .g-mw-md--31 {
    min-width: 310px !important;
  }
  .g-mw-md--32 {
    min-width: 320px !important;
  }
  .g-mw-md--33 {
    min-width: 330px !important;
  }
  .g-mw-md--34 {
    min-width: 340px !important;
  }
  .g-mw-md--35 {
    min-width: 350px !important;
  }
  .g-mw-md--36 {
    min-width: 360px !important;
  }
  .g-mw-md--37 {
    min-width: 370px !important;
  }
  .g-mw-md--38 {
    min-width: 380px !important;
  }
  .g-mw-md--39 {
    min-width: 390px !important;
  }
  .g-mw-md--40 {
    min-width: 400px !important;
  }
  .g-mw-md--41 {
    min-width: 410px !important;
  }
  .g-mw-md--42 {
    min-width: 420px !important;
  }
  .g-mw-md--43 {
    min-width: 430px !important;
  }
  .g-mw-md--44 {
    min-width: 440px !important;
  }
  .g-mw-md--45 {
    min-width: 450px !important;
  }
  .g-mw-md--46 {
    min-width: 460px !important;
  }
  .g-mw-md--47 {
    min-width: 470px !important;
  }
  .g-mw-md--48 {
    min-width: 480px !important;
  }
  .g-mw-md--49 {
    min-width: 490px !important;
  }
  .g-mw-md--50 {
    min-width: 500px !important;
  }
}
@media (min-width: 992px) {
  .g-mw-lg--inherit {
    min-width: inherit !important;
  }
  .g-mw-lg--0 {
    min-width: 0px !important;
  }
  .g-mw-lg--1 {
    min-width: 10px !important;
  }
  .g-mw-lg--2 {
    min-width: 20px !important;
  }
  .g-mw-lg--3 {
    min-width: 30px !important;
  }
  .g-mw-lg--4 {
    min-width: 40px !important;
  }
  .g-mw-lg--5 {
    min-width: 50px !important;
  }
  .g-mw-lg--6 {
    min-width: 60px !important;
  }
  .g-mw-lg--7 {
    min-width: 70px !important;
  }
  .g-mw-lg--8 {
    min-width: 80px !important;
  }
  .g-mw-lg--9 {
    min-width: 90px !important;
  }
  .g-mw-lg--10 {
    min-width: 100px !important;
  }
  .g-mw-lg--11 {
    min-width: 110px !important;
  }
  .g-mw-lg--12 {
    min-width: 120px !important;
  }
  .g-mw-lg--13 {
    min-width: 130px !important;
  }
  .g-mw-lg--14 {
    min-width: 140px !important;
  }
  .g-mw-lg--15 {
    min-width: 150px !important;
  }
  .g-mw-lg--16 {
    min-width: 160px !important;
  }
  .g-mw-lg--17 {
    min-width: 170px !important;
  }
  .g-mw-lg--18 {
    min-width: 180px !important;
  }
  .g-mw-lg--19 {
    min-width: 190px !important;
  }
  .g-mw-lg--20 {
    min-width: 200px !important;
  }
  .g-mw-lg--21 {
    min-width: 210px !important;
  }
  .g-mw-lg--22 {
    min-width: 220px !important;
  }
  .g-mw-lg--23 {
    min-width: 230px !important;
  }
  .g-mw-lg--24 {
    min-width: 240px !important;
  }
  .g-mw-lg--25 {
    min-width: 250px !important;
  }
  .g-mw-lg--26 {
    min-width: 260px !important;
  }
  .g-mw-lg--27 {
    min-width: 270px !important;
  }
  .g-mw-lg--28 {
    min-width: 280px !important;
  }
  .g-mw-lg--29 {
    min-width: 290px !important;
  }
  .g-mw-lg--30 {
    min-width: 300px !important;
  }
  .g-mw-lg--31 {
    min-width: 310px !important;
  }
  .g-mw-lg--32 {
    min-width: 320px !important;
  }
  .g-mw-lg--33 {
    min-width: 330px !important;
  }
  .g-mw-lg--34 {
    min-width: 340px !important;
  }
  .g-mw-lg--35 {
    min-width: 350px !important;
  }
  .g-mw-lg--36 {
    min-width: 360px !important;
  }
  .g-mw-lg--37 {
    min-width: 370px !important;
  }
  .g-mw-lg--38 {
    min-width: 380px !important;
  }
  .g-mw-lg--39 {
    min-width: 390px !important;
  }
  .g-mw-lg--40 {
    min-width: 400px !important;
  }
  .g-mw-lg--41 {
    min-width: 410px !important;
  }
  .g-mw-lg--42 {
    min-width: 420px !important;
  }
  .g-mw-lg--43 {
    min-width: 430px !important;
  }
  .g-mw-lg--44 {
    min-width: 440px !important;
  }
  .g-mw-lg--45 {
    min-width: 450px !important;
  }
  .g-mw-lg--46 {
    min-width: 460px !important;
  }
  .g-mw-lg--47 {
    min-width: 470px !important;
  }
  .g-mw-lg--48 {
    min-width: 480px !important;
  }
  .g-mw-lg--49 {
    min-width: 490px !important;
  }
  .g-mw-lg--50 {
    min-width: 500px !important;
  }
}
@media (min-width: 1200px) {
  .g-mw-xl--inherit {
    min-width: inherit !important;
  }
  .g-mw-xl--0 {
    min-width: 0px !important;
  }
  .g-mw-xl--1 {
    min-width: 10px !important;
  }
  .g-mw-xl--2 {
    min-width: 20px !important;
  }
  .g-mw-xl--3 {
    min-width: 30px !important;
  }
  .g-mw-xl--4 {
    min-width: 40px !important;
  }
  .g-mw-xl--5 {
    min-width: 50px !important;
  }
  .g-mw-xl--6 {
    min-width: 60px !important;
  }
  .g-mw-xl--7 {
    min-width: 70px !important;
  }
  .g-mw-xl--8 {
    min-width: 80px !important;
  }
  .g-mw-xl--9 {
    min-width: 90px !important;
  }
  .g-mw-xl--10 {
    min-width: 100px !important;
  }
  .g-mw-xl--11 {
    min-width: 110px !important;
  }
  .g-mw-xl--12 {
    min-width: 120px !important;
  }
  .g-mw-xl--13 {
    min-width: 130px !important;
  }
  .g-mw-xl--14 {
    min-width: 140px !important;
  }
  .g-mw-xl--15 {
    min-width: 150px !important;
  }
  .g-mw-xl--16 {
    min-width: 160px !important;
  }
  .g-mw-xl--17 {
    min-width: 170px !important;
  }
  .g-mw-xl--18 {
    min-width: 180px !important;
  }
  .g-mw-xl--19 {
    min-width: 190px !important;
  }
  .g-mw-xl--20 {
    min-width: 200px !important;
  }
  .g-mw-xl--21 {
    min-width: 210px !important;
  }
  .g-mw-xl--22 {
    min-width: 220px !important;
  }
  .g-mw-xl--23 {
    min-width: 230px !important;
  }
  .g-mw-xl--24 {
    min-width: 240px !important;
  }
  .g-mw-xl--25 {
    min-width: 250px !important;
  }
  .g-mw-xl--26 {
    min-width: 260px !important;
  }
  .g-mw-xl--27 {
    min-width: 270px !important;
  }
  .g-mw-xl--28 {
    min-width: 280px !important;
  }
  .g-mw-xl--29 {
    min-width: 290px !important;
  }
  .g-mw-xl--30 {
    min-width: 300px !important;
  }
  .g-mw-xl--31 {
    min-width: 310px !important;
  }
  .g-mw-xl--32 {
    min-width: 320px !important;
  }
  .g-mw-xl--33 {
    min-width: 330px !important;
  }
  .g-mw-xl--34 {
    min-width: 340px !important;
  }
  .g-mw-xl--35 {
    min-width: 350px !important;
  }
  .g-mw-xl--36 {
    min-width: 360px !important;
  }
  .g-mw-xl--37 {
    min-width: 370px !important;
  }
  .g-mw-xl--38 {
    min-width: 380px !important;
  }
  .g-mw-xl--39 {
    min-width: 390px !important;
  }
  .g-mw-xl--40 {
    min-width: 400px !important;
  }
  .g-mw-xl--41 {
    min-width: 410px !important;
  }
  .g-mw-xl--42 {
    min-width: 420px !important;
  }
  .g-mw-xl--43 {
    min-width: 430px !important;
  }
  .g-mw-xl--44 {
    min-width: 440px !important;
  }
  .g-mw-xl--45 {
    min-width: 450px !important;
  }
  .g-mw-xl--46 {
    min-width: 460px !important;
  }
  .g-mw-xl--47 {
    min-width: 470px !important;
  }
  .g-mw-xl--48 {
    min-width: 480px !important;
  }
  .g-mw-xl--49 {
    min-width: 490px !important;
  }
  .g-mw-xl--50 {
    min-width: 500px !important;
  }
}

.h--auto {
  height: auto;
}
.h--1 {
  height: 10%;
}
.h--2 {
  height: 20%;
}
.h--3 {
  height: 30%;
}
.h--4 {
  height: 40%;
}
.h--5 {
  height: 50%;
}
.h--6 {
  height: 60%;
}
.h--7 {
  height: 70%;
}
.h--8 {
  height: 80%;
}
.h--9 {
  height: 90%;
}
.h--10 {
  height: 100%;
}
@media (min-width: 576px) {
  .h-sm--auto {
    height: auto !important;
  }
  .h-sm--1 {
    height: 10% !important;
  }
  .h-sm--2 {
    height: 20% !important;
  }
  .h-sm--3 {
    height: 30% !important;
  }
  .h-sm--4 {
    height: 40% !important;
  }
  .h-sm--5 {
    height: 50% !important;
  }
  .h-sm--6 {
    height: 60% !important;
  }
  .h-sm--7 {
    height: 70% !important;
  }
  .h-sm--8 {
    height: 80% !important;
  }
  .h-sm--9 {
    height: 90% !important;
  }
  .h-sm--10 {
    height: 100% !important;
  }
}
@media (min-width: 768px) {
  .h-md--auto {
    height: auto !important;
  }
  .h-md--1 {
    height: 10% !important;
  }
  .h-md--2 {
    height: 20% !important;
  }
  .h-md--3 {
    height: 30% !important;
  }
  .h-md--4 {
    height: 40% !important;
  }
  .h-md--5 {
    height: 50% !important;
  }
  .h-md--6 {
    height: 60% !important;
  }
  .h-md--7 {
    height: 70% !important;
  }
  .h-md--8 {
    height: 80% !important;
  }
  .h-md--9 {
    height: 90% !important;
  }
  .h-md--10 {
    height: 100% !important;
  }
}
@media (min-width: 992px) {
  .h-lg--auto {
    height: auto !important;
  }
  .h-lg--1 {
    height: 10% !important;
  }
  .h-lg--2 {
    height: 20% !important;
  }
  .h-lg--3 {
    height: 30% !important;
  }
  .h-lg--4 {
    height: 40% !important;
  }
  .h-lg--5 {
    height: 50% !important;
  }
  .h-lg--6 {
    height: 60% !important;
  }
  .h-lg--7 {
    height: 70% !important;
  }
  .h-lg--8 {
    height: 80% !important;
  }
  .h-lg--9 {
    height: 90% !important;
  }
  .h-lg--10 {
    height: 100% !important;
  }
}
@media (min-width: 1200px) {
  .h-xl--auto {
    height: auto !important;
  }
  .h-xl--1 {
    height: 10% !important;
  }
  .h-xl--2 {
    height: 20% !important;
  }
  .h-xl--3 {
    height: 30% !important;
  }
  .h-xl--4 {
    height: 40% !important;
  }
  .h-xl--5 {
    height: 50% !important;
  }
  .h-xl--6 {
    height: 60% !important;
  }
  .h-xl--7 {
    height: 70% !important;
  }
  .h-xl--8 {
    height: 80% !important;
  }
  .h-xl--9 {
    height: 90% !important;
  }
  .h-xl--10 {
    height: 100% !important;
  }
}

.g-w-auto {
  width: auto;
}
.g-w-1 {
  width: 1%;
}
.g-w-2 {
  width: 2%;
}
.g-w-3 {
  width: 3%;
}
.g-w-4 {
  width: 4%;
}
.g-w-5 {
  width: 5%;
}
.g-w-6 {
  width: 6%;
}
.g-w-7 {
  width: 7%;
}
.g-w-8 {
  width: 8%;
}
.g-w-9 {
  width: 9%;
}
.g-w-10 {
  width: 10%;
}
.g-w-11 {
  width: 11%;
}
.g-w-12 {
  width: 12%;
}
.g-w-13 {
  width: 13%;
}
.g-w-14 {
  width: 14%;
}
.g-w-15 {
  width: 15%;
}
.g-w-16 {
  width: 16%;
}
.g-w-17 {
  width: 17%;
}
.g-w-18 {
  width: 18%;
}
.g-w-19 {
  width: 19%;
}
.g-w-20 {
  width: 20%;
}
.g-w-21 {
  width: 21%;
}
.g-w-22 {
  width: 22%;
}
.g-w-23 {
  width: 23%;
}
.g-w-24 {
  width: 24%;
}
.g-w-25 {
  width: 25%;
}
.g-w-26 {
  width: 26%;
}
.g-w-27 {
  width: 27%;
}
.g-w-28 {
  width: 28%;
}
.g-w-29 {
  width: 29%;
}
.g-w-30 {
  width: 30%;
}
.g-w-31 {
  width: 31%;
}
.g-w-32 {
  width: 32%;
}
.g-w-33 {
  width: 33%;
}
.g-w-34 {
  width: 34%;
}
.g-w-35 {
  width: 35%;
}
.g-w-36 {
  width: 36%;
}
.g-w-37 {
  width: 37%;
}
.g-w-38 {
  width: 38%;
}
.g-w-39 {
  width: 39%;
}
.g-w-40 {
  width: 40%;
}
.g-w-41 {
  width: 41%;
}
.g-w-42 {
  width: 42%;
}
.g-w-43 {
  width: 43%;
}
.g-w-44 {
  width: 44%;
}
.g-w-45 {
  width: 45%;
}
.g-w-46 {
  width: 46%;
}
.g-w-47 {
  width: 47%;
}
.g-w-48 {
  width: 48%;
}
.g-w-49 {
  width: 49%;
}
.g-w-50 {
  width: 50%;
}
.g-w-51 {
  width: 51%;
}
.g-w-52 {
  width: 52%;
}
.g-w-53 {
  width: 53%;
}
.g-w-54 {
  width: 54%;
}
.g-w-55 {
  width: 55%;
}
.g-w-56 {
  width: 56%;
}
.g-w-57 {
  width: 57%;
}
.g-w-58 {
  width: 58%;
}
.g-w-59 {
  width: 59%;
}
.g-w-60 {
  width: 60%;
}
.g-w-61 {
  width: 61%;
}
.g-w-62 {
  width: 62%;
}
.g-w-63 {
  width: 63%;
}
.g-w-64 {
  width: 64%;
}
.g-w-65 {
  width: 65%;
}
.g-w-66 {
  width: 66%;
}
.g-w-67 {
  width: 67%;
}
.g-w-68 {
  width: 68%;
}
.g-w-69 {
  width: 69%;
}
.g-w-70 {
  width: 70%;
}
.g-w-71 {
  width: 71%;
}
.g-w-72 {
  width: 72%;
}
.g-w-73 {
  width: 73%;
}
.g-w-74 {
  width: 74%;
}
.g-w-75 {
  width: 75%;
}
.g-w-76 {
  width: 76%;
}
.g-w-77 {
  width: 77%;
}
.g-w-78 {
  width: 78%;
}
.g-w-79 {
  width: 79%;
}
.g-w-80 {
  width: 80%;
}
.g-w-81 {
  width: 81%;
}
.g-w-82 {
  width: 82%;
}
.g-w-83 {
  width: 83%;
}
.g-w-84 {
  width: 84%;
}
.g-w-85 {
  width: 85%;
}
.g-w-86 {
  width: 86%;
}
.g-w-87 {
  width: 87%;
}
.g-w-88 {
  width: 88%;
}
.g-w-89 {
  width: 89%;
}
.g-w-90 {
  width: 90%;
}
.g-w-91 {
  width: 91%;
}
.g-w-92 {
  width: 92%;
}
.g-w-93 {
  width: 93%;
}
.g-w-94 {
  width: 94%;
}
.g-w-95 {
  width: 95%;
}
.g-w-96 {
  width: 96%;
}
.g-w-97 {
  width: 97%;
}
.g-w-98 {
  width: 98%;
}
.g-w-99 {
  width: 99%;
}
.g-w-100 {
  width: 100%;
}
@media (min-width: 576px) {
  .g-w-sm-auto {
    width: auto !important;
  }
  .g-w-sm-1 {
    width: 1% !important;
  }
  .g-w-sm-2 {
    width: 2% !important;
  }
  .g-w-sm-3 {
    width: 3% !important;
  }
  .g-w-sm-4 {
    width: 4% !important;
  }
  .g-w-sm-5 {
    width: 5% !important;
  }
  .g-w-sm-6 {
    width: 6% !important;
  }
  .g-w-sm-7 {
    width: 7% !important;
  }
  .g-w-sm-8 {
    width: 8% !important;
  }
  .g-w-sm-9 {
    width: 9% !important;
  }
  .g-w-sm-10 {
    width: 10% !important;
  }
  .g-w-sm-11 {
    width: 11% !important;
  }
  .g-w-sm-12 {
    width: 12% !important;
  }
  .g-w-sm-13 {
    width: 13% !important;
  }
  .g-w-sm-14 {
    width: 14% !important;
  }
  .g-w-sm-15 {
    width: 15% !important;
  }
  .g-w-sm-16 {
    width: 16% !important;
  }
  .g-w-sm-17 {
    width: 17% !important;
  }
  .g-w-sm-18 {
    width: 18% !important;
  }
  .g-w-sm-19 {
    width: 19% !important;
  }
  .g-w-sm-20 {
    width: 20% !important;
  }
  .g-w-sm-21 {
    width: 21% !important;
  }
  .g-w-sm-22 {
    width: 22% !important;
  }
  .g-w-sm-23 {
    width: 23% !important;
  }
  .g-w-sm-24 {
    width: 24% !important;
  }
  .g-w-sm-25 {
    width: 25% !important;
  }
  .g-w-sm-26 {
    width: 26% !important;
  }
  .g-w-sm-27 {
    width: 27% !important;
  }
  .g-w-sm-28 {
    width: 28% !important;
  }
  .g-w-sm-29 {
    width: 29% !important;
  }
  .g-w-sm-30 {
    width: 30% !important;
  }
  .g-w-sm-31 {
    width: 31% !important;
  }
  .g-w-sm-32 {
    width: 32% !important;
  }
  .g-w-sm-33 {
    width: 33% !important;
  }
  .g-w-sm-34 {
    width: 34% !important;
  }
  .g-w-sm-35 {
    width: 35% !important;
  }
  .g-w-sm-36 {
    width: 36% !important;
  }
  .g-w-sm-37 {
    width: 37% !important;
  }
  .g-w-sm-38 {
    width: 38% !important;
  }
  .g-w-sm-39 {
    width: 39% !important;
  }
  .g-w-sm-40 {
    width: 40% !important;
  }
  .g-w-sm-41 {
    width: 41% !important;
  }
  .g-w-sm-42 {
    width: 42% !important;
  }
  .g-w-sm-43 {
    width: 43% !important;
  }
  .g-w-sm-44 {
    width: 44% !important;
  }
  .g-w-sm-45 {
    width: 45% !important;
  }
  .g-w-sm-46 {
    width: 46% !important;
  }
  .g-w-sm-47 {
    width: 47% !important;
  }
  .g-w-sm-48 {
    width: 48% !important;
  }
  .g-w-sm-49 {
    width: 49% !important;
  }
  .g-w-sm-50 {
    width: 50% !important;
  }
  .g-w-sm-51 {
    width: 51% !important;
  }
  .g-w-sm-52 {
    width: 52% !important;
  }
  .g-w-sm-53 {
    width: 53% !important;
  }
  .g-w-sm-54 {
    width: 54% !important;
  }
  .g-w-sm-55 {
    width: 55% !important;
  }
  .g-w-sm-56 {
    width: 56% !important;
  }
  .g-w-sm-57 {
    width: 57% !important;
  }
  .g-w-sm-58 {
    width: 58% !important;
  }
  .g-w-sm-59 {
    width: 59% !important;
  }
  .g-w-sm-60 {
    width: 60% !important;
  }
  .g-w-sm-61 {
    width: 61% !important;
  }
  .g-w-sm-62 {
    width: 62% !important;
  }
  .g-w-sm-63 {
    width: 63% !important;
  }
  .g-w-sm-64 {
    width: 64% !important;
  }
  .g-w-sm-65 {
    width: 65% !important;
  }
  .g-w-sm-66 {
    width: 66% !important;
  }
  .g-w-sm-67 {
    width: 67% !important;
  }
  .g-w-sm-68 {
    width: 68% !important;
  }
  .g-w-sm-69 {
    width: 69% !important;
  }
  .g-w-sm-70 {
    width: 70% !important;
  }
  .g-w-sm-71 {
    width: 71% !important;
  }
  .g-w-sm-72 {
    width: 72% !important;
  }
  .g-w-sm-73 {
    width: 73% !important;
  }
  .g-w-sm-74 {
    width: 74% !important;
  }
  .g-w-sm-75 {
    width: 75% !important;
  }
  .g-w-sm-76 {
    width: 76% !important;
  }
  .g-w-sm-77 {
    width: 77% !important;
  }
  .g-w-sm-78 {
    width: 78% !important;
  }
  .g-w-sm-79 {
    width: 79% !important;
  }
  .g-w-sm-80 {
    width: 80% !important;
  }
  .g-w-sm-81 {
    width: 81% !important;
  }
  .g-w-sm-82 {
    width: 82% !important;
  }
  .g-w-sm-83 {
    width: 83% !important;
  }
  .g-w-sm-84 {
    width: 84% !important;
  }
  .g-w-sm-85 {
    width: 85% !important;
  }
  .g-w-sm-86 {
    width: 86% !important;
  }
  .g-w-sm-87 {
    width: 87% !important;
  }
  .g-w-sm-88 {
    width: 88% !important;
  }
  .g-w-sm-89 {
    width: 89% !important;
  }
  .g-w-sm-90 {
    width: 90% !important;
  }
  .g-w-sm-91 {
    width: 91% !important;
  }
  .g-w-sm-92 {
    width: 92% !important;
  }
  .g-w-sm-93 {
    width: 93% !important;
  }
  .g-w-sm-94 {
    width: 94% !important;
  }
  .g-w-sm-95 {
    width: 95% !important;
  }
  .g-w-sm-96 {
    width: 96% !important;
  }
  .g-w-sm-97 {
    width: 97% !important;
  }
  .g-w-sm-98 {
    width: 98% !important;
  }
  .g-w-sm-99 {
    width: 99% !important;
  }
  .g-w-sm-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .g-w-md-auto {
    width: auto !important;
  }
  .g-w-md-1 {
    width: 1% !important;
  }
  .g-w-md-2 {
    width: 2% !important;
  }
  .g-w-md-3 {
    width: 3% !important;
  }
  .g-w-md-4 {
    width: 4% !important;
  }
  .g-w-md-5 {
    width: 5% !important;
  }
  .g-w-md-6 {
    width: 6% !important;
  }
  .g-w-md-7 {
    width: 7% !important;
  }
  .g-w-md-8 {
    width: 8% !important;
  }
  .g-w-md-9 {
    width: 9% !important;
  }
  .g-w-md-10 {
    width: 10% !important;
  }
  .g-w-md-11 {
    width: 11% !important;
  }
  .g-w-md-12 {
    width: 12% !important;
  }
  .g-w-md-13 {
    width: 13% !important;
  }
  .g-w-md-14 {
    width: 14% !important;
  }
  .g-w-md-15 {
    width: 15% !important;
  }
  .g-w-md-16 {
    width: 16% !important;
  }
  .g-w-md-17 {
    width: 17% !important;
  }
  .g-w-md-18 {
    width: 18% !important;
  }
  .g-w-md-19 {
    width: 19% !important;
  }
  .g-w-md-20 {
    width: 20% !important;
  }
  .g-w-md-21 {
    width: 21% !important;
  }
  .g-w-md-22 {
    width: 22% !important;
  }
  .g-w-md-23 {
    width: 23% !important;
  }
  .g-w-md-24 {
    width: 24% !important;
  }
  .g-w-md-25 {
    width: 25% !important;
  }
  .g-w-md-26 {
    width: 26% !important;
  }
  .g-w-md-27 {
    width: 27% !important;
  }
  .g-w-md-28 {
    width: 28% !important;
  }
  .g-w-md-29 {
    width: 29% !important;
  }
  .g-w-md-30 {
    width: 30% !important;
  }
  .g-w-md-31 {
    width: 31% !important;
  }
  .g-w-md-32 {
    width: 32% !important;
  }
  .g-w-md-33 {
    width: 33% !important;
  }
  .g-w-md-34 {
    width: 34% !important;
  }
  .g-w-md-35 {
    width: 35% !important;
  }
  .g-w-md-36 {
    width: 36% !important;
  }
  .g-w-md-37 {
    width: 37% !important;
  }
  .g-w-md-38 {
    width: 38% !important;
  }
  .g-w-md-39 {
    width: 39% !important;
  }
  .g-w-md-40 {
    width: 40% !important;
  }
  .g-w-md-41 {
    width: 41% !important;
  }
  .g-w-md-42 {
    width: 42% !important;
  }
  .g-w-md-43 {
    width: 43% !important;
  }
  .g-w-md-44 {
    width: 44% !important;
  }
  .g-w-md-45 {
    width: 45% !important;
  }
  .g-w-md-46 {
    width: 46% !important;
  }
  .g-w-md-47 {
    width: 47% !important;
  }
  .g-w-md-48 {
    width: 48% !important;
  }
  .g-w-md-49 {
    width: 49% !important;
  }
  .g-w-md-50 {
    width: 50% !important;
  }
  .g-w-md-51 {
    width: 51% !important;
  }
  .g-w-md-52 {
    width: 52% !important;
  }
  .g-w-md-53 {
    width: 53% !important;
  }
  .g-w-md-54 {
    width: 54% !important;
  }
  .g-w-md-55 {
    width: 55% !important;
  }
  .g-w-md-56 {
    width: 56% !important;
  }
  .g-w-md-57 {
    width: 57% !important;
  }
  .g-w-md-58 {
    width: 58% !important;
  }
  .g-w-md-59 {
    width: 59% !important;
  }
  .g-w-md-60 {
    width: 60% !important;
  }
  .g-w-md-61 {
    width: 61% !important;
  }
  .g-w-md-62 {
    width: 62% !important;
  }
  .g-w-md-63 {
    width: 63% !important;
  }
  .g-w-md-64 {
    width: 64% !important;
  }
  .g-w-md-65 {
    width: 65% !important;
  }
  .g-w-md-66 {
    width: 66% !important;
  }
  .g-w-md-67 {
    width: 67% !important;
  }
  .g-w-md-68 {
    width: 68% !important;
  }
  .g-w-md-69 {
    width: 69% !important;
  }
  .g-w-md-70 {
    width: 70% !important;
  }
  .g-w-md-71 {
    width: 71% !important;
  }
  .g-w-md-72 {
    width: 72% !important;
  }
  .g-w-md-73 {
    width: 73% !important;
  }
  .g-w-md-74 {
    width: 74% !important;
  }
  .g-w-md-75 {
    width: 75% !important;
  }
  .g-w-md-76 {
    width: 76% !important;
  }
  .g-w-md-77 {
    width: 77% !important;
  }
  .g-w-md-78 {
    width: 78% !important;
  }
  .g-w-md-79 {
    width: 79% !important;
  }
  .g-w-md-80 {
    width: 80% !important;
  }
  .g-w-md-81 {
    width: 81% !important;
  }
  .g-w-md-82 {
    width: 82% !important;
  }
  .g-w-md-83 {
    width: 83% !important;
  }
  .g-w-md-84 {
    width: 84% !important;
  }
  .g-w-md-85 {
    width: 85% !important;
  }
  .g-w-md-86 {
    width: 86% !important;
  }
  .g-w-md-87 {
    width: 87% !important;
  }
  .g-w-md-88 {
    width: 88% !important;
  }
  .g-w-md-89 {
    width: 89% !important;
  }
  .g-w-md-90 {
    width: 90% !important;
  }
  .g-w-md-91 {
    width: 91% !important;
  }
  .g-w-md-92 {
    width: 92% !important;
  }
  .g-w-md-93 {
    width: 93% !important;
  }
  .g-w-md-94 {
    width: 94% !important;
  }
  .g-w-md-95 {
    width: 95% !important;
  }
  .g-w-md-96 {
    width: 96% !important;
  }
  .g-w-md-97 {
    width: 97% !important;
  }
  .g-w-md-98 {
    width: 98% !important;
  }
  .g-w-md-99 {
    width: 99% !important;
  }
  .g-w-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .g-w-lg-auto {
    width: auto !important;
  }
  .g-w-lg-1 {
    width: 1% !important;
  }
  .g-w-lg-2 {
    width: 2% !important;
  }
  .g-w-lg-3 {
    width: 3% !important;
  }
  .g-w-lg-4 {
    width: 4% !important;
  }
  .g-w-lg-5 {
    width: 5% !important;
  }
  .g-w-lg-6 {
    width: 6% !important;
  }
  .g-w-lg-7 {
    width: 7% !important;
  }
  .g-w-lg-8 {
    width: 8% !important;
  }
  .g-w-lg-9 {
    width: 9% !important;
  }
  .g-w-lg-10 {
    width: 10% !important;
  }
  .g-w-lg-11 {
    width: 11% !important;
  }
  .g-w-lg-12 {
    width: 12% !important;
  }
  .g-w-lg-13 {
    width: 13% !important;
  }
  .g-w-lg-14 {
    width: 14% !important;
  }
  .g-w-lg-15 {
    width: 15% !important;
  }
  .g-w-lg-16 {
    width: 16% !important;
  }
  .g-w-lg-17 {
    width: 17% !important;
  }
  .g-w-lg-18 {
    width: 18% !important;
  }
  .g-w-lg-19 {
    width: 19% !important;
  }
  .g-w-lg-20 {
    width: 20% !important;
  }
  .g-w-lg-21 {
    width: 21% !important;
  }
  .g-w-lg-22 {
    width: 22% !important;
  }
  .g-w-lg-23 {
    width: 23% !important;
  }
  .g-w-lg-24 {
    width: 24% !important;
  }
  .g-w-lg-25 {
    width: 25% !important;
  }
  .g-w-lg-26 {
    width: 26% !important;
  }
  .g-w-lg-27 {
    width: 27% !important;
  }
  .g-w-lg-28 {
    width: 28% !important;
  }
  .g-w-lg-29 {
    width: 29% !important;
  }
  .g-w-lg-30 {
    width: 30% !important;
  }
  .g-w-lg-31 {
    width: 31% !important;
  }
  .g-w-lg-32 {
    width: 32% !important;
  }
  .g-w-lg-33 {
    width: 33% !important;
  }
  .g-w-lg-34 {
    width: 34% !important;
  }
  .g-w-lg-35 {
    width: 35% !important;
  }
  .g-w-lg-36 {
    width: 36% !important;
  }
  .g-w-lg-37 {
    width: 37% !important;
  }
  .g-w-lg-38 {
    width: 38% !important;
  }
  .g-w-lg-39 {
    width: 39% !important;
  }
  .g-w-lg-40 {
    width: 40% !important;
  }
  .g-w-lg-41 {
    width: 41% !important;
  }
  .g-w-lg-42 {
    width: 42% !important;
  }
  .g-w-lg-43 {
    width: 43% !important;
  }
  .g-w-lg-44 {
    width: 44% !important;
  }
  .g-w-lg-45 {
    width: 45% !important;
  }
  .g-w-lg-46 {
    width: 46% !important;
  }
  .g-w-lg-47 {
    width: 47% !important;
  }
  .g-w-lg-48 {
    width: 48% !important;
  }
  .g-w-lg-49 {
    width: 49% !important;
  }
  .g-w-lg-50 {
    width: 50% !important;
  }
  .g-w-lg-51 {
    width: 51% !important;
  }
  .g-w-lg-52 {
    width: 52% !important;
  }
  .g-w-lg-53 {
    width: 53% !important;
  }
  .g-w-lg-54 {
    width: 54% !important;
  }
  .g-w-lg-55 {
    width: 55% !important;
  }
  .g-w-lg-56 {
    width: 56% !important;
  }
  .g-w-lg-57 {
    width: 57% !important;
  }
  .g-w-lg-58 {
    width: 58% !important;
  }
  .g-w-lg-59 {
    width: 59% !important;
  }
  .g-w-lg-60 {
    width: 60% !important;
  }
  .g-w-lg-61 {
    width: 61% !important;
  }
  .g-w-lg-62 {
    width: 62% !important;
  }
  .g-w-lg-63 {
    width: 63% !important;
  }
  .g-w-lg-64 {
    width: 64% !important;
  }
  .g-w-lg-65 {
    width: 65% !important;
  }
  .g-w-lg-66 {
    width: 66% !important;
  }
  .g-w-lg-67 {
    width: 67% !important;
  }
  .g-w-lg-68 {
    width: 68% !important;
  }
  .g-w-lg-69 {
    width: 69% !important;
  }
  .g-w-lg-70 {
    width: 70% !important;
  }
  .g-w-lg-71 {
    width: 71% !important;
  }
  .g-w-lg-72 {
    width: 72% !important;
  }
  .g-w-lg-73 {
    width: 73% !important;
  }
  .g-w-lg-74 {
    width: 74% !important;
  }
  .g-w-lg-75 {
    width: 75% !important;
  }
  .g-w-lg-76 {
    width: 76% !important;
  }
  .g-w-lg-77 {
    width: 77% !important;
  }
  .g-w-lg-78 {
    width: 78% !important;
  }
  .g-w-lg-79 {
    width: 79% !important;
  }
  .g-w-lg-80 {
    width: 80% !important;
  }
  .g-w-lg-81 {
    width: 81% !important;
  }
  .g-w-lg-82 {
    width: 82% !important;
  }
  .g-w-lg-83 {
    width: 83% !important;
  }
  .g-w-lg-84 {
    width: 84% !important;
  }
  .g-w-lg-85 {
    width: 85% !important;
  }
  .g-w-lg-86 {
    width: 86% !important;
  }
  .g-w-lg-87 {
    width: 87% !important;
  }
  .g-w-lg-88 {
    width: 88% !important;
  }
  .g-w-lg-89 {
    width: 89% !important;
  }
  .g-w-lg-90 {
    width: 90% !important;
  }
  .g-w-lg-91 {
    width: 91% !important;
  }
  .g-w-lg-92 {
    width: 92% !important;
  }
  .g-w-lg-93 {
    width: 93% !important;
  }
  .g-w-lg-94 {
    width: 94% !important;
  }
  .g-w-lg-95 {
    width: 95% !important;
  }
  .g-w-lg-96 {
    width: 96% !important;
  }
  .g-w-lg-97 {
    width: 97% !important;
  }
  .g-w-lg-98 {
    width: 98% !important;
  }
  .g-w-lg-99 {
    width: 99% !important;
  }
  .g-w-lg-100 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .g-w-xl-auto {
    width: auto !important;
  }
  .g-w-xl-1 {
    width: 1% !important;
  }
  .g-w-xl-2 {
    width: 2% !important;
  }
  .g-w-xl-3 {
    width: 3% !important;
  }
  .g-w-xl-4 {
    width: 4% !important;
  }
  .g-w-xl-5 {
    width: 5% !important;
  }
  .g-w-xl-6 {
    width: 6% !important;
  }
  .g-w-xl-7 {
    width: 7% !important;
  }
  .g-w-xl-8 {
    width: 8% !important;
  }
  .g-w-xl-9 {
    width: 9% !important;
  }
  .g-w-xl-10 {
    width: 10% !important;
  }
  .g-w-xl-11 {
    width: 11% !important;
  }
  .g-w-xl-12 {
    width: 12% !important;
  }
  .g-w-xl-13 {
    width: 13% !important;
  }
  .g-w-xl-14 {
    width: 14% !important;
  }
  .g-w-xl-15 {
    width: 15% !important;
  }
  .g-w-xl-16 {
    width: 16% !important;
  }
  .g-w-xl-17 {
    width: 17% !important;
  }
  .g-w-xl-18 {
    width: 18% !important;
  }
  .g-w-xl-19 {
    width: 19% !important;
  }
  .g-w-xl-20 {
    width: 20% !important;
  }
  .g-w-xl-21 {
    width: 21% !important;
  }
  .g-w-xl-22 {
    width: 22% !important;
  }
  .g-w-xl-23 {
    width: 23% !important;
  }
  .g-w-xl-24 {
    width: 24% !important;
  }
  .g-w-xl-25 {
    width: 25% !important;
  }
  .g-w-xl-26 {
    width: 26% !important;
  }
  .g-w-xl-27 {
    width: 27% !important;
  }
  .g-w-xl-28 {
    width: 28% !important;
  }
  .g-w-xl-29 {
    width: 29% !important;
  }
  .g-w-xl-30 {
    width: 30% !important;
  }
  .g-w-xl-31 {
    width: 31% !important;
  }
  .g-w-xl-32 {
    width: 32% !important;
  }
  .g-w-xl-33 {
    width: 33% !important;
  }
  .g-w-xl-34 {
    width: 34% !important;
  }
  .g-w-xl-35 {
    width: 35% !important;
  }
  .g-w-xl-36 {
    width: 36% !important;
  }
  .g-w-xl-37 {
    width: 37% !important;
  }
  .g-w-xl-38 {
    width: 38% !important;
  }
  .g-w-xl-39 {
    width: 39% !important;
  }
  .g-w-xl-40 {
    width: 40% !important;
  }
  .g-w-xl-41 {
    width: 41% !important;
  }
  .g-w-xl-42 {
    width: 42% !important;
  }
  .g-w-xl-43 {
    width: 43% !important;
  }
  .g-w-xl-44 {
    width: 44% !important;
  }
  .g-w-xl-45 {
    width: 45% !important;
  }
  .g-w-xl-46 {
    width: 46% !important;
  }
  .g-w-xl-47 {
    width: 47% !important;
  }
  .g-w-xl-48 {
    width: 48% !important;
  }
  .g-w-xl-49 {
    width: 49% !important;
  }
  .g-w-xl-50 {
    width: 50% !important;
  }
  .g-w-xl-51 {
    width: 51% !important;
  }
  .g-w-xl-52 {
    width: 52% !important;
  }
  .g-w-xl-53 {
    width: 53% !important;
  }
  .g-w-xl-54 {
    width: 54% !important;
  }
  .g-w-xl-55 {
    width: 55% !important;
  }
  .g-w-xl-56 {
    width: 56% !important;
  }
  .g-w-xl-57 {
    width: 57% !important;
  }
  .g-w-xl-58 {
    width: 58% !important;
  }
  .g-w-xl-59 {
    width: 59% !important;
  }
  .g-w-xl-60 {
    width: 60% !important;
  }
  .g-w-xl-61 {
    width: 61% !important;
  }
  .g-w-xl-62 {
    width: 62% !important;
  }
  .g-w-xl-63 {
    width: 63% !important;
  }
  .g-w-xl-64 {
    width: 64% !important;
  }
  .g-w-xl-65 {
    width: 65% !important;
  }
  .g-w-xl-66 {
    width: 66% !important;
  }
  .g-w-xl-67 {
    width: 67% !important;
  }
  .g-w-xl-68 {
    width: 68% !important;
  }
  .g-w-xl-69 {
    width: 69% !important;
  }
  .g-w-xl-70 {
    width: 70% !important;
  }
  .g-w-xl-71 {
    width: 71% !important;
  }
  .g-w-xl-72 {
    width: 72% !important;
  }
  .g-w-xl-73 {
    width: 73% !important;
  }
  .g-w-xl-74 {
    width: 74% !important;
  }
  .g-w-xl-75 {
    width: 75% !important;
  }
  .g-w-xl-76 {
    width: 76% !important;
  }
  .g-w-xl-77 {
    width: 77% !important;
  }
  .g-w-xl-78 {
    width: 78% !important;
  }
  .g-w-xl-79 {
    width: 79% !important;
  }
  .g-w-xl-80 {
    width: 80% !important;
  }
  .g-w-xl-81 {
    width: 81% !important;
  }
  .g-w-xl-82 {
    width: 82% !important;
  }
  .g-w-xl-83 {
    width: 83% !important;
  }
  .g-w-xl-84 {
    width: 84% !important;
  }
  .g-w-xl-85 {
    width: 85% !important;
  }
  .g-w-xl-86 {
    width: 86% !important;
  }
  .g-w-xl-87 {
    width: 87% !important;
  }
  .g-w-xl-88 {
    width: 88% !important;
  }
  .g-w-xl-89 {
    width: 89% !important;
  }
  .g-w-xl-90 {
    width: 90% !important;
  }
  .g-w-xl-91 {
    width: 91% !important;
  }
  .g-w-xl-92 {
    width: 92% !important;
  }
  .g-w-xl-93 {
    width: 93% !important;
  }
  .g-w-xl-94 {
    width: 94% !important;
  }
  .g-w-xl-95 {
    width: 95% !important;
  }
  .g-w-xl-96 {
    width: 96% !important;
  }
  .g-w-xl-97 {
    width: 97% !important;
  }
  .g-w-xl-98 {
    width: 98% !important;
  }
  .g-w-xl-99 {
    width: 99% !important;
  }
  .g-w-xl-100 {
    width: 100% !important;
  }
}

.g-pc--1 {
  width: calc(100% - 10px);
}
.g-pc--2 {
  width: calc(100% - 20px);
}
.g-pc--3 {
  width: calc(100% - 30px);
}
.g-pc--4 {
  width: calc(100% - 40px);
}
.g-pc--5 {
  width: calc(100% - 50px);
}
.g-pc--6 {
  width: calc(100% - 60px);
}
.g-pc--7 {
  width: calc(100% - 70px);
}
.g-pc--8 {
  width: calc(100% - 80px);
}
.g-pc--9 {
  width: calc(100% - 90px);
}
.g-pc--10 {
  width: calc(100% - 100px);
}
.g-pc--11 {
  width: calc(100% - 110px);
}
.g-pc--12 {
  width: calc(100% - 120px);
}
.g-pc--13 {
  width: calc(100% - 130px);
}
.g-pc--14 {
  width: calc(100% - 140px);
}
.g-pc--15 {
  width: calc(100% - 150px);
}
.g-pc--16 {
  width: calc(100% - 160px);
}
.g-pc--17 {
  width: calc(100% - 170px);
}
.g-pc--18 {
  width: calc(100% - 180px);
}
.g-pc--19 {
  width: calc(100% - 190px);
}
.g-pc--20 {
  width: calc(100% - 200px);
}
.g-pc--21 {
  width: calc(100% - 210px);
}
.g-pc--22 {
  width: calc(100% - 220px);
}
.g-pc--23 {
  width: calc(100% - 230px);
}
.g-pc--24 {
  width: calc(100% - 240px);
}
.g-pc--25 {
  width: calc(100% - 250px);
}
.g-pc--26 {
  width: calc(100% - 260px);
}
.g-pc--27 {
  width: calc(100% - 270px);
}
.g-pc--28 {
  width: calc(100% - 280px);
}
.g-pc--29 {
  width: calc(100% - 290px);
}
.g-pc--30 {
  width: calc(100% - 300px);
}
.g-pc--31 {
  width: calc(100% - 310px);
}
.g-pc--32 {
  width: calc(100% - 320px);
}
.g-pc--33 {
  width: calc(100% - 330px);
}
.g-pc--34 {
  width: calc(100% - 340px);
}
.g-pc--35 {
  width: calc(100% - 350px);
}
.g-pc--36 {
  width: calc(100% - 360px);
}
.g-pc--37 {
  width: calc(100% - 370px);
}
.g-pc--38 {
  width: calc(100% - 380px);
}
.g-pc--39 {
  width: calc(100% - 390px);
}
.g-pc--40 {
  width: calc(100% - 400px);
}
.g-pc--41 {
  width: calc(100% - 410px);
}
.g-pc--42 {
  width: calc(100% - 420px);
}
.g-pc--43 {
  width: calc(100% - 430px);
}
.g-pc--44 {
  width: calc(100% - 440px);
}
.g-pc--45 {
  width: calc(100% - 450px);
}
.g-pc--46 {
  width: calc(100% - 460px);
}
.g-pc--47 {
  width: calc(100% - 470px);
}
.g-pc--48 {
  width: calc(100% - 480px);
}
.g-pc--49 {
  width: calc(100% - 490px);
}
.g-pc--50 {
  width: calc(100% - 500px);
}
@media (min-width: 576px) {
  .g-pc-sm--1 {
    width: calc(100% - 10px);
  }
  .g-pc-sm--2 {
    width: calc(100% - 20px);
  }
  .g-pc-sm--3 {
    width: calc(100% - 30px);
  }
  .g-pc-sm--4 {
    width: calc(100% - 40px);
  }
  .g-pc-sm--5 {
    width: calc(100% - 50px);
  }
  .g-pc-sm--6 {
    width: calc(100% - 60px);
  }
  .g-pc-sm--7 {
    width: calc(100% - 70px);
  }
  .g-pc-sm--8 {
    width: calc(100% - 80px);
  }
  .g-pc-sm--9 {
    width: calc(100% - 90px);
  }
  .g-pc-sm--10 {
    width: calc(100% - 100px);
  }
  .g-pc-sm--11 {
    width: calc(100% - 110px);
  }
  .g-pc-sm--12 {
    width: calc(100% - 120px);
  }
  .g-pc-sm--13 {
    width: calc(100% - 130px);
  }
  .g-pc-sm--14 {
    width: calc(100% - 140px);
  }
  .g-pc-sm--15 {
    width: calc(100% - 150px);
  }
  .g-pc-sm--16 {
    width: calc(100% - 160px);
  }
  .g-pc-sm--17 {
    width: calc(100% - 170px);
  }
  .g-pc-sm--18 {
    width: calc(100% - 180px);
  }
  .g-pc-sm--19 {
    width: calc(100% - 190px);
  }
  .g-pc-sm--20 {
    width: calc(100% - 200px);
  }
  .g-pc-sm--21 {
    width: calc(100% - 210px);
  }
  .g-pc-sm--22 {
    width: calc(100% - 220px);
  }
  .g-pc-sm--23 {
    width: calc(100% - 230px);
  }
  .g-pc-sm--24 {
    width: calc(100% - 240px);
  }
  .g-pc-sm--25 {
    width: calc(100% - 250px);
  }
  .g-pc-sm--26 {
    width: calc(100% - 260px);
  }
  .g-pc-sm--27 {
    width: calc(100% - 270px);
  }
  .g-pc-sm--28 {
    width: calc(100% - 280px);
  }
  .g-pc-sm--29 {
    width: calc(100% - 290px);
  }
  .g-pc-sm--30 {
    width: calc(100% - 300px);
  }
  .g-pc-sm--31 {
    width: calc(100% - 310px);
  }
  .g-pc-sm--32 {
    width: calc(100% - 320px);
  }
  .g-pc-sm--33 {
    width: calc(100% - 330px);
  }
  .g-pc-sm--34 {
    width: calc(100% - 340px);
  }
  .g-pc-sm--35 {
    width: calc(100% - 350px);
  }
  .g-pc-sm--36 {
    width: calc(100% - 360px);
  }
  .g-pc-sm--37 {
    width: calc(100% - 370px);
  }
  .g-pc-sm--38 {
    width: calc(100% - 380px);
  }
  .g-pc-sm--39 {
    width: calc(100% - 390px);
  }
  .g-pc-sm--40 {
    width: calc(100% - 400px);
  }
  .g-pc-sm--41 {
    width: calc(100% - 410px);
  }
  .g-pc-sm--42 {
    width: calc(100% - 420px);
  }
  .g-pc-sm--43 {
    width: calc(100% - 430px);
  }
  .g-pc-sm--44 {
    width: calc(100% - 440px);
  }
  .g-pc-sm--45 {
    width: calc(100% - 450px);
  }
  .g-pc-sm--46 {
    width: calc(100% - 460px);
  }
  .g-pc-sm--47 {
    width: calc(100% - 470px);
  }
  .g-pc-sm--48 {
    width: calc(100% - 480px);
  }
  .g-pc-sm--49 {
    width: calc(100% - 490px);
  }
  .g-pc-sm--50 {
    width: calc(100% - 500px);
  }
}
@media (min-width: 768px) {
  .g-pc-md--1 {
    width: calc(100% - 10px);
  }
  .g-pc-md--2 {
    width: calc(100% - 20px);
  }
  .g-pc-md--3 {
    width: calc(100% - 30px);
  }
  .g-pc-md--4 {
    width: calc(100% - 40px);
  }
  .g-pc-md--5 {
    width: calc(100% - 50px);
  }
  .g-pc-md--6 {
    width: calc(100% - 60px);
  }
  .g-pc-md--7 {
    width: calc(100% - 70px);
  }
  .g-pc-md--8 {
    width: calc(100% - 80px);
  }
  .g-pc-md--9 {
    width: calc(100% - 90px);
  }
  .g-pc-md--10 {
    width: calc(100% - 100px);
  }
  .g-pc-md--11 {
    width: calc(100% - 110px);
  }
  .g-pc-md--12 {
    width: calc(100% - 120px);
  }
  .g-pc-md--13 {
    width: calc(100% - 130px);
  }
  .g-pc-md--14 {
    width: calc(100% - 140px);
  }
  .g-pc-md--15 {
    width: calc(100% - 150px);
  }
  .g-pc-md--16 {
    width: calc(100% - 160px);
  }
  .g-pc-md--17 {
    width: calc(100% - 170px);
  }
  .g-pc-md--18 {
    width: calc(100% - 180px);
  }
  .g-pc-md--19 {
    width: calc(100% - 190px);
  }
  .g-pc-md--20 {
    width: calc(100% - 200px);
  }
  .g-pc-md--21 {
    width: calc(100% - 210px);
  }
  .g-pc-md--22 {
    width: calc(100% - 220px);
  }
  .g-pc-md--23 {
    width: calc(100% - 230px);
  }
  .g-pc-md--24 {
    width: calc(100% - 240px);
  }
  .g-pc-md--25 {
    width: calc(100% - 250px);
  }
  .g-pc-md--26 {
    width: calc(100% - 260px);
  }
  .g-pc-md--27 {
    width: calc(100% - 270px);
  }
  .g-pc-md--28 {
    width: calc(100% - 280px);
  }
  .g-pc-md--29 {
    width: calc(100% - 290px);
  }
  .g-pc-md--30 {
    width: calc(100% - 300px);
  }
  .g-pc-md--31 {
    width: calc(100% - 310px);
  }
  .g-pc-md--32 {
    width: calc(100% - 320px);
  }
  .g-pc-md--33 {
    width: calc(100% - 330px);
  }
  .g-pc-md--34 {
    width: calc(100% - 340px);
  }
  .g-pc-md--35 {
    width: calc(100% - 350px);
  }
  .g-pc-md--36 {
    width: calc(100% - 360px);
  }
  .g-pc-md--37 {
    width: calc(100% - 370px);
  }
  .g-pc-md--38 {
    width: calc(100% - 380px);
  }
  .g-pc-md--39 {
    width: calc(100% - 390px);
  }
  .g-pc-md--40 {
    width: calc(100% - 400px);
  }
  .g-pc-md--41 {
    width: calc(100% - 410px);
  }
  .g-pc-md--42 {
    width: calc(100% - 420px);
  }
  .g-pc-md--43 {
    width: calc(100% - 430px);
  }
  .g-pc-md--44 {
    width: calc(100% - 440px);
  }
  .g-pc-md--45 {
    width: calc(100% - 450px);
  }
  .g-pc-md--46 {
    width: calc(100% - 460px);
  }
  .g-pc-md--47 {
    width: calc(100% - 470px);
  }
  .g-pc-md--48 {
    width: calc(100% - 480px);
  }
  .g-pc-md--49 {
    width: calc(100% - 490px);
  }
  .g-pc-md--50 {
    width: calc(100% - 500px);
  }
}
@media (min-width: 992px) {
  .g-pc-lg--1 {
    width: calc(100% - 10px);
  }
  .g-pc-lg--2 {
    width: calc(100% - 20px);
  }
  .g-pc-lg--3 {
    width: calc(100% - 30px);
  }
  .g-pc-lg--4 {
    width: calc(100% - 40px);
  }
  .g-pc-lg--5 {
    width: calc(100% - 50px);
  }
  .g-pc-lg--6 {
    width: calc(100% - 60px);
  }
  .g-pc-lg--7 {
    width: calc(100% - 70px);
  }
  .g-pc-lg--8 {
    width: calc(100% - 80px);
  }
  .g-pc-lg--9 {
    width: calc(100% - 90px);
  }
  .g-pc-lg--10 {
    width: calc(100% - 100px);
  }
  .g-pc-lg--11 {
    width: calc(100% - 110px);
  }
  .g-pc-lg--12 {
    width: calc(100% - 120px);
  }
  .g-pc-lg--13 {
    width: calc(100% - 130px);
  }
  .g-pc-lg--14 {
    width: calc(100% - 140px);
  }
  .g-pc-lg--15 {
    width: calc(100% - 150px);
  }
  .g-pc-lg--16 {
    width: calc(100% - 160px);
  }
  .g-pc-lg--17 {
    width: calc(100% - 170px);
  }
  .g-pc-lg--18 {
    width: calc(100% - 180px);
  }
  .g-pc-lg--19 {
    width: calc(100% - 190px);
  }
  .g-pc-lg--20 {
    width: calc(100% - 200px);
  }
  .g-pc-lg--21 {
    width: calc(100% - 210px);
  }
  .g-pc-lg--22 {
    width: calc(100% - 220px);
  }
  .g-pc-lg--23 {
    width: calc(100% - 230px);
  }
  .g-pc-lg--24 {
    width: calc(100% - 240px);
  }
  .g-pc-lg--25 {
    width: calc(100% - 250px);
  }
  .g-pc-lg--26 {
    width: calc(100% - 260px);
  }
  .g-pc-lg--27 {
    width: calc(100% - 270px);
  }
  .g-pc-lg--28 {
    width: calc(100% - 280px);
  }
  .g-pc-lg--29 {
    width: calc(100% - 290px);
  }
  .g-pc-lg--30 {
    width: calc(100% - 300px);
  }
  .g-pc-lg--31 {
    width: calc(100% - 310px);
  }
  .g-pc-lg--32 {
    width: calc(100% - 320px);
  }
  .g-pc-lg--33 {
    width: calc(100% - 330px);
  }
  .g-pc-lg--34 {
    width: calc(100% - 340px);
  }
  .g-pc-lg--35 {
    width: calc(100% - 350px);
  }
  .g-pc-lg--36 {
    width: calc(100% - 360px);
  }
  .g-pc-lg--37 {
    width: calc(100% - 370px);
  }
  .g-pc-lg--38 {
    width: calc(100% - 380px);
  }
  .g-pc-lg--39 {
    width: calc(100% - 390px);
  }
  .g-pc-lg--40 {
    width: calc(100% - 400px);
  }
  .g-pc-lg--41 {
    width: calc(100% - 410px);
  }
  .g-pc-lg--42 {
    width: calc(100% - 420px);
  }
  .g-pc-lg--43 {
    width: calc(100% - 430px);
  }
  .g-pc-lg--44 {
    width: calc(100% - 440px);
  }
  .g-pc-lg--45 {
    width: calc(100% - 450px);
  }
  .g-pc-lg--46 {
    width: calc(100% - 460px);
  }
  .g-pc-lg--47 {
    width: calc(100% - 470px);
  }
  .g-pc-lg--48 {
    width: calc(100% - 480px);
  }
  .g-pc-lg--49 {
    width: calc(100% - 490px);
  }
  .g-pc-lg--50 {
    width: calc(100% - 500px);
  }
}
@media (min-width: 1200px) {
  .g-pc-xl--1 {
    width: calc(100% - 10px);
  }
  .g-pc-xl--2 {
    width: calc(100% - 20px);
  }
  .g-pc-xl--3 {
    width: calc(100% - 30px);
  }
  .g-pc-xl--4 {
    width: calc(100% - 40px);
  }
  .g-pc-xl--5 {
    width: calc(100% - 50px);
  }
  .g-pc-xl--6 {
    width: calc(100% - 60px);
  }
  .g-pc-xl--7 {
    width: calc(100% - 70px);
  }
  .g-pc-xl--8 {
    width: calc(100% - 80px);
  }
  .g-pc-xl--9 {
    width: calc(100% - 90px);
  }
  .g-pc-xl--10 {
    width: calc(100% - 100px);
  }
  .g-pc-xl--11 {
    width: calc(100% - 110px);
  }
  .g-pc-xl--12 {
    width: calc(100% - 120px);
  }
  .g-pc-xl--13 {
    width: calc(100% - 130px);
  }
  .g-pc-xl--14 {
    width: calc(100% - 140px);
  }
  .g-pc-xl--15 {
    width: calc(100% - 150px);
  }
  .g-pc-xl--16 {
    width: calc(100% - 160px);
  }
  .g-pc-xl--17 {
    width: calc(100% - 170px);
  }
  .g-pc-xl--18 {
    width: calc(100% - 180px);
  }
  .g-pc-xl--19 {
    width: calc(100% - 190px);
  }
  .g-pc-xl--20 {
    width: calc(100% - 200px);
  }
  .g-pc-xl--21 {
    width: calc(100% - 210px);
  }
  .g-pc-xl--22 {
    width: calc(100% - 220px);
  }
  .g-pc-xl--23 {
    width: calc(100% - 230px);
  }
  .g-pc-xl--24 {
    width: calc(100% - 240px);
  }
  .g-pc-xl--25 {
    width: calc(100% - 250px);
  }
  .g-pc-xl--26 {
    width: calc(100% - 260px);
  }
  .g-pc-xl--27 {
    width: calc(100% - 270px);
  }
  .g-pc-xl--28 {
    width: calc(100% - 280px);
  }
  .g-pc-xl--29 {
    width: calc(100% - 290px);
  }
  .g-pc-xl--30 {
    width: calc(100% - 300px);
  }
  .g-pc-xl--31 {
    width: calc(100% - 310px);
  }
  .g-pc-xl--32 {
    width: calc(100% - 320px);
  }
  .g-pc-xl--33 {
    width: calc(100% - 330px);
  }
  .g-pc-xl--34 {
    width: calc(100% - 340px);
  }
  .g-pc-xl--35 {
    width: calc(100% - 350px);
  }
  .g-pc-xl--36 {
    width: calc(100% - 360px);
  }
  .g-pc-xl--37 {
    width: calc(100% - 370px);
  }
  .g-pc-xl--38 {
    width: calc(100% - 380px);
  }
  .g-pc-xl--39 {
    width: calc(100% - 390px);
  }
  .g-pc-xl--40 {
    width: calc(100% - 400px);
  }
  .g-pc-xl--41 {
    width: calc(100% - 410px);
  }
  .g-pc-xl--42 {
    width: calc(100% - 420px);
  }
  .g-pc-xl--43 {
    width: calc(100% - 430px);
  }
  .g-pc-xl--44 {
    width: calc(100% - 440px);
  }
  .g-pc-xl--45 {
    width: calc(100% - 450px);
  }
  .g-pc-xl--46 {
    width: calc(100% - 460px);
  }
  .g-pc-xl--47 {
    width: calc(100% - 470px);
  }
  .g-pc-xl--48 {
    width: calc(100% - 480px);
  }
  .g-pc-xl--49 {
    width: calc(100% - 490px);
  }
  .g-pc-xl--50 {
    width: calc(100% - 500px);
  }
}

.w-px--1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
}
.w-px--2 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
}
.w-px--3 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
}
.w-px--4 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
}
.w-px--5 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
}
.w-px--6 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
}
.w-px--7 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
}
.w-px--8 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
}
.w-px--9 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
}
.w-px--10 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
}
.w-px--11 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 110px;
}
.w-px--12 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
}
.w-px--13 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 130px;
}
.w-px--14 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
}
.w-px--15 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
}
.w-px--16 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
}
.w-px--17 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 170px;
}
.w-px--18 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 180px;
}
.w-px--19 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 190px;
}
.w-px--20 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
}
.w-px--21 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 210px;
}
.w-px--22 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 220px;
}
.w-px--23 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 230px;
}
.w-px--24 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 240px;
}
.w-px--25 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 250px;
}
.w-px--26 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 260px;
}
.w-px--27 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 270px;
}
.w-px--28 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 280px;
}
.w-px--29 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 290px;
}
.w-px--30 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 300px;
}
.w-px--31 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 310px;
}
.w-px--32 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 320px;
}
.w-px--33 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 330px;
}
.w-px--34 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 340px;
}
.w-px--35 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 350px;
}
.w-px--36 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 360px;
}
.w-px--37 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 370px;
}
.w-px--38 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 380px;
}
.w-px--39 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 390px;
}
.w-px--40 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
}
.w-px--41 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 410px;
}
.w-px--42 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 420px;
}
.w-px--43 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 430px;
}
.w-px--44 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 440px;
}
.w-px--45 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 450px;
}
.w-px--46 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 460px;
}
.w-px--47 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 470px;
}
.w-px--48 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 480px;
}
.w-px--49 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 490px;
}
.w-px--50 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 500px;
}
.w-px--51 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 510px;
}
.w-px--52 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 520px;
}
.w-px--53 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 530px;
}
.w-px--54 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 540px;
}
.w-px--55 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 550px;
}
.w-px--56 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 560px;
}
.w-px--57 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 570px;
}
.w-px--58 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 580px;
}
.w-px--59 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 590px;
}
.w-px--60 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 600px;
}
.w-px--61 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 610px;
}
.w-px--62 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 620px;
}
.w-px--63 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 630px;
}
.w-px--64 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 640px;
}
.w-px--65 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 650px;
}
.w-px--66 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 660px;
}
.w-px--67 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 670px;
}
.w-px--68 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 680px;
}
.w-px--69 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 690px;
}
.w-px--70 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 700px;
}
.w-px--71 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 710px;
}
.w-px--72 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 720px;
}
.w-px--73 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 730px;
}
.w-px--74 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 740px;
}
.w-px--75 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 750px;
}
.w-px--76 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 760px;
}
.w-px--77 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 770px;
}
.w-px--78 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 780px;
}
.w-px--79 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 790px;
}
.w-px--80 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 800px;
}
.w-px--81 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 810px;
}
.w-px--82 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 820px;
}
.w-px--83 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 830px;
}
.w-px--84 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 840px;
}
.w-px--85 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 850px;
}
.w-px--86 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 860px;
}
.w-px--87 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 870px;
}
.w-px--88 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 880px;
}
.w-px--89 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 890px;
}
.w-px--90 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 900px;
}
.w-px--91 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 910px;
}
.w-px--92 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 920px;
}
.w-px--93 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 930px;
}
.w-px--94 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 940px;
}
.w-px--95 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 950px;
}
.w-px--96 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 960px;
}
.w-px--97 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 970px;
}
.w-px--98 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 980px;
}
.w-px--99 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 990px;
}
@media (min-width: 576px) {
  .w-px-sm--1 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 10px !important;
  }
  .w-px-sm--2 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20px !important;
  }
  .w-px-sm--3 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30px !important;
  }
  .w-px-sm--4 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px !important;
  }
  .w-px-sm--5 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50px !important;
  }
  .w-px-sm--6 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 60px !important;
  }
  .w-px-sm--7 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 70px !important;
  }
  .w-px-sm--8 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 80px !important;
  }
  .w-px-sm--9 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 90px !important;
  }
  .w-px-sm--10 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100px !important;
  }
  .w-px-sm--11 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 110px !important;
  }
  .w-px-sm--12 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 120px !important;
  }
  .w-px-sm--13 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 130px !important;
  }
  .w-px-sm--14 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 140px !important;
  }
  .w-px-sm--15 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 150px !important;
  }
  .w-px-sm--16 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 160px !important;
  }
  .w-px-sm--17 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 170px !important;
  }
  .w-px-sm--18 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 180px !important;
  }
  .w-px-sm--19 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 190px !important;
  }
  .w-px-sm--20 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 200px !important;
  }
  .w-px-sm--21 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 210px !important;
  }
  .w-px-sm--22 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 220px !important;
  }
  .w-px-sm--23 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 230px !important;
  }
  .w-px-sm--24 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 240px !important;
  }
  .w-px-sm--25 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 250px !important;
  }
  .w-px-sm--26 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 260px !important;
  }
  .w-px-sm--27 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 270px !important;
  }
  .w-px-sm--28 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 280px !important;
  }
  .w-px-sm--29 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 290px !important;
  }
  .w-px-sm--30 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 300px !important;
  }
  .w-px-sm--31 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 310px !important;
  }
  .w-px-sm--32 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 320px !important;
  }
  .w-px-sm--33 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 330px !important;
  }
  .w-px-sm--34 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 340px !important;
  }
  .w-px-sm--35 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 350px !important;
  }
  .w-px-sm--36 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 360px !important;
  }
  .w-px-sm--37 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 370px !important;
  }
  .w-px-sm--38 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 380px !important;
  }
  .w-px-sm--39 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 390px !important;
  }
  .w-px-sm--40 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 400px !important;
  }
  .w-px-sm--41 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 410px !important;
  }
  .w-px-sm--42 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 420px !important;
  }
  .w-px-sm--43 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 430px !important;
  }
  .w-px-sm--44 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 440px !important;
  }
  .w-px-sm--45 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 450px !important;
  }
  .w-px-sm--46 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 460px !important;
  }
  .w-px-sm--47 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 470px !important;
  }
  .w-px-sm--48 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 480px !important;
  }
  .w-px-sm--49 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 490px !important;
  }
  .w-px-sm--50 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 500px !important;
  }
  .w-px-sm--51 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 510px !important;
  }
  .w-px-sm--52 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 520px !important;
  }
  .w-px-sm--53 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 530px !important;
  }
  .w-px-sm--54 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 540px !important;
  }
  .w-px-sm--55 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 550px !important;
  }
  .w-px-sm--56 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 560px !important;
  }
  .w-px-sm--57 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 570px !important;
  }
  .w-px-sm--58 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 580px !important;
  }
  .w-px-sm--59 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 590px !important;
  }
  .w-px-sm--60 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 600px !important;
  }
  .w-px-sm--61 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 610px !important;
  }
  .w-px-sm--62 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 620px !important;
  }
  .w-px-sm--63 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 630px !important;
  }
  .w-px-sm--64 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 640px !important;
  }
  .w-px-sm--65 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 650px !important;
  }
  .w-px-sm--66 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 660px !important;
  }
  .w-px-sm--67 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 670px !important;
  }
  .w-px-sm--68 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 680px !important;
  }
  .w-px-sm--69 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 690px !important;
  }
  .w-px-sm--70 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 700px !important;
  }
  .w-px-sm--71 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 710px !important;
  }
  .w-px-sm--72 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 720px !important;
  }
  .w-px-sm--73 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 730px !important;
  }
  .w-px-sm--74 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 740px !important;
  }
  .w-px-sm--75 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 750px !important;
  }
  .w-px-sm--76 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 760px !important;
  }
  .w-px-sm--77 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 770px !important;
  }
  .w-px-sm--78 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 780px !important;
  }
  .w-px-sm--79 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 790px !important;
  }
  .w-px-sm--80 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 800px !important;
  }
  .w-px-sm--81 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 810px !important;
  }
  .w-px-sm--82 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 820px !important;
  }
  .w-px-sm--83 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 830px !important;
  }
  .w-px-sm--84 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 840px !important;
  }
  .w-px-sm--85 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 850px !important;
  }
  .w-px-sm--86 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 860px !important;
  }
  .w-px-sm--87 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 870px !important;
  }
  .w-px-sm--88 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 880px !important;
  }
  .w-px-sm--89 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 890px !important;
  }
  .w-px-sm--90 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 900px !important;
  }
  .w-px-sm--91 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 910px !important;
  }
  .w-px-sm--92 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 920px !important;
  }
  .w-px-sm--93 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 930px !important;
  }
  .w-px-sm--94 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 940px !important;
  }
  .w-px-sm--95 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 950px !important;
  }
  .w-px-sm--96 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 960px !important;
  }
  .w-px-sm--97 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 970px !important;
  }
  .w-px-sm--98 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 980px !important;
  }
  .w-px-sm--99 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 990px !important;
  }
}
@media (min-width: 768px) {
  .w-px-md--1 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 10px !important;
  }
  .w-px-md--2 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20px !important;
  }
  .w-px-md--3 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30px !important;
  }
  .w-px-md--4 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px !important;
  }
  .w-px-md--5 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50px !important;
  }
  .w-px-md--6 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 60px !important;
  }
  .w-px-md--7 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 70px !important;
  }
  .w-px-md--8 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 80px !important;
  }
  .w-px-md--9 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 90px !important;
  }
  .w-px-md--10 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100px !important;
  }
  .w-px-md--11 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 110px !important;
  }
  .w-px-md--12 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 120px !important;
  }
  .w-px-md--13 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 130px !important;
  }
  .w-px-md--14 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 140px !important;
  }
  .w-px-md--15 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 150px !important;
  }
  .w-px-md--16 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 160px !important;
  }
  .w-px-md--17 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 170px !important;
  }
  .w-px-md--18 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 180px !important;
  }
  .w-px-md--19 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 190px !important;
  }
  .w-px-md--20 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 200px !important;
  }
  .w-px-md--21 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 210px !important;
  }
  .w-px-md--22 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 220px !important;
  }
  .w-px-md--23 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 230px !important;
  }
  .w-px-md--24 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 240px !important;
  }
  .w-px-md--25 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 250px !important;
  }
  .w-px-md--26 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 260px !important;
  }
  .w-px-md--27 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 270px !important;
  }
  .w-px-md--28 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 280px !important;
  }
  .w-px-md--29 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 290px !important;
  }
  .w-px-md--30 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 300px !important;
  }
  .w-px-md--31 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 310px !important;
  }
  .w-px-md--32 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 320px !important;
  }
  .w-px-md--33 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 330px !important;
  }
  .w-px-md--34 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 340px !important;
  }
  .w-px-md--35 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 350px !important;
  }
  .w-px-md--36 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 360px !important;
  }
  .w-px-md--37 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 370px !important;
  }
  .w-px-md--38 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 380px !important;
  }
  .w-px-md--39 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 390px !important;
  }
  .w-px-md--40 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 400px !important;
  }
  .w-px-md--41 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 410px !important;
  }
  .w-px-md--42 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 420px !important;
  }
  .w-px-md--43 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 430px !important;
  }
  .w-px-md--44 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 440px !important;
  }
  .w-px-md--45 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 450px !important;
  }
  .w-px-md--46 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 460px !important;
  }
  .w-px-md--47 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 470px !important;
  }
  .w-px-md--48 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 480px !important;
  }
  .w-px-md--49 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 490px !important;
  }
  .w-px-md--50 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 500px !important;
  }
  .w-px-md--51 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 510px !important;
  }
  .w-px-md--52 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 520px !important;
  }
  .w-px-md--53 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 530px !important;
  }
  .w-px-md--54 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 540px !important;
  }
  .w-px-md--55 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 550px !important;
  }
  .w-px-md--56 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 560px !important;
  }
  .w-px-md--57 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 570px !important;
  }
  .w-px-md--58 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 580px !important;
  }
  .w-px-md--59 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 590px !important;
  }
  .w-px-md--60 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 600px !important;
  }
  .w-px-md--61 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 610px !important;
  }
  .w-px-md--62 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 620px !important;
  }
  .w-px-md--63 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 630px !important;
  }
  .w-px-md--64 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 640px !important;
  }
  .w-px-md--65 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 650px !important;
  }
  .w-px-md--66 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 660px !important;
  }
  .w-px-md--67 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 670px !important;
  }
  .w-px-md--68 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 680px !important;
  }
  .w-px-md--69 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 690px !important;
  }
  .w-px-md--70 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 700px !important;
  }
  .w-px-md--71 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 710px !important;
  }
  .w-px-md--72 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 720px !important;
  }
  .w-px-md--73 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 730px !important;
  }
  .w-px-md--74 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 740px !important;
  }
  .w-px-md--75 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 750px !important;
  }
  .w-px-md--76 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 760px !important;
  }
  .w-px-md--77 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 770px !important;
  }
  .w-px-md--78 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 780px !important;
  }
  .w-px-md--79 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 790px !important;
  }
  .w-px-md--80 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 800px !important;
  }
  .w-px-md--81 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 810px !important;
  }
  .w-px-md--82 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 820px !important;
  }
  .w-px-md--83 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 830px !important;
  }
  .w-px-md--84 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 840px !important;
  }
  .w-px-md--85 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 850px !important;
  }
  .w-px-md--86 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 860px !important;
  }
  .w-px-md--87 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 870px !important;
  }
  .w-px-md--88 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 880px !important;
  }
  .w-px-md--89 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 890px !important;
  }
  .w-px-md--90 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 900px !important;
  }
  .w-px-md--91 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 910px !important;
  }
  .w-px-md--92 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 920px !important;
  }
  .w-px-md--93 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 930px !important;
  }
  .w-px-md--94 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 940px !important;
  }
  .w-px-md--95 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 950px !important;
  }
  .w-px-md--96 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 960px !important;
  }
  .w-px-md--97 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 970px !important;
  }
  .w-px-md--98 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 980px !important;
  }
  .w-px-md--99 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 990px !important;
  }
}
@media (min-width: 992px) {
  .w-px-lg--1 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 10px !important;
  }
  .w-px-lg--2 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20px !important;
  }
  .w-px-lg--3 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30px !important;
  }
  .w-px-lg--4 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px !important;
  }
  .w-px-lg--5 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50px !important;
  }
  .w-px-lg--6 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 60px !important;
  }
  .w-px-lg--7 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 70px !important;
  }
  .w-px-lg--8 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 80px !important;
  }
  .w-px-lg--9 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 90px !important;
  }
  .w-px-lg--10 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100px !important;
  }
  .w-px-lg--11 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 110px !important;
  }
  .w-px-lg--12 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 120px !important;
  }
  .w-px-lg--13 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 130px !important;
  }
  .w-px-lg--14 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 140px !important;
  }
  .w-px-lg--15 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 150px !important;
  }
  .w-px-lg--16 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 160px !important;
  }
  .w-px-lg--17 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 170px !important;
  }
  .w-px-lg--18 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 180px !important;
  }
  .w-px-lg--19 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 190px !important;
  }
  .w-px-lg--20 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 200px !important;
  }
  .w-px-lg--21 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 210px !important;
  }
  .w-px-lg--22 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 220px !important;
  }
  .w-px-lg--23 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 230px !important;
  }
  .w-px-lg--24 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 240px !important;
  }
  .w-px-lg--25 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 250px !important;
  }
  .w-px-lg--26 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 260px !important;
  }
  .w-px-lg--27 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 270px !important;
  }
  .w-px-lg--28 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 280px !important;
  }
  .w-px-lg--29 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 290px !important;
  }
  .w-px-lg--30 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 300px !important;
  }
  .w-px-lg--31 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 310px !important;
  }
  .w-px-lg--32 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 320px !important;
  }
  .w-px-lg--33 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 330px !important;
  }
  .w-px-lg--34 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 340px !important;
  }
  .w-px-lg--35 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 350px !important;
  }
  .w-px-lg--36 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 360px !important;
  }
  .w-px-lg--37 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 370px !important;
  }
  .w-px-lg--38 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 380px !important;
  }
  .w-px-lg--39 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 390px !important;
  }
  .w-px-lg--40 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 400px !important;
  }
  .w-px-lg--41 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 410px !important;
  }
  .w-px-lg--42 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 420px !important;
  }
  .w-px-lg--43 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 430px !important;
  }
  .w-px-lg--44 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 440px !important;
  }
  .w-px-lg--45 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 450px !important;
  }
  .w-px-lg--46 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 460px !important;
  }
  .w-px-lg--47 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 470px !important;
  }
  .w-px-lg--48 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 480px !important;
  }
  .w-px-lg--49 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 490px !important;
  }
  .w-px-lg--50 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 500px !important;
  }
  .w-px-lg--51 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 510px !important;
  }
  .w-px-lg--52 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 520px !important;
  }
  .w-px-lg--53 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 530px !important;
  }
  .w-px-lg--54 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 540px !important;
  }
  .w-px-lg--55 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 550px !important;
  }
  .w-px-lg--56 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 560px !important;
  }
  .w-px-lg--57 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 570px !important;
  }
  .w-px-lg--58 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 580px !important;
  }
  .w-px-lg--59 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 590px !important;
  }
  .w-px-lg--60 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 600px !important;
  }
  .w-px-lg--61 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 610px !important;
  }
  .w-px-lg--62 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 620px !important;
  }
  .w-px-lg--63 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 630px !important;
  }
  .w-px-lg--64 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 640px !important;
  }
  .w-px-lg--65 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 650px !important;
  }
  .w-px-lg--66 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 660px !important;
  }
  .w-px-lg--67 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 670px !important;
  }
  .w-px-lg--68 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 680px !important;
  }
  .w-px-lg--69 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 690px !important;
  }
  .w-px-lg--70 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 700px !important;
  }
  .w-px-lg--71 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 710px !important;
  }
  .w-px-lg--72 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 720px !important;
  }
  .w-px-lg--73 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 730px !important;
  }
  .w-px-lg--74 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 740px !important;
  }
  .w-px-lg--75 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 750px !important;
  }
  .w-px-lg--76 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 760px !important;
  }
  .w-px-lg--77 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 770px !important;
  }
  .w-px-lg--78 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 780px !important;
  }
  .w-px-lg--79 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 790px !important;
  }
  .w-px-lg--80 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 800px !important;
  }
  .w-px-lg--81 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 810px !important;
  }
  .w-px-lg--82 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 820px !important;
  }
  .w-px-lg--83 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 830px !important;
  }
  .w-px-lg--84 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 840px !important;
  }
  .w-px-lg--85 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 850px !important;
  }
  .w-px-lg--86 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 860px !important;
  }
  .w-px-lg--87 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 870px !important;
  }
  .w-px-lg--88 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 880px !important;
  }
  .w-px-lg--89 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 890px !important;
  }
  .w-px-lg--90 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 900px !important;
  }
  .w-px-lg--91 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 910px !important;
  }
  .w-px-lg--92 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 920px !important;
  }
  .w-px-lg--93 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 930px !important;
  }
  .w-px-lg--94 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 940px !important;
  }
  .w-px-lg--95 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 950px !important;
  }
  .w-px-lg--96 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 960px !important;
  }
  .w-px-lg--97 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 970px !important;
  }
  .w-px-lg--98 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 980px !important;
  }
  .w-px-lg--99 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 990px !important;
  }
}
@media (min-width: 1200px) {
  .w-px-xl--1 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 10px !important;
  }
  .w-px-xl--2 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20px !important;
  }
  .w-px-xl--3 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30px !important;
  }
  .w-px-xl--4 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px !important;
  }
  .w-px-xl--5 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50px !important;
  }
  .w-px-xl--6 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 60px !important;
  }
  .w-px-xl--7 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 70px !important;
  }
  .w-px-xl--8 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 80px !important;
  }
  .w-px-xl--9 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 90px !important;
  }
  .w-px-xl--10 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100px !important;
  }
  .w-px-xl--11 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 110px !important;
  }
  .w-px-xl--12 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 120px !important;
  }
  .w-px-xl--13 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 130px !important;
  }
  .w-px-xl--14 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 140px !important;
  }
  .w-px-xl--15 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 150px !important;
  }
  .w-px-xl--16 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 160px !important;
  }
  .w-px-xl--17 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 170px !important;
  }
  .w-px-xl--18 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 180px !important;
  }
  .w-px-xl--19 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 190px !important;
  }
  .w-px-xl--20 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 200px !important;
  }
  .w-px-xl--21 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 210px !important;
  }
  .w-px-xl--22 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 220px !important;
  }
  .w-px-xl--23 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 230px !important;
  }
  .w-px-xl--24 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 240px !important;
  }
  .w-px-xl--25 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 250px !important;
  }
  .w-px-xl--26 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 260px !important;
  }
  .w-px-xl--27 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 270px !important;
  }
  .w-px-xl--28 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 280px !important;
  }
  .w-px-xl--29 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 290px !important;
  }
  .w-px-xl--30 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 300px !important;
  }
  .w-px-xl--31 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 310px !important;
  }
  .w-px-xl--32 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 320px !important;
  }
  .w-px-xl--33 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 330px !important;
  }
  .w-px-xl--34 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 340px !important;
  }
  .w-px-xl--35 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 350px !important;
  }
  .w-px-xl--36 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 360px !important;
  }
  .w-px-xl--37 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 370px !important;
  }
  .w-px-xl--38 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 380px !important;
  }
  .w-px-xl--39 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 390px !important;
  }
  .w-px-xl--40 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 400px !important;
  }
  .w-px-xl--41 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 410px !important;
  }
  .w-px-xl--42 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 420px !important;
  }
  .w-px-xl--43 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 430px !important;
  }
  .w-px-xl--44 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 440px !important;
  }
  .w-px-xl--45 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 450px !important;
  }
  .w-px-xl--46 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 460px !important;
  }
  .w-px-xl--47 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 470px !important;
  }
  .w-px-xl--48 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 480px !important;
  }
  .w-px-xl--49 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 490px !important;
  }
  .w-px-xl--50 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 500px !important;
  }
  .w-px-xl--51 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 510px !important;
  }
  .w-px-xl--52 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 520px !important;
  }
  .w-px-xl--53 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 530px !important;
  }
  .w-px-xl--54 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 540px !important;
  }
  .w-px-xl--55 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 550px !important;
  }
  .w-px-xl--56 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 560px !important;
  }
  .w-px-xl--57 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 570px !important;
  }
  .w-px-xl--58 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 580px !important;
  }
  .w-px-xl--59 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 590px !important;
  }
  .w-px-xl--60 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 600px !important;
  }
  .w-px-xl--61 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 610px !important;
  }
  .w-px-xl--62 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 620px !important;
  }
  .w-px-xl--63 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 630px !important;
  }
  .w-px-xl--64 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 640px !important;
  }
  .w-px-xl--65 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 650px !important;
  }
  .w-px-xl--66 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 660px !important;
  }
  .w-px-xl--67 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 670px !important;
  }
  .w-px-xl--68 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 680px !important;
  }
  .w-px-xl--69 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 690px !important;
  }
  .w-px-xl--70 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 700px !important;
  }
  .w-px-xl--71 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 710px !important;
  }
  .w-px-xl--72 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 720px !important;
  }
  .w-px-xl--73 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 730px !important;
  }
  .w-px-xl--74 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 740px !important;
  }
  .w-px-xl--75 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 750px !important;
  }
  .w-px-xl--76 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 760px !important;
  }
  .w-px-xl--77 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 770px !important;
  }
  .w-px-xl--78 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 780px !important;
  }
  .w-px-xl--79 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 790px !important;
  }
  .w-px-xl--80 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 800px !important;
  }
  .w-px-xl--81 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 810px !important;
  }
  .w-px-xl--82 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 820px !important;
  }
  .w-px-xl--83 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 830px !important;
  }
  .w-px-xl--84 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 840px !important;
  }
  .w-px-xl--85 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 850px !important;
  }
  .w-px-xl--86 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 860px !important;
  }
  .w-px-xl--87 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 870px !important;
  }
  .w-px-xl--88 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 880px !important;
  }
  .w-px-xl--89 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 890px !important;
  }
  .w-px-xl--90 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 900px !important;
  }
  .w-px-xl--91 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 910px !important;
  }
  .w-px-xl--92 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 920px !important;
  }
  .w-px-xl--93 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 930px !important;
  }
  .w-px-xl--94 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 940px !important;
  }
  .w-px-xl--95 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 950px !important;
  }
  .w-px-xl--96 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 960px !important;
  }
  .w-px-xl--97 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 970px !important;
  }
  .w-px-xl--98 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 980px !important;
  }
  .w-px-xl--99 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 990px !important;
  }
}

.w-auto {
  width: auto;
}
.w-1 {
  width: 10%;
}
.w-2 {
  width: 20%;
}
.w-3 {
  width: 30%;
}
.w-4 {
  width: 40%;
}
.w-5 {
  width: 50%;
}
.w-6 {
  width: 60%;
}
.w-7 {
  width: 70%;
}
.w-8 {
  width: 80%;
}
.w-9 {
  width: 90%;
}
.w-10 {
  width: 100%;
}
@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-1 {
    width: 10% !important;
  }
  .w-sm-2 {
    width: 20% !important;
  }
  .w-sm-3 {
    width: 30% !important;
  }
  .w-sm-4 {
    width: 40% !important;
  }
  .w-sm-5 {
    width: 50% !important;
  }
  .w-sm-6 {
    width: 60% !important;
  }
  .w-sm-7 {
    width: 70% !important;
  }
  .w-sm-8 {
    width: 80% !important;
  }
  .w-sm-9 {
    width: 90% !important;
  }
  .w-sm-10 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
  .w-md-1 {
    width: 10% !important;
  }
  .w-md-2 {
    width: 20% !important;
  }
  .w-md-3 {
    width: 30% !important;
  }
  .w-md-4 {
    width: 40% !important;
  }
  .w-md-5 {
    width: 50% !important;
  }
  .w-md-6 {
    width: 60% !important;
  }
  .w-md-7 {
    width: 70% !important;
  }
  .w-md-8 {
    width: 80% !important;
  }
  .w-md-9 {
    width: 90% !important;
  }
  .w-md-10 {
    width: 100% !important;
  }
  .w-md-2-5 {
    width: 25% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-1 {
    width: 10% !important;
  }
  .w-lg-2 {
    width: 20% !important;
  }
  .w-lg-3 {
    width: 30% !important;
  }
  .w-lg-4 {
    width: 40% !important;
  }
  .w-lg-5 {
    width: 50% !important;
  }
  .w-lg-6 {
    width: 60% !important;
  }
  .w-lg-7 {
    width: 70% !important;
  }
  .w-lg-8 {
    width: 80% !important;
  }
  .w-lg-9 {
    width: 90% !important;
  }
  .w-lg-10 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-1 {
    width: 10% !important;
  }
  .w-xl-2 {
    width: 20% !important;
  }
  .w-xl-3 {
    width: 30% !important;
  }
  .w-xl-4 {
    width: 40% !important;
  }
  .w-xl-5 {
    width: 50% !important;
  }
  .w-xl-6 {
    width: 60% !important;
  }
  .w-xl-7 {
    width: 70% !important;
  }
  .w-xl-8 {
    width: 80% !important;
  }
  .w-xl-9 {
    width: 90% !important;
  }
  .w-xl-10 {
    width: 100% !important;
  }
  .w-xl-2-5 {
    width: 25% !important;
  }
}

.h-px--1 {
  height: 10px;
}
.h-px--2 {
  height: 20px;
}
.h-px--3 {
  height: 30px;
}
.h-px--4 {
  height: 40px;
}
.h-px--5 {
  height: 50px;
}
.h-px--6 {
  height: 60px;
}
.h-px--7 {
  height: 70px;
}
.h-px--8 {
  height: 80px;
}
.h-px--9 {
  height: 90px;
}
.h-px--10 {
  height: 100px;
}
.h-px--11 {
  height: 110px;
}
.h-px--12 {
  height: 120px;
}
.h-px--13 {
  height: 130px;
}
.h-px--14 {
  height: 140px;
}
.h-px--15 {
  height: 150px;
}
.h-px--16 {
  height: 160px;
}
.h-px--17 {
  height: 170px;
}
.h-px--18 {
  height: 180px;
}
.h-px--19 {
  height: 190px;
}
.h-px--20 {
  height: 200px;
}
.h-px--21 {
  height: 210px;
}
.h-px--22 {
  height: 220px;
}
.h-px--23 {
  height: 230px;
}
.h-px--24 {
  height: 240px;
}
.h-px--25 {
  height: 250px;
}
.h-px--26 {
  height: 260px;
}
.h-px--27 {
  height: 270px;
}
.h-px--28 {
  height: 280px;
}
.h-px--29 {
  height: 290px;
}
.h-px--30 {
  height: 300px;
}
.h-px--31 {
  height: 310px;
}
.h-px--32 {
  height: 320px;
}
.h-px--33 {
  height: 330px;
}
.h-px--34 {
  height: 340px;
}
.h-px--35 {
  height: 350px;
}
.h-px--36 {
  height: 360px;
}
.h-px--37 {
  height: 370px;
}
.h-px--38 {
  height: 380px;
}
.h-px--39 {
  height: 390px;
}
.h-px--40 {
  height: 400px;
}
.h-px--41 {
  height: 410px;
}
.h-px--42 {
  height: 420px;
}
.h-px--43 {
  height: 430px;
}
.h-px--44 {
  height: 440px;
}
.h-px--45 {
  height: 450px;
}
.h-px--46 {
  height: 460px;
}
.h-px--47 {
  height: 470px;
}
.h-px--48 {
  height: 480px;
}
.h-px--49 {
  height: 490px;
}
.h-px--50 {
  height: 500px;
}
@media (min-width: 576px) {
  .h-px-sm--1 {
    height: 10px !important;
  }
  .h-px-sm--2 {
    height: 20px !important;
  }
  .h-px-sm--3 {
    height: 30px !important;
  }
  .h-px-sm--4 {
    height: 40px !important;
  }
  .h-px-sm--5 {
    height: 50px !important;
  }
  .h-px-sm--6 {
    height: 60px !important;
  }
  .h-px-sm--7 {
    height: 70px !important;
  }
  .h-px-sm--8 {
    height: 80px !important;
  }
  .h-px-sm--9 {
    height: 90px !important;
  }
  .h-px-sm--10 {
    height: 100px !important;
  }
  .h-px-sm--11 {
    height: 110px !important;
  }
  .h-px-sm--12 {
    height: 120px !important;
  }
  .h-px-sm--13 {
    height: 130px !important;
  }
  .h-px-sm--14 {
    height: 140px !important;
  }
  .h-px-sm--15 {
    height: 150px !important;
  }
  .h-px-sm--16 {
    height: 160px !important;
  }
  .h-px-sm--17 {
    height: 170px !important;
  }
  .h-px-sm--18 {
    height: 180px !important;
  }
  .h-px-sm--19 {
    height: 190px !important;
  }
  .h-px-sm--20 {
    height: 200px !important;
  }
  .h-px-sm--21 {
    height: 210px !important;
  }
  .h-px-sm--22 {
    height: 220px !important;
  }
  .h-px-sm--23 {
    height: 230px !important;
  }
  .h-px-sm--24 {
    height: 240px !important;
  }
  .h-px-sm--25 {
    height: 250px !important;
  }
  .h-px-sm--26 {
    height: 260px !important;
  }
  .h-px-sm--27 {
    height: 270px !important;
  }
  .h-px-sm--28 {
    height: 280px !important;
  }
  .h-px-sm--29 {
    height: 290px !important;
  }
  .h-px-sm--30 {
    height: 300px !important;
  }
  .h-px-sm--31 {
    height: 310px !important;
  }
  .h-px-sm--32 {
    height: 320px !important;
  }
  .h-px-sm--33 {
    height: 330px !important;
  }
  .h-px-sm--34 {
    height: 340px !important;
  }
  .h-px-sm--35 {
    height: 350px !important;
  }
  .h-px-sm--36 {
    height: 360px !important;
  }
  .h-px-sm--37 {
    height: 370px !important;
  }
  .h-px-sm--38 {
    height: 380px !important;
  }
  .h-px-sm--39 {
    height: 390px !important;
  }
  .h-px-sm--40 {
    height: 400px !important;
  }
  .h-px-sm--41 {
    height: 410px !important;
  }
  .h-px-sm--42 {
    height: 420px !important;
  }
  .h-px-sm--43 {
    height: 430px !important;
  }
  .h-px-sm--44 {
    height: 440px !important;
  }
  .h-px-sm--45 {
    height: 450px !important;
  }
  .h-px-sm--46 {
    height: 460px !important;
  }
  .h-px-sm--47 {
    height: 470px !important;
  }
  .h-px-sm--48 {
    height: 480px !important;
  }
  .h-px-sm--49 {
    height: 490px !important;
  }
  .h-px-sm--50 {
    height: 500px !important;
  }
}
@media (min-width: 768px) {
  .h-px-md--1 {
    height: 10px !important;
  }
  .h-px-md--2 {
    height: 20px !important;
  }
  .h-px-md--3 {
    height: 30px !important;
  }
  .h-px-md--4 {
    height: 40px !important;
  }
  .h-px-md--5 {
    height: 50px !important;
  }
  .h-px-md--6 {
    height: 60px !important;
  }
  .h-px-md--7 {
    height: 70px !important;
  }
  .h-px-md--8 {
    height: 80px !important;
  }
  .h-px-md--9 {
    height: 90px !important;
  }
  .h-px-md--10 {
    height: 100px !important;
  }
  .h-px-md--11 {
    height: 110px !important;
  }
  .h-px-md--12 {
    height: 120px !important;
  }
  .h-px-md--13 {
    height: 130px !important;
  }
  .h-px-md--14 {
    height: 140px !important;
  }
  .h-px-md--15 {
    height: 150px !important;
  }
  .h-px-md--16 {
    height: 160px !important;
  }
  .h-px-md--17 {
    height: 170px !important;
  }
  .h-px-md--18 {
    height: 180px !important;
  }
  .h-px-md--19 {
    height: 190px !important;
  }
  .h-px-md--20 {
    height: 200px !important;
  }
  .h-px-md--21 {
    height: 210px !important;
  }
  .h-px-md--22 {
    height: 220px !important;
  }
  .h-px-md--23 {
    height: 230px !important;
  }
  .h-px-md--24 {
    height: 240px !important;
  }
  .h-px-md--25 {
    height: 250px !important;
  }
  .h-px-md--26 {
    height: 260px !important;
  }
  .h-px-md--27 {
    height: 270px !important;
  }
  .h-px-md--28 {
    height: 280px !important;
  }
  .h-px-md--29 {
    height: 290px !important;
  }
  .h-px-md--30 {
    height: 300px !important;
  }
  .h-px-md--31 {
    height: 310px !important;
  }
  .h-px-md--32 {
    height: 320px !important;
  }
  .h-px-md--33 {
    height: 330px !important;
  }
  .h-px-md--34 {
    height: 340px !important;
  }
  .h-px-md--35 {
    height: 350px !important;
  }
  .h-px-md--36 {
    height: 360px !important;
  }
  .h-px-md--37 {
    height: 370px !important;
  }
  .h-px-md--38 {
    height: 380px !important;
  }
  .h-px-md--39 {
    height: 390px !important;
  }
  .h-px-md--40 {
    height: 400px !important;
  }
  .h-px-md--41 {
    height: 410px !important;
  }
  .h-px-md--42 {
    height: 420px !important;
  }
  .h-px-md--43 {
    height: 430px !important;
  }
  .h-px-md--44 {
    height: 440px !important;
  }
  .h-px-md--45 {
    height: 450px !important;
  }
  .h-px-md--46 {
    height: 460px !important;
  }
  .h-px-md--47 {
    height: 470px !important;
  }
  .h-px-md--48 {
    height: 480px !important;
  }
  .h-px-md--49 {
    height: 490px !important;
  }
  .h-px-md--50 {
    height: 500px !important;
  }
}
@media (min-width: 992px) {
  .h-px-lg--1 {
    height: 10px !important;
  }
  .h-px-lg--2 {
    height: 20px !important;
  }
  .h-px-lg--3 {
    height: 30px !important;
  }
  .h-px-lg--4 {
    height: 40px !important;
  }
  .h-px-lg--5 {
    height: 50px !important;
  }
  .h-px-lg--6 {
    height: 60px !important;
  }
  .h-px-lg--7 {
    height: 70px !important;
  }
  .h-px-lg--8 {
    height: 80px !important;
  }
  .h-px-lg--9 {
    height: 90px !important;
  }
  .h-px-lg--10 {
    height: 100px !important;
  }
  .h-px-lg--11 {
    height: 110px !important;
  }
  .h-px-lg--12 {
    height: 120px !important;
  }
  .h-px-lg--13 {
    height: 130px !important;
  }
  .h-px-lg--14 {
    height: 140px !important;
  }
  .h-px-lg--15 {
    height: 150px !important;
  }
  .h-px-lg--16 {
    height: 160px !important;
  }
  .h-px-lg--17 {
    height: 170px !important;
  }
  .h-px-lg--18 {
    height: 180px !important;
  }
  .h-px-lg--19 {
    height: 190px !important;
  }
  .h-px-lg--20 {
    height: 200px !important;
  }
  .h-px-lg--21 {
    height: 210px !important;
  }
  .h-px-lg--22 {
    height: 220px !important;
  }
  .h-px-lg--23 {
    height: 230px !important;
  }
  .h-px-lg--24 {
    height: 240px !important;
  }
  .h-px-lg--25 {
    height: 250px !important;
  }
  .h-px-lg--26 {
    height: 260px !important;
  }
  .h-px-lg--27 {
    height: 270px !important;
  }
  .h-px-lg--28 {
    height: 280px !important;
  }
  .h-px-lg--29 {
    height: 290px !important;
  }
  .h-px-lg--30 {
    height: 300px !important;
  }
  .h-px-lg--31 {
    height: 310px !important;
  }
  .h-px-lg--32 {
    height: 320px !important;
  }
  .h-px-lg--33 {
    height: 330px !important;
  }
  .h-px-lg--34 {
    height: 340px !important;
  }
  .h-px-lg--35 {
    height: 350px !important;
  }
  .h-px-lg--36 {
    height: 360px !important;
  }
  .h-px-lg--37 {
    height: 370px !important;
  }
  .h-px-lg--38 {
    height: 380px !important;
  }
  .h-px-lg--39 {
    height: 390px !important;
  }
  .h-px-lg--40 {
    height: 400px !important;
  }
  .h-px-lg--41 {
    height: 410px !important;
  }
  .h-px-lg--42 {
    height: 420px !important;
  }
  .h-px-lg--43 {
    height: 430px !important;
  }
  .h-px-lg--44 {
    height: 440px !important;
  }
  .h-px-lg--45 {
    height: 450px !important;
  }
  .h-px-lg--46 {
    height: 460px !important;
  }
  .h-px-lg--47 {
    height: 470px !important;
  }
  .h-px-lg--48 {
    height: 480px !important;
  }
  .h-px-lg--49 {
    height: 490px !important;
  }
  .h-px-lg--50 {
    height: 500px !important;
  }
}
@media (min-width: 1200px) {
  .h-px-xl--1 {
    height: 10px !important;
  }
  .h-px-xl--2 {
    height: 20px !important;
  }
  .h-px-xl--3 {
    height: 30px !important;
  }
  .h-px-xl--4 {
    height: 40px !important;
  }
  .h-px-xl--5 {
    height: 50px !important;
  }
  .h-px-xl--6 {
    height: 60px !important;
  }
  .h-px-xl--7 {
    height: 70px !important;
  }
  .h-px-xl--8 {
    height: 80px !important;
  }
  .h-px-xl--9 {
    height: 90px !important;
  }
  .h-px-xl--10 {
    height: 100px !important;
  }
  .h-px-xl--11 {
    height: 110px !important;
  }
  .h-px-xl--12 {
    height: 120px !important;
  }
  .h-px-xl--13 {
    height: 130px !important;
  }
  .h-px-xl--14 {
    height: 140px !important;
  }
  .h-px-xl--15 {
    height: 150px !important;
  }
  .h-px-xl--16 {
    height: 160px !important;
  }
  .h-px-xl--17 {
    height: 170px !important;
  }
  .h-px-xl--18 {
    height: 180px !important;
  }
  .h-px-xl--19 {
    height: 190px !important;
  }
  .h-px-xl--20 {
    height: 200px !important;
  }
  .h-px-xl--21 {
    height: 210px !important;
  }
  .h-px-xl--22 {
    height: 220px !important;
  }
  .h-px-xl--23 {
    height: 230px !important;
  }
  .h-px-xl--24 {
    height: 240px !important;
  }
  .h-px-xl--25 {
    height: 250px !important;
  }
  .h-px-xl--26 {
    height: 260px !important;
  }
  .h-px-xl--27 {
    height: 270px !important;
  }
  .h-px-xl--28 {
    height: 280px !important;
  }
  .h-px-xl--29 {
    height: 290px !important;
  }
  .h-px-xl--30 {
    height: 300px !important;
  }
  .h-px-xl--31 {
    height: 310px !important;
  }
  .h-px-xl--32 {
    height: 320px !important;
  }
  .h-px-xl--33 {
    height: 330px !important;
  }
  .h-px-xl--34 {
    height: 340px !important;
  }
  .h-px-xl--35 {
    height: 350px !important;
  }
  .h-px-xl--36 {
    height: 360px !important;
  }
  .h-px-xl--37 {
    height: 370px !important;
  }
  .h-px-xl--38 {
    height: 380px !important;
  }
  .h-px-xl--39 {
    height: 390px !important;
  }
  .h-px-xl--40 {
    height: 400px !important;
  }
  .h-px-xl--41 {
    height: 410px !important;
  }
  .h-px-xl--42 {
    height: 420px !important;
  }
  .h-px-xl--43 {
    height: 430px !important;
  }
  .h-px-xl--44 {
    height: 440px !important;
  }
  .h-px-xl--45 {
    height: 450px !important;
  }
  .h-px-xl--46 {
    height: 460px !important;
  }
  .h-px-xl--47 {
    height: 470px !important;
  }
  .h-px-xl--48 {
    height: 480px !important;
  }
  .h-px-xl--49 {
    height: 490px !important;
  }
  .h-px-xl--50 {
    height: 500px !important;
  }
}

.g-ans-duration--0 {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
}
.g-ans-duration--1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.g-ans-duration--2 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.g-ans-duration--3 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.g-ans-duration--4 {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.g-ans-duration--5 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.g-ans-duration--6 {
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
.g-ans-duration--7 {
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
.g-ans-duration--8 {
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}
.g-ans-duration--9 {
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
.g-ans-duration--10 {
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

.g-b-radius--0 {
  border-radius: 0px;
}
.g-b-radius-tl--0 {
  border-top-left-radius: 0px !important;
}
.g-b-radius-tr--0 {
  border-top-right-radius: 0px !important;
}
.g-b-radius-bl--0 {
  border-bottom-left-radius: 0px !important;
}
.g-b-radius-br--0 {
  border-bottom-right-radius: 0px !important;
}
.g-b-radius-t--0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.g-b-radius-b--0 {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.g-b-radius--1 {
  border-radius: 1px;
}
.g-b-radius-tl--1 {
  border-top-left-radius: 1px !important;
}
.g-b-radius-tr--1 {
  border-top-right-radius: 1px !important;
}
.g-b-radius-bl--1 {
  border-bottom-left-radius: 1px !important;
}
.g-b-radius-br--1 {
  border-bottom-right-radius: 1px !important;
}
.g-b-radius-t--1 {
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
}
.g-b-radius-b--1 {
  border-bottom-left-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
}
.g-b-radius--2 {
  border-radius: 2px;
}
.g-b-radius-tl--2 {
  border-top-left-radius: 2px !important;
}
.g-b-radius-tr--2 {
  border-top-right-radius: 2px !important;
}
.g-b-radius-bl--2 {
  border-bottom-left-radius: 2px !important;
}
.g-b-radius-br--2 {
  border-bottom-right-radius: 2px !important;
}
.g-b-radius-t--2 {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}
.g-b-radius-b--2 {
  border-bottom-left-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}
.g-b-radius--3 {
  border-radius: 3px;
}
.g-b-radius-tl--3 {
  border-top-left-radius: 3px !important;
}
.g-b-radius-tr--3 {
  border-top-right-radius: 3px !important;
}
.g-b-radius-bl--3 {
  border-bottom-left-radius: 3px !important;
}
.g-b-radius-br--3 {
  border-bottom-right-radius: 3px !important;
}
.g-b-radius-t--3 {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
.g-b-radius-b--3 {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.g-b-radius--4 {
  border-radius: 4px;
}
.g-b-radius-tl--4 {
  border-top-left-radius: 4px !important;
}
.g-b-radius-tr--4 {
  border-top-right-radius: 4px !important;
}
.g-b-radius-bl--4 {
  border-bottom-left-radius: 4px !important;
}
.g-b-radius-br--4 {
  border-bottom-right-radius: 4px !important;
}
.g-b-radius-t--4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.g-b-radius-b--4 {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.g-b-radius--5 {
  border-radius: 5px;
}
.g-b-radius-tl--5 {
  border-top-left-radius: 5px !important;
}
.g-b-radius-tr--5 {
  border-top-right-radius: 5px !important;
}
.g-b-radius-bl--5 {
  border-bottom-left-radius: 5px !important;
}
.g-b-radius-br--5 {
  border-bottom-right-radius: 5px !important;
}
.g-b-radius-t--5 {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.g-b-radius-b--5 {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.g-b-radius--6 {
  border-radius: 6px;
}
.g-b-radius-tl--6 {
  border-top-left-radius: 6px !important;
}
.g-b-radius-tr--6 {
  border-top-right-radius: 6px !important;
}
.g-b-radius-bl--6 {
  border-bottom-left-radius: 6px !important;
}
.g-b-radius-br--6 {
  border-bottom-right-radius: 6px !important;
}
.g-b-radius-t--6 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.g-b-radius-b--6 {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.g-b-radius--7 {
  border-radius: 7px;
}
.g-b-radius-tl--7 {
  border-top-left-radius: 7px !important;
}
.g-b-radius-tr--7 {
  border-top-right-radius: 7px !important;
}
.g-b-radius-bl--7 {
  border-bottom-left-radius: 7px !important;
}
.g-b-radius-br--7 {
  border-bottom-right-radius: 7px !important;
}
.g-b-radius-t--7 {
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
}
.g-b-radius-b--7 {
  border-bottom-left-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}
.g-b-radius--8 {
  border-radius: 8px;
}
.g-b-radius-tl--8 {
  border-top-left-radius: 8px !important;
}
.g-b-radius-tr--8 {
  border-top-right-radius: 8px !important;
}
.g-b-radius-bl--8 {
  border-bottom-left-radius: 8px !important;
}
.g-b-radius-br--8 {
  border-bottom-right-radius: 8px !important;
}
.g-b-radius-t--8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.g-b-radius-b--8 {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.g-b-radius--9 {
  border-radius: 9px;
}
.g-b-radius-tl--9 {
  border-top-left-radius: 9px !important;
}
.g-b-radius-tr--9 {
  border-top-right-radius: 9px !important;
}
.g-b-radius-bl--9 {
  border-bottom-left-radius: 9px !important;
}
.g-b-radius-br--9 {
  border-bottom-right-radius: 9px !important;
}
.g-b-radius-t--9 {
  border-top-left-radius: 9px !important;
  border-top-right-radius: 9px !important;
}
.g-b-radius-b--9 {
  border-bottom-left-radius: 9px !important;
  border-bottom-right-radius: 9px !important;
}
.g-b-radius--10 {
  border-radius: 10px;
}
.g-b-radius-tl--10 {
  border-top-left-radius: 10px !important;
}
.g-b-radius-tr--10 {
  border-top-right-radius: 10px !important;
}
.g-b-radius-bl--10 {
  border-bottom-left-radius: 10px !important;
}
.g-b-radius-br--10 {
  border-bottom-right-radius: 10px !important;
}
.g-b-radius-t--10 {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.g-b-radius-b--10 {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.g-b-radius--11 {
  border-radius: 11px;
}
.g-b-radius-tl--11 {
  border-top-left-radius: 11px !important;
}
.g-b-radius-tr--11 {
  border-top-right-radius: 11px !important;
}
.g-b-radius-bl--11 {
  border-bottom-left-radius: 11px !important;
}
.g-b-radius-br--11 {
  border-bottom-right-radius: 11px !important;
}
.g-b-radius-t--11 {
  border-top-left-radius: 11px !important;
  border-top-right-radius: 11px !important;
}
.g-b-radius-b--11 {
  border-bottom-left-radius: 11px !important;
  border-bottom-right-radius: 11px !important;
}
.g-b-radius--12 {
  border-radius: 12px;
}
.g-b-radius-tl--12 {
  border-top-left-radius: 12px !important;
}
.g-b-radius-tr--12 {
  border-top-right-radius: 12px !important;
}
.g-b-radius-bl--12 {
  border-bottom-left-radius: 12px !important;
}
.g-b-radius-br--12 {
  border-bottom-right-radius: 12px !important;
}
.g-b-radius-t--12 {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
.g-b-radius-b--12 {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}
.g-b-radius--13 {
  border-radius: 13px;
}
.g-b-radius-tl--13 {
  border-top-left-radius: 13px !important;
}
.g-b-radius-tr--13 {
  border-top-right-radius: 13px !important;
}
.g-b-radius-bl--13 {
  border-bottom-left-radius: 13px !important;
}
.g-b-radius-br--13 {
  border-bottom-right-radius: 13px !important;
}
.g-b-radius-t--13 {
  border-top-left-radius: 13px !important;
  border-top-right-radius: 13px !important;
}
.g-b-radius-b--13 {
  border-bottom-left-radius: 13px !important;
  border-bottom-right-radius: 13px !important;
}
.g-b-radius--14 {
  border-radius: 14px;
}
.g-b-radius-tl--14 {
  border-top-left-radius: 14px !important;
}
.g-b-radius-tr--14 {
  border-top-right-radius: 14px !important;
}
.g-b-radius-bl--14 {
  border-bottom-left-radius: 14px !important;
}
.g-b-radius-br--14 {
  border-bottom-right-radius: 14px !important;
}
.g-b-radius-t--14 {
  border-top-left-radius: 14px !important;
  border-top-right-radius: 14px !important;
}
.g-b-radius-b--14 {
  border-bottom-left-radius: 14px !important;
  border-bottom-right-radius: 14px !important;
}
.g-b-radius--15 {
  border-radius: 15px;
}
.g-b-radius-tl--15 {
  border-top-left-radius: 15px !important;
}
.g-b-radius-tr--15 {
  border-top-right-radius: 15px !important;
}
.g-b-radius-bl--15 {
  border-bottom-left-radius: 15px !important;
}
.g-b-radius-br--15 {
  border-bottom-right-radius: 15px !important;
}
.g-b-radius-t--15 {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}
.g-b-radius-b--15 {
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.g-b-radius--16 {
  border-radius: 16px;
}
.g-b-radius-tl--16 {
  border-top-left-radius: 16px !important;
}
.g-b-radius-tr--16 {
  border-top-right-radius: 16px !important;
}
.g-b-radius-bl--16 {
  border-bottom-left-radius: 16px !important;
}
.g-b-radius-br--16 {
  border-bottom-right-radius: 16px !important;
}
.g-b-radius-t--16 {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}
.g-b-radius-b--16 {
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}
.g-b-radius--17 {
  border-radius: 17px;
}
.g-b-radius-tl--17 {
  border-top-left-radius: 17px !important;
}
.g-b-radius-tr--17 {
  border-top-right-radius: 17px !important;
}
.g-b-radius-bl--17 {
  border-bottom-left-radius: 17px !important;
}
.g-b-radius-br--17 {
  border-bottom-right-radius: 17px !important;
}
.g-b-radius-t--17 {
  border-top-left-radius: 17px !important;
  border-top-right-radius: 17px !important;
}
.g-b-radius-b--17 {
  border-bottom-left-radius: 17px !important;
  border-bottom-right-radius: 17px !important;
}
.g-b-radius--18 {
  border-radius: 18px;
}
.g-b-radius-tl--18 {
  border-top-left-radius: 18px !important;
}
.g-b-radius-tr--18 {
  border-top-right-radius: 18px !important;
}
.g-b-radius-bl--18 {
  border-bottom-left-radius: 18px !important;
}
.g-b-radius-br--18 {
  border-bottom-right-radius: 18px !important;
}
.g-b-radius-t--18 {
  border-top-left-radius: 18px !important;
  border-top-right-radius: 18px !important;
}
.g-b-radius-b--18 {
  border-bottom-left-radius: 18px !important;
  border-bottom-right-radius: 18px !important;
}
.g-b-radius--19 {
  border-radius: 19px;
}
.g-b-radius-tl--19 {
  border-top-left-radius: 19px !important;
}
.g-b-radius-tr--19 {
  border-top-right-radius: 19px !important;
}
.g-b-radius-bl--19 {
  border-bottom-left-radius: 19px !important;
}
.g-b-radius-br--19 {
  border-bottom-right-radius: 19px !important;
}
.g-b-radius-t--19 {
  border-top-left-radius: 19px !important;
  border-top-right-radius: 19px !important;
}
.g-b-radius-b--19 {
  border-bottom-left-radius: 19px !important;
  border-bottom-right-radius: 19px !important;
}
.g-b-radius--20 {
  border-radius: 20px;
}
.g-b-radius-tl--20 {
  border-top-left-radius: 20px !important;
}
.g-b-radius-tr--20 {
  border-top-right-radius: 20px !important;
}
.g-b-radius-bl--20 {
  border-bottom-left-radius: 20px !important;
}
.g-b-radius-br--20 {
  border-bottom-right-radius: 20px !important;
}
.g-b-radius-t--20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
.g-b-radius-b--20 {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.g-b-radius--21 {
  border-radius: 21px;
}
.g-b-radius-tl--21 {
  border-top-left-radius: 21px !important;
}
.g-b-radius-tr--21 {
  border-top-right-radius: 21px !important;
}
.g-b-radius-bl--21 {
  border-bottom-left-radius: 21px !important;
}
.g-b-radius-br--21 {
  border-bottom-right-radius: 21px !important;
}
.g-b-radius-t--21 {
  border-top-left-radius: 21px !important;
  border-top-right-radius: 21px !important;
}
.g-b-radius-b--21 {
  border-bottom-left-radius: 21px !important;
  border-bottom-right-radius: 21px !important;
}
.g-b-radius--22 {
  border-radius: 22px;
}
.g-b-radius-tl--22 {
  border-top-left-radius: 22px !important;
}
.g-b-radius-tr--22 {
  border-top-right-radius: 22px !important;
}
.g-b-radius-bl--22 {
  border-bottom-left-radius: 22px !important;
}
.g-b-radius-br--22 {
  border-bottom-right-radius: 22px !important;
}
.g-b-radius-t--22 {
  border-top-left-radius: 22px !important;
  border-top-right-radius: 22px !important;
}
.g-b-radius-b--22 {
  border-bottom-left-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
}
.g-b-radius--23 {
  border-radius: 23px;
}
.g-b-radius-tl--23 {
  border-top-left-radius: 23px !important;
}
.g-b-radius-tr--23 {
  border-top-right-radius: 23px !important;
}
.g-b-radius-bl--23 {
  border-bottom-left-radius: 23px !important;
}
.g-b-radius-br--23 {
  border-bottom-right-radius: 23px !important;
}
.g-b-radius-t--23 {
  border-top-left-radius: 23px !important;
  border-top-right-radius: 23px !important;
}
.g-b-radius-b--23 {
  border-bottom-left-radius: 23px !important;
  border-bottom-right-radius: 23px !important;
}
.g-b-radius--24 {
  border-radius: 24px;
}
.g-b-radius-tl--24 {
  border-top-left-radius: 24px !important;
}
.g-b-radius-tr--24 {
  border-top-right-radius: 24px !important;
}
.g-b-radius-bl--24 {
  border-bottom-left-radius: 24px !important;
}
.g-b-radius-br--24 {
  border-bottom-right-radius: 24px !important;
}
.g-b-radius-t--24 {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}
.g-b-radius-b--24 {
  border-bottom-left-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}
.g-b-radius--25 {
  border-radius: 25px;
}
.g-b-radius-tl--25 {
  border-top-left-radius: 25px !important;
}
.g-b-radius-tr--25 {
  border-top-right-radius: 25px !important;
}
.g-b-radius-bl--25 {
  border-bottom-left-radius: 25px !important;
}
.g-b-radius-br--25 {
  border-bottom-right-radius: 25px !important;
}
.g-b-radius-t--25 {
  border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
}
.g-b-radius-b--25 {
  border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
}
.g-b-radius--26 {
  border-radius: 26px;
}
.g-b-radius-tl--26 {
  border-top-left-radius: 26px !important;
}
.g-b-radius-tr--26 {
  border-top-right-radius: 26px !important;
}
.g-b-radius-bl--26 {
  border-bottom-left-radius: 26px !important;
}
.g-b-radius-br--26 {
  border-bottom-right-radius: 26px !important;
}
.g-b-radius-t--26 {
  border-top-left-radius: 26px !important;
  border-top-right-radius: 26px !important;
}
.g-b-radius-b--26 {
  border-bottom-left-radius: 26px !important;
  border-bottom-right-radius: 26px !important;
}
.g-b-radius--27 {
  border-radius: 27px;
}
.g-b-radius-tl--27 {
  border-top-left-radius: 27px !important;
}
.g-b-radius-tr--27 {
  border-top-right-radius: 27px !important;
}
.g-b-radius-bl--27 {
  border-bottom-left-radius: 27px !important;
}
.g-b-radius-br--27 {
  border-bottom-right-radius: 27px !important;
}
.g-b-radius-t--27 {
  border-top-left-radius: 27px !important;
  border-top-right-radius: 27px !important;
}
.g-b-radius-b--27 {
  border-bottom-left-radius: 27px !important;
  border-bottom-right-radius: 27px !important;
}
.g-b-radius--28 {
  border-radius: 28px;
}
.g-b-radius-tl--28 {
  border-top-left-radius: 28px !important;
}
.g-b-radius-tr--28 {
  border-top-right-radius: 28px !important;
}
.g-b-radius-bl--28 {
  border-bottom-left-radius: 28px !important;
}
.g-b-radius-br--28 {
  border-bottom-right-radius: 28px !important;
}
.g-b-radius-t--28 {
  border-top-left-radius: 28px !important;
  border-top-right-radius: 28px !important;
}
.g-b-radius-b--28 {
  border-bottom-left-radius: 28px !important;
  border-bottom-right-radius: 28px !important;
}
.g-b-radius--29 {
  border-radius: 29px;
}
.g-b-radius-tl--29 {
  border-top-left-radius: 29px !important;
}
.g-b-radius-tr--29 {
  border-top-right-radius: 29px !important;
}
.g-b-radius-bl--29 {
  border-bottom-left-radius: 29px !important;
}
.g-b-radius-br--29 {
  border-bottom-right-radius: 29px !important;
}
.g-b-radius-t--29 {
  border-top-left-radius: 29px !important;
  border-top-right-radius: 29px !important;
}
.g-b-radius-b--29 {
  border-bottom-left-radius: 29px !important;
  border-bottom-right-radius: 29px !important;
}
.g-b-radius--30 {
  border-radius: 30px;
}
.g-b-radius-tl--30 {
  border-top-left-radius: 30px !important;
}
.g-b-radius-tr--30 {
  border-top-right-radius: 30px !important;
}
.g-b-radius-bl--30 {
  border-bottom-left-radius: 30px !important;
}
.g-b-radius-br--30 {
  border-bottom-right-radius: 30px !important;
}
.g-b-radius-t--30 {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}
.g-b-radius-b--30 {
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}
.g-b-radius--31 {
  border-radius: 31px;
}
.g-b-radius-tl--31 {
  border-top-left-radius: 31px !important;
}
.g-b-radius-tr--31 {
  border-top-right-radius: 31px !important;
}
.g-b-radius-bl--31 {
  border-bottom-left-radius: 31px !important;
}
.g-b-radius-br--31 {
  border-bottom-right-radius: 31px !important;
}
.g-b-radius-t--31 {
  border-top-left-radius: 31px !important;
  border-top-right-radius: 31px !important;
}
.g-b-radius-b--31 {
  border-bottom-left-radius: 31px !important;
  border-bottom-right-radius: 31px !important;
}
.g-b-radius--32 {
  border-radius: 32px;
}
.g-b-radius-tl--32 {
  border-top-left-radius: 32px !important;
}
.g-b-radius-tr--32 {
  border-top-right-radius: 32px !important;
}
.g-b-radius-bl--32 {
  border-bottom-left-radius: 32px !important;
}
.g-b-radius-br--32 {
  border-bottom-right-radius: 32px !important;
}
.g-b-radius-t--32 {
  border-top-left-radius: 32px !important;
  border-top-right-radius: 32px !important;
}
.g-b-radius-b--32 {
  border-bottom-left-radius: 32px !important;
  border-bottom-right-radius: 32px !important;
}
.g-b-radius--33 {
  border-radius: 33px;
}
.g-b-radius-tl--33 {
  border-top-left-radius: 33px !important;
}
.g-b-radius-tr--33 {
  border-top-right-radius: 33px !important;
}
.g-b-radius-bl--33 {
  border-bottom-left-radius: 33px !important;
}
.g-b-radius-br--33 {
  border-bottom-right-radius: 33px !important;
}
.g-b-radius-t--33 {
  border-top-left-radius: 33px !important;
  border-top-right-radius: 33px !important;
}
.g-b-radius-b--33 {
  border-bottom-left-radius: 33px !important;
  border-bottom-right-radius: 33px !important;
}
.g-b-radius--34 {
  border-radius: 34px;
}
.g-b-radius-tl--34 {
  border-top-left-radius: 34px !important;
}
.g-b-radius-tr--34 {
  border-top-right-radius: 34px !important;
}
.g-b-radius-bl--34 {
  border-bottom-left-radius: 34px !important;
}
.g-b-radius-br--34 {
  border-bottom-right-radius: 34px !important;
}
.g-b-radius-t--34 {
  border-top-left-radius: 34px !important;
  border-top-right-radius: 34px !important;
}
.g-b-radius-b--34 {
  border-bottom-left-radius: 34px !important;
  border-bottom-right-radius: 34px !important;
}
.g-b-radius--35 {
  border-radius: 35px;
}
.g-b-radius-tl--35 {
  border-top-left-radius: 35px !important;
}
.g-b-radius-tr--35 {
  border-top-right-radius: 35px !important;
}
.g-b-radius-bl--35 {
  border-bottom-left-radius: 35px !important;
}
.g-b-radius-br--35 {
  border-bottom-right-radius: 35px !important;
}
.g-b-radius-t--35 {
  border-top-left-radius: 35px !important;
  border-top-right-radius: 35px !important;
}
.g-b-radius-b--35 {
  border-bottom-left-radius: 35px !important;
  border-bottom-right-radius: 35px !important;
}
.g-b-radius--36 {
  border-radius: 36px;
}
.g-b-radius-tl--36 {
  border-top-left-radius: 36px !important;
}
.g-b-radius-tr--36 {
  border-top-right-radius: 36px !important;
}
.g-b-radius-bl--36 {
  border-bottom-left-radius: 36px !important;
}
.g-b-radius-br--36 {
  border-bottom-right-radius: 36px !important;
}
.g-b-radius-t--36 {
  border-top-left-radius: 36px !important;
  border-top-right-radius: 36px !important;
}
.g-b-radius-b--36 {
  border-bottom-left-radius: 36px !important;
  border-bottom-right-radius: 36px !important;
}
.g-b-radius--37 {
  border-radius: 37px;
}
.g-b-radius-tl--37 {
  border-top-left-radius: 37px !important;
}
.g-b-radius-tr--37 {
  border-top-right-radius: 37px !important;
}
.g-b-radius-bl--37 {
  border-bottom-left-radius: 37px !important;
}
.g-b-radius-br--37 {
  border-bottom-right-radius: 37px !important;
}
.g-b-radius-t--37 {
  border-top-left-radius: 37px !important;
  border-top-right-radius: 37px !important;
}
.g-b-radius-b--37 {
  border-bottom-left-radius: 37px !important;
  border-bottom-right-radius: 37px !important;
}
.g-b-radius--38 {
  border-radius: 38px;
}
.g-b-radius-tl--38 {
  border-top-left-radius: 38px !important;
}
.g-b-radius-tr--38 {
  border-top-right-radius: 38px !important;
}
.g-b-radius-bl--38 {
  border-bottom-left-radius: 38px !important;
}
.g-b-radius-br--38 {
  border-bottom-right-radius: 38px !important;
}
.g-b-radius-t--38 {
  border-top-left-radius: 38px !important;
  border-top-right-radius: 38px !important;
}
.g-b-radius-b--38 {
  border-bottom-left-radius: 38px !important;
  border-bottom-right-radius: 38px !important;
}
.g-b-radius--39 {
  border-radius: 39px;
}
.g-b-radius-tl--39 {
  border-top-left-radius: 39px !important;
}
.g-b-radius-tr--39 {
  border-top-right-radius: 39px !important;
}
.g-b-radius-bl--39 {
  border-bottom-left-radius: 39px !important;
}
.g-b-radius-br--39 {
  border-bottom-right-radius: 39px !important;
}
.g-b-radius-t--39 {
  border-top-left-radius: 39px !important;
  border-top-right-radius: 39px !important;
}
.g-b-radius-b--39 {
  border-bottom-left-radius: 39px !important;
  border-bottom-right-radius: 39px !important;
}
.g-b-radius--40 {
  border-radius: 40px;
}
.g-b-radius-tl--40 {
  border-top-left-radius: 40px !important;
}
.g-b-radius-tr--40 {
  border-top-right-radius: 40px !important;
}
.g-b-radius-bl--40 {
  border-bottom-left-radius: 40px !important;
}
.g-b-radius-br--40 {
  border-bottom-right-radius: 40px !important;
}
.g-b-radius-t--40 {
  border-top-left-radius: 40px !important;
  border-top-right-radius: 40px !important;
}
.g-b-radius-b--40 {
  border-bottom-left-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
}
.g-b-radius--41 {
  border-radius: 41px;
}
.g-b-radius-tl--41 {
  border-top-left-radius: 41px !important;
}
.g-b-radius-tr--41 {
  border-top-right-radius: 41px !important;
}
.g-b-radius-bl--41 {
  border-bottom-left-radius: 41px !important;
}
.g-b-radius-br--41 {
  border-bottom-right-radius: 41px !important;
}
.g-b-radius-t--41 {
  border-top-left-radius: 41px !important;
  border-top-right-radius: 41px !important;
}
.g-b-radius-b--41 {
  border-bottom-left-radius: 41px !important;
  border-bottom-right-radius: 41px !important;
}
.g-b-radius--42 {
  border-radius: 42px;
}
.g-b-radius-tl--42 {
  border-top-left-radius: 42px !important;
}
.g-b-radius-tr--42 {
  border-top-right-radius: 42px !important;
}
.g-b-radius-bl--42 {
  border-bottom-left-radius: 42px !important;
}
.g-b-radius-br--42 {
  border-bottom-right-radius: 42px !important;
}
.g-b-radius-t--42 {
  border-top-left-radius: 42px !important;
  border-top-right-radius: 42px !important;
}
.g-b-radius-b--42 {
  border-bottom-left-radius: 42px !important;
  border-bottom-right-radius: 42px !important;
}
.g-b-radius--43 {
  border-radius: 43px;
}
.g-b-radius-tl--43 {
  border-top-left-radius: 43px !important;
}
.g-b-radius-tr--43 {
  border-top-right-radius: 43px !important;
}
.g-b-radius-bl--43 {
  border-bottom-left-radius: 43px !important;
}
.g-b-radius-br--43 {
  border-bottom-right-radius: 43px !important;
}
.g-b-radius-t--43 {
  border-top-left-radius: 43px !important;
  border-top-right-radius: 43px !important;
}
.g-b-radius-b--43 {
  border-bottom-left-radius: 43px !important;
  border-bottom-right-radius: 43px !important;
}
.g-b-radius--44 {
  border-radius: 44px;
}
.g-b-radius-tl--44 {
  border-top-left-radius: 44px !important;
}
.g-b-radius-tr--44 {
  border-top-right-radius: 44px !important;
}
.g-b-radius-bl--44 {
  border-bottom-left-radius: 44px !important;
}
.g-b-radius-br--44 {
  border-bottom-right-radius: 44px !important;
}
.g-b-radius-t--44 {
  border-top-left-radius: 44px !important;
  border-top-right-radius: 44px !important;
}
.g-b-radius-b--44 {
  border-bottom-left-radius: 44px !important;
  border-bottom-right-radius: 44px !important;
}
.g-b-radius--45 {
  border-radius: 45px;
}
.g-b-radius-tl--45 {
  border-top-left-radius: 45px !important;
}
.g-b-radius-tr--45 {
  border-top-right-radius: 45px !important;
}
.g-b-radius-bl--45 {
  border-bottom-left-radius: 45px !important;
}
.g-b-radius-br--45 {
  border-bottom-right-radius: 45px !important;
}
.g-b-radius-t--45 {
  border-top-left-radius: 45px !important;
  border-top-right-radius: 45px !important;
}
.g-b-radius-b--45 {
  border-bottom-left-radius: 45px !important;
  border-bottom-right-radius: 45px !important;
}
.g-b-radius--46 {
  border-radius: 46px;
}
.g-b-radius-tl--46 {
  border-top-left-radius: 46px !important;
}
.g-b-radius-tr--46 {
  border-top-right-radius: 46px !important;
}
.g-b-radius-bl--46 {
  border-bottom-left-radius: 46px !important;
}
.g-b-radius-br--46 {
  border-bottom-right-radius: 46px !important;
}
.g-b-radius-t--46 {
  border-top-left-radius: 46px !important;
  border-top-right-radius: 46px !important;
}
.g-b-radius-b--46 {
  border-bottom-left-radius: 46px !important;
  border-bottom-right-radius: 46px !important;
}
.g-b-radius--47 {
  border-radius: 47px;
}
.g-b-radius-tl--47 {
  border-top-left-radius: 47px !important;
}
.g-b-radius-tr--47 {
  border-top-right-radius: 47px !important;
}
.g-b-radius-bl--47 {
  border-bottom-left-radius: 47px !important;
}
.g-b-radius-br--47 {
  border-bottom-right-radius: 47px !important;
}
.g-b-radius-t--47 {
  border-top-left-radius: 47px !important;
  border-top-right-radius: 47px !important;
}
.g-b-radius-b--47 {
  border-bottom-left-radius: 47px !important;
  border-bottom-right-radius: 47px !important;
}
.g-b-radius--48 {
  border-radius: 48px;
}
.g-b-radius-tl--48 {
  border-top-left-radius: 48px !important;
}
.g-b-radius-tr--48 {
  border-top-right-radius: 48px !important;
}
.g-b-radius-bl--48 {
  border-bottom-left-radius: 48px !important;
}
.g-b-radius-br--48 {
  border-bottom-right-radius: 48px !important;
}
.g-b-radius-t--48 {
  border-top-left-radius: 48px !important;
  border-top-right-radius: 48px !important;
}
.g-b-radius-b--48 {
  border-bottom-left-radius: 48px !important;
  border-bottom-right-radius: 48px !important;
}
.g-b-radius--49 {
  border-radius: 49px;
}
.g-b-radius-tl--49 {
  border-top-left-radius: 49px !important;
}
.g-b-radius-tr--49 {
  border-top-right-radius: 49px !important;
}
.g-b-radius-bl--49 {
  border-bottom-left-radius: 49px !important;
}
.g-b-radius-br--49 {
  border-bottom-right-radius: 49px !important;
}
.g-b-radius-t--49 {
  border-top-left-radius: 49px !important;
  border-top-right-radius: 49px !important;
}
.g-b-radius-b--49 {
  border-bottom-left-radius: 49px !important;
  border-bottom-right-radius: 49px !important;
}
.g-b-radius--50 {
  border-radius: 50px;
}
.g-b-radius-tl--50 {
  border-top-left-radius: 50px !important;
}
.g-b-radius-tr--50 {
  border-top-right-radius: 50px !important;
}
.g-b-radius-bl--50 {
  border-bottom-left-radius: 50px !important;
}
.g-b-radius-br--50 {
  border-bottom-right-radius: 50px !important;
}
.g-b-radius-t--50 {
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
}
.g-b-radius-b--50 {
  border-bottom-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}
@media (min-width: 576px) {
  .g-b-radius-sm--0 {
    border-radius: 0px !important;
  }
  .g-b-radius-tl-sm--0 {
    border-top-left-radius: 0px !important;
  }
  .g-b-radius-tr-sm--0 {
    border-top-right-radius: 0px !important;
  }
  .g-b-radius-bl-sm--0 {
    border-bottom-left-radius: 0px !important;
  }
  .g-b-radius-br-sm--0 {
    border-bottom-right-radius: 0px !important;
  }
  .g-b-radius-t-sm--0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
  .g-b-radius-b-sm--0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .g-b-radius-sm--1 {
    border-radius: 1px !important;
  }
  .g-b-radius-tl-sm--1 {
    border-top-left-radius: 1px !important;
  }
  .g-b-radius-tr-sm--1 {
    border-top-right-radius: 1px !important;
  }
  .g-b-radius-bl-sm--1 {
    border-bottom-left-radius: 1px !important;
  }
  .g-b-radius-br-sm--1 {
    border-bottom-right-radius: 1px !important;
  }
  .g-b-radius-t-sm--1 {
    border-top-left-radius: 1px !important;
    border-top-right-radius: 1px !important;
  }
  .g-b-radius-b-sm--1 {
    border-bottom-left-radius: 1px !important;
    border-bottom-right-radius: 1px !important;
  }
  .g-b-radius-sm--2 {
    border-radius: 2px !important;
  }
  .g-b-radius-tl-sm--2 {
    border-top-left-radius: 2px !important;
  }
  .g-b-radius-tr-sm--2 {
    border-top-right-radius: 2px !important;
  }
  .g-b-radius-bl-sm--2 {
    border-bottom-left-radius: 2px !important;
  }
  .g-b-radius-br-sm--2 {
    border-bottom-right-radius: 2px !important;
  }
  .g-b-radius-t-sm--2 {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .g-b-radius-b-sm--2 {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .g-b-radius-sm--3 {
    border-radius: 3px !important;
  }
  .g-b-radius-tl-sm--3 {
    border-top-left-radius: 3px !important;
  }
  .g-b-radius-tr-sm--3 {
    border-top-right-radius: 3px !important;
  }
  .g-b-radius-bl-sm--3 {
    border-bottom-left-radius: 3px !important;
  }
  .g-b-radius-br-sm--3 {
    border-bottom-right-radius: 3px !important;
  }
  .g-b-radius-t-sm--3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }
  .g-b-radius-b-sm--3 {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }
  .g-b-radius-sm--4 {
    border-radius: 4px !important;
  }
  .g-b-radius-tl-sm--4 {
    border-top-left-radius: 4px !important;
  }
  .g-b-radius-tr-sm--4 {
    border-top-right-radius: 4px !important;
  }
  .g-b-radius-bl-sm--4 {
    border-bottom-left-radius: 4px !important;
  }
  .g-b-radius-br-sm--4 {
    border-bottom-right-radius: 4px !important;
  }
  .g-b-radius-t-sm--4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .g-b-radius-b-sm--4 {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .g-b-radius-sm--5 {
    border-radius: 5px !important;
  }
  .g-b-radius-tl-sm--5 {
    border-top-left-radius: 5px !important;
  }
  .g-b-radius-tr-sm--5 {
    border-top-right-radius: 5px !important;
  }
  .g-b-radius-bl-sm--5 {
    border-bottom-left-radius: 5px !important;
  }
  .g-b-radius-br-sm--5 {
    border-bottom-right-radius: 5px !important;
  }
  .g-b-radius-t-sm--5 {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  .g-b-radius-b-sm--5 {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .g-b-radius-sm--6 {
    border-radius: 6px !important;
  }
  .g-b-radius-tl-sm--6 {
    border-top-left-radius: 6px !important;
  }
  .g-b-radius-tr-sm--6 {
    border-top-right-radius: 6px !important;
  }
  .g-b-radius-bl-sm--6 {
    border-bottom-left-radius: 6px !important;
  }
  .g-b-radius-br-sm--6 {
    border-bottom-right-radius: 6px !important;
  }
  .g-b-radius-t-sm--6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .g-b-radius-b-sm--6 {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .g-b-radius-sm--7 {
    border-radius: 7px !important;
  }
  .g-b-radius-tl-sm--7 {
    border-top-left-radius: 7px !important;
  }
  .g-b-radius-tr-sm--7 {
    border-top-right-radius: 7px !important;
  }
  .g-b-radius-bl-sm--7 {
    border-bottom-left-radius: 7px !important;
  }
  .g-b-radius-br-sm--7 {
    border-bottom-right-radius: 7px !important;
  }
  .g-b-radius-t-sm--7 {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
  }
  .g-b-radius-b-sm--7 {
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
  }
  .g-b-radius-sm--8 {
    border-radius: 8px !important;
  }
  .g-b-radius-tl-sm--8 {
    border-top-left-radius: 8px !important;
  }
  .g-b-radius-tr-sm--8 {
    border-top-right-radius: 8px !important;
  }
  .g-b-radius-bl-sm--8 {
    border-bottom-left-radius: 8px !important;
  }
  .g-b-radius-br-sm--8 {
    border-bottom-right-radius: 8px !important;
  }
  .g-b-radius-t-sm--8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .g-b-radius-b-sm--8 {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .g-b-radius-sm--9 {
    border-radius: 9px !important;
  }
  .g-b-radius-tl-sm--9 {
    border-top-left-radius: 9px !important;
  }
  .g-b-radius-tr-sm--9 {
    border-top-right-radius: 9px !important;
  }
  .g-b-radius-bl-sm--9 {
    border-bottom-left-radius: 9px !important;
  }
  .g-b-radius-br-sm--9 {
    border-bottom-right-radius: 9px !important;
  }
  .g-b-radius-t-sm--9 {
    border-top-left-radius: 9px !important;
    border-top-right-radius: 9px !important;
  }
  .g-b-radius-b-sm--9 {
    border-bottom-left-radius: 9px !important;
    border-bottom-right-radius: 9px !important;
  }
  .g-b-radius-sm--10 {
    border-radius: 10px !important;
  }
  .g-b-radius-tl-sm--10 {
    border-top-left-radius: 10px !important;
  }
  .g-b-radius-tr-sm--10 {
    border-top-right-radius: 10px !important;
  }
  .g-b-radius-bl-sm--10 {
    border-bottom-left-radius: 10px !important;
  }
  .g-b-radius-br-sm--10 {
    border-bottom-right-radius: 10px !important;
  }
  .g-b-radius-t-sm--10 {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
  .g-b-radius-b-sm--10 {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
  .g-b-radius-sm--11 {
    border-radius: 11px !important;
  }
  .g-b-radius-tl-sm--11 {
    border-top-left-radius: 11px !important;
  }
  .g-b-radius-tr-sm--11 {
    border-top-right-radius: 11px !important;
  }
  .g-b-radius-bl-sm--11 {
    border-bottom-left-radius: 11px !important;
  }
  .g-b-radius-br-sm--11 {
    border-bottom-right-radius: 11px !important;
  }
  .g-b-radius-t-sm--11 {
    border-top-left-radius: 11px !important;
    border-top-right-radius: 11px !important;
  }
  .g-b-radius-b-sm--11 {
    border-bottom-left-radius: 11px !important;
    border-bottom-right-radius: 11px !important;
  }
  .g-b-radius-sm--12 {
    border-radius: 12px !important;
  }
  .g-b-radius-tl-sm--12 {
    border-top-left-radius: 12px !important;
  }
  .g-b-radius-tr-sm--12 {
    border-top-right-radius: 12px !important;
  }
  .g-b-radius-bl-sm--12 {
    border-bottom-left-radius: 12px !important;
  }
  .g-b-radius-br-sm--12 {
    border-bottom-right-radius: 12px !important;
  }
  .g-b-radius-t-sm--12 {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  .g-b-radius-b-sm--12 {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  .g-b-radius-sm--13 {
    border-radius: 13px !important;
  }
  .g-b-radius-tl-sm--13 {
    border-top-left-radius: 13px !important;
  }
  .g-b-radius-tr-sm--13 {
    border-top-right-radius: 13px !important;
  }
  .g-b-radius-bl-sm--13 {
    border-bottom-left-radius: 13px !important;
  }
  .g-b-radius-br-sm--13 {
    border-bottom-right-radius: 13px !important;
  }
  .g-b-radius-t-sm--13 {
    border-top-left-radius: 13px !important;
    border-top-right-radius: 13px !important;
  }
  .g-b-radius-b-sm--13 {
    border-bottom-left-radius: 13px !important;
    border-bottom-right-radius: 13px !important;
  }
  .g-b-radius-sm--14 {
    border-radius: 14px !important;
  }
  .g-b-radius-tl-sm--14 {
    border-top-left-radius: 14px !important;
  }
  .g-b-radius-tr-sm--14 {
    border-top-right-radius: 14px !important;
  }
  .g-b-radius-bl-sm--14 {
    border-bottom-left-radius: 14px !important;
  }
  .g-b-radius-br-sm--14 {
    border-bottom-right-radius: 14px !important;
  }
  .g-b-radius-t-sm--14 {
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
  }
  .g-b-radius-b-sm--14 {
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
  }
  .g-b-radius-sm--15 {
    border-radius: 15px !important;
  }
  .g-b-radius-tl-sm--15 {
    border-top-left-radius: 15px !important;
  }
  .g-b-radius-tr-sm--15 {
    border-top-right-radius: 15px !important;
  }
  .g-b-radius-bl-sm--15 {
    border-bottom-left-radius: 15px !important;
  }
  .g-b-radius-br-sm--15 {
    border-bottom-right-radius: 15px !important;
  }
  .g-b-radius-t-sm--15 {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }
  .g-b-radius-b-sm--15 {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }
  .g-b-radius-sm--16 {
    border-radius: 16px !important;
  }
  .g-b-radius-tl-sm--16 {
    border-top-left-radius: 16px !important;
  }
  .g-b-radius-tr-sm--16 {
    border-top-right-radius: 16px !important;
  }
  .g-b-radius-bl-sm--16 {
    border-bottom-left-radius: 16px !important;
  }
  .g-b-radius-br-sm--16 {
    border-bottom-right-radius: 16px !important;
  }
  .g-b-radius-t-sm--16 {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
  .g-b-radius-b-sm--16 {
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  .g-b-radius-sm--17 {
    border-radius: 17px !important;
  }
  .g-b-radius-tl-sm--17 {
    border-top-left-radius: 17px !important;
  }
  .g-b-radius-tr-sm--17 {
    border-top-right-radius: 17px !important;
  }
  .g-b-radius-bl-sm--17 {
    border-bottom-left-radius: 17px !important;
  }
  .g-b-radius-br-sm--17 {
    border-bottom-right-radius: 17px !important;
  }
  .g-b-radius-t-sm--17 {
    border-top-left-radius: 17px !important;
    border-top-right-radius: 17px !important;
  }
  .g-b-radius-b-sm--17 {
    border-bottom-left-radius: 17px !important;
    border-bottom-right-radius: 17px !important;
  }
  .g-b-radius-sm--18 {
    border-radius: 18px !important;
  }
  .g-b-radius-tl-sm--18 {
    border-top-left-radius: 18px !important;
  }
  .g-b-radius-tr-sm--18 {
    border-top-right-radius: 18px !important;
  }
  .g-b-radius-bl-sm--18 {
    border-bottom-left-radius: 18px !important;
  }
  .g-b-radius-br-sm--18 {
    border-bottom-right-radius: 18px !important;
  }
  .g-b-radius-t-sm--18 {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
  }
  .g-b-radius-b-sm--18 {
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
  }
  .g-b-radius-sm--19 {
    border-radius: 19px !important;
  }
  .g-b-radius-tl-sm--19 {
    border-top-left-radius: 19px !important;
  }
  .g-b-radius-tr-sm--19 {
    border-top-right-radius: 19px !important;
  }
  .g-b-radius-bl-sm--19 {
    border-bottom-left-radius: 19px !important;
  }
  .g-b-radius-br-sm--19 {
    border-bottom-right-radius: 19px !important;
  }
  .g-b-radius-t-sm--19 {
    border-top-left-radius: 19px !important;
    border-top-right-radius: 19px !important;
  }
  .g-b-radius-b-sm--19 {
    border-bottom-left-radius: 19px !important;
    border-bottom-right-radius: 19px !important;
  }
  .g-b-radius-sm--20 {
    border-radius: 20px !important;
  }
  .g-b-radius-tl-sm--20 {
    border-top-left-radius: 20px !important;
  }
  .g-b-radius-tr-sm--20 {
    border-top-right-radius: 20px !important;
  }
  .g-b-radius-bl-sm--20 {
    border-bottom-left-radius: 20px !important;
  }
  .g-b-radius-br-sm--20 {
    border-bottom-right-radius: 20px !important;
  }
  .g-b-radius-t-sm--20 {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
  .g-b-radius-b-sm--20 {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  .g-b-radius-sm--21 {
    border-radius: 21px !important;
  }
  .g-b-radius-tl-sm--21 {
    border-top-left-radius: 21px !important;
  }
  .g-b-radius-tr-sm--21 {
    border-top-right-radius: 21px !important;
  }
  .g-b-radius-bl-sm--21 {
    border-bottom-left-radius: 21px !important;
  }
  .g-b-radius-br-sm--21 {
    border-bottom-right-radius: 21px !important;
  }
  .g-b-radius-t-sm--21 {
    border-top-left-radius: 21px !important;
    border-top-right-radius: 21px !important;
  }
  .g-b-radius-b-sm--21 {
    border-bottom-left-radius: 21px !important;
    border-bottom-right-radius: 21px !important;
  }
  .g-b-radius-sm--22 {
    border-radius: 22px !important;
  }
  .g-b-radius-tl-sm--22 {
    border-top-left-radius: 22px !important;
  }
  .g-b-radius-tr-sm--22 {
    border-top-right-radius: 22px !important;
  }
  .g-b-radius-bl-sm--22 {
    border-bottom-left-radius: 22px !important;
  }
  .g-b-radius-br-sm--22 {
    border-bottom-right-radius: 22px !important;
  }
  .g-b-radius-t-sm--22 {
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
  }
  .g-b-radius-b-sm--22 {
    border-bottom-left-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
  }
  .g-b-radius-sm--23 {
    border-radius: 23px !important;
  }
  .g-b-radius-tl-sm--23 {
    border-top-left-radius: 23px !important;
  }
  .g-b-radius-tr-sm--23 {
    border-top-right-radius: 23px !important;
  }
  .g-b-radius-bl-sm--23 {
    border-bottom-left-radius: 23px !important;
  }
  .g-b-radius-br-sm--23 {
    border-bottom-right-radius: 23px !important;
  }
  .g-b-radius-t-sm--23 {
    border-top-left-radius: 23px !important;
    border-top-right-radius: 23px !important;
  }
  .g-b-radius-b-sm--23 {
    border-bottom-left-radius: 23px !important;
    border-bottom-right-radius: 23px !important;
  }
  .g-b-radius-sm--24 {
    border-radius: 24px !important;
  }
  .g-b-radius-tl-sm--24 {
    border-top-left-radius: 24px !important;
  }
  .g-b-radius-tr-sm--24 {
    border-top-right-radius: 24px !important;
  }
  .g-b-radius-bl-sm--24 {
    border-bottom-left-radius: 24px !important;
  }
  .g-b-radius-br-sm--24 {
    border-bottom-right-radius: 24px !important;
  }
  .g-b-radius-t-sm--24 {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
  }
  .g-b-radius-b-sm--24 {
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  .g-b-radius-sm--25 {
    border-radius: 25px !important;
  }
  .g-b-radius-tl-sm--25 {
    border-top-left-radius: 25px !important;
  }
  .g-b-radius-tr-sm--25 {
    border-top-right-radius: 25px !important;
  }
  .g-b-radius-bl-sm--25 {
    border-bottom-left-radius: 25px !important;
  }
  .g-b-radius-br-sm--25 {
    border-bottom-right-radius: 25px !important;
  }
  .g-b-radius-t-sm--25 {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
  }
  .g-b-radius-b-sm--25 {
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
  }
  .g-b-radius-sm--26 {
    border-radius: 26px !important;
  }
  .g-b-radius-tl-sm--26 {
    border-top-left-radius: 26px !important;
  }
  .g-b-radius-tr-sm--26 {
    border-top-right-radius: 26px !important;
  }
  .g-b-radius-bl-sm--26 {
    border-bottom-left-radius: 26px !important;
  }
  .g-b-radius-br-sm--26 {
    border-bottom-right-radius: 26px !important;
  }
  .g-b-radius-t-sm--26 {
    border-top-left-radius: 26px !important;
    border-top-right-radius: 26px !important;
  }
  .g-b-radius-b-sm--26 {
    border-bottom-left-radius: 26px !important;
    border-bottom-right-radius: 26px !important;
  }
  .g-b-radius-sm--27 {
    border-radius: 27px !important;
  }
  .g-b-radius-tl-sm--27 {
    border-top-left-radius: 27px !important;
  }
  .g-b-radius-tr-sm--27 {
    border-top-right-radius: 27px !important;
  }
  .g-b-radius-bl-sm--27 {
    border-bottom-left-radius: 27px !important;
  }
  .g-b-radius-br-sm--27 {
    border-bottom-right-radius: 27px !important;
  }
  .g-b-radius-t-sm--27 {
    border-top-left-radius: 27px !important;
    border-top-right-radius: 27px !important;
  }
  .g-b-radius-b-sm--27 {
    border-bottom-left-radius: 27px !important;
    border-bottom-right-radius: 27px !important;
  }
  .g-b-radius-sm--28 {
    border-radius: 28px !important;
  }
  .g-b-radius-tl-sm--28 {
    border-top-left-radius: 28px !important;
  }
  .g-b-radius-tr-sm--28 {
    border-top-right-radius: 28px !important;
  }
  .g-b-radius-bl-sm--28 {
    border-bottom-left-radius: 28px !important;
  }
  .g-b-radius-br-sm--28 {
    border-bottom-right-radius: 28px !important;
  }
  .g-b-radius-t-sm--28 {
    border-top-left-radius: 28px !important;
    border-top-right-radius: 28px !important;
  }
  .g-b-radius-b-sm--28 {
    border-bottom-left-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  .g-b-radius-sm--29 {
    border-radius: 29px !important;
  }
  .g-b-radius-tl-sm--29 {
    border-top-left-radius: 29px !important;
  }
  .g-b-radius-tr-sm--29 {
    border-top-right-radius: 29px !important;
  }
  .g-b-radius-bl-sm--29 {
    border-bottom-left-radius: 29px !important;
  }
  .g-b-radius-br-sm--29 {
    border-bottom-right-radius: 29px !important;
  }
  .g-b-radius-t-sm--29 {
    border-top-left-radius: 29px !important;
    border-top-right-radius: 29px !important;
  }
  .g-b-radius-b-sm--29 {
    border-bottom-left-radius: 29px !important;
    border-bottom-right-radius: 29px !important;
  }
  .g-b-radius-sm--30 {
    border-radius: 30px !important;
  }
  .g-b-radius-tl-sm--30 {
    border-top-left-radius: 30px !important;
  }
  .g-b-radius-tr-sm--30 {
    border-top-right-radius: 30px !important;
  }
  .g-b-radius-bl-sm--30 {
    border-bottom-left-radius: 30px !important;
  }
  .g-b-radius-br-sm--30 {
    border-bottom-right-radius: 30px !important;
  }
  .g-b-radius-t-sm--30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }
  .g-b-radius-b-sm--30 {
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }
  .g-b-radius-sm--31 {
    border-radius: 31px !important;
  }
  .g-b-radius-tl-sm--31 {
    border-top-left-radius: 31px !important;
  }
  .g-b-radius-tr-sm--31 {
    border-top-right-radius: 31px !important;
  }
  .g-b-radius-bl-sm--31 {
    border-bottom-left-radius: 31px !important;
  }
  .g-b-radius-br-sm--31 {
    border-bottom-right-radius: 31px !important;
  }
  .g-b-radius-t-sm--31 {
    border-top-left-radius: 31px !important;
    border-top-right-radius: 31px !important;
  }
  .g-b-radius-b-sm--31 {
    border-bottom-left-radius: 31px !important;
    border-bottom-right-radius: 31px !important;
  }
  .g-b-radius-sm--32 {
    border-radius: 32px !important;
  }
  .g-b-radius-tl-sm--32 {
    border-top-left-radius: 32px !important;
  }
  .g-b-radius-tr-sm--32 {
    border-top-right-radius: 32px !important;
  }
  .g-b-radius-bl-sm--32 {
    border-bottom-left-radius: 32px !important;
  }
  .g-b-radius-br-sm--32 {
    border-bottom-right-radius: 32px !important;
  }
  .g-b-radius-t-sm--32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }
  .g-b-radius-b-sm--32 {
    border-bottom-left-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  .g-b-radius-sm--33 {
    border-radius: 33px !important;
  }
  .g-b-radius-tl-sm--33 {
    border-top-left-radius: 33px !important;
  }
  .g-b-radius-tr-sm--33 {
    border-top-right-radius: 33px !important;
  }
  .g-b-radius-bl-sm--33 {
    border-bottom-left-radius: 33px !important;
  }
  .g-b-radius-br-sm--33 {
    border-bottom-right-radius: 33px !important;
  }
  .g-b-radius-t-sm--33 {
    border-top-left-radius: 33px !important;
    border-top-right-radius: 33px !important;
  }
  .g-b-radius-b-sm--33 {
    border-bottom-left-radius: 33px !important;
    border-bottom-right-radius: 33px !important;
  }
  .g-b-radius-sm--34 {
    border-radius: 34px !important;
  }
  .g-b-radius-tl-sm--34 {
    border-top-left-radius: 34px !important;
  }
  .g-b-radius-tr-sm--34 {
    border-top-right-radius: 34px !important;
  }
  .g-b-radius-bl-sm--34 {
    border-bottom-left-radius: 34px !important;
  }
  .g-b-radius-br-sm--34 {
    border-bottom-right-radius: 34px !important;
  }
  .g-b-radius-t-sm--34 {
    border-top-left-radius: 34px !important;
    border-top-right-radius: 34px !important;
  }
  .g-b-radius-b-sm--34 {
    border-bottom-left-radius: 34px !important;
    border-bottom-right-radius: 34px !important;
  }
  .g-b-radius-sm--35 {
    border-radius: 35px !important;
  }
  .g-b-radius-tl-sm--35 {
    border-top-left-radius: 35px !important;
  }
  .g-b-radius-tr-sm--35 {
    border-top-right-radius: 35px !important;
  }
  .g-b-radius-bl-sm--35 {
    border-bottom-left-radius: 35px !important;
  }
  .g-b-radius-br-sm--35 {
    border-bottom-right-radius: 35px !important;
  }
  .g-b-radius-t-sm--35 {
    border-top-left-radius: 35px !important;
    border-top-right-radius: 35px !important;
  }
  .g-b-radius-b-sm--35 {
    border-bottom-left-radius: 35px !important;
    border-bottom-right-radius: 35px !important;
  }
  .g-b-radius-sm--36 {
    border-radius: 36px !important;
  }
  .g-b-radius-tl-sm--36 {
    border-top-left-radius: 36px !important;
  }
  .g-b-radius-tr-sm--36 {
    border-top-right-radius: 36px !important;
  }
  .g-b-radius-bl-sm--36 {
    border-bottom-left-radius: 36px !important;
  }
  .g-b-radius-br-sm--36 {
    border-bottom-right-radius: 36px !important;
  }
  .g-b-radius-t-sm--36 {
    border-top-left-radius: 36px !important;
    border-top-right-radius: 36px !important;
  }
  .g-b-radius-b-sm--36 {
    border-bottom-left-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  .g-b-radius-sm--37 {
    border-radius: 37px !important;
  }
  .g-b-radius-tl-sm--37 {
    border-top-left-radius: 37px !important;
  }
  .g-b-radius-tr-sm--37 {
    border-top-right-radius: 37px !important;
  }
  .g-b-radius-bl-sm--37 {
    border-bottom-left-radius: 37px !important;
  }
  .g-b-radius-br-sm--37 {
    border-bottom-right-radius: 37px !important;
  }
  .g-b-radius-t-sm--37 {
    border-top-left-radius: 37px !important;
    border-top-right-radius: 37px !important;
  }
  .g-b-radius-b-sm--37 {
    border-bottom-left-radius: 37px !important;
    border-bottom-right-radius: 37px !important;
  }
  .g-b-radius-sm--38 {
    border-radius: 38px !important;
  }
  .g-b-radius-tl-sm--38 {
    border-top-left-radius: 38px !important;
  }
  .g-b-radius-tr-sm--38 {
    border-top-right-radius: 38px !important;
  }
  .g-b-radius-bl-sm--38 {
    border-bottom-left-radius: 38px !important;
  }
  .g-b-radius-br-sm--38 {
    border-bottom-right-radius: 38px !important;
  }
  .g-b-radius-t-sm--38 {
    border-top-left-radius: 38px !important;
    border-top-right-radius: 38px !important;
  }
  .g-b-radius-b-sm--38 {
    border-bottom-left-radius: 38px !important;
    border-bottom-right-radius: 38px !important;
  }
  .g-b-radius-sm--39 {
    border-radius: 39px !important;
  }
  .g-b-radius-tl-sm--39 {
    border-top-left-radius: 39px !important;
  }
  .g-b-radius-tr-sm--39 {
    border-top-right-radius: 39px !important;
  }
  .g-b-radius-bl-sm--39 {
    border-bottom-left-radius: 39px !important;
  }
  .g-b-radius-br-sm--39 {
    border-bottom-right-radius: 39px !important;
  }
  .g-b-radius-t-sm--39 {
    border-top-left-radius: 39px !important;
    border-top-right-radius: 39px !important;
  }
  .g-b-radius-b-sm--39 {
    border-bottom-left-radius: 39px !important;
    border-bottom-right-radius: 39px !important;
  }
  .g-b-radius-sm--40 {
    border-radius: 40px !important;
  }
  .g-b-radius-tl-sm--40 {
    border-top-left-radius: 40px !important;
  }
  .g-b-radius-tr-sm--40 {
    border-top-right-radius: 40px !important;
  }
  .g-b-radius-bl-sm--40 {
    border-bottom-left-radius: 40px !important;
  }
  .g-b-radius-br-sm--40 {
    border-bottom-right-radius: 40px !important;
  }
  .g-b-radius-t-sm--40 {
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
  }
  .g-b-radius-b-sm--40 {
    border-bottom-left-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  .g-b-radius-sm--41 {
    border-radius: 41px !important;
  }
  .g-b-radius-tl-sm--41 {
    border-top-left-radius: 41px !important;
  }
  .g-b-radius-tr-sm--41 {
    border-top-right-radius: 41px !important;
  }
  .g-b-radius-bl-sm--41 {
    border-bottom-left-radius: 41px !important;
  }
  .g-b-radius-br-sm--41 {
    border-bottom-right-radius: 41px !important;
  }
  .g-b-radius-t-sm--41 {
    border-top-left-radius: 41px !important;
    border-top-right-radius: 41px !important;
  }
  .g-b-radius-b-sm--41 {
    border-bottom-left-radius: 41px !important;
    border-bottom-right-radius: 41px !important;
  }
  .g-b-radius-sm--42 {
    border-radius: 42px !important;
  }
  .g-b-radius-tl-sm--42 {
    border-top-left-radius: 42px !important;
  }
  .g-b-radius-tr-sm--42 {
    border-top-right-radius: 42px !important;
  }
  .g-b-radius-bl-sm--42 {
    border-bottom-left-radius: 42px !important;
  }
  .g-b-radius-br-sm--42 {
    border-bottom-right-radius: 42px !important;
  }
  .g-b-radius-t-sm--42 {
    border-top-left-radius: 42px !important;
    border-top-right-radius: 42px !important;
  }
  .g-b-radius-b-sm--42 {
    border-bottom-left-radius: 42px !important;
    border-bottom-right-radius: 42px !important;
  }
  .g-b-radius-sm--43 {
    border-radius: 43px !important;
  }
  .g-b-radius-tl-sm--43 {
    border-top-left-radius: 43px !important;
  }
  .g-b-radius-tr-sm--43 {
    border-top-right-radius: 43px !important;
  }
  .g-b-radius-bl-sm--43 {
    border-bottom-left-radius: 43px !important;
  }
  .g-b-radius-br-sm--43 {
    border-bottom-right-radius: 43px !important;
  }
  .g-b-radius-t-sm--43 {
    border-top-left-radius: 43px !important;
    border-top-right-radius: 43px !important;
  }
  .g-b-radius-b-sm--43 {
    border-bottom-left-radius: 43px !important;
    border-bottom-right-radius: 43px !important;
  }
  .g-b-radius-sm--44 {
    border-radius: 44px !important;
  }
  .g-b-radius-tl-sm--44 {
    border-top-left-radius: 44px !important;
  }
  .g-b-radius-tr-sm--44 {
    border-top-right-radius: 44px !important;
  }
  .g-b-radius-bl-sm--44 {
    border-bottom-left-radius: 44px !important;
  }
  .g-b-radius-br-sm--44 {
    border-bottom-right-radius: 44px !important;
  }
  .g-b-radius-t-sm--44 {
    border-top-left-radius: 44px !important;
    border-top-right-radius: 44px !important;
  }
  .g-b-radius-b-sm--44 {
    border-bottom-left-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  .g-b-radius-sm--45 {
    border-radius: 45px !important;
  }
  .g-b-radius-tl-sm--45 {
    border-top-left-radius: 45px !important;
  }
  .g-b-radius-tr-sm--45 {
    border-top-right-radius: 45px !important;
  }
  .g-b-radius-bl-sm--45 {
    border-bottom-left-radius: 45px !important;
  }
  .g-b-radius-br-sm--45 {
    border-bottom-right-radius: 45px !important;
  }
  .g-b-radius-t-sm--45 {
    border-top-left-radius: 45px !important;
    border-top-right-radius: 45px !important;
  }
  .g-b-radius-b-sm--45 {
    border-bottom-left-radius: 45px !important;
    border-bottom-right-radius: 45px !important;
  }
  .g-b-radius-sm--46 {
    border-radius: 46px !important;
  }
  .g-b-radius-tl-sm--46 {
    border-top-left-radius: 46px !important;
  }
  .g-b-radius-tr-sm--46 {
    border-top-right-radius: 46px !important;
  }
  .g-b-radius-bl-sm--46 {
    border-bottom-left-radius: 46px !important;
  }
  .g-b-radius-br-sm--46 {
    border-bottom-right-radius: 46px !important;
  }
  .g-b-radius-t-sm--46 {
    border-top-left-radius: 46px !important;
    border-top-right-radius: 46px !important;
  }
  .g-b-radius-b-sm--46 {
    border-bottom-left-radius: 46px !important;
    border-bottom-right-radius: 46px !important;
  }
  .g-b-radius-sm--47 {
    border-radius: 47px !important;
  }
  .g-b-radius-tl-sm--47 {
    border-top-left-radius: 47px !important;
  }
  .g-b-radius-tr-sm--47 {
    border-top-right-radius: 47px !important;
  }
  .g-b-radius-bl-sm--47 {
    border-bottom-left-radius: 47px !important;
  }
  .g-b-radius-br-sm--47 {
    border-bottom-right-radius: 47px !important;
  }
  .g-b-radius-t-sm--47 {
    border-top-left-radius: 47px !important;
    border-top-right-radius: 47px !important;
  }
  .g-b-radius-b-sm--47 {
    border-bottom-left-radius: 47px !important;
    border-bottom-right-radius: 47px !important;
  }
  .g-b-radius-sm--48 {
    border-radius: 48px !important;
  }
  .g-b-radius-tl-sm--48 {
    border-top-left-radius: 48px !important;
  }
  .g-b-radius-tr-sm--48 {
    border-top-right-radius: 48px !important;
  }
  .g-b-radius-bl-sm--48 {
    border-bottom-left-radius: 48px !important;
  }
  .g-b-radius-br-sm--48 {
    border-bottom-right-radius: 48px !important;
  }
  .g-b-radius-t-sm--48 {
    border-top-left-radius: 48px !important;
    border-top-right-radius: 48px !important;
  }
  .g-b-radius-b-sm--48 {
    border-bottom-left-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  .g-b-radius-sm--49 {
    border-radius: 49px !important;
  }
  .g-b-radius-tl-sm--49 {
    border-top-left-radius: 49px !important;
  }
  .g-b-radius-tr-sm--49 {
    border-top-right-radius: 49px !important;
  }
  .g-b-radius-bl-sm--49 {
    border-bottom-left-radius: 49px !important;
  }
  .g-b-radius-br-sm--49 {
    border-bottom-right-radius: 49px !important;
  }
  .g-b-radius-t-sm--49 {
    border-top-left-radius: 49px !important;
    border-top-right-radius: 49px !important;
  }
  .g-b-radius-b-sm--49 {
    border-bottom-left-radius: 49px !important;
    border-bottom-right-radius: 49px !important;
  }
  .g-b-radius-sm--50 {
    border-radius: 50px !important;
  }
  .g-b-radius-tl-sm--50 {
    border-top-left-radius: 50px !important;
  }
  .g-b-radius-tr-sm--50 {
    border-top-right-radius: 50px !important;
  }
  .g-b-radius-bl-sm--50 {
    border-bottom-left-radius: 50px !important;
  }
  .g-b-radius-br-sm--50 {
    border-bottom-right-radius: 50px !important;
  }
  .g-b-radius-t-sm--50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }
  .g-b-radius-b-sm--50 {
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }
}
@media (min-width: 768px) {
  .g-b-radius-md--0 {
    border-radius: 0px !important;
  }
  .g-b-radius-tl-md--0 {
    border-top-left-radius: 0px !important;
  }
  .g-b-radius-tr-md--0 {
    border-top-right-radius: 0px !important;
  }
  .g-b-radius-bl-md--0 {
    border-bottom-left-radius: 0px !important;
  }
  .g-b-radius-br-md--0 {
    border-bottom-right-radius: 0px !important;
  }
  .g-b-radius-t-md--0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
  .g-b-radius-b-md--0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .g-b-radius-md--1 {
    border-radius: 1px !important;
  }
  .g-b-radius-tl-md--1 {
    border-top-left-radius: 1px !important;
  }
  .g-b-radius-tr-md--1 {
    border-top-right-radius: 1px !important;
  }
  .g-b-radius-bl-md--1 {
    border-bottom-left-radius: 1px !important;
  }
  .g-b-radius-br-md--1 {
    border-bottom-right-radius: 1px !important;
  }
  .g-b-radius-t-md--1 {
    border-top-left-radius: 1px !important;
    border-top-right-radius: 1px !important;
  }
  .g-b-radius-b-md--1 {
    border-bottom-left-radius: 1px !important;
    border-bottom-right-radius: 1px !important;
  }
  .g-b-radius-md--2 {
    border-radius: 2px !important;
  }
  .g-b-radius-tl-md--2 {
    border-top-left-radius: 2px !important;
  }
  .g-b-radius-tr-md--2 {
    border-top-right-radius: 2px !important;
  }
  .g-b-radius-bl-md--2 {
    border-bottom-left-radius: 2px !important;
  }
  .g-b-radius-br-md--2 {
    border-bottom-right-radius: 2px !important;
  }
  .g-b-radius-t-md--2 {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .g-b-radius-b-md--2 {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .g-b-radius-md--3 {
    border-radius: 3px !important;
  }
  .g-b-radius-tl-md--3 {
    border-top-left-radius: 3px !important;
  }
  .g-b-radius-tr-md--3 {
    border-top-right-radius: 3px !important;
  }
  .g-b-radius-bl-md--3 {
    border-bottom-left-radius: 3px !important;
  }
  .g-b-radius-br-md--3 {
    border-bottom-right-radius: 3px !important;
  }
  .g-b-radius-t-md--3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }
  .g-b-radius-b-md--3 {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }
  .g-b-radius-md--4 {
    border-radius: 4px !important;
  }
  .g-b-radius-tl-md--4 {
    border-top-left-radius: 4px !important;
  }
  .g-b-radius-tr-md--4 {
    border-top-right-radius: 4px !important;
  }
  .g-b-radius-bl-md--4 {
    border-bottom-left-radius: 4px !important;
  }
  .g-b-radius-br-md--4 {
    border-bottom-right-radius: 4px !important;
  }
  .g-b-radius-t-md--4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .g-b-radius-b-md--4 {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .g-b-radius-md--5 {
    border-radius: 5px !important;
  }
  .g-b-radius-tl-md--5 {
    border-top-left-radius: 5px !important;
  }
  .g-b-radius-tr-md--5 {
    border-top-right-radius: 5px !important;
  }
  .g-b-radius-bl-md--5 {
    border-bottom-left-radius: 5px !important;
  }
  .g-b-radius-br-md--5 {
    border-bottom-right-radius: 5px !important;
  }
  .g-b-radius-t-md--5 {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  .g-b-radius-b-md--5 {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .g-b-radius-md--6 {
    border-radius: 6px !important;
  }
  .g-b-radius-tl-md--6 {
    border-top-left-radius: 6px !important;
  }
  .g-b-radius-tr-md--6 {
    border-top-right-radius: 6px !important;
  }
  .g-b-radius-bl-md--6 {
    border-bottom-left-radius: 6px !important;
  }
  .g-b-radius-br-md--6 {
    border-bottom-right-radius: 6px !important;
  }
  .g-b-radius-t-md--6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .g-b-radius-b-md--6 {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .g-b-radius-md--7 {
    border-radius: 7px !important;
  }
  .g-b-radius-tl-md--7 {
    border-top-left-radius: 7px !important;
  }
  .g-b-radius-tr-md--7 {
    border-top-right-radius: 7px !important;
  }
  .g-b-radius-bl-md--7 {
    border-bottom-left-radius: 7px !important;
  }
  .g-b-radius-br-md--7 {
    border-bottom-right-radius: 7px !important;
  }
  .g-b-radius-t-md--7 {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
  }
  .g-b-radius-b-md--7 {
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
  }
  .g-b-radius-md--8 {
    border-radius: 8px !important;
  }
  .g-b-radius-tl-md--8 {
    border-top-left-radius: 8px !important;
  }
  .g-b-radius-tr-md--8 {
    border-top-right-radius: 8px !important;
  }
  .g-b-radius-bl-md--8 {
    border-bottom-left-radius: 8px !important;
  }
  .g-b-radius-br-md--8 {
    border-bottom-right-radius: 8px !important;
  }
  .g-b-radius-t-md--8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .g-b-radius-b-md--8 {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .g-b-radius-md--9 {
    border-radius: 9px !important;
  }
  .g-b-radius-tl-md--9 {
    border-top-left-radius: 9px !important;
  }
  .g-b-radius-tr-md--9 {
    border-top-right-radius: 9px !important;
  }
  .g-b-radius-bl-md--9 {
    border-bottom-left-radius: 9px !important;
  }
  .g-b-radius-br-md--9 {
    border-bottom-right-radius: 9px !important;
  }
  .g-b-radius-t-md--9 {
    border-top-left-radius: 9px !important;
    border-top-right-radius: 9px !important;
  }
  .g-b-radius-b-md--9 {
    border-bottom-left-radius: 9px !important;
    border-bottom-right-radius: 9px !important;
  }
  .g-b-radius-md--10 {
    border-radius: 10px !important;
  }
  .g-b-radius-tl-md--10 {
    border-top-left-radius: 10px !important;
  }
  .g-b-radius-tr-md--10 {
    border-top-right-radius: 10px !important;
  }
  .g-b-radius-bl-md--10 {
    border-bottom-left-radius: 10px !important;
  }
  .g-b-radius-br-md--10 {
    border-bottom-right-radius: 10px !important;
  }
  .g-b-radius-t-md--10 {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
  .g-b-radius-b-md--10 {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
  .g-b-radius-md--11 {
    border-radius: 11px !important;
  }
  .g-b-radius-tl-md--11 {
    border-top-left-radius: 11px !important;
  }
  .g-b-radius-tr-md--11 {
    border-top-right-radius: 11px !important;
  }
  .g-b-radius-bl-md--11 {
    border-bottom-left-radius: 11px !important;
  }
  .g-b-radius-br-md--11 {
    border-bottom-right-radius: 11px !important;
  }
  .g-b-radius-t-md--11 {
    border-top-left-radius: 11px !important;
    border-top-right-radius: 11px !important;
  }
  .g-b-radius-b-md--11 {
    border-bottom-left-radius: 11px !important;
    border-bottom-right-radius: 11px !important;
  }
  .g-b-radius-md--12 {
    border-radius: 12px !important;
  }
  .g-b-radius-tl-md--12 {
    border-top-left-radius: 12px !important;
  }
  .g-b-radius-tr-md--12 {
    border-top-right-radius: 12px !important;
  }
  .g-b-radius-bl-md--12 {
    border-bottom-left-radius: 12px !important;
  }
  .g-b-radius-br-md--12 {
    border-bottom-right-radius: 12px !important;
  }
  .g-b-radius-t-md--12 {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  .g-b-radius-b-md--12 {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  .g-b-radius-md--13 {
    border-radius: 13px !important;
  }
  .g-b-radius-tl-md--13 {
    border-top-left-radius: 13px !important;
  }
  .g-b-radius-tr-md--13 {
    border-top-right-radius: 13px !important;
  }
  .g-b-radius-bl-md--13 {
    border-bottom-left-radius: 13px !important;
  }
  .g-b-radius-br-md--13 {
    border-bottom-right-radius: 13px !important;
  }
  .g-b-radius-t-md--13 {
    border-top-left-radius: 13px !important;
    border-top-right-radius: 13px !important;
  }
  .g-b-radius-b-md--13 {
    border-bottom-left-radius: 13px !important;
    border-bottom-right-radius: 13px !important;
  }
  .g-b-radius-md--14 {
    border-radius: 14px !important;
  }
  .g-b-radius-tl-md--14 {
    border-top-left-radius: 14px !important;
  }
  .g-b-radius-tr-md--14 {
    border-top-right-radius: 14px !important;
  }
  .g-b-radius-bl-md--14 {
    border-bottom-left-radius: 14px !important;
  }
  .g-b-radius-br-md--14 {
    border-bottom-right-radius: 14px !important;
  }
  .g-b-radius-t-md--14 {
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
  }
  .g-b-radius-b-md--14 {
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
  }
  .g-b-radius-md--15 {
    border-radius: 15px !important;
  }
  .g-b-radius-tl-md--15 {
    border-top-left-radius: 15px !important;
  }
  .g-b-radius-tr-md--15 {
    border-top-right-radius: 15px !important;
  }
  .g-b-radius-bl-md--15 {
    border-bottom-left-radius: 15px !important;
  }
  .g-b-radius-br-md--15 {
    border-bottom-right-radius: 15px !important;
  }
  .g-b-radius-t-md--15 {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }
  .g-b-radius-b-md--15 {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }
  .g-b-radius-md--16 {
    border-radius: 16px !important;
  }
  .g-b-radius-tl-md--16 {
    border-top-left-radius: 16px !important;
  }
  .g-b-radius-tr-md--16 {
    border-top-right-radius: 16px !important;
  }
  .g-b-radius-bl-md--16 {
    border-bottom-left-radius: 16px !important;
  }
  .g-b-radius-br-md--16 {
    border-bottom-right-radius: 16px !important;
  }
  .g-b-radius-t-md--16 {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
  .g-b-radius-b-md--16 {
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  .g-b-radius-md--17 {
    border-radius: 17px !important;
  }
  .g-b-radius-tl-md--17 {
    border-top-left-radius: 17px !important;
  }
  .g-b-radius-tr-md--17 {
    border-top-right-radius: 17px !important;
  }
  .g-b-radius-bl-md--17 {
    border-bottom-left-radius: 17px !important;
  }
  .g-b-radius-br-md--17 {
    border-bottom-right-radius: 17px !important;
  }
  .g-b-radius-t-md--17 {
    border-top-left-radius: 17px !important;
    border-top-right-radius: 17px !important;
  }
  .g-b-radius-b-md--17 {
    border-bottom-left-radius: 17px !important;
    border-bottom-right-radius: 17px !important;
  }
  .g-b-radius-md--18 {
    border-radius: 18px !important;
  }
  .g-b-radius-tl-md--18 {
    border-top-left-radius: 18px !important;
  }
  .g-b-radius-tr-md--18 {
    border-top-right-radius: 18px !important;
  }
  .g-b-radius-bl-md--18 {
    border-bottom-left-radius: 18px !important;
  }
  .g-b-radius-br-md--18 {
    border-bottom-right-radius: 18px !important;
  }
  .g-b-radius-t-md--18 {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
  }
  .g-b-radius-b-md--18 {
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
  }
  .g-b-radius-md--19 {
    border-radius: 19px !important;
  }
  .g-b-radius-tl-md--19 {
    border-top-left-radius: 19px !important;
  }
  .g-b-radius-tr-md--19 {
    border-top-right-radius: 19px !important;
  }
  .g-b-radius-bl-md--19 {
    border-bottom-left-radius: 19px !important;
  }
  .g-b-radius-br-md--19 {
    border-bottom-right-radius: 19px !important;
  }
  .g-b-radius-t-md--19 {
    border-top-left-radius: 19px !important;
    border-top-right-radius: 19px !important;
  }
  .g-b-radius-b-md--19 {
    border-bottom-left-radius: 19px !important;
    border-bottom-right-radius: 19px !important;
  }
  .g-b-radius-md--20 {
    border-radius: 20px !important;
  }
  .g-b-radius-tl-md--20 {
    border-top-left-radius: 20px !important;
  }
  .g-b-radius-tr-md--20 {
    border-top-right-radius: 20px !important;
  }
  .g-b-radius-bl-md--20 {
    border-bottom-left-radius: 20px !important;
  }
  .g-b-radius-br-md--20 {
    border-bottom-right-radius: 20px !important;
  }
  .g-b-radius-t-md--20 {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
  .g-b-radius-b-md--20 {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  .g-b-radius-md--21 {
    border-radius: 21px !important;
  }
  .g-b-radius-tl-md--21 {
    border-top-left-radius: 21px !important;
  }
  .g-b-radius-tr-md--21 {
    border-top-right-radius: 21px !important;
  }
  .g-b-radius-bl-md--21 {
    border-bottom-left-radius: 21px !important;
  }
  .g-b-radius-br-md--21 {
    border-bottom-right-radius: 21px !important;
  }
  .g-b-radius-t-md--21 {
    border-top-left-radius: 21px !important;
    border-top-right-radius: 21px !important;
  }
  .g-b-radius-b-md--21 {
    border-bottom-left-radius: 21px !important;
    border-bottom-right-radius: 21px !important;
  }
  .g-b-radius-md--22 {
    border-radius: 22px !important;
  }
  .g-b-radius-tl-md--22 {
    border-top-left-radius: 22px !important;
  }
  .g-b-radius-tr-md--22 {
    border-top-right-radius: 22px !important;
  }
  .g-b-radius-bl-md--22 {
    border-bottom-left-radius: 22px !important;
  }
  .g-b-radius-br-md--22 {
    border-bottom-right-radius: 22px !important;
  }
  .g-b-radius-t-md--22 {
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
  }
  .g-b-radius-b-md--22 {
    border-bottom-left-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
  }
  .g-b-radius-md--23 {
    border-radius: 23px !important;
  }
  .g-b-radius-tl-md--23 {
    border-top-left-radius: 23px !important;
  }
  .g-b-radius-tr-md--23 {
    border-top-right-radius: 23px !important;
  }
  .g-b-radius-bl-md--23 {
    border-bottom-left-radius: 23px !important;
  }
  .g-b-radius-br-md--23 {
    border-bottom-right-radius: 23px !important;
  }
  .g-b-radius-t-md--23 {
    border-top-left-radius: 23px !important;
    border-top-right-radius: 23px !important;
  }
  .g-b-radius-b-md--23 {
    border-bottom-left-radius: 23px !important;
    border-bottom-right-radius: 23px !important;
  }
  .g-b-radius-md--24 {
    border-radius: 24px !important;
  }
  .g-b-radius-tl-md--24 {
    border-top-left-radius: 24px !important;
  }
  .g-b-radius-tr-md--24 {
    border-top-right-radius: 24px !important;
  }
  .g-b-radius-bl-md--24 {
    border-bottom-left-radius: 24px !important;
  }
  .g-b-radius-br-md--24 {
    border-bottom-right-radius: 24px !important;
  }
  .g-b-radius-t-md--24 {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
  }
  .g-b-radius-b-md--24 {
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  .g-b-radius-md--25 {
    border-radius: 25px !important;
  }
  .g-b-radius-tl-md--25 {
    border-top-left-radius: 25px !important;
  }
  .g-b-radius-tr-md--25 {
    border-top-right-radius: 25px !important;
  }
  .g-b-radius-bl-md--25 {
    border-bottom-left-radius: 25px !important;
  }
  .g-b-radius-br-md--25 {
    border-bottom-right-radius: 25px !important;
  }
  .g-b-radius-t-md--25 {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
  }
  .g-b-radius-b-md--25 {
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
  }
  .g-b-radius-md--26 {
    border-radius: 26px !important;
  }
  .g-b-radius-tl-md--26 {
    border-top-left-radius: 26px !important;
  }
  .g-b-radius-tr-md--26 {
    border-top-right-radius: 26px !important;
  }
  .g-b-radius-bl-md--26 {
    border-bottom-left-radius: 26px !important;
  }
  .g-b-radius-br-md--26 {
    border-bottom-right-radius: 26px !important;
  }
  .g-b-radius-t-md--26 {
    border-top-left-radius: 26px !important;
    border-top-right-radius: 26px !important;
  }
  .g-b-radius-b-md--26 {
    border-bottom-left-radius: 26px !important;
    border-bottom-right-radius: 26px !important;
  }
  .g-b-radius-md--27 {
    border-radius: 27px !important;
  }
  .g-b-radius-tl-md--27 {
    border-top-left-radius: 27px !important;
  }
  .g-b-radius-tr-md--27 {
    border-top-right-radius: 27px !important;
  }
  .g-b-radius-bl-md--27 {
    border-bottom-left-radius: 27px !important;
  }
  .g-b-radius-br-md--27 {
    border-bottom-right-radius: 27px !important;
  }
  .g-b-radius-t-md--27 {
    border-top-left-radius: 27px !important;
    border-top-right-radius: 27px !important;
  }
  .g-b-radius-b-md--27 {
    border-bottom-left-radius: 27px !important;
    border-bottom-right-radius: 27px !important;
  }
  .g-b-radius-md--28 {
    border-radius: 28px !important;
  }
  .g-b-radius-tl-md--28 {
    border-top-left-radius: 28px !important;
  }
  .g-b-radius-tr-md--28 {
    border-top-right-radius: 28px !important;
  }
  .g-b-radius-bl-md--28 {
    border-bottom-left-radius: 28px !important;
  }
  .g-b-radius-br-md--28 {
    border-bottom-right-radius: 28px !important;
  }
  .g-b-radius-t-md--28 {
    border-top-left-radius: 28px !important;
    border-top-right-radius: 28px !important;
  }
  .g-b-radius-b-md--28 {
    border-bottom-left-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  .g-b-radius-md--29 {
    border-radius: 29px !important;
  }
  .g-b-radius-tl-md--29 {
    border-top-left-radius: 29px !important;
  }
  .g-b-radius-tr-md--29 {
    border-top-right-radius: 29px !important;
  }
  .g-b-radius-bl-md--29 {
    border-bottom-left-radius: 29px !important;
  }
  .g-b-radius-br-md--29 {
    border-bottom-right-radius: 29px !important;
  }
  .g-b-radius-t-md--29 {
    border-top-left-radius: 29px !important;
    border-top-right-radius: 29px !important;
  }
  .g-b-radius-b-md--29 {
    border-bottom-left-radius: 29px !important;
    border-bottom-right-radius: 29px !important;
  }
  .g-b-radius-md--30 {
    border-radius: 30px !important;
  }
  .g-b-radius-tl-md--30 {
    border-top-left-radius: 30px !important;
  }
  .g-b-radius-tr-md--30 {
    border-top-right-radius: 30px !important;
  }
  .g-b-radius-bl-md--30 {
    border-bottom-left-radius: 30px !important;
  }
  .g-b-radius-br-md--30 {
    border-bottom-right-radius: 30px !important;
  }
  .g-b-radius-t-md--30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }
  .g-b-radius-b-md--30 {
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }
  .g-b-radius-md--31 {
    border-radius: 31px !important;
  }
  .g-b-radius-tl-md--31 {
    border-top-left-radius: 31px !important;
  }
  .g-b-radius-tr-md--31 {
    border-top-right-radius: 31px !important;
  }
  .g-b-radius-bl-md--31 {
    border-bottom-left-radius: 31px !important;
  }
  .g-b-radius-br-md--31 {
    border-bottom-right-radius: 31px !important;
  }
  .g-b-radius-t-md--31 {
    border-top-left-radius: 31px !important;
    border-top-right-radius: 31px !important;
  }
  .g-b-radius-b-md--31 {
    border-bottom-left-radius: 31px !important;
    border-bottom-right-radius: 31px !important;
  }
  .g-b-radius-md--32 {
    border-radius: 32px !important;
  }
  .g-b-radius-tl-md--32 {
    border-top-left-radius: 32px !important;
  }
  .g-b-radius-tr-md--32 {
    border-top-right-radius: 32px !important;
  }
  .g-b-radius-bl-md--32 {
    border-bottom-left-radius: 32px !important;
  }
  .g-b-radius-br-md--32 {
    border-bottom-right-radius: 32px !important;
  }
  .g-b-radius-t-md--32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }
  .g-b-radius-b-md--32 {
    border-bottom-left-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  .g-b-radius-md--33 {
    border-radius: 33px !important;
  }
  .g-b-radius-tl-md--33 {
    border-top-left-radius: 33px !important;
  }
  .g-b-radius-tr-md--33 {
    border-top-right-radius: 33px !important;
  }
  .g-b-radius-bl-md--33 {
    border-bottom-left-radius: 33px !important;
  }
  .g-b-radius-br-md--33 {
    border-bottom-right-radius: 33px !important;
  }
  .g-b-radius-t-md--33 {
    border-top-left-radius: 33px !important;
    border-top-right-radius: 33px !important;
  }
  .g-b-radius-b-md--33 {
    border-bottom-left-radius: 33px !important;
    border-bottom-right-radius: 33px !important;
  }
  .g-b-radius-md--34 {
    border-radius: 34px !important;
  }
  .g-b-radius-tl-md--34 {
    border-top-left-radius: 34px !important;
  }
  .g-b-radius-tr-md--34 {
    border-top-right-radius: 34px !important;
  }
  .g-b-radius-bl-md--34 {
    border-bottom-left-radius: 34px !important;
  }
  .g-b-radius-br-md--34 {
    border-bottom-right-radius: 34px !important;
  }
  .g-b-radius-t-md--34 {
    border-top-left-radius: 34px !important;
    border-top-right-radius: 34px !important;
  }
  .g-b-radius-b-md--34 {
    border-bottom-left-radius: 34px !important;
    border-bottom-right-radius: 34px !important;
  }
  .g-b-radius-md--35 {
    border-radius: 35px !important;
  }
  .g-b-radius-tl-md--35 {
    border-top-left-radius: 35px !important;
  }
  .g-b-radius-tr-md--35 {
    border-top-right-radius: 35px !important;
  }
  .g-b-radius-bl-md--35 {
    border-bottom-left-radius: 35px !important;
  }
  .g-b-radius-br-md--35 {
    border-bottom-right-radius: 35px !important;
  }
  .g-b-radius-t-md--35 {
    border-top-left-radius: 35px !important;
    border-top-right-radius: 35px !important;
  }
  .g-b-radius-b-md--35 {
    border-bottom-left-radius: 35px !important;
    border-bottom-right-radius: 35px !important;
  }
  .g-b-radius-md--36 {
    border-radius: 36px !important;
  }
  .g-b-radius-tl-md--36 {
    border-top-left-radius: 36px !important;
  }
  .g-b-radius-tr-md--36 {
    border-top-right-radius: 36px !important;
  }
  .g-b-radius-bl-md--36 {
    border-bottom-left-radius: 36px !important;
  }
  .g-b-radius-br-md--36 {
    border-bottom-right-radius: 36px !important;
  }
  .g-b-radius-t-md--36 {
    border-top-left-radius: 36px !important;
    border-top-right-radius: 36px !important;
  }
  .g-b-radius-b-md--36 {
    border-bottom-left-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  .g-b-radius-md--37 {
    border-radius: 37px !important;
  }
  .g-b-radius-tl-md--37 {
    border-top-left-radius: 37px !important;
  }
  .g-b-radius-tr-md--37 {
    border-top-right-radius: 37px !important;
  }
  .g-b-radius-bl-md--37 {
    border-bottom-left-radius: 37px !important;
  }
  .g-b-radius-br-md--37 {
    border-bottom-right-radius: 37px !important;
  }
  .g-b-radius-t-md--37 {
    border-top-left-radius: 37px !important;
    border-top-right-radius: 37px !important;
  }
  .g-b-radius-b-md--37 {
    border-bottom-left-radius: 37px !important;
    border-bottom-right-radius: 37px !important;
  }
  .g-b-radius-md--38 {
    border-radius: 38px !important;
  }
  .g-b-radius-tl-md--38 {
    border-top-left-radius: 38px !important;
  }
  .g-b-radius-tr-md--38 {
    border-top-right-radius: 38px !important;
  }
  .g-b-radius-bl-md--38 {
    border-bottom-left-radius: 38px !important;
  }
  .g-b-radius-br-md--38 {
    border-bottom-right-radius: 38px !important;
  }
  .g-b-radius-t-md--38 {
    border-top-left-radius: 38px !important;
    border-top-right-radius: 38px !important;
  }
  .g-b-radius-b-md--38 {
    border-bottom-left-radius: 38px !important;
    border-bottom-right-radius: 38px !important;
  }
  .g-b-radius-md--39 {
    border-radius: 39px !important;
  }
  .g-b-radius-tl-md--39 {
    border-top-left-radius: 39px !important;
  }
  .g-b-radius-tr-md--39 {
    border-top-right-radius: 39px !important;
  }
  .g-b-radius-bl-md--39 {
    border-bottom-left-radius: 39px !important;
  }
  .g-b-radius-br-md--39 {
    border-bottom-right-radius: 39px !important;
  }
  .g-b-radius-t-md--39 {
    border-top-left-radius: 39px !important;
    border-top-right-radius: 39px !important;
  }
  .g-b-radius-b-md--39 {
    border-bottom-left-radius: 39px !important;
    border-bottom-right-radius: 39px !important;
  }
  .g-b-radius-md--40 {
    border-radius: 40px !important;
  }
  .g-b-radius-tl-md--40 {
    border-top-left-radius: 40px !important;
  }
  .g-b-radius-tr-md--40 {
    border-top-right-radius: 40px !important;
  }
  .g-b-radius-bl-md--40 {
    border-bottom-left-radius: 40px !important;
  }
  .g-b-radius-br-md--40 {
    border-bottom-right-radius: 40px !important;
  }
  .g-b-radius-t-md--40 {
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
  }
  .g-b-radius-b-md--40 {
    border-bottom-left-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  .g-b-radius-md--41 {
    border-radius: 41px !important;
  }
  .g-b-radius-tl-md--41 {
    border-top-left-radius: 41px !important;
  }
  .g-b-radius-tr-md--41 {
    border-top-right-radius: 41px !important;
  }
  .g-b-radius-bl-md--41 {
    border-bottom-left-radius: 41px !important;
  }
  .g-b-radius-br-md--41 {
    border-bottom-right-radius: 41px !important;
  }
  .g-b-radius-t-md--41 {
    border-top-left-radius: 41px !important;
    border-top-right-radius: 41px !important;
  }
  .g-b-radius-b-md--41 {
    border-bottom-left-radius: 41px !important;
    border-bottom-right-radius: 41px !important;
  }
  .g-b-radius-md--42 {
    border-radius: 42px !important;
  }
  .g-b-radius-tl-md--42 {
    border-top-left-radius: 42px !important;
  }
  .g-b-radius-tr-md--42 {
    border-top-right-radius: 42px !important;
  }
  .g-b-radius-bl-md--42 {
    border-bottom-left-radius: 42px !important;
  }
  .g-b-radius-br-md--42 {
    border-bottom-right-radius: 42px !important;
  }
  .g-b-radius-t-md--42 {
    border-top-left-radius: 42px !important;
    border-top-right-radius: 42px !important;
  }
  .g-b-radius-b-md--42 {
    border-bottom-left-radius: 42px !important;
    border-bottom-right-radius: 42px !important;
  }
  .g-b-radius-md--43 {
    border-radius: 43px !important;
  }
  .g-b-radius-tl-md--43 {
    border-top-left-radius: 43px !important;
  }
  .g-b-radius-tr-md--43 {
    border-top-right-radius: 43px !important;
  }
  .g-b-radius-bl-md--43 {
    border-bottom-left-radius: 43px !important;
  }
  .g-b-radius-br-md--43 {
    border-bottom-right-radius: 43px !important;
  }
  .g-b-radius-t-md--43 {
    border-top-left-radius: 43px !important;
    border-top-right-radius: 43px !important;
  }
  .g-b-radius-b-md--43 {
    border-bottom-left-radius: 43px !important;
    border-bottom-right-radius: 43px !important;
  }
  .g-b-radius-md--44 {
    border-radius: 44px !important;
  }
  .g-b-radius-tl-md--44 {
    border-top-left-radius: 44px !important;
  }
  .g-b-radius-tr-md--44 {
    border-top-right-radius: 44px !important;
  }
  .g-b-radius-bl-md--44 {
    border-bottom-left-radius: 44px !important;
  }
  .g-b-radius-br-md--44 {
    border-bottom-right-radius: 44px !important;
  }
  .g-b-radius-t-md--44 {
    border-top-left-radius: 44px !important;
    border-top-right-radius: 44px !important;
  }
  .g-b-radius-b-md--44 {
    border-bottom-left-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  .g-b-radius-md--45 {
    border-radius: 45px !important;
  }
  .g-b-radius-tl-md--45 {
    border-top-left-radius: 45px !important;
  }
  .g-b-radius-tr-md--45 {
    border-top-right-radius: 45px !important;
  }
  .g-b-radius-bl-md--45 {
    border-bottom-left-radius: 45px !important;
  }
  .g-b-radius-br-md--45 {
    border-bottom-right-radius: 45px !important;
  }
  .g-b-radius-t-md--45 {
    border-top-left-radius: 45px !important;
    border-top-right-radius: 45px !important;
  }
  .g-b-radius-b-md--45 {
    border-bottom-left-radius: 45px !important;
    border-bottom-right-radius: 45px !important;
  }
  .g-b-radius-md--46 {
    border-radius: 46px !important;
  }
  .g-b-radius-tl-md--46 {
    border-top-left-radius: 46px !important;
  }
  .g-b-radius-tr-md--46 {
    border-top-right-radius: 46px !important;
  }
  .g-b-radius-bl-md--46 {
    border-bottom-left-radius: 46px !important;
  }
  .g-b-radius-br-md--46 {
    border-bottom-right-radius: 46px !important;
  }
  .g-b-radius-t-md--46 {
    border-top-left-radius: 46px !important;
    border-top-right-radius: 46px !important;
  }
  .g-b-radius-b-md--46 {
    border-bottom-left-radius: 46px !important;
    border-bottom-right-radius: 46px !important;
  }
  .g-b-radius-md--47 {
    border-radius: 47px !important;
  }
  .g-b-radius-tl-md--47 {
    border-top-left-radius: 47px !important;
  }
  .g-b-radius-tr-md--47 {
    border-top-right-radius: 47px !important;
  }
  .g-b-radius-bl-md--47 {
    border-bottom-left-radius: 47px !important;
  }
  .g-b-radius-br-md--47 {
    border-bottom-right-radius: 47px !important;
  }
  .g-b-radius-t-md--47 {
    border-top-left-radius: 47px !important;
    border-top-right-radius: 47px !important;
  }
  .g-b-radius-b-md--47 {
    border-bottom-left-radius: 47px !important;
    border-bottom-right-radius: 47px !important;
  }
  .g-b-radius-md--48 {
    border-radius: 48px !important;
  }
  .g-b-radius-tl-md--48 {
    border-top-left-radius: 48px !important;
  }
  .g-b-radius-tr-md--48 {
    border-top-right-radius: 48px !important;
  }
  .g-b-radius-bl-md--48 {
    border-bottom-left-radius: 48px !important;
  }
  .g-b-radius-br-md--48 {
    border-bottom-right-radius: 48px !important;
  }
  .g-b-radius-t-md--48 {
    border-top-left-radius: 48px !important;
    border-top-right-radius: 48px !important;
  }
  .g-b-radius-b-md--48 {
    border-bottom-left-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  .g-b-radius-md--49 {
    border-radius: 49px !important;
  }
  .g-b-radius-tl-md--49 {
    border-top-left-radius: 49px !important;
  }
  .g-b-radius-tr-md--49 {
    border-top-right-radius: 49px !important;
  }
  .g-b-radius-bl-md--49 {
    border-bottom-left-radius: 49px !important;
  }
  .g-b-radius-br-md--49 {
    border-bottom-right-radius: 49px !important;
  }
  .g-b-radius-t-md--49 {
    border-top-left-radius: 49px !important;
    border-top-right-radius: 49px !important;
  }
  .g-b-radius-b-md--49 {
    border-bottom-left-radius: 49px !important;
    border-bottom-right-radius: 49px !important;
  }
  .g-b-radius-md--50 {
    border-radius: 50px !important;
  }
  .g-b-radius-tl-md--50 {
    border-top-left-radius: 50px !important;
  }
  .g-b-radius-tr-md--50 {
    border-top-right-radius: 50px !important;
  }
  .g-b-radius-bl-md--50 {
    border-bottom-left-radius: 50px !important;
  }
  .g-b-radius-br-md--50 {
    border-bottom-right-radius: 50px !important;
  }
  .g-b-radius-t-md--50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }
  .g-b-radius-b-md--50 {
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }
}
@media (min-width: 992px) {
  .g-b-radius-lg--0 {
    border-radius: 0px !important;
  }
  .g-b-radius-tl-lg--0 {
    border-top-left-radius: 0px !important;
  }
  .g-b-radius-tr-lg--0 {
    border-top-right-radius: 0px !important;
  }
  .g-b-radius-bl-lg--0 {
    border-bottom-left-radius: 0px !important;
  }
  .g-b-radius-br-lg--0 {
    border-bottom-right-radius: 0px !important;
  }
  .g-b-radius-t-lg--0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
  .g-b-radius-b-lg--0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .g-b-radius-lg--1 {
    border-radius: 1px !important;
  }
  .g-b-radius-tl-lg--1 {
    border-top-left-radius: 1px !important;
  }
  .g-b-radius-tr-lg--1 {
    border-top-right-radius: 1px !important;
  }
  .g-b-radius-bl-lg--1 {
    border-bottom-left-radius: 1px !important;
  }
  .g-b-radius-br-lg--1 {
    border-bottom-right-radius: 1px !important;
  }
  .g-b-radius-t-lg--1 {
    border-top-left-radius: 1px !important;
    border-top-right-radius: 1px !important;
  }
  .g-b-radius-b-lg--1 {
    border-bottom-left-radius: 1px !important;
    border-bottom-right-radius: 1px !important;
  }
  .g-b-radius-lg--2 {
    border-radius: 2px !important;
  }
  .g-b-radius-tl-lg--2 {
    border-top-left-radius: 2px !important;
  }
  .g-b-radius-tr-lg--2 {
    border-top-right-radius: 2px !important;
  }
  .g-b-radius-bl-lg--2 {
    border-bottom-left-radius: 2px !important;
  }
  .g-b-radius-br-lg--2 {
    border-bottom-right-radius: 2px !important;
  }
  .g-b-radius-t-lg--2 {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .g-b-radius-b-lg--2 {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .g-b-radius-lg--3 {
    border-radius: 3px !important;
  }
  .g-b-radius-tl-lg--3 {
    border-top-left-radius: 3px !important;
  }
  .g-b-radius-tr-lg--3 {
    border-top-right-radius: 3px !important;
  }
  .g-b-radius-bl-lg--3 {
    border-bottom-left-radius: 3px !important;
  }
  .g-b-radius-br-lg--3 {
    border-bottom-right-radius: 3px !important;
  }
  .g-b-radius-t-lg--3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }
  .g-b-radius-b-lg--3 {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }
  .g-b-radius-lg--4 {
    border-radius: 4px !important;
  }
  .g-b-radius-tl-lg--4 {
    border-top-left-radius: 4px !important;
  }
  .g-b-radius-tr-lg--4 {
    border-top-right-radius: 4px !important;
  }
  .g-b-radius-bl-lg--4 {
    border-bottom-left-radius: 4px !important;
  }
  .g-b-radius-br-lg--4 {
    border-bottom-right-radius: 4px !important;
  }
  .g-b-radius-t-lg--4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .g-b-radius-b-lg--4 {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .g-b-radius-lg--5 {
    border-radius: 5px !important;
  }
  .g-b-radius-tl-lg--5 {
    border-top-left-radius: 5px !important;
  }
  .g-b-radius-tr-lg--5 {
    border-top-right-radius: 5px !important;
  }
  .g-b-radius-bl-lg--5 {
    border-bottom-left-radius: 5px !important;
  }
  .g-b-radius-br-lg--5 {
    border-bottom-right-radius: 5px !important;
  }
  .g-b-radius-t-lg--5 {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  .g-b-radius-b-lg--5 {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .g-b-radius-lg--6 {
    border-radius: 6px !important;
  }
  .g-b-radius-tl-lg--6 {
    border-top-left-radius: 6px !important;
  }
  .g-b-radius-tr-lg--6 {
    border-top-right-radius: 6px !important;
  }
  .g-b-radius-bl-lg--6 {
    border-bottom-left-radius: 6px !important;
  }
  .g-b-radius-br-lg--6 {
    border-bottom-right-radius: 6px !important;
  }
  .g-b-radius-t-lg--6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .g-b-radius-b-lg--6 {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .g-b-radius-lg--7 {
    border-radius: 7px !important;
  }
  .g-b-radius-tl-lg--7 {
    border-top-left-radius: 7px !important;
  }
  .g-b-radius-tr-lg--7 {
    border-top-right-radius: 7px !important;
  }
  .g-b-radius-bl-lg--7 {
    border-bottom-left-radius: 7px !important;
  }
  .g-b-radius-br-lg--7 {
    border-bottom-right-radius: 7px !important;
  }
  .g-b-radius-t-lg--7 {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
  }
  .g-b-radius-b-lg--7 {
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
  }
  .g-b-radius-lg--8 {
    border-radius: 8px !important;
  }
  .g-b-radius-tl-lg--8 {
    border-top-left-radius: 8px !important;
  }
  .g-b-radius-tr-lg--8 {
    border-top-right-radius: 8px !important;
  }
  .g-b-radius-bl-lg--8 {
    border-bottom-left-radius: 8px !important;
  }
  .g-b-radius-br-lg--8 {
    border-bottom-right-radius: 8px !important;
  }
  .g-b-radius-t-lg--8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .g-b-radius-b-lg--8 {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .g-b-radius-lg--9 {
    border-radius: 9px !important;
  }
  .g-b-radius-tl-lg--9 {
    border-top-left-radius: 9px !important;
  }
  .g-b-radius-tr-lg--9 {
    border-top-right-radius: 9px !important;
  }
  .g-b-radius-bl-lg--9 {
    border-bottom-left-radius: 9px !important;
  }
  .g-b-radius-br-lg--9 {
    border-bottom-right-radius: 9px !important;
  }
  .g-b-radius-t-lg--9 {
    border-top-left-radius: 9px !important;
    border-top-right-radius: 9px !important;
  }
  .g-b-radius-b-lg--9 {
    border-bottom-left-radius: 9px !important;
    border-bottom-right-radius: 9px !important;
  }
  .g-b-radius-lg--10 {
    border-radius: 10px !important;
  }
  .g-b-radius-tl-lg--10 {
    border-top-left-radius: 10px !important;
  }
  .g-b-radius-tr-lg--10 {
    border-top-right-radius: 10px !important;
  }
  .g-b-radius-bl-lg--10 {
    border-bottom-left-radius: 10px !important;
  }
  .g-b-radius-br-lg--10 {
    border-bottom-right-radius: 10px !important;
  }
  .g-b-radius-t-lg--10 {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
  .g-b-radius-b-lg--10 {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
  .g-b-radius-lg--11 {
    border-radius: 11px !important;
  }
  .g-b-radius-tl-lg--11 {
    border-top-left-radius: 11px !important;
  }
  .g-b-radius-tr-lg--11 {
    border-top-right-radius: 11px !important;
  }
  .g-b-radius-bl-lg--11 {
    border-bottom-left-radius: 11px !important;
  }
  .g-b-radius-br-lg--11 {
    border-bottom-right-radius: 11px !important;
  }
  .g-b-radius-t-lg--11 {
    border-top-left-radius: 11px !important;
    border-top-right-radius: 11px !important;
  }
  .g-b-radius-b-lg--11 {
    border-bottom-left-radius: 11px !important;
    border-bottom-right-radius: 11px !important;
  }
  .g-b-radius-lg--12 {
    border-radius: 12px !important;
  }
  .g-b-radius-tl-lg--12 {
    border-top-left-radius: 12px !important;
  }
  .g-b-radius-tr-lg--12 {
    border-top-right-radius: 12px !important;
  }
  .g-b-radius-bl-lg--12 {
    border-bottom-left-radius: 12px !important;
  }
  .g-b-radius-br-lg--12 {
    border-bottom-right-radius: 12px !important;
  }
  .g-b-radius-t-lg--12 {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  .g-b-radius-b-lg--12 {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  .g-b-radius-lg--13 {
    border-radius: 13px !important;
  }
  .g-b-radius-tl-lg--13 {
    border-top-left-radius: 13px !important;
  }
  .g-b-radius-tr-lg--13 {
    border-top-right-radius: 13px !important;
  }
  .g-b-radius-bl-lg--13 {
    border-bottom-left-radius: 13px !important;
  }
  .g-b-radius-br-lg--13 {
    border-bottom-right-radius: 13px !important;
  }
  .g-b-radius-t-lg--13 {
    border-top-left-radius: 13px !important;
    border-top-right-radius: 13px !important;
  }
  .g-b-radius-b-lg--13 {
    border-bottom-left-radius: 13px !important;
    border-bottom-right-radius: 13px !important;
  }
  .g-b-radius-lg--14 {
    border-radius: 14px !important;
  }
  .g-b-radius-tl-lg--14 {
    border-top-left-radius: 14px !important;
  }
  .g-b-radius-tr-lg--14 {
    border-top-right-radius: 14px !important;
  }
  .g-b-radius-bl-lg--14 {
    border-bottom-left-radius: 14px !important;
  }
  .g-b-radius-br-lg--14 {
    border-bottom-right-radius: 14px !important;
  }
  .g-b-radius-t-lg--14 {
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
  }
  .g-b-radius-b-lg--14 {
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
  }
  .g-b-radius-lg--15 {
    border-radius: 15px !important;
  }
  .g-b-radius-tl-lg--15 {
    border-top-left-radius: 15px !important;
  }
  .g-b-radius-tr-lg--15 {
    border-top-right-radius: 15px !important;
  }
  .g-b-radius-bl-lg--15 {
    border-bottom-left-radius: 15px !important;
  }
  .g-b-radius-br-lg--15 {
    border-bottom-right-radius: 15px !important;
  }
  .g-b-radius-t-lg--15 {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }
  .g-b-radius-b-lg--15 {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }
  .g-b-radius-lg--16 {
    border-radius: 16px !important;
  }
  .g-b-radius-tl-lg--16 {
    border-top-left-radius: 16px !important;
  }
  .g-b-radius-tr-lg--16 {
    border-top-right-radius: 16px !important;
  }
  .g-b-radius-bl-lg--16 {
    border-bottom-left-radius: 16px !important;
  }
  .g-b-radius-br-lg--16 {
    border-bottom-right-radius: 16px !important;
  }
  .g-b-radius-t-lg--16 {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
  .g-b-radius-b-lg--16 {
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  .g-b-radius-lg--17 {
    border-radius: 17px !important;
  }
  .g-b-radius-tl-lg--17 {
    border-top-left-radius: 17px !important;
  }
  .g-b-radius-tr-lg--17 {
    border-top-right-radius: 17px !important;
  }
  .g-b-radius-bl-lg--17 {
    border-bottom-left-radius: 17px !important;
  }
  .g-b-radius-br-lg--17 {
    border-bottom-right-radius: 17px !important;
  }
  .g-b-radius-t-lg--17 {
    border-top-left-radius: 17px !important;
    border-top-right-radius: 17px !important;
  }
  .g-b-radius-b-lg--17 {
    border-bottom-left-radius: 17px !important;
    border-bottom-right-radius: 17px !important;
  }
  .g-b-radius-lg--18 {
    border-radius: 18px !important;
  }
  .g-b-radius-tl-lg--18 {
    border-top-left-radius: 18px !important;
  }
  .g-b-radius-tr-lg--18 {
    border-top-right-radius: 18px !important;
  }
  .g-b-radius-bl-lg--18 {
    border-bottom-left-radius: 18px !important;
  }
  .g-b-radius-br-lg--18 {
    border-bottom-right-radius: 18px !important;
  }
  .g-b-radius-t-lg--18 {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
  }
  .g-b-radius-b-lg--18 {
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
  }
  .g-b-radius-lg--19 {
    border-radius: 19px !important;
  }
  .g-b-radius-tl-lg--19 {
    border-top-left-radius: 19px !important;
  }
  .g-b-radius-tr-lg--19 {
    border-top-right-radius: 19px !important;
  }
  .g-b-radius-bl-lg--19 {
    border-bottom-left-radius: 19px !important;
  }
  .g-b-radius-br-lg--19 {
    border-bottom-right-radius: 19px !important;
  }
  .g-b-radius-t-lg--19 {
    border-top-left-radius: 19px !important;
    border-top-right-radius: 19px !important;
  }
  .g-b-radius-b-lg--19 {
    border-bottom-left-radius: 19px !important;
    border-bottom-right-radius: 19px !important;
  }
  .g-b-radius-lg--20 {
    border-radius: 20px !important;
  }
  .g-b-radius-tl-lg--20 {
    border-top-left-radius: 20px !important;
  }
  .g-b-radius-tr-lg--20 {
    border-top-right-radius: 20px !important;
  }
  .g-b-radius-bl-lg--20 {
    border-bottom-left-radius: 20px !important;
  }
  .g-b-radius-br-lg--20 {
    border-bottom-right-radius: 20px !important;
  }
  .g-b-radius-t-lg--20 {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
  .g-b-radius-b-lg--20 {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  .g-b-radius-lg--21 {
    border-radius: 21px !important;
  }
  .g-b-radius-tl-lg--21 {
    border-top-left-radius: 21px !important;
  }
  .g-b-radius-tr-lg--21 {
    border-top-right-radius: 21px !important;
  }
  .g-b-radius-bl-lg--21 {
    border-bottom-left-radius: 21px !important;
  }
  .g-b-radius-br-lg--21 {
    border-bottom-right-radius: 21px !important;
  }
  .g-b-radius-t-lg--21 {
    border-top-left-radius: 21px !important;
    border-top-right-radius: 21px !important;
  }
  .g-b-radius-b-lg--21 {
    border-bottom-left-radius: 21px !important;
    border-bottom-right-radius: 21px !important;
  }
  .g-b-radius-lg--22 {
    border-radius: 22px !important;
  }
  .g-b-radius-tl-lg--22 {
    border-top-left-radius: 22px !important;
  }
  .g-b-radius-tr-lg--22 {
    border-top-right-radius: 22px !important;
  }
  .g-b-radius-bl-lg--22 {
    border-bottom-left-radius: 22px !important;
  }
  .g-b-radius-br-lg--22 {
    border-bottom-right-radius: 22px !important;
  }
  .g-b-radius-t-lg--22 {
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
  }
  .g-b-radius-b-lg--22 {
    border-bottom-left-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
  }
  .g-b-radius-lg--23 {
    border-radius: 23px !important;
  }
  .g-b-radius-tl-lg--23 {
    border-top-left-radius: 23px !important;
  }
  .g-b-radius-tr-lg--23 {
    border-top-right-radius: 23px !important;
  }
  .g-b-radius-bl-lg--23 {
    border-bottom-left-radius: 23px !important;
  }
  .g-b-radius-br-lg--23 {
    border-bottom-right-radius: 23px !important;
  }
  .g-b-radius-t-lg--23 {
    border-top-left-radius: 23px !important;
    border-top-right-radius: 23px !important;
  }
  .g-b-radius-b-lg--23 {
    border-bottom-left-radius: 23px !important;
    border-bottom-right-radius: 23px !important;
  }
  .g-b-radius-lg--24 {
    border-radius: 24px !important;
  }
  .g-b-radius-tl-lg--24 {
    border-top-left-radius: 24px !important;
  }
  .g-b-radius-tr-lg--24 {
    border-top-right-radius: 24px !important;
  }
  .g-b-radius-bl-lg--24 {
    border-bottom-left-radius: 24px !important;
  }
  .g-b-radius-br-lg--24 {
    border-bottom-right-radius: 24px !important;
  }
  .g-b-radius-t-lg--24 {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
  }
  .g-b-radius-b-lg--24 {
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  .g-b-radius-lg--25 {
    border-radius: 25px !important;
  }
  .g-b-radius-tl-lg--25 {
    border-top-left-radius: 25px !important;
  }
  .g-b-radius-tr-lg--25 {
    border-top-right-radius: 25px !important;
  }
  .g-b-radius-bl-lg--25 {
    border-bottom-left-radius: 25px !important;
  }
  .g-b-radius-br-lg--25 {
    border-bottom-right-radius: 25px !important;
  }
  .g-b-radius-t-lg--25 {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
  }
  .g-b-radius-b-lg--25 {
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
  }
  .g-b-radius-lg--26 {
    border-radius: 26px !important;
  }
  .g-b-radius-tl-lg--26 {
    border-top-left-radius: 26px !important;
  }
  .g-b-radius-tr-lg--26 {
    border-top-right-radius: 26px !important;
  }
  .g-b-radius-bl-lg--26 {
    border-bottom-left-radius: 26px !important;
  }
  .g-b-radius-br-lg--26 {
    border-bottom-right-radius: 26px !important;
  }
  .g-b-radius-t-lg--26 {
    border-top-left-radius: 26px !important;
    border-top-right-radius: 26px !important;
  }
  .g-b-radius-b-lg--26 {
    border-bottom-left-radius: 26px !important;
    border-bottom-right-radius: 26px !important;
  }
  .g-b-radius-lg--27 {
    border-radius: 27px !important;
  }
  .g-b-radius-tl-lg--27 {
    border-top-left-radius: 27px !important;
  }
  .g-b-radius-tr-lg--27 {
    border-top-right-radius: 27px !important;
  }
  .g-b-radius-bl-lg--27 {
    border-bottom-left-radius: 27px !important;
  }
  .g-b-radius-br-lg--27 {
    border-bottom-right-radius: 27px !important;
  }
  .g-b-radius-t-lg--27 {
    border-top-left-radius: 27px !important;
    border-top-right-radius: 27px !important;
  }
  .g-b-radius-b-lg--27 {
    border-bottom-left-radius: 27px !important;
    border-bottom-right-radius: 27px !important;
  }
  .g-b-radius-lg--28 {
    border-radius: 28px !important;
  }
  .g-b-radius-tl-lg--28 {
    border-top-left-radius: 28px !important;
  }
  .g-b-radius-tr-lg--28 {
    border-top-right-radius: 28px !important;
  }
  .g-b-radius-bl-lg--28 {
    border-bottom-left-radius: 28px !important;
  }
  .g-b-radius-br-lg--28 {
    border-bottom-right-radius: 28px !important;
  }
  .g-b-radius-t-lg--28 {
    border-top-left-radius: 28px !important;
    border-top-right-radius: 28px !important;
  }
  .g-b-radius-b-lg--28 {
    border-bottom-left-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  .g-b-radius-lg--29 {
    border-radius: 29px !important;
  }
  .g-b-radius-tl-lg--29 {
    border-top-left-radius: 29px !important;
  }
  .g-b-radius-tr-lg--29 {
    border-top-right-radius: 29px !important;
  }
  .g-b-radius-bl-lg--29 {
    border-bottom-left-radius: 29px !important;
  }
  .g-b-radius-br-lg--29 {
    border-bottom-right-radius: 29px !important;
  }
  .g-b-radius-t-lg--29 {
    border-top-left-radius: 29px !important;
    border-top-right-radius: 29px !important;
  }
  .g-b-radius-b-lg--29 {
    border-bottom-left-radius: 29px !important;
    border-bottom-right-radius: 29px !important;
  }
  .g-b-radius-lg--30 {
    border-radius: 30px !important;
  }
  .g-b-radius-tl-lg--30 {
    border-top-left-radius: 30px !important;
  }
  .g-b-radius-tr-lg--30 {
    border-top-right-radius: 30px !important;
  }
  .g-b-radius-bl-lg--30 {
    border-bottom-left-radius: 30px !important;
  }
  .g-b-radius-br-lg--30 {
    border-bottom-right-radius: 30px !important;
  }
  .g-b-radius-t-lg--30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }
  .g-b-radius-b-lg--30 {
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }
  .g-b-radius-lg--31 {
    border-radius: 31px !important;
  }
  .g-b-radius-tl-lg--31 {
    border-top-left-radius: 31px !important;
  }
  .g-b-radius-tr-lg--31 {
    border-top-right-radius: 31px !important;
  }
  .g-b-radius-bl-lg--31 {
    border-bottom-left-radius: 31px !important;
  }
  .g-b-radius-br-lg--31 {
    border-bottom-right-radius: 31px !important;
  }
  .g-b-radius-t-lg--31 {
    border-top-left-radius: 31px !important;
    border-top-right-radius: 31px !important;
  }
  .g-b-radius-b-lg--31 {
    border-bottom-left-radius: 31px !important;
    border-bottom-right-radius: 31px !important;
  }
  .g-b-radius-lg--32 {
    border-radius: 32px !important;
  }
  .g-b-radius-tl-lg--32 {
    border-top-left-radius: 32px !important;
  }
  .g-b-radius-tr-lg--32 {
    border-top-right-radius: 32px !important;
  }
  .g-b-radius-bl-lg--32 {
    border-bottom-left-radius: 32px !important;
  }
  .g-b-radius-br-lg--32 {
    border-bottom-right-radius: 32px !important;
  }
  .g-b-radius-t-lg--32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }
  .g-b-radius-b-lg--32 {
    border-bottom-left-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  .g-b-radius-lg--33 {
    border-radius: 33px !important;
  }
  .g-b-radius-tl-lg--33 {
    border-top-left-radius: 33px !important;
  }
  .g-b-radius-tr-lg--33 {
    border-top-right-radius: 33px !important;
  }
  .g-b-radius-bl-lg--33 {
    border-bottom-left-radius: 33px !important;
  }
  .g-b-radius-br-lg--33 {
    border-bottom-right-radius: 33px !important;
  }
  .g-b-radius-t-lg--33 {
    border-top-left-radius: 33px !important;
    border-top-right-radius: 33px !important;
  }
  .g-b-radius-b-lg--33 {
    border-bottom-left-radius: 33px !important;
    border-bottom-right-radius: 33px !important;
  }
  .g-b-radius-lg--34 {
    border-radius: 34px !important;
  }
  .g-b-radius-tl-lg--34 {
    border-top-left-radius: 34px !important;
  }
  .g-b-radius-tr-lg--34 {
    border-top-right-radius: 34px !important;
  }
  .g-b-radius-bl-lg--34 {
    border-bottom-left-radius: 34px !important;
  }
  .g-b-radius-br-lg--34 {
    border-bottom-right-radius: 34px !important;
  }
  .g-b-radius-t-lg--34 {
    border-top-left-radius: 34px !important;
    border-top-right-radius: 34px !important;
  }
  .g-b-radius-b-lg--34 {
    border-bottom-left-radius: 34px !important;
    border-bottom-right-radius: 34px !important;
  }
  .g-b-radius-lg--35 {
    border-radius: 35px !important;
  }
  .g-b-radius-tl-lg--35 {
    border-top-left-radius: 35px !important;
  }
  .g-b-radius-tr-lg--35 {
    border-top-right-radius: 35px !important;
  }
  .g-b-radius-bl-lg--35 {
    border-bottom-left-radius: 35px !important;
  }
  .g-b-radius-br-lg--35 {
    border-bottom-right-radius: 35px !important;
  }
  .g-b-radius-t-lg--35 {
    border-top-left-radius: 35px !important;
    border-top-right-radius: 35px !important;
  }
  .g-b-radius-b-lg--35 {
    border-bottom-left-radius: 35px !important;
    border-bottom-right-radius: 35px !important;
  }
  .g-b-radius-lg--36 {
    border-radius: 36px !important;
  }
  .g-b-radius-tl-lg--36 {
    border-top-left-radius: 36px !important;
  }
  .g-b-radius-tr-lg--36 {
    border-top-right-radius: 36px !important;
  }
  .g-b-radius-bl-lg--36 {
    border-bottom-left-radius: 36px !important;
  }
  .g-b-radius-br-lg--36 {
    border-bottom-right-radius: 36px !important;
  }
  .g-b-radius-t-lg--36 {
    border-top-left-radius: 36px !important;
    border-top-right-radius: 36px !important;
  }
  .g-b-radius-b-lg--36 {
    border-bottom-left-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  .g-b-radius-lg--37 {
    border-radius: 37px !important;
  }
  .g-b-radius-tl-lg--37 {
    border-top-left-radius: 37px !important;
  }
  .g-b-radius-tr-lg--37 {
    border-top-right-radius: 37px !important;
  }
  .g-b-radius-bl-lg--37 {
    border-bottom-left-radius: 37px !important;
  }
  .g-b-radius-br-lg--37 {
    border-bottom-right-radius: 37px !important;
  }
  .g-b-radius-t-lg--37 {
    border-top-left-radius: 37px !important;
    border-top-right-radius: 37px !important;
  }
  .g-b-radius-b-lg--37 {
    border-bottom-left-radius: 37px !important;
    border-bottom-right-radius: 37px !important;
  }
  .g-b-radius-lg--38 {
    border-radius: 38px !important;
  }
  .g-b-radius-tl-lg--38 {
    border-top-left-radius: 38px !important;
  }
  .g-b-radius-tr-lg--38 {
    border-top-right-radius: 38px !important;
  }
  .g-b-radius-bl-lg--38 {
    border-bottom-left-radius: 38px !important;
  }
  .g-b-radius-br-lg--38 {
    border-bottom-right-radius: 38px !important;
  }
  .g-b-radius-t-lg--38 {
    border-top-left-radius: 38px !important;
    border-top-right-radius: 38px !important;
  }
  .g-b-radius-b-lg--38 {
    border-bottom-left-radius: 38px !important;
    border-bottom-right-radius: 38px !important;
  }
  .g-b-radius-lg--39 {
    border-radius: 39px !important;
  }
  .g-b-radius-tl-lg--39 {
    border-top-left-radius: 39px !important;
  }
  .g-b-radius-tr-lg--39 {
    border-top-right-radius: 39px !important;
  }
  .g-b-radius-bl-lg--39 {
    border-bottom-left-radius: 39px !important;
  }
  .g-b-radius-br-lg--39 {
    border-bottom-right-radius: 39px !important;
  }
  .g-b-radius-t-lg--39 {
    border-top-left-radius: 39px !important;
    border-top-right-radius: 39px !important;
  }
  .g-b-radius-b-lg--39 {
    border-bottom-left-radius: 39px !important;
    border-bottom-right-radius: 39px !important;
  }
  .g-b-radius-lg--40 {
    border-radius: 40px !important;
  }
  .g-b-radius-tl-lg--40 {
    border-top-left-radius: 40px !important;
  }
  .g-b-radius-tr-lg--40 {
    border-top-right-radius: 40px !important;
  }
  .g-b-radius-bl-lg--40 {
    border-bottom-left-radius: 40px !important;
  }
  .g-b-radius-br-lg--40 {
    border-bottom-right-radius: 40px !important;
  }
  .g-b-radius-t-lg--40 {
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
  }
  .g-b-radius-b-lg--40 {
    border-bottom-left-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  .g-b-radius-lg--41 {
    border-radius: 41px !important;
  }
  .g-b-radius-tl-lg--41 {
    border-top-left-radius: 41px !important;
  }
  .g-b-radius-tr-lg--41 {
    border-top-right-radius: 41px !important;
  }
  .g-b-radius-bl-lg--41 {
    border-bottom-left-radius: 41px !important;
  }
  .g-b-radius-br-lg--41 {
    border-bottom-right-radius: 41px !important;
  }
  .g-b-radius-t-lg--41 {
    border-top-left-radius: 41px !important;
    border-top-right-radius: 41px !important;
  }
  .g-b-radius-b-lg--41 {
    border-bottom-left-radius: 41px !important;
    border-bottom-right-radius: 41px !important;
  }
  .g-b-radius-lg--42 {
    border-radius: 42px !important;
  }
  .g-b-radius-tl-lg--42 {
    border-top-left-radius: 42px !important;
  }
  .g-b-radius-tr-lg--42 {
    border-top-right-radius: 42px !important;
  }
  .g-b-radius-bl-lg--42 {
    border-bottom-left-radius: 42px !important;
  }
  .g-b-radius-br-lg--42 {
    border-bottom-right-radius: 42px !important;
  }
  .g-b-radius-t-lg--42 {
    border-top-left-radius: 42px !important;
    border-top-right-radius: 42px !important;
  }
  .g-b-radius-b-lg--42 {
    border-bottom-left-radius: 42px !important;
    border-bottom-right-radius: 42px !important;
  }
  .g-b-radius-lg--43 {
    border-radius: 43px !important;
  }
  .g-b-radius-tl-lg--43 {
    border-top-left-radius: 43px !important;
  }
  .g-b-radius-tr-lg--43 {
    border-top-right-radius: 43px !important;
  }
  .g-b-radius-bl-lg--43 {
    border-bottom-left-radius: 43px !important;
  }
  .g-b-radius-br-lg--43 {
    border-bottom-right-radius: 43px !important;
  }
  .g-b-radius-t-lg--43 {
    border-top-left-radius: 43px !important;
    border-top-right-radius: 43px !important;
  }
  .g-b-radius-b-lg--43 {
    border-bottom-left-radius: 43px !important;
    border-bottom-right-radius: 43px !important;
  }
  .g-b-radius-lg--44 {
    border-radius: 44px !important;
  }
  .g-b-radius-tl-lg--44 {
    border-top-left-radius: 44px !important;
  }
  .g-b-radius-tr-lg--44 {
    border-top-right-radius: 44px !important;
  }
  .g-b-radius-bl-lg--44 {
    border-bottom-left-radius: 44px !important;
  }
  .g-b-radius-br-lg--44 {
    border-bottom-right-radius: 44px !important;
  }
  .g-b-radius-t-lg--44 {
    border-top-left-radius: 44px !important;
    border-top-right-radius: 44px !important;
  }
  .g-b-radius-b-lg--44 {
    border-bottom-left-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  .g-b-radius-lg--45 {
    border-radius: 45px !important;
  }
  .g-b-radius-tl-lg--45 {
    border-top-left-radius: 45px !important;
  }
  .g-b-radius-tr-lg--45 {
    border-top-right-radius: 45px !important;
  }
  .g-b-radius-bl-lg--45 {
    border-bottom-left-radius: 45px !important;
  }
  .g-b-radius-br-lg--45 {
    border-bottom-right-radius: 45px !important;
  }
  .g-b-radius-t-lg--45 {
    border-top-left-radius: 45px !important;
    border-top-right-radius: 45px !important;
  }
  .g-b-radius-b-lg--45 {
    border-bottom-left-radius: 45px !important;
    border-bottom-right-radius: 45px !important;
  }
  .g-b-radius-lg--46 {
    border-radius: 46px !important;
  }
  .g-b-radius-tl-lg--46 {
    border-top-left-radius: 46px !important;
  }
  .g-b-radius-tr-lg--46 {
    border-top-right-radius: 46px !important;
  }
  .g-b-radius-bl-lg--46 {
    border-bottom-left-radius: 46px !important;
  }
  .g-b-radius-br-lg--46 {
    border-bottom-right-radius: 46px !important;
  }
  .g-b-radius-t-lg--46 {
    border-top-left-radius: 46px !important;
    border-top-right-radius: 46px !important;
  }
  .g-b-radius-b-lg--46 {
    border-bottom-left-radius: 46px !important;
    border-bottom-right-radius: 46px !important;
  }
  .g-b-radius-lg--47 {
    border-radius: 47px !important;
  }
  .g-b-radius-tl-lg--47 {
    border-top-left-radius: 47px !important;
  }
  .g-b-radius-tr-lg--47 {
    border-top-right-radius: 47px !important;
  }
  .g-b-radius-bl-lg--47 {
    border-bottom-left-radius: 47px !important;
  }
  .g-b-radius-br-lg--47 {
    border-bottom-right-radius: 47px !important;
  }
  .g-b-radius-t-lg--47 {
    border-top-left-radius: 47px !important;
    border-top-right-radius: 47px !important;
  }
  .g-b-radius-b-lg--47 {
    border-bottom-left-radius: 47px !important;
    border-bottom-right-radius: 47px !important;
  }
  .g-b-radius-lg--48 {
    border-radius: 48px !important;
  }
  .g-b-radius-tl-lg--48 {
    border-top-left-radius: 48px !important;
  }
  .g-b-radius-tr-lg--48 {
    border-top-right-radius: 48px !important;
  }
  .g-b-radius-bl-lg--48 {
    border-bottom-left-radius: 48px !important;
  }
  .g-b-radius-br-lg--48 {
    border-bottom-right-radius: 48px !important;
  }
  .g-b-radius-t-lg--48 {
    border-top-left-radius: 48px !important;
    border-top-right-radius: 48px !important;
  }
  .g-b-radius-b-lg--48 {
    border-bottom-left-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  .g-b-radius-lg--49 {
    border-radius: 49px !important;
  }
  .g-b-radius-tl-lg--49 {
    border-top-left-radius: 49px !important;
  }
  .g-b-radius-tr-lg--49 {
    border-top-right-radius: 49px !important;
  }
  .g-b-radius-bl-lg--49 {
    border-bottom-left-radius: 49px !important;
  }
  .g-b-radius-br-lg--49 {
    border-bottom-right-radius: 49px !important;
  }
  .g-b-radius-t-lg--49 {
    border-top-left-radius: 49px !important;
    border-top-right-radius: 49px !important;
  }
  .g-b-radius-b-lg--49 {
    border-bottom-left-radius: 49px !important;
    border-bottom-right-radius: 49px !important;
  }
  .g-b-radius-lg--50 {
    border-radius: 50px !important;
  }
  .g-b-radius-tl-lg--50 {
    border-top-left-radius: 50px !important;
  }
  .g-b-radius-tr-lg--50 {
    border-top-right-radius: 50px !important;
  }
  .g-b-radius-bl-lg--50 {
    border-bottom-left-radius: 50px !important;
  }
  .g-b-radius-br-lg--50 {
    border-bottom-right-radius: 50px !important;
  }
  .g-b-radius-t-lg--50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }
  .g-b-radius-b-lg--50 {
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }
}
@media (min-width: 1200px) {
  .g-b-radius-xl--0 {
    border-radius: 0px !important;
  }
  .g-b-radius-tl-xl--0 {
    border-top-left-radius: 0px !important;
  }
  .g-b-radius-tr-xl--0 {
    border-top-right-radius: 0px !important;
  }
  .g-b-radius-bl-xl--0 {
    border-bottom-left-radius: 0px !important;
  }
  .g-b-radius-br-xl--0 {
    border-bottom-right-radius: 0px !important;
  }
  .g-b-radius-t-xl--0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
  .g-b-radius-b-xl--0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .g-b-radius-xl--1 {
    border-radius: 1px !important;
  }
  .g-b-radius-tl-xl--1 {
    border-top-left-radius: 1px !important;
  }
  .g-b-radius-tr-xl--1 {
    border-top-right-radius: 1px !important;
  }
  .g-b-radius-bl-xl--1 {
    border-bottom-left-radius: 1px !important;
  }
  .g-b-radius-br-xl--1 {
    border-bottom-right-radius: 1px !important;
  }
  .g-b-radius-t-xl--1 {
    border-top-left-radius: 1px !important;
    border-top-right-radius: 1px !important;
  }
  .g-b-radius-b-xl--1 {
    border-bottom-left-radius: 1px !important;
    border-bottom-right-radius: 1px !important;
  }
  .g-b-radius-xl--2 {
    border-radius: 2px !important;
  }
  .g-b-radius-tl-xl--2 {
    border-top-left-radius: 2px !important;
  }
  .g-b-radius-tr-xl--2 {
    border-top-right-radius: 2px !important;
  }
  .g-b-radius-bl-xl--2 {
    border-bottom-left-radius: 2px !important;
  }
  .g-b-radius-br-xl--2 {
    border-bottom-right-radius: 2px !important;
  }
  .g-b-radius-t-xl--2 {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .g-b-radius-b-xl--2 {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .g-b-radius-xl--3 {
    border-radius: 3px !important;
  }
  .g-b-radius-tl-xl--3 {
    border-top-left-radius: 3px !important;
  }
  .g-b-radius-tr-xl--3 {
    border-top-right-radius: 3px !important;
  }
  .g-b-radius-bl-xl--3 {
    border-bottom-left-radius: 3px !important;
  }
  .g-b-radius-br-xl--3 {
    border-bottom-right-radius: 3px !important;
  }
  .g-b-radius-t-xl--3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }
  .g-b-radius-b-xl--3 {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }
  .g-b-radius-xl--4 {
    border-radius: 4px !important;
  }
  .g-b-radius-tl-xl--4 {
    border-top-left-radius: 4px !important;
  }
  .g-b-radius-tr-xl--4 {
    border-top-right-radius: 4px !important;
  }
  .g-b-radius-bl-xl--4 {
    border-bottom-left-radius: 4px !important;
  }
  .g-b-radius-br-xl--4 {
    border-bottom-right-radius: 4px !important;
  }
  .g-b-radius-t-xl--4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .g-b-radius-b-xl--4 {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .g-b-radius-xl--5 {
    border-radius: 5px !important;
  }
  .g-b-radius-tl-xl--5 {
    border-top-left-radius: 5px !important;
  }
  .g-b-radius-tr-xl--5 {
    border-top-right-radius: 5px !important;
  }
  .g-b-radius-bl-xl--5 {
    border-bottom-left-radius: 5px !important;
  }
  .g-b-radius-br-xl--5 {
    border-bottom-right-radius: 5px !important;
  }
  .g-b-radius-t-xl--5 {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  .g-b-radius-b-xl--5 {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .g-b-radius-xl--6 {
    border-radius: 6px !important;
  }
  .g-b-radius-tl-xl--6 {
    border-top-left-radius: 6px !important;
  }
  .g-b-radius-tr-xl--6 {
    border-top-right-radius: 6px !important;
  }
  .g-b-radius-bl-xl--6 {
    border-bottom-left-radius: 6px !important;
  }
  .g-b-radius-br-xl--6 {
    border-bottom-right-radius: 6px !important;
  }
  .g-b-radius-t-xl--6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .g-b-radius-b-xl--6 {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .g-b-radius-xl--7 {
    border-radius: 7px !important;
  }
  .g-b-radius-tl-xl--7 {
    border-top-left-radius: 7px !important;
  }
  .g-b-radius-tr-xl--7 {
    border-top-right-radius: 7px !important;
  }
  .g-b-radius-bl-xl--7 {
    border-bottom-left-radius: 7px !important;
  }
  .g-b-radius-br-xl--7 {
    border-bottom-right-radius: 7px !important;
  }
  .g-b-radius-t-xl--7 {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
  }
  .g-b-radius-b-xl--7 {
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
  }
  .g-b-radius-xl--8 {
    border-radius: 8px !important;
  }
  .g-b-radius-tl-xl--8 {
    border-top-left-radius: 8px !important;
  }
  .g-b-radius-tr-xl--8 {
    border-top-right-radius: 8px !important;
  }
  .g-b-radius-bl-xl--8 {
    border-bottom-left-radius: 8px !important;
  }
  .g-b-radius-br-xl--8 {
    border-bottom-right-radius: 8px !important;
  }
  .g-b-radius-t-xl--8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .g-b-radius-b-xl--8 {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .g-b-radius-xl--9 {
    border-radius: 9px !important;
  }
  .g-b-radius-tl-xl--9 {
    border-top-left-radius: 9px !important;
  }
  .g-b-radius-tr-xl--9 {
    border-top-right-radius: 9px !important;
  }
  .g-b-radius-bl-xl--9 {
    border-bottom-left-radius: 9px !important;
  }
  .g-b-radius-br-xl--9 {
    border-bottom-right-radius: 9px !important;
  }
  .g-b-radius-t-xl--9 {
    border-top-left-radius: 9px !important;
    border-top-right-radius: 9px !important;
  }
  .g-b-radius-b-xl--9 {
    border-bottom-left-radius: 9px !important;
    border-bottom-right-radius: 9px !important;
  }
  .g-b-radius-xl--10 {
    border-radius: 10px !important;
  }
  .g-b-radius-tl-xl--10 {
    border-top-left-radius: 10px !important;
  }
  .g-b-radius-tr-xl--10 {
    border-top-right-radius: 10px !important;
  }
  .g-b-radius-bl-xl--10 {
    border-bottom-left-radius: 10px !important;
  }
  .g-b-radius-br-xl--10 {
    border-bottom-right-radius: 10px !important;
  }
  .g-b-radius-t-xl--10 {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
  .g-b-radius-b-xl--10 {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
  .g-b-radius-xl--11 {
    border-radius: 11px !important;
  }
  .g-b-radius-tl-xl--11 {
    border-top-left-radius: 11px !important;
  }
  .g-b-radius-tr-xl--11 {
    border-top-right-radius: 11px !important;
  }
  .g-b-radius-bl-xl--11 {
    border-bottom-left-radius: 11px !important;
  }
  .g-b-radius-br-xl--11 {
    border-bottom-right-radius: 11px !important;
  }
  .g-b-radius-t-xl--11 {
    border-top-left-radius: 11px !important;
    border-top-right-radius: 11px !important;
  }
  .g-b-radius-b-xl--11 {
    border-bottom-left-radius: 11px !important;
    border-bottom-right-radius: 11px !important;
  }
  .g-b-radius-xl--12 {
    border-radius: 12px !important;
  }
  .g-b-radius-tl-xl--12 {
    border-top-left-radius: 12px !important;
  }
  .g-b-radius-tr-xl--12 {
    border-top-right-radius: 12px !important;
  }
  .g-b-radius-bl-xl--12 {
    border-bottom-left-radius: 12px !important;
  }
  .g-b-radius-br-xl--12 {
    border-bottom-right-radius: 12px !important;
  }
  .g-b-radius-t-xl--12 {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  .g-b-radius-b-xl--12 {
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  .g-b-radius-xl--13 {
    border-radius: 13px !important;
  }
  .g-b-radius-tl-xl--13 {
    border-top-left-radius: 13px !important;
  }
  .g-b-radius-tr-xl--13 {
    border-top-right-radius: 13px !important;
  }
  .g-b-radius-bl-xl--13 {
    border-bottom-left-radius: 13px !important;
  }
  .g-b-radius-br-xl--13 {
    border-bottom-right-radius: 13px !important;
  }
  .g-b-radius-t-xl--13 {
    border-top-left-radius: 13px !important;
    border-top-right-radius: 13px !important;
  }
  .g-b-radius-b-xl--13 {
    border-bottom-left-radius: 13px !important;
    border-bottom-right-radius: 13px !important;
  }
  .g-b-radius-xl--14 {
    border-radius: 14px !important;
  }
  .g-b-radius-tl-xl--14 {
    border-top-left-radius: 14px !important;
  }
  .g-b-radius-tr-xl--14 {
    border-top-right-radius: 14px !important;
  }
  .g-b-radius-bl-xl--14 {
    border-bottom-left-radius: 14px !important;
  }
  .g-b-radius-br-xl--14 {
    border-bottom-right-radius: 14px !important;
  }
  .g-b-radius-t-xl--14 {
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
  }
  .g-b-radius-b-xl--14 {
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
  }
  .g-b-radius-xl--15 {
    border-radius: 15px !important;
  }
  .g-b-radius-tl-xl--15 {
    border-top-left-radius: 15px !important;
  }
  .g-b-radius-tr-xl--15 {
    border-top-right-radius: 15px !important;
  }
  .g-b-radius-bl-xl--15 {
    border-bottom-left-radius: 15px !important;
  }
  .g-b-radius-br-xl--15 {
    border-bottom-right-radius: 15px !important;
  }
  .g-b-radius-t-xl--15 {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }
  .g-b-radius-b-xl--15 {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }
  .g-b-radius-xl--16 {
    border-radius: 16px !important;
  }
  .g-b-radius-tl-xl--16 {
    border-top-left-radius: 16px !important;
  }
  .g-b-radius-tr-xl--16 {
    border-top-right-radius: 16px !important;
  }
  .g-b-radius-bl-xl--16 {
    border-bottom-left-radius: 16px !important;
  }
  .g-b-radius-br-xl--16 {
    border-bottom-right-radius: 16px !important;
  }
  .g-b-radius-t-xl--16 {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
  .g-b-radius-b-xl--16 {
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
  }
  .g-b-radius-xl--17 {
    border-radius: 17px !important;
  }
  .g-b-radius-tl-xl--17 {
    border-top-left-radius: 17px !important;
  }
  .g-b-radius-tr-xl--17 {
    border-top-right-radius: 17px !important;
  }
  .g-b-radius-bl-xl--17 {
    border-bottom-left-radius: 17px !important;
  }
  .g-b-radius-br-xl--17 {
    border-bottom-right-radius: 17px !important;
  }
  .g-b-radius-t-xl--17 {
    border-top-left-radius: 17px !important;
    border-top-right-radius: 17px !important;
  }
  .g-b-radius-b-xl--17 {
    border-bottom-left-radius: 17px !important;
    border-bottom-right-radius: 17px !important;
  }
  .g-b-radius-xl--18 {
    border-radius: 18px !important;
  }
  .g-b-radius-tl-xl--18 {
    border-top-left-radius: 18px !important;
  }
  .g-b-radius-tr-xl--18 {
    border-top-right-radius: 18px !important;
  }
  .g-b-radius-bl-xl--18 {
    border-bottom-left-radius: 18px !important;
  }
  .g-b-radius-br-xl--18 {
    border-bottom-right-radius: 18px !important;
  }
  .g-b-radius-t-xl--18 {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
  }
  .g-b-radius-b-xl--18 {
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
  }
  .g-b-radius-xl--19 {
    border-radius: 19px !important;
  }
  .g-b-radius-tl-xl--19 {
    border-top-left-radius: 19px !important;
  }
  .g-b-radius-tr-xl--19 {
    border-top-right-radius: 19px !important;
  }
  .g-b-radius-bl-xl--19 {
    border-bottom-left-radius: 19px !important;
  }
  .g-b-radius-br-xl--19 {
    border-bottom-right-radius: 19px !important;
  }
  .g-b-radius-t-xl--19 {
    border-top-left-radius: 19px !important;
    border-top-right-radius: 19px !important;
  }
  .g-b-radius-b-xl--19 {
    border-bottom-left-radius: 19px !important;
    border-bottom-right-radius: 19px !important;
  }
  .g-b-radius-xl--20 {
    border-radius: 20px !important;
  }
  .g-b-radius-tl-xl--20 {
    border-top-left-radius: 20px !important;
  }
  .g-b-radius-tr-xl--20 {
    border-top-right-radius: 20px !important;
  }
  .g-b-radius-bl-xl--20 {
    border-bottom-left-radius: 20px !important;
  }
  .g-b-radius-br-xl--20 {
    border-bottom-right-radius: 20px !important;
  }
  .g-b-radius-t-xl--20 {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }
  .g-b-radius-b-xl--20 {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }
  .g-b-radius-xl--21 {
    border-radius: 21px !important;
  }
  .g-b-radius-tl-xl--21 {
    border-top-left-radius: 21px !important;
  }
  .g-b-radius-tr-xl--21 {
    border-top-right-radius: 21px !important;
  }
  .g-b-radius-bl-xl--21 {
    border-bottom-left-radius: 21px !important;
  }
  .g-b-radius-br-xl--21 {
    border-bottom-right-radius: 21px !important;
  }
  .g-b-radius-t-xl--21 {
    border-top-left-radius: 21px !important;
    border-top-right-radius: 21px !important;
  }
  .g-b-radius-b-xl--21 {
    border-bottom-left-radius: 21px !important;
    border-bottom-right-radius: 21px !important;
  }
  .g-b-radius-xl--22 {
    border-radius: 22px !important;
  }
  .g-b-radius-tl-xl--22 {
    border-top-left-radius: 22px !important;
  }
  .g-b-radius-tr-xl--22 {
    border-top-right-radius: 22px !important;
  }
  .g-b-radius-bl-xl--22 {
    border-bottom-left-radius: 22px !important;
  }
  .g-b-radius-br-xl--22 {
    border-bottom-right-radius: 22px !important;
  }
  .g-b-radius-t-xl--22 {
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
  }
  .g-b-radius-b-xl--22 {
    border-bottom-left-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
  }
  .g-b-radius-xl--23 {
    border-radius: 23px !important;
  }
  .g-b-radius-tl-xl--23 {
    border-top-left-radius: 23px !important;
  }
  .g-b-radius-tr-xl--23 {
    border-top-right-radius: 23px !important;
  }
  .g-b-radius-bl-xl--23 {
    border-bottom-left-radius: 23px !important;
  }
  .g-b-radius-br-xl--23 {
    border-bottom-right-radius: 23px !important;
  }
  .g-b-radius-t-xl--23 {
    border-top-left-radius: 23px !important;
    border-top-right-radius: 23px !important;
  }
  .g-b-radius-b-xl--23 {
    border-bottom-left-radius: 23px !important;
    border-bottom-right-radius: 23px !important;
  }
  .g-b-radius-xl--24 {
    border-radius: 24px !important;
  }
  .g-b-radius-tl-xl--24 {
    border-top-left-radius: 24px !important;
  }
  .g-b-radius-tr-xl--24 {
    border-top-right-radius: 24px !important;
  }
  .g-b-radius-bl-xl--24 {
    border-bottom-left-radius: 24px !important;
  }
  .g-b-radius-br-xl--24 {
    border-bottom-right-radius: 24px !important;
  }
  .g-b-radius-t-xl--24 {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
  }
  .g-b-radius-b-xl--24 {
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
  }
  .g-b-radius-xl--25 {
    border-radius: 25px !important;
  }
  .g-b-radius-tl-xl--25 {
    border-top-left-radius: 25px !important;
  }
  .g-b-radius-tr-xl--25 {
    border-top-right-radius: 25px !important;
  }
  .g-b-radius-bl-xl--25 {
    border-bottom-left-radius: 25px !important;
  }
  .g-b-radius-br-xl--25 {
    border-bottom-right-radius: 25px !important;
  }
  .g-b-radius-t-xl--25 {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
  }
  .g-b-radius-b-xl--25 {
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
  }
  .g-b-radius-xl--26 {
    border-radius: 26px !important;
  }
  .g-b-radius-tl-xl--26 {
    border-top-left-radius: 26px !important;
  }
  .g-b-radius-tr-xl--26 {
    border-top-right-radius: 26px !important;
  }
  .g-b-radius-bl-xl--26 {
    border-bottom-left-radius: 26px !important;
  }
  .g-b-radius-br-xl--26 {
    border-bottom-right-radius: 26px !important;
  }
  .g-b-radius-t-xl--26 {
    border-top-left-radius: 26px !important;
    border-top-right-radius: 26px !important;
  }
  .g-b-radius-b-xl--26 {
    border-bottom-left-radius: 26px !important;
    border-bottom-right-radius: 26px !important;
  }
  .g-b-radius-xl--27 {
    border-radius: 27px !important;
  }
  .g-b-radius-tl-xl--27 {
    border-top-left-radius: 27px !important;
  }
  .g-b-radius-tr-xl--27 {
    border-top-right-radius: 27px !important;
  }
  .g-b-radius-bl-xl--27 {
    border-bottom-left-radius: 27px !important;
  }
  .g-b-radius-br-xl--27 {
    border-bottom-right-radius: 27px !important;
  }
  .g-b-radius-t-xl--27 {
    border-top-left-radius: 27px !important;
    border-top-right-radius: 27px !important;
  }
  .g-b-radius-b-xl--27 {
    border-bottom-left-radius: 27px !important;
    border-bottom-right-radius: 27px !important;
  }
  .g-b-radius-xl--28 {
    border-radius: 28px !important;
  }
  .g-b-radius-tl-xl--28 {
    border-top-left-radius: 28px !important;
  }
  .g-b-radius-tr-xl--28 {
    border-top-right-radius: 28px !important;
  }
  .g-b-radius-bl-xl--28 {
    border-bottom-left-radius: 28px !important;
  }
  .g-b-radius-br-xl--28 {
    border-bottom-right-radius: 28px !important;
  }
  .g-b-radius-t-xl--28 {
    border-top-left-radius: 28px !important;
    border-top-right-radius: 28px !important;
  }
  .g-b-radius-b-xl--28 {
    border-bottom-left-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
  }
  .g-b-radius-xl--29 {
    border-radius: 29px !important;
  }
  .g-b-radius-tl-xl--29 {
    border-top-left-radius: 29px !important;
  }
  .g-b-radius-tr-xl--29 {
    border-top-right-radius: 29px !important;
  }
  .g-b-radius-bl-xl--29 {
    border-bottom-left-radius: 29px !important;
  }
  .g-b-radius-br-xl--29 {
    border-bottom-right-radius: 29px !important;
  }
  .g-b-radius-t-xl--29 {
    border-top-left-radius: 29px !important;
    border-top-right-radius: 29px !important;
  }
  .g-b-radius-b-xl--29 {
    border-bottom-left-radius: 29px !important;
    border-bottom-right-radius: 29px !important;
  }
  .g-b-radius-xl--30 {
    border-radius: 30px !important;
  }
  .g-b-radius-tl-xl--30 {
    border-top-left-radius: 30px !important;
  }
  .g-b-radius-tr-xl--30 {
    border-top-right-radius: 30px !important;
  }
  .g-b-radius-bl-xl--30 {
    border-bottom-left-radius: 30px !important;
  }
  .g-b-radius-br-xl--30 {
    border-bottom-right-radius: 30px !important;
  }
  .g-b-radius-t-xl--30 {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }
  .g-b-radius-b-xl--30 {
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }
  .g-b-radius-xl--31 {
    border-radius: 31px !important;
  }
  .g-b-radius-tl-xl--31 {
    border-top-left-radius: 31px !important;
  }
  .g-b-radius-tr-xl--31 {
    border-top-right-radius: 31px !important;
  }
  .g-b-radius-bl-xl--31 {
    border-bottom-left-radius: 31px !important;
  }
  .g-b-radius-br-xl--31 {
    border-bottom-right-radius: 31px !important;
  }
  .g-b-radius-t-xl--31 {
    border-top-left-radius: 31px !important;
    border-top-right-radius: 31px !important;
  }
  .g-b-radius-b-xl--31 {
    border-bottom-left-radius: 31px !important;
    border-bottom-right-radius: 31px !important;
  }
  .g-b-radius-xl--32 {
    border-radius: 32px !important;
  }
  .g-b-radius-tl-xl--32 {
    border-top-left-radius: 32px !important;
  }
  .g-b-radius-tr-xl--32 {
    border-top-right-radius: 32px !important;
  }
  .g-b-radius-bl-xl--32 {
    border-bottom-left-radius: 32px !important;
  }
  .g-b-radius-br-xl--32 {
    border-bottom-right-radius: 32px !important;
  }
  .g-b-radius-t-xl--32 {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
  }
  .g-b-radius-b-xl--32 {
    border-bottom-left-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
  }
  .g-b-radius-xl--33 {
    border-radius: 33px !important;
  }
  .g-b-radius-tl-xl--33 {
    border-top-left-radius: 33px !important;
  }
  .g-b-radius-tr-xl--33 {
    border-top-right-radius: 33px !important;
  }
  .g-b-radius-bl-xl--33 {
    border-bottom-left-radius: 33px !important;
  }
  .g-b-radius-br-xl--33 {
    border-bottom-right-radius: 33px !important;
  }
  .g-b-radius-t-xl--33 {
    border-top-left-radius: 33px !important;
    border-top-right-radius: 33px !important;
  }
  .g-b-radius-b-xl--33 {
    border-bottom-left-radius: 33px !important;
    border-bottom-right-radius: 33px !important;
  }
  .g-b-radius-xl--34 {
    border-radius: 34px !important;
  }
  .g-b-radius-tl-xl--34 {
    border-top-left-radius: 34px !important;
  }
  .g-b-radius-tr-xl--34 {
    border-top-right-radius: 34px !important;
  }
  .g-b-radius-bl-xl--34 {
    border-bottom-left-radius: 34px !important;
  }
  .g-b-radius-br-xl--34 {
    border-bottom-right-radius: 34px !important;
  }
  .g-b-radius-t-xl--34 {
    border-top-left-radius: 34px !important;
    border-top-right-radius: 34px !important;
  }
  .g-b-radius-b-xl--34 {
    border-bottom-left-radius: 34px !important;
    border-bottom-right-radius: 34px !important;
  }
  .g-b-radius-xl--35 {
    border-radius: 35px !important;
  }
  .g-b-radius-tl-xl--35 {
    border-top-left-radius: 35px !important;
  }
  .g-b-radius-tr-xl--35 {
    border-top-right-radius: 35px !important;
  }
  .g-b-radius-bl-xl--35 {
    border-bottom-left-radius: 35px !important;
  }
  .g-b-radius-br-xl--35 {
    border-bottom-right-radius: 35px !important;
  }
  .g-b-radius-t-xl--35 {
    border-top-left-radius: 35px !important;
    border-top-right-radius: 35px !important;
  }
  .g-b-radius-b-xl--35 {
    border-bottom-left-radius: 35px !important;
    border-bottom-right-radius: 35px !important;
  }
  .g-b-radius-xl--36 {
    border-radius: 36px !important;
  }
  .g-b-radius-tl-xl--36 {
    border-top-left-radius: 36px !important;
  }
  .g-b-radius-tr-xl--36 {
    border-top-right-radius: 36px !important;
  }
  .g-b-radius-bl-xl--36 {
    border-bottom-left-radius: 36px !important;
  }
  .g-b-radius-br-xl--36 {
    border-bottom-right-radius: 36px !important;
  }
  .g-b-radius-t-xl--36 {
    border-top-left-radius: 36px !important;
    border-top-right-radius: 36px !important;
  }
  .g-b-radius-b-xl--36 {
    border-bottom-left-radius: 36px !important;
    border-bottom-right-radius: 36px !important;
  }
  .g-b-radius-xl--37 {
    border-radius: 37px !important;
  }
  .g-b-radius-tl-xl--37 {
    border-top-left-radius: 37px !important;
  }
  .g-b-radius-tr-xl--37 {
    border-top-right-radius: 37px !important;
  }
  .g-b-radius-bl-xl--37 {
    border-bottom-left-radius: 37px !important;
  }
  .g-b-radius-br-xl--37 {
    border-bottom-right-radius: 37px !important;
  }
  .g-b-radius-t-xl--37 {
    border-top-left-radius: 37px !important;
    border-top-right-radius: 37px !important;
  }
  .g-b-radius-b-xl--37 {
    border-bottom-left-radius: 37px !important;
    border-bottom-right-radius: 37px !important;
  }
  .g-b-radius-xl--38 {
    border-radius: 38px !important;
  }
  .g-b-radius-tl-xl--38 {
    border-top-left-radius: 38px !important;
  }
  .g-b-radius-tr-xl--38 {
    border-top-right-radius: 38px !important;
  }
  .g-b-radius-bl-xl--38 {
    border-bottom-left-radius: 38px !important;
  }
  .g-b-radius-br-xl--38 {
    border-bottom-right-radius: 38px !important;
  }
  .g-b-radius-t-xl--38 {
    border-top-left-radius: 38px !important;
    border-top-right-radius: 38px !important;
  }
  .g-b-radius-b-xl--38 {
    border-bottom-left-radius: 38px !important;
    border-bottom-right-radius: 38px !important;
  }
  .g-b-radius-xl--39 {
    border-radius: 39px !important;
  }
  .g-b-radius-tl-xl--39 {
    border-top-left-radius: 39px !important;
  }
  .g-b-radius-tr-xl--39 {
    border-top-right-radius: 39px !important;
  }
  .g-b-radius-bl-xl--39 {
    border-bottom-left-radius: 39px !important;
  }
  .g-b-radius-br-xl--39 {
    border-bottom-right-radius: 39px !important;
  }
  .g-b-radius-t-xl--39 {
    border-top-left-radius: 39px !important;
    border-top-right-radius: 39px !important;
  }
  .g-b-radius-b-xl--39 {
    border-bottom-left-radius: 39px !important;
    border-bottom-right-radius: 39px !important;
  }
  .g-b-radius-xl--40 {
    border-radius: 40px !important;
  }
  .g-b-radius-tl-xl--40 {
    border-top-left-radius: 40px !important;
  }
  .g-b-radius-tr-xl--40 {
    border-top-right-radius: 40px !important;
  }
  .g-b-radius-bl-xl--40 {
    border-bottom-left-radius: 40px !important;
  }
  .g-b-radius-br-xl--40 {
    border-bottom-right-radius: 40px !important;
  }
  .g-b-radius-t-xl--40 {
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
  }
  .g-b-radius-b-xl--40 {
    border-bottom-left-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
  }
  .g-b-radius-xl--41 {
    border-radius: 41px !important;
  }
  .g-b-radius-tl-xl--41 {
    border-top-left-radius: 41px !important;
  }
  .g-b-radius-tr-xl--41 {
    border-top-right-radius: 41px !important;
  }
  .g-b-radius-bl-xl--41 {
    border-bottom-left-radius: 41px !important;
  }
  .g-b-radius-br-xl--41 {
    border-bottom-right-radius: 41px !important;
  }
  .g-b-radius-t-xl--41 {
    border-top-left-radius: 41px !important;
    border-top-right-radius: 41px !important;
  }
  .g-b-radius-b-xl--41 {
    border-bottom-left-radius: 41px !important;
    border-bottom-right-radius: 41px !important;
  }
  .g-b-radius-xl--42 {
    border-radius: 42px !important;
  }
  .g-b-radius-tl-xl--42 {
    border-top-left-radius: 42px !important;
  }
  .g-b-radius-tr-xl--42 {
    border-top-right-radius: 42px !important;
  }
  .g-b-radius-bl-xl--42 {
    border-bottom-left-radius: 42px !important;
  }
  .g-b-radius-br-xl--42 {
    border-bottom-right-radius: 42px !important;
  }
  .g-b-radius-t-xl--42 {
    border-top-left-radius: 42px !important;
    border-top-right-radius: 42px !important;
  }
  .g-b-radius-b-xl--42 {
    border-bottom-left-radius: 42px !important;
    border-bottom-right-radius: 42px !important;
  }
  .g-b-radius-xl--43 {
    border-radius: 43px !important;
  }
  .g-b-radius-tl-xl--43 {
    border-top-left-radius: 43px !important;
  }
  .g-b-radius-tr-xl--43 {
    border-top-right-radius: 43px !important;
  }
  .g-b-radius-bl-xl--43 {
    border-bottom-left-radius: 43px !important;
  }
  .g-b-radius-br-xl--43 {
    border-bottom-right-radius: 43px !important;
  }
  .g-b-radius-t-xl--43 {
    border-top-left-radius: 43px !important;
    border-top-right-radius: 43px !important;
  }
  .g-b-radius-b-xl--43 {
    border-bottom-left-radius: 43px !important;
    border-bottom-right-radius: 43px !important;
  }
  .g-b-radius-xl--44 {
    border-radius: 44px !important;
  }
  .g-b-radius-tl-xl--44 {
    border-top-left-radius: 44px !important;
  }
  .g-b-radius-tr-xl--44 {
    border-top-right-radius: 44px !important;
  }
  .g-b-radius-bl-xl--44 {
    border-bottom-left-radius: 44px !important;
  }
  .g-b-radius-br-xl--44 {
    border-bottom-right-radius: 44px !important;
  }
  .g-b-radius-t-xl--44 {
    border-top-left-radius: 44px !important;
    border-top-right-radius: 44px !important;
  }
  .g-b-radius-b-xl--44 {
    border-bottom-left-radius: 44px !important;
    border-bottom-right-radius: 44px !important;
  }
  .g-b-radius-xl--45 {
    border-radius: 45px !important;
  }
  .g-b-radius-tl-xl--45 {
    border-top-left-radius: 45px !important;
  }
  .g-b-radius-tr-xl--45 {
    border-top-right-radius: 45px !important;
  }
  .g-b-radius-bl-xl--45 {
    border-bottom-left-radius: 45px !important;
  }
  .g-b-radius-br-xl--45 {
    border-bottom-right-radius: 45px !important;
  }
  .g-b-radius-t-xl--45 {
    border-top-left-radius: 45px !important;
    border-top-right-radius: 45px !important;
  }
  .g-b-radius-b-xl--45 {
    border-bottom-left-radius: 45px !important;
    border-bottom-right-radius: 45px !important;
  }
  .g-b-radius-xl--46 {
    border-radius: 46px !important;
  }
  .g-b-radius-tl-xl--46 {
    border-top-left-radius: 46px !important;
  }
  .g-b-radius-tr-xl--46 {
    border-top-right-radius: 46px !important;
  }
  .g-b-radius-bl-xl--46 {
    border-bottom-left-radius: 46px !important;
  }
  .g-b-radius-br-xl--46 {
    border-bottom-right-radius: 46px !important;
  }
  .g-b-radius-t-xl--46 {
    border-top-left-radius: 46px !important;
    border-top-right-radius: 46px !important;
  }
  .g-b-radius-b-xl--46 {
    border-bottom-left-radius: 46px !important;
    border-bottom-right-radius: 46px !important;
  }
  .g-b-radius-xl--47 {
    border-radius: 47px !important;
  }
  .g-b-radius-tl-xl--47 {
    border-top-left-radius: 47px !important;
  }
  .g-b-radius-tr-xl--47 {
    border-top-right-radius: 47px !important;
  }
  .g-b-radius-bl-xl--47 {
    border-bottom-left-radius: 47px !important;
  }
  .g-b-radius-br-xl--47 {
    border-bottom-right-radius: 47px !important;
  }
  .g-b-radius-t-xl--47 {
    border-top-left-radius: 47px !important;
    border-top-right-radius: 47px !important;
  }
  .g-b-radius-b-xl--47 {
    border-bottom-left-radius: 47px !important;
    border-bottom-right-radius: 47px !important;
  }
  .g-b-radius-xl--48 {
    border-radius: 48px !important;
  }
  .g-b-radius-tl-xl--48 {
    border-top-left-radius: 48px !important;
  }
  .g-b-radius-tr-xl--48 {
    border-top-right-radius: 48px !important;
  }
  .g-b-radius-bl-xl--48 {
    border-bottom-left-radius: 48px !important;
  }
  .g-b-radius-br-xl--48 {
    border-bottom-right-radius: 48px !important;
  }
  .g-b-radius-t-xl--48 {
    border-top-left-radius: 48px !important;
    border-top-right-radius: 48px !important;
  }
  .g-b-radius-b-xl--48 {
    border-bottom-left-radius: 48px !important;
    border-bottom-right-radius: 48px !important;
  }
  .g-b-radius-xl--49 {
    border-radius: 49px !important;
  }
  .g-b-radius-tl-xl--49 {
    border-top-left-radius: 49px !important;
  }
  .g-b-radius-tr-xl--49 {
    border-top-right-radius: 49px !important;
  }
  .g-b-radius-bl-xl--49 {
    border-bottom-left-radius: 49px !important;
  }
  .g-b-radius-br-xl--49 {
    border-bottom-right-radius: 49px !important;
  }
  .g-b-radius-t-xl--49 {
    border-top-left-radius: 49px !important;
    border-top-right-radius: 49px !important;
  }
  .g-b-radius-b-xl--49 {
    border-bottom-left-radius: 49px !important;
    border-bottom-right-radius: 49px !important;
  }
  .g-b-radius-xl--50 {
    border-radius: 50px !important;
  }
  .g-b-radius-tl-xl--50 {
    border-top-left-radius: 50px !important;
  }
  .g-b-radius-tr-xl--50 {
    border-top-right-radius: 50px !important;
  }
  .g-b-radius-bl-xl--50 {
    border-bottom-left-radius: 50px !important;
  }
  .g-b-radius-br-xl--50 {
    border-bottom-right-radius: 50px !important;
  }
  .g-b-radius-t-xl--50 {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }
  .g-b-radius-b-xl--50 {
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
  }
}

.g-opacity--0 {
  opacity: 0;
}
.g-opacity--1 {
  opacity: 0.1;
}
.g-opacity--2 {
  opacity: 0.2;
}
.g-opacity--3 {
  opacity: 0.3;
}
.g-opacity--4 {
  opacity: 0.4;
}
.g-opacity--5 {
  opacity: 0.5;
}
.g-opacity--6 {
  opacity: 0.6;
}
.g-opacity--7 {
  opacity: 0.7;
}
.g-opacity--8 {
  opacity: 0.8;
}
.g-opacity--9 {
  opacity: 0.9;
}
.g-opacity--10 {
  opacity: 1;
}
@media (min-width: 576px) {
  .g-opacity-sm--0 {
    opacity: 0;
  }
  .g-opacity-sm--1 {
    opacity: 0.1;
  }
  .g-opacity-sm--2 {
    opacity: 0.2;
  }
  .g-opacity-sm--3 {
    opacity: 0.3;
  }
  .g-opacity-sm--4 {
    opacity: 0.4;
  }
  .g-opacity-sm--5 {
    opacity: 0.5;
  }
  .g-opacity-sm--6 {
    opacity: 0.6;
  }
  .g-opacity-sm--7 {
    opacity: 0.7;
  }
  .g-opacity-sm--8 {
    opacity: 0.8;
  }
  .g-opacity-sm--9 {
    opacity: 0.9;
  }
  .g-opacity-sm--10 {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .g-opacity-md--0 {
    opacity: 0;
  }
  .g-opacity-md--1 {
    opacity: 0.1;
  }
  .g-opacity-md--2 {
    opacity: 0.2;
  }
  .g-opacity-md--3 {
    opacity: 0.3;
  }
  .g-opacity-md--4 {
    opacity: 0.4;
  }
  .g-opacity-md--5 {
    opacity: 0.5;
  }
  .g-opacity-md--6 {
    opacity: 0.6;
  }
  .g-opacity-md--7 {
    opacity: 0.7;
  }
  .g-opacity-md--8 {
    opacity: 0.8;
  }
  .g-opacity-md--9 {
    opacity: 0.9;
  }
  .g-opacity-md--10 {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .g-opacity-lg--0 {
    opacity: 0;
  }
  .g-opacity-lg--1 {
    opacity: 0.1;
  }
  .g-opacity-lg--2 {
    opacity: 0.2;
  }
  .g-opacity-lg--3 {
    opacity: 0.3;
  }
  .g-opacity-lg--4 {
    opacity: 0.4;
  }
  .g-opacity-lg--5 {
    opacity: 0.5;
  }
  .g-opacity-lg--6 {
    opacity: 0.6;
  }
  .g-opacity-lg--7 {
    opacity: 0.7;
  }
  .g-opacity-lg--8 {
    opacity: 0.8;
  }
  .g-opacity-lg--9 {
    opacity: 0.9;
  }
  .g-opacity-lg--10 {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .g-opacity-xl--0 {
    opacity: 0;
  }
  .g-opacity-xl--1 {
    opacity: 0.1;
  }
  .g-opacity-xl--2 {
    opacity: 0.2;
  }
  .g-opacity-xl--3 {
    opacity: 0.3;
  }
  .g-opacity-xl--4 {
    opacity: 0.4;
  }
  .g-opacity-xl--5 {
    opacity: 0.5;
  }
  .g-opacity-xl--6 {
    opacity: 0.6;
  }
  .g-opacity-xl--7 {
    opacity: 0.7;
  }
  .g-opacity-xl--8 {
    opacity: 0.8;
  }
  .g-opacity-xl--9 {
    opacity: 0.9;
  }
  .g-opacity-xl--10 {
    opacity: 1;
  }
}

.g-line--10 {
  line-height: 1;
}
.g-line--11 {
  line-height: 1.1;
}
.g-line--12 {
  line-height: 1.2;
}
.g-line--13 {
  line-height: 1.3;
}
.g-line--14 {
  line-height: 1.4;
}
.g-line--15 {
  line-height: 1.5;
}
.g-line--16 {
  line-height: 1.6;
}
.g-line--17 {
  line-height: 1.7;
}
.g-line--18 {
  line-height: 1.8;
}
.g-line--19 {
  line-height: 1.9;
}
.g-line--20 {
  line-height: 2;
}
@media (min-width: 576px) {
  .g-line-sm--10 {
    line-height: 1;
  }
  .g-line-sm--11 {
    line-height: 1.1;
  }
  .g-line-sm--12 {
    line-height: 1.2;
  }
  .g-line-sm--13 {
    line-height: 1.3;
  }
  .g-line-sm--14 {
    line-height: 1.4;
  }
  .g-line-sm--15 {
    line-height: 1.5;
  }
  .g-line-sm--16 {
    line-height: 1.6;
  }
  .g-line-sm--17 {
    line-height: 1.7;
  }
  .g-line-sm--18 {
    line-height: 1.8;
  }
  .g-line-sm--19 {
    line-height: 1.9;
  }
  .g-line-sm--20 {
    line-height: 2;
  }
}
@media (min-width: 768px) {
  .g-line-md--10 {
    line-height: 1;
  }
  .g-line-md--11 {
    line-height: 1.1;
  }
  .g-line-md--12 {
    line-height: 1.2;
  }
  .g-line-md--13 {
    line-height: 1.3;
  }
  .g-line-md--14 {
    line-height: 1.4;
  }
  .g-line-md--15 {
    line-height: 1.5;
  }
  .g-line-md--16 {
    line-height: 1.6;
  }
  .g-line-md--17 {
    line-height: 1.7;
  }
  .g-line-md--18 {
    line-height: 1.8;
  }
  .g-line-md--19 {
    line-height: 1.9;
  }
  .g-line-md--20 {
    line-height: 2;
  }
}
@media (min-width: 992px) {
  .g-line-lg--10 {
    line-height: 1;
  }
  .g-line-lg--11 {
    line-height: 1.1;
  }
  .g-line-lg--12 {
    line-height: 1.2;
  }
  .g-line-lg--13 {
    line-height: 1.3;
  }
  .g-line-lg--14 {
    line-height: 1.4;
  }
  .g-line-lg--15 {
    line-height: 1.5;
  }
  .g-line-lg--16 {
    line-height: 1.6;
  }
  .g-line-lg--17 {
    line-height: 1.7;
  }
  .g-line-lg--18 {
    line-height: 1.8;
  }
  .g-line-lg--19 {
    line-height: 1.9;
  }
  .g-line-lg--20 {
    line-height: 2;
  }
}
@media (min-width: 1200px) {
  .g-line-xl--10 {
    line-height: 1;
  }
  .g-line-xl--11 {
    line-height: 1.1;
  }
  .g-line-xl--12 {
    line-height: 1.2;
  }
  .g-line-xl--13 {
    line-height: 1.3;
  }
  .g-line-xl--14 {
    line-height: 1.4;
  }
  .g-line-xl--15 {
    line-height: 1.5;
  }
  .g-line-xl--16 {
    line-height: 1.6;
  }
  .g-line-xl--17 {
    line-height: 1.7;
  }
  .g-line-xl--18 {
    line-height: 1.8;
  }
  .g-line-xl--19 {
    line-height: 1.9;
  }
  .g-line-xl--20 {
    line-height: 2;
  }
}

.g-index--0 {
  z-index: 0;
}
.g-index--1 {
  z-index: 1;
}
.g-index--2 {
  z-index: 2;
}
.g-index--3 {
  z-index: 3;
}
.g-index--4 {
  z-index: 4;
}
.g-index--5 {
  z-index: 5;
}
.g-index--6 {
  z-index: 6;
}
.g-index--7 {
  z-index: 7;
}
.g-index--8 {
  z-index: 8;
}
.g-index--9 {
  z-index: 9;
}
.g-index--10 {
  z-index: 10;
}
@media (min-width: 576px) {
  .g-index-sm--0 {
    z-index: 0;
  }
  .g-index-sm--1 {
    z-index: 1;
  }
  .g-index-sm--2 {
    z-index: 2;
  }
  .g-index-sm--3 {
    z-index: 3;
  }
  .g-index-sm--4 {
    z-index: 4;
  }
  .g-index-sm--5 {
    z-index: 5;
  }
  .g-index-sm--6 {
    z-index: 6;
  }
  .g-index-sm--7 {
    z-index: 7;
  }
  .g-index-sm--8 {
    z-index: 8;
  }
  .g-index-sm--9 {
    z-index: 9;
  }
  .g-index-sm--10 {
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .g-index-md--0 {
    z-index: 0;
  }
  .g-index-md--1 {
    z-index: 1;
  }
  .g-index-md--2 {
    z-index: 2;
  }
  .g-index-md--3 {
    z-index: 3;
  }
  .g-index-md--4 {
    z-index: 4;
  }
  .g-index-md--5 {
    z-index: 5;
  }
  .g-index-md--6 {
    z-index: 6;
  }
  .g-index-md--7 {
    z-index: 7;
  }
  .g-index-md--8 {
    z-index: 8;
  }
  .g-index-md--9 {
    z-index: 9;
  }
  .g-index-md--10 {
    z-index: 10;
  }
}
@media (min-width: 992px) {
  .g-index-lg--0 {
    z-index: 0;
  }
  .g-index-lg--1 {
    z-index: 1;
  }
  .g-index-lg--2 {
    z-index: 2;
  }
  .g-index-lg--3 {
    z-index: 3;
  }
  .g-index-lg--4 {
    z-index: 4;
  }
  .g-index-lg--5 {
    z-index: 5;
  }
  .g-index-lg--6 {
    z-index: 6;
  }
  .g-index-lg--7 {
    z-index: 7;
  }
  .g-index-lg--8 {
    z-index: 8;
  }
  .g-index-lg--9 {
    z-index: 9;
  }
  .g-index-lg--10 {
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  .g-index-xl--0 {
    z-index: 0;
  }
  .g-index-xl--1 {
    z-index: 1;
  }
  .g-index-xl--2 {
    z-index: 2;
  }
  .g-index-xl--3 {
    z-index: 3;
  }
  .g-index-xl--4 {
    z-index: 4;
  }
  .g-index-xl--5 {
    z-index: 5;
  }
  .g-index-xl--6 {
    z-index: 6;
  }
  .g-index-xl--7 {
    z-index: 7;
  }
  .g-index-xl--8 {
    z-index: 8;
  }
  .g-index-xl--9 {
    z-index: 9;
  }
  .g-index-xl--10 {
    z-index: 10;
  }
}

.g-column-count--0 {
  -webkit-column-count: 0;
          column-count: 0;
}
.g-column-count--1 {
  -webkit-column-count: 1;
          column-count: 1;
}
.g-column-count--2 {
  -webkit-column-count: 2;
          column-count: 2;
}
.g-column-count--3 {
  -webkit-column-count: 3;
          column-count: 3;
}
.g-column-count--4 {
  -webkit-column-count: 4;
          column-count: 4;
}
.g-column-count--5 {
  -webkit-column-count: 5;
          column-count: 5;
}
.g-column-count--6 {
  -webkit-column-count: 6;
          column-count: 6;
}
.g-column-count--7 {
  -webkit-column-count: 7;
          column-count: 7;
}
.g-column-count--8 {
  -webkit-column-count: 8;
          column-count: 8;
}
.g-column-count--9 {
  -webkit-column-count: 9;
          column-count: 9;
}
.g-column-count--10 {
  -webkit-column-count: 10;
          column-count: 10;
}
@media (min-width: 576px) {
  .g-column-count-sm--0 {
    -webkit-column-count: 0;
            column-count: 0;
  }
  .g-column-count-sm--1 {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .g-column-count-sm--2 {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .g-column-count-sm--3 {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .g-column-count-sm--4 {
    -webkit-column-count: 4;
            column-count: 4;
  }
  .g-column-count-sm--5 {
    -webkit-column-count: 5;
            column-count: 5;
  }
  .g-column-count-sm--6 {
    -webkit-column-count: 6;
            column-count: 6;
  }
  .g-column-count-sm--7 {
    -webkit-column-count: 7;
            column-count: 7;
  }
  .g-column-count-sm--8 {
    -webkit-column-count: 8;
            column-count: 8;
  }
  .g-column-count-sm--9 {
    -webkit-column-count: 9;
            column-count: 9;
  }
  .g-column-count-sm--10 {
    -webkit-column-count: 10;
            column-count: 10;
  }
}
@media (min-width: 768px) {
  .g-column-count-md--0 {
    -webkit-column-count: 0;
            column-count: 0;
  }
  .g-column-count-md--1 {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .g-column-count-md--2 {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .g-column-count-md--3 {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .g-column-count-md--4 {
    -webkit-column-count: 4;
            column-count: 4;
  }
  .g-column-count-md--5 {
    -webkit-column-count: 5;
            column-count: 5;
  }
  .g-column-count-md--6 {
    -webkit-column-count: 6;
            column-count: 6;
  }
  .g-column-count-md--7 {
    -webkit-column-count: 7;
            column-count: 7;
  }
  .g-column-count-md--8 {
    -webkit-column-count: 8;
            column-count: 8;
  }
  .g-column-count-md--9 {
    -webkit-column-count: 9;
            column-count: 9;
  }
  .g-column-count-md--10 {
    -webkit-column-count: 10;
            column-count: 10;
  }
}
@media (min-width: 992px) {
  .g-column-count-lg--0 {
    -webkit-column-count: 0;
            column-count: 0;
  }
  .g-column-count-lg--1 {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .g-column-count-lg--2 {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .g-column-count-lg--3 {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .g-column-count-lg--4 {
    -webkit-column-count: 4;
            column-count: 4;
  }
  .g-column-count-lg--5 {
    -webkit-column-count: 5;
            column-count: 5;
  }
  .g-column-count-lg--6 {
    -webkit-column-count: 6;
            column-count: 6;
  }
  .g-column-count-lg--7 {
    -webkit-column-count: 7;
            column-count: 7;
  }
  .g-column-count-lg--8 {
    -webkit-column-count: 8;
            column-count: 8;
  }
  .g-column-count-lg--9 {
    -webkit-column-count: 9;
            column-count: 9;
  }
  .g-column-count-lg--10 {
    -webkit-column-count: 10;
            column-count: 10;
  }
}
@media (min-width: 1200px) {
  .g-column-count-xl--0 {
    -webkit-column-count: 0;
            column-count: 0;
  }
  .g-column-count-xl--1 {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .g-column-count-xl--2 {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .g-column-count-xl--3 {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .g-column-count-xl--4 {
    -webkit-column-count: 4;
            column-count: 4;
  }
  .g-column-count-xl--5 {
    -webkit-column-count: 5;
            column-count: 5;
  }
  .g-column-count-xl--6 {
    -webkit-column-count: 6;
            column-count: 6;
  }
  .g-column-count-xl--7 {
    -webkit-column-count: 7;
            column-count: 7;
  }
  .g-column-count-xl--8 {
    -webkit-column-count: 8;
            column-count: 8;
  }
  .g-column-count-xl--9 {
    -webkit-column-count: 9;
            column-count: 9;
  }
  .g-column-count-xl--10 {
    -webkit-column-count: 10;
            column-count: 10;
  }
}

/*--- Only iOS Safari ≥ 9 ---*/
.g-shadow--none {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 576px) {
  .g-shadow-sm--none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
@media (min-width: 768px) {
  .g-shadow-md--none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
@media (min-width: 992px) {
  .g-shadow-lg--none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
@media (min-width: 1200px) {
  .g-shadow-xl--none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}

.g-font--9 {
  font-size: 9px;
}

.g-font--10 {
  font-size: 10px;
}

.g-font--11 {
  font-size: 11px;
}

.g-font--12 {
  font-size: 12px;
}

.g-font--13 {
  font-size: 13px;
}

.g-font--14 {
  font-size: 14px;
}

.g-font--15 {
  font-size: 15px;
}

.g-font--16 {
  font-size: 16px;
}

.g-font--17 {
  font-size: 17px;
}

.g-font--18 {
  font-size: 18px;
}

.g-font--19 {
  font-size: 19px;
}

.g-font--20 {
  font-size: 20px;
}

.g-font--21 {
  font-size: 21px;
}

.g-font--22 {
  font-size: 22px;
}

.g-font--23 {
  font-size: 23px;
}

.g-font--24 {
  font-size: 24px;
}

.g-font--25 {
  font-size: 25px;
}

.g-font--26 {
  font-size: 26px;
}

.g-font--27 {
  font-size: 27px;
}

.g-font--28 {
  font-size: 28px;
}

.g-font--29 {
  font-size: 29px;
}

.g-font--30 {
  font-size: 30px;
}

.g-font--31 {
  font-size: 31px;
}

.g-font--32 {
  font-size: 32px;
}

.g-font--33 {
  font-size: 33px;
}

.g-font--34 {
  font-size: 34px;
}

.g-font--35 {
  font-size: 35px;
}

.g-font--36 {
  font-size: 36px;
}

.g-font--37 {
  font-size: 37px;
}

.g-font--38 {
  font-size: 38px;
}

.g-font--39 {
  font-size: 39px;
}

.g-font--40 {
  font-size: 40px;
}

.g-font--41 {
  font-size: 41px;
}

.g-font--42 {
  font-size: 42px;
}

.g-font--43 {
  font-size: 43px;
}

.g-font--44 {
  font-size: 44px;
}

.g-font--45 {
  font-size: 45px;
}

.g-font--46 {
  font-size: 46px;
}

.g-font--47 {
  font-size: 47px;
}

.g-font--48 {
  font-size: 48px;
}

.g-font--49 {
  font-size: 49px;
}

.g-font--50 {
  font-size: 50px;
}

.g-font--51 {
  font-size: 51px;
}

.g-font--52 {
  font-size: 52px;
}

.g-font--53 {
  font-size: 53px;
}

.g-font--54 {
  font-size: 54px;
}

.g-font--55 {
  font-size: 55px;
}

.g-font--56 {
  font-size: 56px;
}

.g-font--57 {
  font-size: 57px;
}

.g-font--58 {
  font-size: 58px;
}

.g-font--59 {
  font-size: 59px;
}

.g-font--60 {
  font-size: 60px;
}

.g-font--61 {
  font-size: 61px;
}

.g-font--62 {
  font-size: 62px;
}

.g-font--63 {
  font-size: 63px;
}

.g-font--64 {
  font-size: 64px;
}

.g-font--65 {
  font-size: 65px;
}

.g-font--66 {
  font-size: 66px;
}

.g-font--67 {
  font-size: 67px;
}

.g-font--68 {
  font-size: 68px;
}

.g-font--69 {
  font-size: 69px;
}

.g-font--70 {
  font-size: 70px;
}

.g-font--71 {
  font-size: 71px;
}

.g-font--72 {
  font-size: 72px;
}

.g-font--73 {
  font-size: 73px;
}

.g-font--74 {
  font-size: 74px;
}

.g-font--75 {
  font-size: 75px;
}

@media (min-width: 576px) {
  .g-font-sm--9 {
    font-size: 9px;
  }

  .g-font-sm--10 {
    font-size: 10px;
  }

  .g-font-sm--11 {
    font-size: 11px;
  }

  .g-font-sm--12 {
    font-size: 12px;
  }

  .g-font-sm--13 {
    font-size: 13px;
  }

  .g-font-sm--14 {
    font-size: 14px;
  }

  .g-font-sm--15 {
    font-size: 15px;
  }

  .g-font-sm--16 {
    font-size: 16px;
  }

  .g-font-sm--17 {
    font-size: 17px;
  }

  .g-font-sm--18 {
    font-size: 18px;
  }

  .g-font-sm--19 {
    font-size: 19px;
  }

  .g-font-sm--20 {
    font-size: 20px;
  }

  .g-font-sm--21 {
    font-size: 21px;
  }

  .g-font-sm--22 {
    font-size: 22px;
  }

  .g-font-sm--23 {
    font-size: 23px;
  }

  .g-font-sm--24 {
    font-size: 24px;
  }

  .g-font-sm--25 {
    font-size: 25px;
  }

  .g-font-sm--26 {
    font-size: 26px;
  }

  .g-font-sm--27 {
    font-size: 27px;
  }

  .g-font-sm--28 {
    font-size: 28px;
  }

  .g-font-sm--29 {
    font-size: 29px;
  }

  .g-font-sm--30 {
    font-size: 30px;
  }

  .g-font-sm--31 {
    font-size: 31px;
  }

  .g-font-sm--32 {
    font-size: 32px;
  }

  .g-font-sm--33 {
    font-size: 33px;
  }

  .g-font-sm--34 {
    font-size: 34px;
  }

  .g-font-sm--35 {
    font-size: 35px;
  }

  .g-font-sm--36 {
    font-size: 36px;
  }

  .g-font-sm--37 {
    font-size: 37px;
  }

  .g-font-sm--38 {
    font-size: 38px;
  }

  .g-font-sm--39 {
    font-size: 39px;
  }

  .g-font-sm--40 {
    font-size: 40px;
  }

  .g-font-sm--41 {
    font-size: 41px;
  }

  .g-font-sm--42 {
    font-size: 42px;
  }

  .g-font-sm--43 {
    font-size: 43px;
  }

  .g-font-sm--44 {
    font-size: 44px;
  }

  .g-font-sm--45 {
    font-size: 45px;
  }

  .g-font-sm--46 {
    font-size: 46px;
  }

  .g-font-sm--47 {
    font-size: 47px;
  }

  .g-font-sm--48 {
    font-size: 48px;
  }

  .g-font-sm--49 {
    font-size: 49px;
  }

  .g-font-sm--50 {
    font-size: 50px;
  }

  .g-font-sm--51 {
    font-size: 51px;
  }

  .g-font-sm--52 {
    font-size: 52px;
  }

  .g-font-sm--53 {
    font-size: 53px;
  }

  .g-font-sm--54 {
    font-size: 54px;
  }

  .g-font-sm--55 {
    font-size: 55px;
  }

  .g-font-sm--56 {
    font-size: 56px;
  }

  .g-font-sm--57 {
    font-size: 57px;
  }

  .g-font-sm--58 {
    font-size: 58px;
  }

  .g-font-sm--59 {
    font-size: 59px;
  }

  .g-font-sm--60 {
    font-size: 60px;
  }

  .g-font-sm--61 {
    font-size: 61px;
  }

  .g-font-sm--62 {
    font-size: 62px;
  }

  .g-font-sm--63 {
    font-size: 63px;
  }

  .g-font-sm--64 {
    font-size: 64px;
  }

  .g-font-sm--65 {
    font-size: 65px;
  }

  .g-font-sm--66 {
    font-size: 66px;
  }

  .g-font-sm--67 {
    font-size: 67px;
  }

  .g-font-sm--68 {
    font-size: 68px;
  }

  .g-font-sm--69 {
    font-size: 69px;
  }

  .g-font-sm--70 {
    font-size: 70px;
  }

  .g-font-sm--71 {
    font-size: 71px;
  }

  .g-font-sm--72 {
    font-size: 72px;
  }

  .g-font-sm--73 {
    font-size: 73px;
  }

  .g-font-sm--74 {
    font-size: 74px;
  }

  .g-font-sm--75 {
    font-size: 75px;
  }
}
@media (min-width: 768px) {
  .g-font-md--9 {
    font-size: 9px;
  }

  .g-font-md--10 {
    font-size: 10px;
  }

  .g-font-md--11 {
    font-size: 11px;
  }

  .g-font-md--12 {
    font-size: 12px;
  }

  .g-font-md--13 {
    font-size: 13px;
  }

  .g-font-md--14 {
    font-size: 14px;
  }

  .g-font-md--15 {
    font-size: 15px;
  }

  .g-font-md--16 {
    font-size: 16px;
  }

  .g-font-md--17 {
    font-size: 17px;
  }

  .g-font-md--18 {
    font-size: 18px;
  }

  .g-font-md--19 {
    font-size: 19px;
  }

  .g-font-md--20 {
    font-size: 20px;
  }

  .g-font-md--21 {
    font-size: 21px;
  }

  .g-font-md--22 {
    font-size: 22px;
  }

  .g-font-md--23 {
    font-size: 23px;
  }

  .g-font-md--24 {
    font-size: 24px;
  }

  .g-font-md--25 {
    font-size: 25px;
  }

  .g-font-md--26 {
    font-size: 26px;
  }

  .g-font-md--27 {
    font-size: 27px;
  }

  .g-font-md--28 {
    font-size: 28px;
  }

  .g-font-md--29 {
    font-size: 29px;
  }

  .g-font-md--30 {
    font-size: 30px;
  }

  .g-font-md--31 {
    font-size: 31px;
  }

  .g-font-md--32 {
    font-size: 32px;
  }

  .g-font-md--33 {
    font-size: 33px;
  }

  .g-font-md--34 {
    font-size: 34px;
  }

  .g-font-md--35 {
    font-size: 35px;
  }

  .g-font-md--36 {
    font-size: 36px;
  }

  .g-font-md--37 {
    font-size: 37px;
  }

  .g-font-md--38 {
    font-size: 38px;
  }

  .g-font-md--39 {
    font-size: 39px;
  }

  .g-font-md--40 {
    font-size: 40px;
  }

  .g-font-md--41 {
    font-size: 41px;
  }

  .g-font-md--42 {
    font-size: 42px;
  }

  .g-font-md--43 {
    font-size: 43px;
  }

  .g-font-md--44 {
    font-size: 44px;
  }

  .g-font-md--45 {
    font-size: 45px;
  }

  .g-font-md--46 {
    font-size: 46px;
  }

  .g-font-md--47 {
    font-size: 47px;
  }

  .g-font-md--48 {
    font-size: 48px;
  }

  .g-font-md--49 {
    font-size: 49px;
  }

  .g-font-md--50 {
    font-size: 50px;
  }

  .g-font-md--51 {
    font-size: 51px;
  }

  .g-font-md--52 {
    font-size: 52px;
  }

  .g-font-md--53 {
    font-size: 53px;
  }

  .g-font-md--54 {
    font-size: 54px;
  }

  .g-font-md--55 {
    font-size: 55px;
  }

  .g-font-md--56 {
    font-size: 56px;
  }

  .g-font-md--57 {
    font-size: 57px;
  }

  .g-font-md--58 {
    font-size: 58px;
  }

  .g-font-md--59 {
    font-size: 59px;
  }

  .g-font-md--60 {
    font-size: 60px;
  }

  .g-font-md--61 {
    font-size: 61px;
  }

  .g-font-md--62 {
    font-size: 62px;
  }

  .g-font-md--63 {
    font-size: 63px;
  }

  .g-font-md--64 {
    font-size: 64px;
  }

  .g-font-md--65 {
    font-size: 65px;
  }

  .g-font-md--66 {
    font-size: 66px;
  }

  .g-font-md--67 {
    font-size: 67px;
  }

  .g-font-md--68 {
    font-size: 68px;
  }

  .g-font-md--69 {
    font-size: 69px;
  }

  .g-font-md--70 {
    font-size: 70px;
  }

  .g-font-md--71 {
    font-size: 71px;
  }

  .g-font-md--72 {
    font-size: 72px;
  }

  .g-font-md--73 {
    font-size: 73px;
  }

  .g-font-md--74 {
    font-size: 74px;
  }

  .g-font-md--75 {
    font-size: 75px;
  }
}
@media (min-width: 992px) {
  .g-font-lg--9 {
    font-size: 9px;
  }

  .g-font-lg--10 {
    font-size: 10px;
  }

  .g-font-lg--11 {
    font-size: 11px;
  }

  .g-font-lg--12 {
    font-size: 12px;
  }

  .g-font-lg--13 {
    font-size: 13px;
  }

  .g-font-lg--14 {
    font-size: 14px;
  }

  .g-font-lg--15 {
    font-size: 15px;
  }

  .g-font-lg--16 {
    font-size: 16px;
  }

  .g-font-lg--17 {
    font-size: 17px;
  }

  .g-font-lg--18 {
    font-size: 18px;
  }

  .g-font-lg--19 {
    font-size: 19px;
  }

  .g-font-lg--20 {
    font-size: 20px;
  }

  .g-font-lg--21 {
    font-size: 21px;
  }

  .g-font-lg--22 {
    font-size: 22px;
  }

  .g-font-lg--23 {
    font-size: 23px;
  }

  .g-font-lg--24 {
    font-size: 24px;
  }

  .g-font-lg--25 {
    font-size: 25px;
  }

  .g-font-lg--26 {
    font-size: 26px;
  }

  .g-font-lg--27 {
    font-size: 27px;
  }

  .g-font-lg--28 {
    font-size: 28px;
  }

  .g-font-lg--29 {
    font-size: 29px;
  }

  .g-font-lg--30 {
    font-size: 30px;
  }

  .g-font-lg--31 {
    font-size: 31px;
  }

  .g-font-lg--32 {
    font-size: 32px;
  }

  .g-font-lg--33 {
    font-size: 33px;
  }

  .g-font-lg--34 {
    font-size: 34px;
  }

  .g-font-lg--35 {
    font-size: 35px;
  }

  .g-font-lg--36 {
    font-size: 36px;
  }

  .g-font-lg--37 {
    font-size: 37px;
  }

  .g-font-lg--38 {
    font-size: 38px;
  }

  .g-font-lg--39 {
    font-size: 39px;
  }

  .g-font-lg--40 {
    font-size: 40px;
  }

  .g-font-lg--41 {
    font-size: 41px;
  }

  .g-font-lg--42 {
    font-size: 42px;
  }

  .g-font-lg--43 {
    font-size: 43px;
  }

  .g-font-lg--44 {
    font-size: 44px;
  }

  .g-font-lg--45 {
    font-size: 45px;
  }

  .g-font-lg--46 {
    font-size: 46px;
  }

  .g-font-lg--47 {
    font-size: 47px;
  }

  .g-font-lg--48 {
    font-size: 48px;
  }

  .g-font-lg--49 {
    font-size: 49px;
  }

  .g-font-lg--50 {
    font-size: 50px;
  }

  .g-font-lg--51 {
    font-size: 51px;
  }

  .g-font-lg--52 {
    font-size: 52px;
  }

  .g-font-lg--53 {
    font-size: 53px;
  }

  .g-font-lg--54 {
    font-size: 54px;
  }

  .g-font-lg--55 {
    font-size: 55px;
  }

  .g-font-lg--56 {
    font-size: 56px;
  }

  .g-font-lg--57 {
    font-size: 57px;
  }

  .g-font-lg--58 {
    font-size: 58px;
  }

  .g-font-lg--59 {
    font-size: 59px;
  }

  .g-font-lg--60 {
    font-size: 60px;
  }

  .g-font-lg--61 {
    font-size: 61px;
  }

  .g-font-lg--62 {
    font-size: 62px;
  }

  .g-font-lg--63 {
    font-size: 63px;
  }

  .g-font-lg--64 {
    font-size: 64px;
  }

  .g-font-lg--65 {
    font-size: 65px;
  }

  .g-font-lg--66 {
    font-size: 66px;
  }

  .g-font-lg--67 {
    font-size: 67px;
  }

  .g-font-lg--68 {
    font-size: 68px;
  }

  .g-font-lg--69 {
    font-size: 69px;
  }

  .g-font-lg--70 {
    font-size: 70px;
  }

  .g-font-lg--71 {
    font-size: 71px;
  }

  .g-font-lg--72 {
    font-size: 72px;
  }

  .g-font-lg--73 {
    font-size: 73px;
  }

  .g-font-lg--74 {
    font-size: 74px;
  }

  .g-font-lg--75 {
    font-size: 75px;
  }
}
@media (min-width: 1200px) {
  .g-font-xl--9 {
    font-size: 9px;
  }

  .g-font-xl--10 {
    font-size: 10px;
  }

  .g-font-xl--11 {
    font-size: 11px;
  }

  .g-font-xl--12 {
    font-size: 12px;
  }

  .g-font-xl--13 {
    font-size: 13px;
  }

  .g-font-xl--14 {
    font-size: 14px;
  }

  .g-font-xl--15 {
    font-size: 15px;
  }

  .g-font-xl--16 {
    font-size: 16px;
  }

  .g-font-xl--17 {
    font-size: 17px;
  }

  .g-font-xl--18 {
    font-size: 18px;
  }

  .g-font-xl--19 {
    font-size: 19px;
  }

  .g-font-xl--20 {
    font-size: 20px;
  }

  .g-font-xl--21 {
    font-size: 21px;
  }

  .g-font-xl--22 {
    font-size: 22px;
  }

  .g-font-xl--23 {
    font-size: 23px;
  }

  .g-font-xl--24 {
    font-size: 24px;
  }

  .g-font-xl--25 {
    font-size: 25px;
  }

  .g-font-xl--26 {
    font-size: 26px;
  }

  .g-font-xl--27 {
    font-size: 27px;
  }

  .g-font-xl--28 {
    font-size: 28px;
  }

  .g-font-xl--29 {
    font-size: 29px;
  }

  .g-font-xl--30 {
    font-size: 30px;
  }

  .g-font-xl--31 {
    font-size: 31px;
  }

  .g-font-xl--32 {
    font-size: 32px;
  }

  .g-font-xl--33 {
    font-size: 33px;
  }

  .g-font-xl--34 {
    font-size: 34px;
  }

  .g-font-xl--35 {
    font-size: 35px;
  }

  .g-font-xl--36 {
    font-size: 36px;
  }

  .g-font-xl--37 {
    font-size: 37px;
  }

  .g-font-xl--38 {
    font-size: 38px;
  }

  .g-font-xl--39 {
    font-size: 39px;
  }

  .g-font-xl--40 {
    font-size: 40px;
  }

  .g-font-xl--41 {
    font-size: 41px;
  }

  .g-font-xl--42 {
    font-size: 42px;
  }

  .g-font-xl--43 {
    font-size: 43px;
  }

  .g-font-xl--44 {
    font-size: 44px;
  }

  .g-font-xl--45 {
    font-size: 45px;
  }

  .g-font-xl--46 {
    font-size: 46px;
  }

  .g-font-xl--47 {
    font-size: 47px;
  }

  .g-font-xl--48 {
    font-size: 48px;
  }

  .g-font-xl--49 {
    font-size: 49px;
  }

  .g-font-xl--50 {
    font-size: 50px;
  }

  .g-font-xl--51 {
    font-size: 51px;
  }

  .g-font-xl--52 {
    font-size: 52px;
  }

  .g-font-xl--53 {
    font-size: 53px;
  }

  .g-font-xl--54 {
    font-size: 54px;
  }

  .g-font-xl--55 {
    font-size: 55px;
  }

  .g-font-xl--56 {
    font-size: 56px;
  }

  .g-font-xl--57 {
    font-size: 57px;
  }

  .g-font-xl--58 {
    font-size: 58px;
  }

  .g-font-xl--59 {
    font-size: 59px;
  }

  .g-font-xl--60 {
    font-size: 60px;
  }

  .g-font-xl--61 {
    font-size: 61px;
  }

  .g-font-xl--62 {
    font-size: 62px;
  }

  .g-font-xl--63 {
    font-size: 63px;
  }

  .g-font-xl--64 {
    font-size: 64px;
  }

  .g-font-xl--65 {
    font-size: 65px;
  }

  .g-font-xl--66 {
    font-size: 66px;
  }

  .g-font-xl--67 {
    font-size: 67px;
  }

  .g-font-xl--68 {
    font-size: 68px;
  }

  .g-font-xl--69 {
    font-size: 69px;
  }

  .g-font-xl--70 {
    font-size: 70px;
  }

  .g-font-xl--71 {
    font-size: 71px;
  }

  .g-font-xl--72 {
    font-size: 72px;
  }

  .g-font-xl--73 {
    font-size: 73px;
  }

  .g-font-xl--74 {
    font-size: 74px;
  }

  .g-font-xl--75 {
    font-size: 75px;
  }
}
.cards {
  width: 100%;
}
.cards--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .cards--box {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .cards--box {
    width: 33.3333%;
  }
  .cards--box:first-child::before {
    border-top: 3px solid #8db602;
    bottom: 0;
    content: '';
    height: 50%;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 1;
  }
  .cards--box:last-child::before {
    border-bottom: 0 solid #8db602 !important;
    border-right: 0 solid #8db602 !important;
    border-top: 1px solid #8db602;
    bottom: 0;
    content: '';
    height: 50%;
    left: 0;
    position: absolute;
    width: 50% !important;
    z-index: 1;
  }
  .cards--box:nth-child(n + 2)::before {
    border-bottom: 3px solid #8db602;
    border-top: 3px solid #8db602;
    bottom: 0;
    content: '';
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .cards--box:nth-child(3n)::before {
    border-bottom: 3px solid #8db602;
    border-right: 3px solid #8db602;
    border-top: 3px solid #8db602;
    bottom: 0;
    content: '';
    height: 50%;
    left: 0;
    position: absolute;
    width: 50% !important;
    z-index: 1;
  }
  .cards--box:nth-child(3n + 4)::before {
    border-bottom: 3px solid #8db602;
    border-left: 3px solid #8db602;
    border-top: 3px solid #8db602;
    content: '';
    height: calc(50% + 6px);
    left: auto;
    position: absolute;
    right: 0;
    top: -3px;
    width: 50% !important;
    z-index: 1;
  }
  .cards--box:nth-child(3n + 2):nth-last-child(2)::before {
    border-bottom: 0 solid #fff !important;
  }
}
.cards--item {
  background: #fff;
  z-index: 10;
}

.g-tablist {
  background: #fff;
  height: 46px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  width: 100%;
}
.g-tablist::-webkit-scrollbar {
  display: none;
}
.g-tablist > .g-inner {
  display: table;
  margin: 0;
  padding: 0;
}
.g-tablist__tab:first-child:nth-last-child(1), .g-tablist__tab:first-child:nth-last-child(1) ~ .g-tablist__tab {
  width: 100%;
}
.g-tablist__tab:first-child:nth-last-child(2), .g-tablist__tab:first-child:nth-last-child(2) ~ .g-tablist__tab {
  width: 50%;
}
.g-tablist__tab:first-child:nth-last-child(3), .g-tablist__tab:first-child:nth-last-child(3) ~ .g-tablist__tab {
  width: 33.3333333333%;
}
.g-tablist__tab:first-child:nth-last-child(4), .g-tablist__tab:first-child:nth-last-child(4) ~ .g-tablist__tab {
  width: 25%;
}
.g-tablist__tab:first-child:nth-last-child(5), .g-tablist__tab:first-child:nth-last-child(5) ~ .g-tablist__tab {
  width: 20%;
}
.g-tablist__tab {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4c4c4c;
  cursor: pointer;
  display: table-cell;
  font-size: 14px;
  height: 55px;
  margin: 0;
  padding: 0 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.g-tablist__tab:hover {
  background: #f7f8f9;
  color: #4a4a4a;
}
.g-tablist__tab:focus, .g-tablist__tab--active {
  color: #8db602;
}
.g-tablist__tab:focus::before, .g-tablist__tab--active::before {
  background: #8db602;
  bottom: 0;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
}
.g-tablist__tab:focus:hover, .g-tablist__tab--active:hover {
  background: transparent;
  color: #8db602;
}
.g-tablist--name {
  height: 35px;
  line-height: 35px;
  margin-top: 10px;
  outline: none;
  padding: 0 25px 0 0;
}
.g-tablist--list {
  position: relative;
}
.g-tablist--menu {
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  width: 100%;
  z-index: 11;
}
@media (min-width: 992px) {
  .g-tablist--menu {
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    left: auto;
    max-height: inherit !important;
    position: relative;
    top: auto;
  }
}

.g-tablist-vertical {
  padding: 0;
  width: 100%;
}
.g-tablist-vertical > .g-inner {
  margin: 0;
  padding: 0;
}
.g-tablist-vertical__tab {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 5px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4c4c4c;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .g-tablist-vertical__tab {
    padding: 0 60px 0 13px;
  }
}
.g-tablist-vertical__tab:hover {
  border-left: 5px solid transparent;
  color: #8db602;
}
@media (min-width: 992px) {
  .g-tablist-vertical__tab:focus, .g-tablist-vertical__tab.active {
    border-left: 5px solid #8db602;
    color: #8db602;
  }
}
@media (min-width: 992px) {
  .g-tablist-vertical__tab:focus:hover, .g-tablist-vertical__tab.active:hover {
    border-left: 5px solid #8db602;
  }
}

.g-modaltab--wrapper {
  left: 0;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media (min-width: 992px) {
  .g-modaltab--wrapper {
    left: auto;
    min-height: inherit;
    overflow: hidden;
    position: relative;
    top: auto;
    width: auto;
  }
}
.g-modaltab--header {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.13);
  padding: 15px;
}
@media (min-width: 992px) {
  .g-modaltab--header {
    padding: 0;
  }
}
.g-modaltab--content {
  padding: 15px;
}
@media (min-width: 992px) {
  .g-modaltab--content {
    padding: 0;
  }
}

.g-tabsearch {
  background: #fff;
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .g-tabsearch {
    height: 46px;
    padding: 0;
  }
}
.g-tabsearch::-webkit-scrollbar {
  display: none;
}
.g-tabsearch > .g-inner {
  display: table;
  margin: 0;
  padding: 0;
}
.g-tabsearch__tab:first-child:nth-last-child(1), .g-tabsearch__tab:first-child:nth-last-child(1) ~ .g-tabsearch__tab {
  width: 100%;
}
.g-tabsearch__tab:first-child:nth-last-child(2), .g-tabsearch__tab:first-child:nth-last-child(2) ~ .g-tabsearch__tab {
  width: 50%;
}
.g-tabsearch__tab:first-child:nth-last-child(3), .g-tabsearch__tab:first-child:nth-last-child(3) ~ .g-tabsearch__tab {
  width: 33.3333333333%;
}
.g-tabsearch__tab:first-child:nth-last-child(4), .g-tabsearch__tab:first-child:nth-last-child(4) ~ .g-tabsearch__tab {
  width: 25%;
}
.g-tabsearch__tab:first-child:nth-last-child(5), .g-tabsearch__tab:first-child:nth-last-child(5) ~ .g-tabsearch__tab {
  width: 20%;
}
.g-tabsearch__tab:first-child:nth-last-child(6), .g-tabsearch__tab:first-child:nth-last-child(6) ~ .g-tabsearch__tab {
  width: 16.6666666667%;
}
.g-tabsearch__tab:first-child:nth-last-child(7), .g-tabsearch__tab:first-child:nth-last-child(7) ~ .g-tabsearch__tab {
  width: 14.2857142857%;
}
.g-tabsearch__tab:first-child:nth-last-child(8), .g-tabsearch__tab:first-child:nth-last-child(8) ~ .g-tabsearch__tab {
  width: 12.5%;
}
.g-tabsearch__tab:first-child:nth-last-child(9), .g-tabsearch__tab:first-child:nth-last-child(9) ~ .g-tabsearch__tab {
  width: 11.1111111111%;
}
.g-tabsearch__tab:first-child:nth-last-child(10), .g-tabsearch__tab:first-child:nth-last-child(10) ~ .g-tabsearch__tab {
  width: 10%;
}
.g-tabsearch__tab {
  background-color: #fff;
  border-bottom: 3px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4c4c4c;
  cursor: pointer;
  display: table-cell;
  height: 46px;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .g-tabsearch__tab {
    padding: 0 20px;
  }
}
.g-tabsearch__tab:hover, .g-tabsearch__tab:focus, .g-tabsearch__tab--active {
  border-bottom: 3px solid #8db602;
  color: #8db602;
}

.g-steps {
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .g-steps.g-steps--hidden {
    overflow-x: hidden;
  }
}
.g-steps.g-steps--timeline {
  overflow: visible;
}
.g-steps::-webkit-scrollbar {
  display: none;
}
.g-steps > .g-inner {
  display: table;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.g-steps__item {
  color: #4c4c4c;
  display: table-cell;
  min-width: 105px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 12.5%;
}
.g-steps__item::after, .g-steps__item::before {
  background: #ddd;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 50%;
}
.g-steps__item::before {
  left: auto;
  right: 0;
}
.g-steps__item:last-child::before {
  left: 0;
  right: auto;
  width: 50%;
}
.g-steps__item--first-none::after {
  display: none;
}
.g-steps__item--icon {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  display: inline-block;
  height: 28px;
  position: relative;
  width: 28px;
  z-index: 1;
}
.g-steps__item .status {
  color: #ddd;
  position: relative;
  z-index: 1;
}
.g-steps__item--active .status {
  color: #8db602;
}
.g-steps__item--active .g-steps__item--icon {
  background: #e8e8e8;
}
.g-steps__item--active:first-child::after {
  display: none;
}
.g-steps__item--active-last::before {
  background: #ddd;
}
.g-steps__item--active-last .g-steps__item--icon {
  background: #8db602;
}
.g-steps__item--active-last .g-steps__item--icon:before {
  background: #8db602;
  border-radius: 50%;
  border: 5px solid #fff;
  content: '';
  display: block;
  height: 26px;
  width: 26px;
}
.g-steps--name {
  height: 35px;
  line-height: 35px;
  margin-top: 10px;
  outline: none;
  padding: 0 25px 0 0;
}
.g-steps--list {
  position: relative;
}
.g-steps--menu {
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13);
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 100%;
  z-index: 99;
}
@media (min-width: 992px) {
  .g-steps--menu {
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    left: auto;
    position: relative;
    top: auto;
  }
}

body {
  //background-color: #f2f2f2;
  color: #4c4c4c;
}

.g-o--hidden {
  overflow: hidden;
}
.g-o-y--auto {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .g-o-lg--hidden {
    overflow: hidden;
  }
}

.g-inlineblock {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}

.w-md-50 {
  width: 100%;
}
@media (min-width: 768px) {
  .w-md-50 {
    width: 50%;
  }
}

.p-tb--15-lr--30 {
  padding: 15px 30px;
}

.g-padding-left-xs--45 {
  padding-left: 45px;
}
@media (min-width: 576px) {
  .g-padding-left-xs--45 {
    padding-left: 0;
  }
}

.img-mw--75 img {
  max-width: 75px;
}
@media (min-width: 768px) {
  .img-mw--75 img {
    max-width: 100%;
  }
}

.mw--500 {
  max-width: 500px;
}

/* hide up/down arrows ("spinners") on input fields marked type="number" */
.no-spinners {
  -moz-appearance: textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.g-mt--minus--25 {
  margin-top: -25px;
}
@media (min-height: 768px) {
  .g-mt--minus--25 {
    margin-top: 25px;
  }
}

.min-height--70 {
  min-height: 70px;
}
.min-height--100 {
  min-height: 100%;
}
.min-height--360 {
  min-height: 360px;
}

.g-border-radius--5 {
  border-radius: 5px;
}
.g-border-radius--tlr5 {
  border-radius: 5px 5px 0 0;
}
.g-border-radius--10 {
  border-radius: 10px;
}
.g-border-radius--15 {
  border-radius: 15px;
}
.g-border-radius--20 {
  border-radius: 20px;
}
.g-border-radius--25 {
  border-radius: 25px;
}
.g-border-radius--30 {
  border-radius: 5px;
}
@media (min-width: 768px) {
  .g-border-radius--30 {
    border-radius: 30px;
  }
}
.g-border-radius--50 {
  border-radius: 50%;
}
@media (max-width: 768px) {
  .g-border-radius-xs--0 {
    border-radius: 0;
  }
}

.g-max-width--calc {
  max-width: calc(100% - 35px);
}

.g-mw--6 {
  max-width: 600px;
}
.g-mw--6--lg-none {
  max-width: 100%;
}
@media (min-width: 992px) {
  .g-mw--6--lg-none {
    max-width: 600px;
  }
}

.g-mw-100 {
  max-width: 100%;
  min-width: 100%;
}

.g-mh-100vh {
  max-height: 100vh;
  min-height: 10vh;
}

.g-max-height--180 {
  height: 180px;
  max-height: 180px;
}

.g-c--pointer {
  cursor: pointer;
}
.g-c--default {
  cursor: initial;
}

.g-vfw--auto {
  overflow: auto;
}

.g-btn-xs-fixed {
  bottom: 0;
  min-height: 60px;
  position: fixed;
}
@media (min-width: 992px) {
  .g-btn-xs-fixed {
    position: inherit;
  }
}

.g-no-scroll {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .g-no-scroll {
    overflow: auto;
    position: relative;
  }
}

.g-h-xs-100 {
  height: 100%;
}
@media (min-width: 1200px) {
  .g-h-xs-100 {
    height: auto;
  }
}

.g-order--1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 992px) {
  .g-order-lg--0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.g-flex--1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

html.body-hidden {
  overflow: hidden;
}

.g-modal-no-scroll {
  overflow: initial;
  position: fixed;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .g-modal-no-scroll {
    position: relative;
  }
}

.g-pa--rb15 {
  bottom: -15px;
  position: absolute;
  right: -15px;
}

.g-pa--bc {
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@media (min-width: 992px) {
  .g-max-h-lg--60 {
    max-height: 600px !important;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
  }
}

.w-mx-990 {
  max-width: 990px;
}

.g-shadow--line {
  border-top: 1px solid #f2f2f2;
  -webkit-box-shadow: inset 0 5px 13px -10px rgba(0, 0, 0, 0.13);
          box-shadow: inset 0 5px 13px -10px rgba(0, 0, 0, 0.13);
  min-height: calc(100vh - 100px);
}
@media (min-width: 768px) {
  .g-shadow--line {
    min-height: inherit;
  }
}

.g-shadow--horz {
  -webkit-box-shadow: inset 0 5px 13px -10px rgba(0, 0, 0, 0.13);
          box-shadow: inset 0 5px 13px -10px rgba(0, 0, 0, 0.13);
}
@media (min-width: 992px) {
  .g-shadow--horz {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  }
}

.g-flex--shrink {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.g-bg-opacity--2::before {
  background: #fff;
  content: '';
  height: 100%;
  left: 0;
  opacity: .8;
  position: absolute;
  top: 0;
  width: 100%;
}

.g-min-h--100 {
  min-height: calc(100vh - 70px);
}

.g-height--full {
  min-height: calc(100vh - 100px);
  position: relative;
}
@media (min-width: 992px) {
  .g-height--full {
    min-height: calc(100vh - 70px);
  }
}

.sect-container {
  position: relative;
}

.g-map--full {
  min-height: calc(100vh - 70px);
  padding-right: 0;
}
@media (min-width: 1200px) {
  .g-map--full {
    min-height: calc(100vh - 70px);
  }
}

.g-max-w--570 {
  max-width: 570px;
}

@media (min-width: 992px) {
  .g-max-w-lg--570 {
    max-width: 570px;
  }
}

@media (min-width: 768px) {
  .g-max-w--inherit {
    max-width: inherit;
  }
}

@media (min-width: 992px) {
  .g-max-w-lg--500 {
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .g-max-w-md--760 {
    max-width: 760px;
  }
}

@media (min-width: 992px) {
  .g-max-w-lg--690 {
    max-width: 690px;
  }
}

@media (min-width: 992px) {
  .g-max-w-lg--990 {
    max-width: 990px;
  }
}

.g-btn--80 {
  display: block;
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .g-btn--80 {
    width: 80%;
  }
}

.g-mx-n--15 {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 992px) {
  .g-mx-n-lg--15 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 992px) {
  .g-mr-n-lg--15 {
    margin-right: -15px;
  }
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100%;
  }
}

.g-fm--roboto {
  font-family: roboto;
}

.g-mt-n--3 {
  margin-top: -3px;
}

.g-mt-n--10 {
  margin-top: -10px;
}

.g-mt-n--15 {
  margin-top: -15px;
}

.g-mb--03 {
  margin-bottom: 3px;
}

@media (min-width: 992px) {
  .g-mt-n-lg--15 {
    margin-top: -15px;
  }
}

@media (min-width: 1378px) {
  .d-2xl-block {
    display: block !important;
  }
}

@media (min-width: 1378px) {
  .d-2xl-none {
    display: none !important;
  }
}

.h-objfit--cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.h-info-modal {
  overflow: hidden;
  position: relative;
}
.h-info-modal .img {
  background-position: 0 0;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.h-position--heart {
  position: absolute;
  right: 20px;
  top: 0;
}

.g-list-bullet > li {
  list-style: disc;
  margin-left: 15px;
}
.g-list-alpha {
  counter-reset: list;
}
.g-list-alpha > li {
  list-style: none;
  margin-bottom: 3px;
  padding-left: 25px;
  position: relative;
}
.g-list-alpha > li::before {
  content: counter(list,lower-alpha) ") ";
  counter-increment: list;
  left: 0;
  position: absolute;
}
.g-list-number {
  counter-reset: list;
}
.g-list-number > li {
  list-style: none;
  margin-bottom: 3px;
  padding-left: 30px;
  position: relative;
}
.g-list-number > li::before {
  content: counter(list) ". ";
  counter-increment: list;
  left: 10px;
  position: absolute;
}

@media (min-width: 992px) {
  .text-lg-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
}

.g-mt--3 {
  margin-top: 3px;
}

@media (min-width: 992px) {
  .g-mt-lg--3 {
    margin-top: 3px;
  }
}

.simplebar-track.vertical, .simplebar-track.horizontal {
  display: none;
}
@media (min-width: 992px) {
  .simplebar-track.vertical, .simplebar-track.horizontal {
    display: block;
  }
}

@media (min-width: 768px) {
  .g-min-full {
    min-height: calc(100vh - 100px);
  }
}
@media (min-width: 992px) {
  .g-min-full {
    min-height: calc(100vh - 70px);
  }
}

.p-xs--5 {
  padding: 5px;
}

.p-xs--15 {
  padding: 15px;
}

.p-xs--25 {
  padding: 25px;
}

.pt-xs--15 {
  padding-top: 15px;
}

.pb-xs--15 {
  padding-bottom: 15px;
}

.mb-xs--5 {
  margin-bottom: 5px;
}

.ml-xs--05 {
  margin-left: 5px;
}

.g-maxh--62 {
  max-height: 62px;
}

.g-container-block {
  width: 100%;
}
@media (min-width: 1378px) {
  .g-container-block {
    padding-right: 5%;
  }
}

.g-item-list--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.g-item-list--block .g-item-list--option {
  width: 100%;
}
@media (min-width: 576px) {
  .g-item-list--block .g-item-list--option {
    width: 50%;
  }
}

.g-table--row:nth-child(even) {
  background: #f7f8f9;
}
.g-table--fixed {
  left: 25px;
  position: fixed;
  top: 0;
  width: calc(100% - 50px);
  z-index: 10;
}

.g-box-icons--active .w-10--active {
  width: 100%;
}
@media (min-width: 992px) {
  .g-box-icons--active .w-10--active {
    width: auto;
  }
}

.g-pos--3 {
  top: 3px;
}

.g-text-shadow--10-white1 {
  text-shadow: 0 0 10px #fff;
}

.g-width {
  margin: auto;
  max-width: 1280px;
}

.g-flex-shrink--0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.g-flex-grow--1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.g-up {
  bottom: 10px;
  position: fixed;
  right: 10px;
}

.g-banner img {
  max-width: inherit;
}
.g-banner--ios {
  bottom: 90px;
  left: 20px;
  position: absolute;
}
@media (min-width: 768px) {
  .g-banner--ios {
    bottom: 70px;
    left: 50px;
  }
}
.g-banner--android {
  bottom: 25px;
  left: 20px;
  position: absolute;
}
@media (min-width: 768px) {
  .g-banner--android {
    bottom: 70px;
    left: 230px;
  }
}
.g-banner--hover {
  display: none;
}
.g-banner--white .g-banner--ios,
.g-banner--white .g-banner--android {
  border: 1px solid #000;
  border-radius: 8px;
  bottom: 0;
  left: 0;
  position: relative;
}
@media (min-width: 768px) {
  .g-banner--apps:hover .g-banner--default {
    display: none;
  }
}
@media (min-width: 768px) {
  .g-banner--apps:hover .g-banner--hover {
    display: block;
  }
}

.g-none {
  display: none;
}

.g-block {
  display: block;
}

@media (min-width: 480px) {
  .g-xs-block {
    display: block;
  }
}

@media (min-width: 480px) {
  .g-xs-none {
    display: none;
  }
}

@media (min-width: 576px) {
  .g-sm-block {
    display: block;
  }
}

@media (min-width: 576px) {
  .g-sm-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .g-md-block {
    display: block;
  }
}

@media (min-width: 768px) {
  .g-md-none {
    display: none;
  }
}

@media (min-width: 992px) {
  .g-lg-block {
    display: block;
  }
}

@media (min-width: 992px) {
  .g-lg-none {
    display: none;
  }
}

@media (min-width: 1200px) {
  .g-xl-block {
    display: block;
  }
}

@media (min-width: 1200px) {
  .g-xl-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .g-c-md--gray18 {
    color: #797b7f;
  }
}

.g-bar-horz {
  overflow: hidden;
}
@media (min-width: 992px) {
  .g-bar-horz .g-tablist__tab {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1378px) {
  .g-bar-horz .g-tablist__tab {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (min-width: 992px) {
  .g-notfound--content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.g-notfound--imagen {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .g-notfound--imagen {
    margin-bottom: 0;
    margin-right: 20px;
    width: 70px;
  }
}
@media (min-width: 992px) {
  .g-notfound--medium .g-notfound--content {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .g-notfound--medium .g-notfound--imagen {
    width: 140px;
  }
}
@media (min-width: 992px) {
  .g-notfound--default .g-notfound--content {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    display: block;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    text-align: center;
  }
}
.g-notfound--default .g-notfound--imagen {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .g-notfound--default .g-notfound--imagen {
    margin-bottom: 20px;
    margin-right: 0;
    width: auto;
  }
}

@media (min-width: 992px) {
  .g-navbar--fixed {
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
}
@media (min-width: 1200px) {
  .g-navbar--fixed {
    padding-left: 255px;
  }
}
@media (min-width: 992px) {
  .g-navbar--fixed .g-navbar--hide {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .g-navbar--fixed .g-navbar--show {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .g-navbar--fixed .g-navbar--money {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .g-navbar--fixed .g-navbar--title {
    font-size: 13px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .g-navbar--fixed .g-navbar--bgto {
    background: none;
    padding: 5px 20px;
  }
}
@media (min-width: 992px) {
  .g-navbar--fixed .g-navbar--shadow {
    -webkit-box-shadow: 0 0 10px #ddd;
            box-shadow: 0 0 10px #ddd;
  }
}
@media (min-width: 992px) {
  .g-navbar--fixed .g-navbar--gray {
    padding: 9px 0;
  }
}
.g-navbar--title {
  font-size: 18px;
  padding-bottom: 15px;
  padding-top: 10px;
}
.g-navbar--money {
  display: none;
}
.g-navbar--bgto {
  background: #f2f2f2;
  padding: 10px 20px;
}
.g-navbar--menu {
  bottom: 0;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 15;
}
.g-navbar--active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 992px) {
  .g-navbar--active {
    display: none !important;
  }
}

.g-br--circle {
  border-radius: 50%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
}

.g-py--7 {
  padding-bottom: 7px;
  padding-top: 7px;
}

.g-map--top {
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.13);
          box-shadow: 0 6px 14px rgba(0, 0, 0, 0.13);
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999;
}
@media (min-width: 1200px) {
  .g-map--top {
    height: 70px !important;
  }
}
.g-map--search {
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.13);
          box-shadow: 0 6px 14px rgba(0, 0, 0, 0.13);
  left: 0;
  position: absolute;
  top: 50px;
  z-index: 9999;
}
@media (min-width: 1200px) {
  .g-map--search {
    left: 50%;
    max-width: 600px;
    top: 90px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.g-map--bottom {
  bottom: 0;
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.13);
          box-shadow: 0 6px 14px rgba(0, 0, 0, 0.13);
  left: 0;
  padding: 10px;
  position: fixed;
  z-index: 9999;
}
@media (min-width: 1200px) {
  .g-map--bottom {
    padding-left: 240px;
  }
}
.g-map--autocomplete {
  background: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.13);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.13);
  left: 0;
  position: absolute;
  top: 107px;
  width: 100%;
}
@media (min-width: 1200px) {
  .g-map--autocomplete {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.13);
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.13);
    left: calc(50% - 67px);
    max-width: 444px;
    overflow: hidden;
    top: 138px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.g-map--autocomplete-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8e8e8e;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 13px;
}
@media (min-width: 992px) {
  .g-map--autocomplete-item:hover {
    background: #4d97ed;
    color: #fff;
  }
}

.g-shadow--header {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.13);
}

@media (max-width: 992px) {
  .g-full-box--footer {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 15;
  }
}

.g-tooltip--alternative-top-left .g-tooltip--alternative-message--right {
  left: auto !important;
  right: -15px !important;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
.g-tooltip--alternative-top-left .g-tooltip--alternative-arrow {
  left: auto !important;
  right: -24px !important;
}

@media (max-width: 992px) {
  .g-tooltip-mobile--alternative-top-left .g-tooltip--alternative-message--right {
    left: auto !important;
    right: -15px !important;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}
@media (max-width: 992px) {
  .g-tooltip-mobile--alternative-top-left .g-tooltip--alternative-message .g-tooltip--alternative-arrow {
    left: auto !important;
    right: 0 !important;
  }
}
@media (max-width: 992px) {
  .g-tooltip-mobile--alternative-top-left .g-tooltip--alternative-message.g-tooltip--alternative-message--bottom .g-tooltip--alternative-arrow {
    left: auto !important;
    right: -24px !important;
  }
}

.g-pt--3 {
  padding-top: 3px;
}

.g-mh-lg--60 {
  max-height: 600px !important;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.g-mt-minus--1 {
  margin-top: -1px;
}

html.g-full-hidden,
body.g-full-hidden {
  overflow: hidden;
}

.g-font--4 {
  font-size: 4px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: none;
  -webkit-box-shadow: 0 0 0px 1000px none inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.g-break-word {
  word-break: break-word;
}

.g-map-filter--header {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.13);
}
.g-map-filter--column {
  position: absolute;
  right: 0;
  top: 0;
  width: 375px;
}
.g-map-filter-md--fixed {
  width: 100%;
  position: fixed;
}
@media (min-width: 992px) {
  .g-map-filter-md--fixed {
    position: absolute;
    width: 375px;
  }
}
.g-map-filter--footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.g-map-filter--full {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
.g-map-filter--title {
  display: none;
}
@media (min-width: 768px) {
  .g-map-filter--title {
    display: block;
  }
}
.g-map-filter--title.g-map-filter--list {
  display: none;
}
.g-map-filter--title.g-map-filter--search {
  display: none;
}
.g-map-filter--show .g-map-filter--content {
  height: calc(100vh - 50px);
}
.g-map-filter--list .g-map-filter--header {
  display: none;
}
.g-map-filter--list .g-map-filter--title.g-map-filter--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g-map-filter--search .g-map-filter--title {
  display: none;
}
.g-map-filter--search .g-map-filter--click {
  display: none;
}
.g-map-filter--search .g-map-filter--content {
  display: none;
}
.g-map-filter--search .g-map-filter--title.g-map-filter--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g-map-filter--options .g-map-filter--full {
  display: none;
}
.g-map-filter--options .g-map-filter--filter {
  display: block;
}
.g-map-filter--options .g-map-filter--title.g-map-filter--options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g-map-filter--search .g-map-filter--title {
  display: none;
}
.g-map-filter--search .g-map-filter--click {
  display: none;
}
.g-map-filter--search .g-map-filter--content {
  display: none;
}
.g-map-filter--mobile {
  background: #fff;
  border-radius: 4px;
  bottom: 15px;
  padding: 10px 10px 5px;
  position: fixed;
  right: 15px;
  width: 280px;
}
@media (min-height: 380px) {
  .g-map-filter--mobile {
    left: 15px;
    padding-bottom: 10px;
    right: auto;
    width: calc(100% - 30px);
  }
}
.g-map-filter--content {
  height: calc(100vh - 110px);
  overflow-y: auto;
}
@media (min-width: 992px) {
  .g-map-filter--content {
    height: calc(100vh - 220px);
  }
}
@media (min-width: 1200px) {
  .g-map-filter--content {
    height: calc(100vh - 180px);
  }
}
.g-map-filter--content-filter {
  height: calc(100vh - 115px);
  overflow-y: auto;
}
@media (min-height: 360px) {
  .g-map-filter--content-filter {
    height: calc(100vh - 228px);
  }
}
@media (min-width: 992px) {
  .g-map-filter--content-filter {
    height: calc(100% - 123px);
  }
}
.g-map-filter--button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 5px;
  bottom: 90px;
  -webkit-box-shadow: 0 1px 6px 0 #0000001d;
          box-shadow: 0 1px 6px 0 #0000001d;
  color: #000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}
@media (min-width: 992px) {
  .g-map-filter--button {
    right: 390px;
    bottom: 15px;
  }
}
.g-map-filter--button:hover {
  color: #797b7f;
}
.g-map-filter--button.top {
  bottom: 90px;
}
@media (min-width: 992px) {
  .g-map-filter--button.top {
    bottom: 80px;
  }
}
.g-map-filter--loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.g-maps {
  height: calc(100vh - 100px);
}
@media (min-width: 1200px) {
  .g-maps {
    height: calc(100vh - 70px);
  }
}

@media (min-width: 992px) {
  .g-pr-lg--375 {
    padding-right: 375px;
  }
}

@media (min-width: 992px) {
  .gm-lightbox::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 34;
    height: 100%;
    width: 100%;
  }
}

.gm-style-iw {
  left: 0 !important;
  overflow: visible !important;
  top: 0 !important;
  width: 100% !important;
}
.gm-style-iw > div {
  margin-bottom: -20px;
  margin-top: 1px;
  max-width: inherit !important;
  position: relative;
}
@media (min-width: 992px) {
  .gm-style-iw > div {
    margin-top: 0;
  }
}

.agm-info-window-content {
  margin-top: 1px !important;
}

.gm-ui-hover-effect {
  height: auto !important;
  right: 15px !important;
  top: 15px !important;
  width: auto !important;
}
.gm-ui-hover-effect::before {
  color: #797b7f;
  content: '\e92e';
  font-family: 'MFAutoservicio';
  font-size: 20px;
}
.gm-ui-hover-effect img {
  display: none !important;
}

.g-map-filter--user-marker {
  width: 15px !important;
  height: 15px !important;
  border-radius: 7.5px !important;
  background: #4285F4;
  border: 1px solid #fff;
  overflow: visible !important;
  position: relative;
}
.g-map-filter--user-marker::before, .g-map-filter--user-marker::after {
  width: 15px !important;
  height: 15px !important;
  border-radius: 7.5px !important;
  -webkit-animation: pulse-me 5s linear infinite;
          animation: pulse-me 5s linear infinite;
  background-color: #7d49a3;
  bottom: 0;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.g-map-filter--user-marker::after {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.g-map-filter--user-marker img {
  display: none !important;
}

@-webkit-keyframes pulse-me {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  20% {
    opacity: .1;
  }
  40% {
    opacity: .09;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}

@keyframes pulse-me {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  20% {
    opacity: .1;
  }
  40% {
    opacity: .09;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}
@media (max-height: 380px) {
  .g-maps--global .g-header {
    min-height: 50px;
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-height: 380px) {
  .g-maps--global .g-header--menu {
    display: none;
  }
}
@media (max-height: 380px) {
  .g-maps--global .g-maps {
    height: calc(100vh - 50px);
  }
}

@media (min-width: 992px) {
  .gm-info-windows-parent {
    width: 482px !important;
  }
}

@media (min-width: 992px) {
  .g-chrome .agm-map-container-inner.sebm-google-map-container-inner > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(4) {
    width: 480px !important;
  }
}

@media (min-width: 992px) {
  .g-chrome .agm-map-container-inner.sebm-google-map-container-inner > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) > div > div:nth-child(1) {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  .g-chrome .agm-map-container-inner.sebm-google-map-container-inner > div > div > div:nth-child(1) > div:nth-child(3) > div > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(2) {
    width: 100% !important;
  }
}

.g-modal-map--open {
  overflow: hidden;
}
@media (min-width: 992px) {
  .g-modal-map--open {
    overflow: visible;
  }
}
.g-modal-map--open body {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.g-modal-map--open body.g-safari-iphone .g-map-filter--content {
  padding-bottom: 80px;
}
@media (max-height: 380px) {
  .g-modal-map--open body.g-safari-iphone .g-map-filter--content {
    padding-bottom: 0;
  }
}
.g-modal-map--open body.g-chrome .g-map-filter--content {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .g-modal-map--open body.g-chrome .g-map-filter--content {
    padding-bottom: 0;
  }
}
.g-modal-map--open body .g-map-filter--button {
  display: none;
}
@media (min-width: 992px) {
  .g-modal-map--open body .g-map-filter--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.g-number {
  display: inline-block;
  position: relative;
}
.g-number--data {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #8db602;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -15px;
  top: 0;
  width: 38px;
  z-index: 1;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .d-flex, .d-md-flex, .d-lg-flex, .d-xl-flex, .row {
    -ms-flex: 1 0 auto\0 ;
        flex: 1 0 auto\0 ;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .g-inpsel-design .ico-select, .g-select-desing .ico-select {
    display: none\0 ;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .g-inpsel-design select, .g-select-desing select {
    padding-right: 0\0 ;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .g-ie-flex--1 {
    -ms-flex: 1\0 ;
        flex: 1\0 ;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .g-ie-flex--0-1-auto {
    -ms-flex: 0 1 auto\0 ;
        flex: 0 1 auto\0 ;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .g-fixed {
    height: 100vh\0 ;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .g-ie-body--login {
    background: #d81e05 url("core/ui/src/images/bg_login.jpg") top center no-repeat\0 ;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .g-ie-view--login {
    background: none\0 ;
    overflow: visible\0 ;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .g-ie-full-modal--content {
    height: auto\0 ;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .g-ie-fixed {
    display: block\0 ;
    height: auto\0 ;
  }
}
.g-ie-mh--13 {
  min-height: 130px;
  height: expression( this.scrollHeight < 131 ? "130px" : "auto" );
}

.g-ie-mh--14 {
  min-height: 140px;
  height: expression( this.scrollHeight < 141 ? "140px" : "auto" );
}
