body {
  font-size: 1rem;
  color: #1d1d1d;
  margin: 0;
  padding: 0
}

@media (min-width:768px) {
  .page-cover {
    transition: .6s
  }
}

.page-cover {
  width: 100%;
  position: fixed;
  height: 120%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden
}

.page-cover .cover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-default.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1
}

.page-cover .cover-bg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.page-cover .cover-bg.bg-color {
  background-image: none;
  z-index: -1
}

.page-cover .cover-bg.cover-bg-mask {
  background: rgba(0, 0, 0, .12);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  transition: 2s
}

.page-main {
  min-height: 100%
}

.body-page {
  background-color: #1d1d1d;
  color: #fff
}

.body-page {
  position: relative
}

.cover-content {
  position: relative;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  padding: 64px 16px;
  padding-top: 120px;
  color: #fff
}


@media (min-width:576px) {
  .cover-content {
    padding-left: 64px;
    padding-bottom: 64px;
    padding-right: 40px
  }

}

.slide-wrapper {
  width: 100%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (min-width:960px) and (orientation:landscape) {
  .slide-wrapper {
    justify-content: flex-start;
    margin-left: 128px
  }
}

@media (min-width:1300px) and (orientation:landscape) {
  .slide-wrapper {
    justify-content: center;
    margin-left: 0
  }
}


:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #869ab8;
  --bs-gray-dark: #384c74;
  --bs-primary: #5533ff;
  --bs-secondary: #506690;
  --bs-success: #00c9b7;
  --bs-info: #00a0e0;
  --bs-warning: #feb868;
  --bs-danger: #c1002b;
  --bs-light: #f1f4f8;
  --bs-dark: #2b354f;
  --bs-gray: #869ab8;
  --bs-gray-light: #c6d3e6;
  --bs-alternate: #fc9e21;
  --bs-contrast: #ffffff;
  --bs-darker: #161c2d;
  --bs-black: #161c2d;
}

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

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

body {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #6d768b;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(22, 28, 45, 0)
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .75rem;
  font-family: 1rem;
  font-weight: 400;
  line-height: 1.2
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
  .h1, h1 {
    font-size: 2.5rem
  }
}

.h2, h2 {
  font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
  .h2, h2 {
    font-size: 2rem
  }
}

.h3, h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
  .h3, h3 {
    font-size: 1.75rem
  }
}

.h4, h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
  .h4, h4 {
    font-size: 1.5rem
  }
}

.h5, h5 {
  font-size: 1.25rem
}

.h6, h6 {
  font-size: 1rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

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

ol, ul {
  padding-left: 2rem
}

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

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

b, strong {
  font-weight: 800
}

a {
  color: #00a0e0;
  text-decoration: underline
}

a:hover {
  color: #0080b3
}

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

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

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

button {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

[list]::-webkit-calendar-picker-indicator {
  display: none
}

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

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

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

textarea {
  resize: vertical
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

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

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::file-selector-button {
  font: inherit
}

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

[hidden] {
  display: none !important
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-1 {
    font-size: 5rem
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-2 {
    font-size: 4.5rem
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-3 {
    font-size: 4rem
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-4 {
    font-size: 3.5rem
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-5 {
    font-size: 3rem
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-6 {
    font-size: 2.5rem
  }
}

.figure {
  display: inline-block
}

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

.container, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto
}

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

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

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

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

@media (min-width:1400px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 1320px
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y)
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333%
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66667%
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333%
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66667%
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333%
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66667%
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%
}

.g-0 {
  --bs-gutter-x: 0
}

.g-0 {
  --bs-gutter-y: 0
}

.g-1 {
  --bs-gutter-x: 0.25rem
}

.g-1 {
  --bs-gutter-y: 0.25rem
}

.g-2 {
  --bs-gutter-x: 0.5rem
}

.g-2 {
  --bs-gutter-y: 0.5rem
}

.g-3 {
  --bs-gutter-x: 1rem
}

.g-3 {
  --bs-gutter-y: 1rem
}

.g-4 {
  --bs-gutter-x: 1.5rem
}

.g-4 {
  --bs-gutter-y: 1.5rem
}

.g-5 {
  --bs-gutter-x: 3rem
}

.g-5 {
  --bs-gutter-y: 3rem
}

.g-6 {
  --bs-gutter-x: 6rem
}

.g-6 {
  --bs-gutter-y: 6rem
}

.g-7 {
  --bs-gutter-x: 7rem
}

.g-7 {
  --bs-gutter-y: 7rem
}

.g-8 {
  --bs-gutter-x: 8rem
}

.g-8 {
  --bs-gutter-y: 8rem
}

.g-9 {
  --bs-gutter-x: 9rem
}

.g-9 {
  --bs-gutter-y: 9rem
}

.g-10 {
  --bs-gutter-x: 12rem
}

.g-10 {
  --bs-gutter-y: 12rem
}

.g-11 {
  --bs-gutter-x: 14rem
}

.g-11 {
  --bs-gutter-y: 14rem
}

.g-12 {
  --bs-gutter-x: 16rem
}

.g-12 {
  --bs-gutter-y: 16rem
}

.g-13 {
  --bs-gutter-x: 18rem
}

.g-13 {
  --bs-gutter-y: 18rem
}

.g-14 {
  --bs-gutter-x: 20rem
}

.g-14 {
  --bs-gutter-y: 20rem
}

.g-15 {
  --bs-gutter-x: 22rem
}

.g-15 {
  --bs-gutter-y: 22rem
}

@media (min-width:576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

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

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .g-sm-0 {
    --bs-gutter-x: 0
  }

  .g-sm-0 {
    --bs-gutter-y: 0
  }

  .g-sm-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-sm-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-sm-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-sm-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-sm-3 {
    --bs-gutter-x: 1rem
  }

  .g-sm-3 {
    --bs-gutter-y: 1rem
  }

  .g-sm-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-sm-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-sm-5 {
    --bs-gutter-x: 3rem
  }

  .g-sm-5 {
    --bs-gutter-y: 3rem
  }

  .g-sm-6 {
    --bs-gutter-x: 6rem
  }

  .g-sm-6 {
    --bs-gutter-y: 6rem
  }

  .g-sm-7 {
    --bs-gutter-x: 7rem
  }

  .g-sm-7 {
    --bs-gutter-y: 7rem
  }

  .g-sm-8 {
    --bs-gutter-x: 8rem
  }

  .g-sm-8 {
    --bs-gutter-y: 8rem
  }

  .g-sm-9 {
    --bs-gutter-x: 9rem
  }

  .g-sm-9 {
    --bs-gutter-y: 9rem
  }

  .g-sm-10 {
    --bs-gutter-x: 12rem
  }

  .g-sm-10 {
    --bs-gutter-y: 12rem
  }

  .g-sm-11 {
    --bs-gutter-x: 14rem
  }

  .g-sm-11 {
    --bs-gutter-y: 14rem
  }

  .g-sm-12 {
    --bs-gutter-x: 16rem
  }

  .g-sm-12 {
    --bs-gutter-y: 16rem
  }

  .g-sm-13 {
    --bs-gutter-x: 18rem
  }

  .g-sm-13 {
    --bs-gutter-y: 18rem
  }

  .g-sm-14 {
    --bs-gutter-x: 20rem
  }

  .g-sm-14 {
    --bs-gutter-y: 20rem
  }

  .g-sm-15 {
    --bs-gutter-x: 22rem
  }

  .g-sm-15 {
    --bs-gutter-y: 22rem
  }
}

@media (min-width:768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

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

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .g-md-0 {
    --bs-gutter-x: 0
  }

  .g-md-0 {
    --bs-gutter-y: 0
  }

  .g-md-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-md-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-md-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-md-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-md-3 {
    --bs-gutter-x: 1rem
  }

  .g-md-3 {
    --bs-gutter-y: 1rem
  }

  .g-md-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-md-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-md-5 {
    --bs-gutter-x: 3rem
  }

  .g-md-5 {
    --bs-gutter-y: 3rem
  }

  .g-md-6 {
    --bs-gutter-x: 6rem
  }

  .g-md-6 {
    --bs-gutter-y: 6rem
  }

  .g-md-7 {
    --bs-gutter-x: 7rem
  }

  .g-md-7 {
    --bs-gutter-y: 7rem
  }

  .g-md-8 {
    --bs-gutter-x: 8rem
  }

  .g-md-8 {
    --bs-gutter-y: 8rem
  }

  .g-md-9 {
    --bs-gutter-x: 9rem
  }

  .g-md-9 {
    --bs-gutter-y: 9rem
  }

  .g-md-10 {
    --bs-gutter-x: 12rem
  }

  .g-md-10 {
    --bs-gutter-y: 12rem
  }

  .g-md-11 {
    --bs-gutter-x: 14rem
  }

  .g-md-11 {
    --bs-gutter-y: 14rem
  }

  .g-md-12 {
    --bs-gutter-x: 16rem
  }

  .g-md-12 {
    --bs-gutter-y: 16rem
  }

  .g-md-13 {
    --bs-gutter-x: 18rem
  }

  .g-md-13 {
    --bs-gutter-y: 18rem
  }

  .g-md-14 {
    --bs-gutter-x: 20rem
  }

  .g-md-14 {
    --bs-gutter-y: 20rem
  }

  .g-md-15 {
    --bs-gutter-x: 22rem
  }

  .g-md-15 {
    --bs-gutter-y: 22rem
  }
}

@media (min-width:992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

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

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .g-lg-0 {
    --bs-gutter-x: 0
  }

  .g-lg-0 {
    --bs-gutter-y: 0
  }

  .g-lg-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-lg-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-lg-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-lg-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-lg-3 {
    --bs-gutter-x: 1rem
  }

  .g-lg-3 {
    --bs-gutter-y: 1rem
  }

  .g-lg-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-lg-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-lg-5 {
    --bs-gutter-x: 3rem
  }

  .g-lg-5 {
    --bs-gutter-y: 3rem
  }

  .g-lg-6 {
    --bs-gutter-x: 6rem
  }

  .g-lg-6 {
    --bs-gutter-y: 6rem
  }

  .g-lg-7 {
    --bs-gutter-x: 7rem
  }

  .g-lg-7 {
    --bs-gutter-y: 7rem
  }

  .g-lg-8 {
    --bs-gutter-x: 8rem
  }

  .g-lg-8 {
    --bs-gutter-y: 8rem
  }

  .g-lg-9 {
    --bs-gutter-x: 9rem
  }

  .g-lg-9 {
    --bs-gutter-y: 9rem
  }

  .g-lg-10 {
    --bs-gutter-x: 12rem
  }

  .g-lg-10 {
    --bs-gutter-y: 12rem
  }

  .g-lg-11 {
    --bs-gutter-x: 14rem
  }

  .g-lg-11 {
    --bs-gutter-y: 14rem
  }

  .g-lg-12 {
    --bs-gutter-x: 16rem
  }

  .g-lg-12 {
    --bs-gutter-y: 16rem
  }

  .g-lg-13 {
    --bs-gutter-x: 18rem
  }

  .g-lg-13 {
    --bs-gutter-y: 18rem
  }

  .g-lg-14 {
    --bs-gutter-x: 20rem
  }

  .g-lg-14 {
    --bs-gutter-y: 20rem
  }

  .g-lg-15 {
    --bs-gutter-x: 22rem
  }

  .g-lg-15 {
    --bs-gutter-y: 22rem
  }
}

.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #869ab8
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #506690;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d9e2ef;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.form-control[type=file] {
  overflow: hidden
}

.form-control[type=file]:not(:disabled):not(:-moz-read-only) {
  cursor: pointer
}

.form-control[type=file]:not(:disabled):not(:read-only) {
  cursor: pointer
}

.form-control:focus {
  color: #506690;
  background-color: #fff;
  border-color: #dce3e7;
  outline: 0;
  -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, .06);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, .06)
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em
}

.form-control::-webkit-input-placeholder {
  color: #869ab8;
  opacity: 1
}

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

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

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

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

.form-control:-moz-read-only {
  background-color: #f1f4f8;
  opacity: 1
}

.form-control:disabled, .form-control:read-only {
  background-color: #f1f4f8;
  opacity: 1
}

.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #506690;
  background-color: #f1f4f8;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.form-control:hover:not(:disabled):not(:-moz-read-only)::file-selector-button {
  background-color: #e5e8ec
}

.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
  background-color: #e5e8ec
}

.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #506690;
  background-color: #f1f4f8;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
  background-color: #e5e8ec
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem
}

.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: .375rem
}

.form-control-color:not(:disabled):not(:-moz-read-only) {
  cursor: pointer
}

.form-control-color:not(:disabled):not(:read-only) {
  cursor: pointer
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: .25rem
}

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

.input-group>.form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0
}

.input-group>.form-control:focus {
  z-index: 3
}

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

.input-group .btn:focus {
  z-index: 3
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #506690;
  text-align: center;
  white-space: nowrap;
  background-color: #f1f4f8;
  border: 1px solid #d9e2ef;
  border-radius: .25rem
}

.input-group-lg>.btn, .input-group-lg>.form-control, .input-group-lg>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.input-group-sm>.btn, .input-group-sm>.form-control, .input-group-sm>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn {
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #6d768b;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .65rem 1.35rem;
  font-size: .875rem;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.btn:hover {
  color: #6d768b
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, .06);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, .06)
}

.btn:disabled {
  pointer-events: none;
  opacity: .65
}

.btn-success {
  color: #161c2d;
  background-color: #00c9b7;
  border-color: #00c9b7
}

.btn-success:hover {
  color: #161c2d;
  background-color: #26d1c2;
  border-color: #1acebe
}

.btn-success:focus {
  color: #161c2d;
  background-color: #26d1c2;
  border-color: #1acebe;
  -webkit-box-shadow: 0 0 0 .25rem rgba(3, 175, 162, .5);
  box-shadow: 0 0 0 .25rem rgba(3, 175, 162, .5)
}

.btn-success:active {
  color: #161c2d;
  background-color: #33d4c5;
  border-color: #1acebe
}

.btn-success:active:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(3, 175, 162, .5);
  box-shadow: 0 0 0 .25rem rgba(3, 175, 162, .5)
}

.btn-success:disabled {
  color: #161c2d;
  background-color: #00c9b7;
  border-color: #00c9b7
}

.btn-info {
  color: #161c2d;
  background-color: #00a0e0;
  border-color: #00a0e0
}

.btn-info:hover {
  color: #161c2d;
  background-color: #26aee5;
  border-color: #1aaae3
}

.btn-info:focus {
  color: #161c2d;
  background-color: #26aee5;
  border-color: #1aaae3;
  -webkit-box-shadow: 0 0 0 .25rem rgba(3, 140, 197, .5);
  box-shadow: 0 0 0 .25rem rgba(3, 140, 197, .5)
}

.btn-info:active {
  color: #161c2d;
  background-color: #33b3e6;
  border-color: #1aaae3
}

.btn-info:active:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(3, 140, 197, .5);
  box-shadow: 0 0 0 .25rem rgba(3, 140, 197, .5)
}

.btn-info:disabled {
  color: #161c2d;
  background-color: #00a0e0;
  border-color: #00a0e0
}

.btn-black {
  color: #fff;
  background-color: #161c2d;
  border-color: #161c2d
}

.btn-black:hover {
  color: #fff;
  background-color: #131826;
  border-color: #121624
}

.btn-black:focus {
  color: #fff;
  background-color: #131826;
  border-color: #121624;
  -webkit-box-shadow: 0 0 0 .25rem rgba(57, 62, 77, .5);
  box-shadow: 0 0 0 .25rem rgba(57, 62, 77, .5)
}

.btn-black:active {
  color: #fff;
  background-color: #121624;
  border-color: #111522
}

.btn-black:active:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(57, 62, 77, .5);
  box-shadow: 0 0 0 .25rem rgba(57, 62, 77, .5)
}

.btn-black:disabled {
  color: #fff;
  background-color: #161c2d;
  border-color: #161c2d
}

.btn-outline-success {
  color: #00c9b7;
  border-color: #00c9b7
}

.btn-outline-success:hover {
  color: #161c2d;
  background-color: #00c9b7;
  border-color: #00c9b7
}

.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(0, 201, 183, .5);
  box-shadow: 0 0 0 .25rem rgba(0, 201, 183, .5)
}

.btn-outline-success:active {
  color: #161c2d;
  background-color: #00c9b7;
  border-color: #00c9b7
}

.btn-outline-success:active:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(0, 201, 183, .5);
  box-shadow: 0 0 0 .25rem rgba(0, 201, 183, .5)
}

.btn-outline-success:disabled {
  color: #00c9b7;
  background-color: transparent
}

.btn-outline-info {
  color: #00a0e0;
  border-color: #00a0e0
}

.btn-outline-info:hover {
  color: #161c2d;
  background-color: #00a0e0;
  border-color: #00a0e0
}

.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(0, 160, 224, .5);
  box-shadow: 0 0 0 .25rem rgba(0, 160, 224, .5)
}

.btn-outline-info:active {
  color: #161c2d;
  background-color: #00a0e0;
  border-color: #00a0e0
}

.btn-outline-info:active:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(0, 160, 224, .5);
  box-shadow: 0 0 0 .25rem rgba(0, 160, 224, .5)
}

.btn-outline-info:disabled {
  color: #00a0e0;
  background-color: transparent
}

.btn-outline-black {
  color: #161c2d;
  border-color: #161c2d
}

.btn-outline-black:hover {
  color: #fff;
  background-color: #161c2d;
  border-color: #161c2d
}

.btn-outline-black:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(22, 28, 45, .5);
  box-shadow: 0 0 0 .25rem rgba(22, 28, 45, .5)
}

.btn-outline-black:active {
  color: #fff;
  background-color: #161c2d;
  border-color: #161c2d
}

.btn-outline-black:active:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(22, 28, 45, .5);
  box-shadow: 0 0 0 .25rem rgba(22, 28, 45, .5)
}

.btn-outline-black:disabled {
  color: #161c2d;
  background-color: transparent
}

.btn-link {
  font-weight: 400;
  color: #00a0e0;
  text-decoration: underline
}

.btn-link:hover {
  color: #0080b3
}

.btn-link:disabled {
  color: #869ab8
}

.btn-group-lg>.btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.btn-group-sm>.btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem
}

.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear
}

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

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

.btn-group, .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle
}

.btn-group-vertical>.btn, .btn-group>.btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
  z-index: 1
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
  margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
  width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn~.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  color: #00a0e0;
  text-decoration: none;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

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

.nav-link:focus, .nav-link:hover {
  color: #0080b3
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar>.container, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.card {
  position: relative;
  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;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #f1f4f8;
  border-radius: .25rem
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem
}

.card-title {
  margin-bottom: .5rem
}

.card-text:last-child {
  margin-bottom: 0
}

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 1rem
}

.card-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  background-color: rgba(22, 28, 45, .03);
  border-bottom: 1px solid #f1f4f8
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-img, .card-img-bottom, .card-img-top {
  width: 100%
}

.card-img, .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
  margin-bottom: .75rem
}

@media (min-width:576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .card-group>.card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none
}

.page-link {
  position: relative;
  display: block;
  color: #00a0e0;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #d9e2ef;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

.page-link:hover {
  z-index: 2;
  color: #0080b3;
  background-color: #f1f4f8;
  border-color: #d9e2ef
}

.page-link:focus {
  z-index: 3;
  color: #0080b3;
  background-color: #f1f4f8;
  outline: 0;
  -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, .06);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, .06)
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px
}

.page-link {
  padding: .375rem .75rem
}

.page-item:first-child .page-link {
  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
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem
}

.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
}

.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
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px)
}

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

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}

.modal-content {
  position: relative;
  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%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(22, 28, 45, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #161c2d
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #d9e2ef;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    max-width: 800px
  }
}

.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

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

.carousel-item-next, .carousel-item-prev {
  display: block
}

.carousel-item-next:not(.carousel-item-start) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-end) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
  .carousel-control-next, .carousel-control-prev {
    -webkit-transition: none;
    transition: none
  }
}

.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: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.link-success {
  color: #00c9b7
}

.link-success:focus, .link-success:hover {
  color: #33d4c5
}

.link-info {
  color: #00a0e0
}

.link-info:focus, .link-info:hover {
  color: #33b3e6
}

.link-black {
  color: #161c2d
}

.link-black:focus, .link-black:hover {
  color: #121624
}

.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
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020
}

@media (min-width:576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width:768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width:992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

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

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

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

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

.float-none {
  float: none !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.d-block {
  display: block !important
}

.d-none {
  display: none !important
}

.shadow {
  -webkit-box-shadow: 0 .5rem 1rem rgba(22, 28, 45, .15) !important;
  box-shadow: 0 .5rem 1rem rgba(22, 28, 45, .15) !important
}

.shadow-sm {
  -webkit-box-shadow: 0 .125rem .25rem rgba(22, 28, 45, .075) !important;
  box-shadow: 0 .125rem .25rem rgba(22, 28, 45, .075) !important
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(22, 28, 45, .175) !important;
  box-shadow: 0 1rem 3rem rgba(22, 28, 45, .175) !important
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.top-0 {
  top: 0 !important
}

.top-50 {
  top: 50% !important
}

.top-100 {
  top: 100% !important
}

.bottom-0 {
  bottom: 0 !important
}

.bottom-50 {
  bottom: 50% !important
}

.bottom-100 {
  bottom: 100% !important
}

.border {
  border: 1px solid #d9e2ef !important
}

.border-0 {
  border: 0 !important
}

.border-top {
  border-top: 1px solid #d9e2ef !important
}

.border-top-0 {
  border-top: 0 !important
}

.border-bottom {
  border-bottom: 1px solid #d9e2ef !important
}

.border-bottom-0 {
  border-bottom: 0 !important
}

.border-success {
  border-color: #00c9b7 !important
}

.border-info {
  border-color: #00a0e0 !important
}

.border-black {
  border-color: #161c2d !important
}

.border-white {
  border-color: #fff !important
}

.border-1 {
  border-width: 1px !important
}

.border-2 {
  border-width: 2px !important
}

.border-3 {
  border-width: 3px !important
}

.border-4 {
  border-width: 4px !important
}

.border-5 {
  border-width: 5px !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
}

.vh-100 {
  height: 100vh !important
}

.min-vh-100 {
  min-height: 100vh !important
}

.gap-0 {
  gap: 0 !important
}

.gap-1 {
  gap: .25rem !important
}

.gap-2 {
  gap: .5rem !important
}

.gap-3 {
  gap: 1rem !important
}

.gap-4 {
  gap: 1.5rem !important
}

.gap-5 {
  gap: 3rem !important
}

.gap-6 {
  gap: 6rem !important
}

.gap-7 {
  gap: 7rem !important
}

.gap-8 {
  gap: 8rem !important
}

.gap-9 {
  gap: 9rem !important
}

.gap-10 {
  gap: 12rem !important
}

.gap-11 {
  gap: 14rem !important
}

.gap-12 {
  gap: 16rem !important
}

.gap-13 {
  gap: 18rem !important
}

.gap-14 {
  gap: 20rem !important
}

.gap-15 {
  gap: 22rem !important
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !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
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important
}

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

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

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

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

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

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

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

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

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

.mt-9 {
  margin-top: 9rem !important
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important
}

.ms-1 {
  margin-left: .25rem !important
}

.ms-2 {
  margin-left: .5rem !important
}

.ms-3 {
  margin-left: 1rem !important
}

.ms-4 {
  margin-left: 1.5rem !important
}

.ms-5 {
  margin-left: 3rem !important
}

.ms-6 {
  margin-left: 6rem !important
}

.ms-7 {
  margin-left: 7rem !important
}

.ms-8 {
  margin-left: 8rem !important
}

.ms-9 {
  margin-left: 9rem !important
}

.ms-10 {
  margin-left: 12rem !important
}

.ms-11 {
  margin-left: 14rem !important
}

.ms-12 {
  margin-left: 16rem !important
}

.ms-13 {
  margin-left: 18rem !important
}

.ms-14 {
  margin-left: 20rem !important
}

.ms-15 {
  margin-left: 22rem !important
}

.ms-auto {
  margin-left: auto !important
}

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

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

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

.mt-n4 {
  margin-top: -1.5rem !important
}

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

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

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

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

.mt-n9 {
  margin-top: -9rem !important
}

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

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

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

.mt-n13 {
  margin-top: -18rem !important
}

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

.mt-n15 {
  margin-top: -22rem !important
}

.ms-n1 {
  margin-left: -.25rem !important
}

.ms-n2 {
  margin-left: -.5rem !important
}

.ms-n3 {
  margin-left: -1rem !important
}

.ms-n4 {
  margin-left: -1.5rem !important
}

.ms-n5 {
  margin-left: -3rem !important
}

.ms-n6 {
  margin-left: -6rem !important
}

.ms-n7 {
  margin-left: -7rem !important
}

.ms-n8 {
  margin-left: -8rem !important
}

.ms-n9 {
  margin-left: -9rem !important
}

.ms-n10 {
  margin-left: -12rem !important
}

.ms-n11 {
  margin-left: -14rem !important
}

.ms-n12 {
  margin-left: -16rem !important
}

.ms-n13 {
  margin-left: -18rem !important
}

.ms-n14 {
  margin-left: -20rem !important
}

.ms-n15 {
  margin-left: -22rem !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

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

.p-7 {
  padding: 7rem !important
}

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

.p-9 {
  padding: 9rem !important
}

.p-10 {
  padding: 12rem !important
}

.p-11 {
  padding: 14rem !important
}

.p-12 {
  padding: 16rem !important
}

.p-13 {
  padding: 18rem !important
}

.p-14 {
  padding: 20rem !important
}

.p-15 {
  padding: 22rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-13 {
  padding-right: 18rem !important;
  padding-left: 18rem !important
}

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

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

.text-center {
  text-align: center !important
}

.text-wrap {
  white-space: normal !important
}

.text-success {
  color: #00c9b7 !important
}

.text-info {
  color: #00a0e0 !important
}

.text-black {
  color: #161c2d !important
}

.text-white {
  color: #fff !important
}

.text-body {
  color: #6d768b !important
}

.text-black-50 {
  color: rgba(22, 28, 45, .5) !important
}

.text-white-50 {
  color: rgba(255, 255, 255, .5) !important
}

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

.bg-info {
  background-color: #00a0e0 !important
}

.bg-black {
  background-color: #161c2d !important
}

.bg-body {
  background-color: #fff !important
}

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

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

.rounded {
  border-radius: .25rem !important
}

.rounded-0 {
  border-radius: 0 !important
}

.rounded-1 {
  border-radius: .2rem !important
}

.rounded-2 {
  border-radius: .25rem !important
}

.rounded-3 {
  border-radius: .3rem !important
}

.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important
}

.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

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

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

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

  .gap-sm-0 {
    gap: 0 !important
  }

  .gap-sm-1 {
    gap: .25rem !important
  }

  .gap-sm-2 {
    gap: .5rem !important
  }

  .gap-sm-3 {
    gap: 1rem !important
  }

  .gap-sm-4 {
    gap: 1.5rem !important
  }

  .gap-sm-5 {
    gap: 3rem !important
  }

  .gap-sm-6 {
    gap: 6rem !important
  }

  .gap-sm-7 {
    gap: 7rem !important
  }

  .gap-sm-8 {
    gap: 8rem !important
  }

  .gap-sm-9 {
    gap: 9rem !important
  }

  .gap-sm-10 {
    gap: 12rem !important
  }

  .gap-sm-11 {
    gap: 14rem !important
  }

  .gap-sm-12 {
    gap: 16rem !important
  }

  .gap-sm-13 {
    gap: 18rem !important
  }

  .gap-sm-14 {
    gap: 20rem !important
  }

  .gap-sm-15 {
    gap: 22rem !important
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !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
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
  }

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

  .mt-sm-1 {
    margin-top: .25rem !important
  }

  .mt-sm-2 {
    margin-top: .5rem !important
  }

  .mt-sm-3 {
    margin-top: 1rem !important
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important
  }

  .mt-sm-5 {
    margin-top: 3rem !important
  }

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

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

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

  .mt-sm-9 {
    margin-top: 9rem !important
  }

  .mt-sm-10 {
    margin-top: 12rem !important
  }

  .mt-sm-11 {
    margin-top: 14rem !important
  }

  .mt-sm-12 {
    margin-top: 16rem !important
  }

  .mt-sm-13 {
    margin-top: 18rem !important
  }

  .mt-sm-14 {
    margin-top: 20rem !important
  }

  .mt-sm-15 {
    margin-top: 22rem !important
  }

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

  .ms-sm-0 {
    margin-left: 0 !important
  }

  .ms-sm-1 {
    margin-left: .25rem !important
  }

  .ms-sm-2 {
    margin-left: .5rem !important
  }

  .ms-sm-3 {
    margin-left: 1rem !important
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important
  }

  .ms-sm-5 {
    margin-left: 3rem !important
  }

  .ms-sm-6 {
    margin-left: 6rem !important
  }

  .ms-sm-7 {
    margin-left: 7rem !important
  }

  .ms-sm-8 {
    margin-left: 8rem !important
  }

  .ms-sm-9 {
    margin-left: 9rem !important
  }

  .ms-sm-10 {
    margin-left: 12rem !important
  }

  .ms-sm-11 {
    margin-left: 14rem !important
  }

  .ms-sm-12 {
    margin-left: 16rem !important
  }

  .ms-sm-13 {
    margin-left: 18rem !important
  }

  .ms-sm-14 {
    margin-left: 20rem !important
  }

  .ms-sm-15 {
    margin-left: 22rem !important
  }

  .ms-sm-auto {
    margin-left: auto !important
  }

  .mt-sm-n1 {
    margin-top: -.25rem !important
  }

  .mt-sm-n2 {
    margin-top: -.5rem !important
  }

  .mt-sm-n3 {
    margin-top: -1rem !important
  }

  .mt-sm-n4 {
    margin-top: -1.5rem !important
  }

  .mt-sm-n5 {
    margin-top: -3rem !important
  }

  .mt-sm-n6 {
    margin-top: -6rem !important
  }

  .mt-sm-n7 {
    margin-top: -7rem !important
  }

  .mt-sm-n8 {
    margin-top: -8rem !important
  }

  .mt-sm-n9 {
    margin-top: -9rem !important
  }

  .mt-sm-n10 {
    margin-top: -12rem !important
  }

  .mt-sm-n11 {
    margin-top: -14rem !important
  }

  .mt-sm-n12 {
    margin-top: -16rem !important
  }

  .mt-sm-n13 {
    margin-top: -18rem !important
  }

  .mt-sm-n14 {
    margin-top: -20rem !important
  }

  .mt-sm-n15 {
    margin-top: -22rem !important
  }

  .ms-sm-n1 {
    margin-left: -.25rem !important
  }

  .ms-sm-n2 {
    margin-left: -.5rem !important
  }

  .ms-sm-n3 {
    margin-left: -1rem !important
  }

  .ms-sm-n4 {
    margin-left: -1.5rem !important
  }

  .ms-sm-n5 {
    margin-left: -3rem !important
  }

  .ms-sm-n6 {
    margin-left: -6rem !important
  }

  .ms-sm-n7 {
    margin-left: -7rem !important
  }

  .ms-sm-n8 {
    margin-left: -8rem !important
  }

  .ms-sm-n9 {
    margin-left: -9rem !important
  }

  .ms-sm-n10 {
    margin-left: -12rem !important
  }

  .ms-sm-n11 {
    margin-left: -14rem !important
  }

  .ms-sm-n12 {
    margin-left: -16rem !important
  }

  .ms-sm-n13 {
    margin-left: -18rem !important
  }

  .ms-sm-n14 {
    margin-left: -20rem !important
  }

  .ms-sm-n15 {
    margin-left: -22rem !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .p-sm-1 {
    padding: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .p-sm-3 {
    padding: 1rem !important
  }

  .p-sm-4 {
    padding: 1.5rem !important
  }

  .p-sm-5 {
    padding: 3rem !important
  }

  .p-sm-6 {
    padding: 6rem !important
  }

  .p-sm-7 {
    padding: 7rem !important
  }

  .p-sm-8 {
    padding: 8rem !important
  }

  .p-sm-9 {
    padding: 9rem !important
  }

  .p-sm-10 {
    padding: 12rem !important
  }

  .p-sm-11 {
    padding: 14rem !important
  }

  .p-sm-12 {
    padding: 16rem !important
  }

  .p-sm-13 {
    padding: 18rem !important
  }

  .p-sm-14 {
    padding: 20rem !important
  }

  .p-sm-15 {
    padding: 22rem !important
  }

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

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

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

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

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

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

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

  .px-sm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important
  }

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

  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important
  }

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

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

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

  .px-sm-13 {
    padding-right: 18rem !important;
    padding-left: 18rem !important
  }

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

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

  .text-sm-center {
    text-align: center !important
  }
}

@media (min-width:768px) {
  .float-md-none {
    float: none !important
  }

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

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

  .gap-md-0 {
    gap: 0 !important
  }

  .gap-md-1 {
    gap: .25rem !important
  }

  .gap-md-2 {
    gap: .5rem !important
  }

  .gap-md-3 {
    gap: 1rem !important
  }

  .gap-md-4 {
    gap: 1.5rem !important
  }

  .gap-md-5 {
    gap: 3rem !important
  }

  .gap-md-6 {
    gap: 6rem !important
  }

  .gap-md-7 {
    gap: 7rem !important
  }

  .gap-md-8 {
    gap: 8rem !important
  }

  .gap-md-9 {
    gap: 9rem !important
  }

  .gap-md-10 {
    gap: 12rem !important
  }

  .gap-md-11 {
    gap: 14rem !important
  }

  .gap-md-12 {
    gap: 16rem !important
  }

  .gap-md-13 {
    gap: 18rem !important
  }

  .gap-md-14 {
    gap: 20rem !important
  }

  .gap-md-15 {
    gap: 22rem !important
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !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
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
  }

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

  .mt-md-1 {
    margin-top: .25rem !important
  }

  .mt-md-2 {
    margin-top: .5rem !important
  }

  .mt-md-3 {
    margin-top: 1rem !important
  }

  .mt-md-4 {
    margin-top: 1.5rem !important
  }

  .mt-md-5 {
    margin-top: 3rem !important
  }

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

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

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

  .mt-md-9 {
    margin-top: 9rem !important
  }

  .mt-md-10 {
    margin-top: 12rem !important
  }

  .mt-md-11 {
    margin-top: 14rem !important
  }

  .mt-md-12 {
    margin-top: 16rem !important
  }

  .mt-md-13 {
    margin-top: 18rem !important
  }

  .mt-md-14 {
    margin-top: 20rem !important
  }

  .mt-md-15 {
    margin-top: 22rem !important
  }

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

  .ms-md-0 {
    margin-left: 0 !important
  }

  .ms-md-1 {
    margin-left: .25rem !important
  }

  .ms-md-2 {
    margin-left: .5rem !important
  }

  .ms-md-3 {
    margin-left: 1rem !important
  }

  .ms-md-4 {
    margin-left: 1.5rem !important
  }

  .ms-md-5 {
    margin-left: 3rem !important
  }

  .ms-md-6 {
    margin-left: 6rem !important
  }

  .ms-md-7 {
    margin-left: 7rem !important
  }

  .ms-md-8 {
    margin-left: 8rem !important
  }

  .ms-md-9 {
    margin-left: 9rem !important
  }

  .ms-md-10 {
    margin-left: 12rem !important
  }

  .ms-md-11 {
    margin-left: 14rem !important
  }

  .ms-md-12 {
    margin-left: 16rem !important
  }

  .ms-md-13 {
    margin-left: 18rem !important
  }

  .ms-md-14 {
    margin-left: 20rem !important
  }

  .ms-md-15 {
    margin-left: 22rem !important
  }

  .ms-md-auto {
    margin-left: auto !important
  }

  .mt-md-n1 {
    margin-top: -.25rem !important
  }

  .mt-md-n2 {
    margin-top: -.5rem !important
  }

  .mt-md-n3 {
    margin-top: -1rem !important
  }

  .mt-md-n4 {
    margin-top: -1.5rem !important
  }

  .mt-md-n5 {
    margin-top: -3rem !important
  }

  .mt-md-n6 {
    margin-top: -6rem !important
  }

  .mt-md-n7 {
    margin-top: -7rem !important
  }

  .mt-md-n8 {
    margin-top: -8rem !important
  }

  .mt-md-n9 {
    margin-top: -9rem !important
  }

  .mt-md-n10 {
    margin-top: -12rem !important
  }

  .mt-md-n11 {
    margin-top: -14rem !important
  }

  .mt-md-n12 {
    margin-top: -16rem !important
  }

  .mt-md-n13 {
    margin-top: -18rem !important
  }

  .mt-md-n14 {
    margin-top: -20rem !important
  }

  .mt-md-n15 {
    margin-top: -22rem !important
  }

  .ms-md-n1 {
    margin-left: -.25rem !important
  }

  .ms-md-n2 {
    margin-left: -.5rem !important
  }

  .ms-md-n3 {
    margin-left: -1rem !important
  }

  .ms-md-n4 {
    margin-left: -1.5rem !important
  }

  .ms-md-n5 {
    margin-left: -3rem !important
  }

  .ms-md-n6 {
    margin-left: -6rem !important
  }

  .ms-md-n7 {
    margin-left: -7rem !important
  }

  .ms-md-n8 {
    margin-left: -8rem !important
  }

  .ms-md-n9 {
    margin-left: -9rem !important
  }

  .ms-md-n10 {
    margin-left: -12rem !important
  }

  .ms-md-n11 {
    margin-left: -14rem !important
  }

  .ms-md-n12 {
    margin-left: -16rem !important
  }

  .ms-md-n13 {
    margin-left: -18rem !important
  }

  .ms-md-n14 {
    margin-left: -20rem !important
  }

  .ms-md-n15 {
    margin-left: -22rem !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .p-md-3 {
    padding: 1rem !important
  }

  .p-md-4 {
    padding: 1.5rem !important
  }

  .p-md-5 {
    padding: 3rem !important
  }

  .p-md-6 {
    padding: 6rem !important
  }

  .p-md-7 {
    padding: 7rem !important
  }

  .p-md-8 {
    padding: 8rem !important
  }

  .p-md-9 {
    padding: 9rem !important
  }

  .p-md-10 {
    padding: 12rem !important
  }

  .p-md-11 {
    padding: 14rem !important
  }

  .p-md-12 {
    padding: 16rem !important
  }

  .p-md-13 {
    padding: 18rem !important
  }

  .p-md-14 {
    padding: 20rem !important
  }

  .p-md-15 {
    padding: 22rem !important
  }

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

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

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

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

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

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

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

  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important
  }

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

  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important
  }

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

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

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

  .px-md-13 {
    padding-right: 18rem !important;
    padding-left: 18rem !important
  }

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

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

  .text-md-center {
    text-align: center !important
  }
}

@media (min-width:992px) {
  .float-lg-none {
    float: none !important
  }

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

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

  .gap-lg-0 {
    gap: 0 !important
  }

  .gap-lg-1 {
    gap: .25rem !important
  }

  .gap-lg-2 {
    gap: .5rem !important
  }

  .gap-lg-3 {
    gap: 1rem !important
  }

  .gap-lg-4 {
    gap: 1.5rem !important
  }

  .gap-lg-5 {
    gap: 3rem !important
  }

  .gap-lg-6 {
    gap: 6rem !important
  }

  .gap-lg-7 {
    gap: 7rem !important
  }

  .gap-lg-8 {
    gap: 8rem !important
  }

  .gap-lg-9 {
    gap: 9rem !important
  }

  .gap-lg-10 {
    gap: 12rem !important
  }

  .gap-lg-11 {
    gap: 14rem !important
  }

  .gap-lg-12 {
    gap: 16rem !important
  }

  .gap-lg-13 {
    gap: 18rem !important
  }

  .gap-lg-14 {
    gap: 20rem !important
  }

  .gap-lg-15 {
    gap: 22rem !important
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !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
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
  }

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

  .mt-lg-1 {
    margin-top: .25rem !important
  }

  .mt-lg-2 {
    margin-top: .5rem !important
  }

  .mt-lg-3 {
    margin-top: 1rem !important
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important
  }

  .mt-lg-5 {
    margin-top: 3rem !important
  }

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

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

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

  .mt-lg-9 {
    margin-top: 9rem !important
  }

  .mt-lg-10 {
    margin-top: 12rem !important
  }

  .mt-lg-11 {
    margin-top: 14rem !important
  }

  .mt-lg-12 {
    margin-top: 16rem !important
  }

  .mt-lg-13 {
    margin-top: 18rem !important
  }

  .mt-lg-14 {
    margin-top: 20rem !important
  }

  .mt-lg-15 {
    margin-top: 22rem !important
  }

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

  .ms-lg-0 {
    margin-left: 0 !important
  }

  .ms-lg-1 {
    margin-left: .25rem !important
  }

  .ms-lg-2 {
    margin-left: .5rem !important
  }

  .ms-lg-3 {
    margin-left: 1rem !important
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important
  }

  .ms-lg-5 {
    margin-left: 3rem !important
  }

  .ms-lg-6 {
    margin-left: 6rem !important
  }

  .ms-lg-7 {
    margin-left: 7rem !important
  }

  .ms-lg-8 {
    margin-left: 8rem !important
  }

  .ms-lg-9 {
    margin-left: 9rem !important
  }

  .ms-lg-10 {
    margin-left: 12rem !important
  }

  .ms-lg-11 {
    margin-left: 14rem !important
  }

  .ms-lg-12 {
    margin-left: 16rem !important
  }

  .ms-lg-13 {
    margin-left: 18rem !important
  }

  .ms-lg-14 {
    margin-left: 20rem !important
  }

  .ms-lg-15 {
    margin-left: 22rem !important
  }

  .ms-lg-auto {
    margin-left: auto !important
  }

  .mt-lg-n1 {
    margin-top: -.25rem !important
  }

  .mt-lg-n2 {
    margin-top: -.5rem !important
  }

  .mt-lg-n3 {
    margin-top: -1rem !important
  }

  .mt-lg-n4 {
    margin-top: -1.5rem !important
  }

  .mt-lg-n5 {
    margin-top: -3rem !important
  }

  .mt-lg-n6 {
    margin-top: -6rem !important
  }

  .mt-lg-n7 {
    margin-top: -7rem !important
  }

  .mt-lg-n8 {
    margin-top: -8rem !important
  }

  .mt-lg-n9 {
    margin-top: -9rem !important
  }

  .mt-lg-n10 {
    margin-top: -12rem !important
  }

  .mt-lg-n11 {
    margin-top: -14rem !important
  }

  .mt-lg-n12 {
    margin-top: -16rem !important
  }

  .mt-lg-n13 {
    margin-top: -18rem !important
  }

  .mt-lg-n14 {
    margin-top: -20rem !important
  }

  .mt-lg-n15 {
    margin-top: -22rem !important
  }

  .ms-lg-n1 {
    margin-left: -.25rem !important
  }

  .ms-lg-n2 {
    margin-left: -.5rem !important
  }

  .ms-lg-n3 {
    margin-left: -1rem !important
  }

  .ms-lg-n4 {
    margin-left: -1.5rem !important
  }

  .ms-lg-n5 {
    margin-left: -3rem !important
  }

  .ms-lg-n6 {
    margin-left: -6rem !important
  }

  .ms-lg-n7 {
    margin-left: -7rem !important
  }

  .ms-lg-n8 {
    margin-left: -8rem !important
  }

  .ms-lg-n9 {
    margin-left: -9rem !important
  }

  .ms-lg-n10 {
    margin-left: -12rem !important
  }

  .ms-lg-n11 {
    margin-left: -14rem !important
  }

  .ms-lg-n12 {
    margin-left: -16rem !important
  }

  .ms-lg-n13 {
    margin-left: -18rem !important
  }

  .ms-lg-n14 {
    margin-left: -20rem !important
  }

  .ms-lg-n15 {
    margin-left: -22rem !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .p-lg-3 {
    padding: 1rem !important
  }

  .p-lg-4 {
    padding: 1.5rem !important
  }

  .p-lg-5 {
    padding: 3rem !important
  }

  .p-lg-6 {
    padding: 6rem !important
  }

  .p-lg-7 {
    padding: 7rem !important
  }

  .p-lg-8 {
    padding: 8rem !important
  }

  .p-lg-9 {
    padding: 9rem !important
  }

  .p-lg-10 {
    padding: 12rem !important
  }

  .p-lg-11 {
    padding: 14rem !important
  }

  .p-lg-12 {
    padding: 16rem !important
  }

  .p-lg-13 {
    padding: 18rem !important
  }

  .p-lg-14 {
    padding: 20rem !important
  }

  .p-lg-15 {
    padding: 22rem !important
  }

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

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

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

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

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

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

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

  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important
  }

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

  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important
  }

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

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

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

  .px-lg-13 {
    padding-right: 18rem !important;
    padding-left: 18rem !important
  }

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

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

  .text-lg-center {
    text-align: center !important
  }
}

body {
  overflow-x: hidden;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important
}

a {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in
}

a, a:active, a:focus, a:hover {
  outline: 0 !important;
  text-decoration: none
}

img, video {
  vertical-align: middle
}

textarea {
  resize: vertical
}

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

.icon {
  margin-left: 5px;
  margin-right: 15px;
  padding: 0;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.icon.logo {
  max-width: 80px
}

.icon i {
  margin: 0
}

img.icon {
  max-width: 54px
}

.icon-sm {
  width: .875rem;
  height: .875rem
}

.icon-md {
  width: 1.75rem;
  height: 1.75rem
}

.icon-lg {
  width: 3.25rem;
  height: 3.25rem
}

@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  65% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px)
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes floating {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  65% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px)
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

.form[data-response-message-animation], form[data-response-message-animation] {
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-in;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-in;
  transition: transform .3s ease-in, opacity .3s ease-out;
  transition: transform .3s ease-in, opacity .3s ease-out, -webkit-transform .3s ease-in
}

.form .form-group.has-icon, form .form-group.has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.form .form-group.has-icon .form-control, form .form-group.has-icon .form-control {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

.form .form-group.has-icon .icon, form .form-group.has-icon .icon {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 15px;
  margin-left: 12px;
  position: absolute;
  right: 0
}

.form .form-group.has-icon.icon-left .form-control, form .form-group.has-icon.icon-left .form-control {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 2.5rem;
  padding-right: 0
}

.form .form-group.has-icon.icon-left .icon, form .form-group.has-icon.icon-left .icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  left: 5px;
  right: auto
}

.btn:focus, button:focus {
  outline: 0
}

.btn {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  white-space: normal;
  line-height: 1.5
}

.btn .icon {
  margin-right: 8px
}

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer
}

.btn-rounded {
  border-radius: 10rem
}

.btn-download {
  min-width: 200px;
  text-align: left;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.btn-download p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.45
}

.input-group .btn:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn-outline-success:hover, .btn-success:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 201, 183, .4) !important;
  box-shadow: -1px 3px 10px 0 rgba(0, 201, 183, .4) !important
}

.btn-info:hover, .btn-outline-info:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 160, 224, .4) !important;
  box-shadow: -1px 3px 10px 0 rgba(0, 160, 224, .4) !important
}

.btn-black:hover, .btn-outline-black:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(22, 28, 45, .4) !important;
  box-shadow: -1px 3px 10px 0 rgba(22, 28, 45, .4) !important
}

.ajax-button {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.form-control {
  color: #6d768b;
  border-color: #d9e2ef
}

.form-control.form-control-rounded {
  border-radius: 10rem
}

.form-control::-webkit-input-placeholder {
  opacity: .5;
  font-size: .875rem
}

.form-control::-moz-placeholder {
  opacity: .5;
  font-size: .875rem
}

.form-control:-ms-input-placeholder {
  opacity: .5;
  font-size: .875rem
}

.form-control::-ms-input-placeholder {
  opacity: .5;
  font-size: .875rem
}

.form-control::placeholder {
  opacity: .5;
  font-size: .875rem
}

textarea.form-control.form-control-rounded {
  padding-left: 1rem;
  border-radius: 1rem
}

.control {
  position: relative;
  z-index: 1;
  vertical-align: top
}

.control .form-control {
  position: relative;
  display: block
}

.control .form-control:focus {
  outline: 0
}

.input-group .btn {
  -webkit-box-shadow: none;
  box-shadow: none
}

.input-group+.input-group {
  margin-top: 10px
}

.image-background {
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat
}

.image-background.cover {
  background-size: cover
}

.image-background.left-bottom {
  background-position: 0 bottom
}

.image-background.center-top {
  background-position: center top
}

.image-background.center-bottom {
  background-position: center bottom
}

.image-background.p100-top {
  background-position: 100% top
}

.image-background.p100-bottom {
  background-position: 100% bottom
}

.bg-success.edge.bottom-left {
  position: relative
}

.bg-success.edge.bottom-left::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,201,183)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px
}

.bg-success.edge.bottom-right {
  position: relative
}

.bg-success.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,201,183)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px
}

.bg-success.edge.top-left {
  position: relative
}

.bg-success.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,201,183)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px
}

.bg-success.edge.top-right {
  position: relative
}

.bg-success.edge.top-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,201,183)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px
}

.bg-success.arrow:after {
  background-color: #00c9b7
}

.bg-info.edge.bottom-left {
  position: relative
}

.bg-info.edge.bottom-left::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,160,224)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px
}

.bg-info.edge.bottom-right {
  position: relative
}

.bg-info.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,160,224)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px
}

.bg-info.edge.top-left {
  position: relative
}

.bg-info.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,160,224)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px
}

.bg-info.edge.top-right {
  position: relative
}

.bg-info.edge.top-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,160,224)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px
}

.bg-info.arrow:after {
  background-color: #00a0e0
}

.bg-black.edge.bottom-left {
  position: relative
}

.bg-black.edge.bottom-left::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px
}

.bg-black.edge.bottom-right {
  position: relative
}

.bg-black.edge.bottom-right::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -250px
}

.bg-black.edge.top-left {
  position: relative
}

.bg-black.edge.top-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px
}

.bg-black.edge.top-right {
  position: relative
}

.bg-black.edge.top-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -250px
}

.bg-black.arrow:after {
  background-color: #161c2d
}

.arrow {
  position: relative
}

.arrow:after {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.arrow.bottom:after, .arrow.top:after {
  margin-left: -15px;
  left: 50%;
  border-radius: 10px 5px
}

.arrow.left:after, .arrow.right:after {
  top: 50%;
  margin-top: -15px;
  border-radius: 5px 10px
}

.arrow.top:after {
  top: -13px
}

.arrow.right:after {
  right: -13px
}

.arrow.bottom:after {
  bottom: -13px
}

.arrow.left:after {
  left: -13px
}

.b-b {
  border-bottom: 1px solid #d9e2ef
}

@media (min-width:576px) {
  .b-sm-b {
    border-bottom: 1px solid #d9e2ef
  }
}

@media (min-width:768px) {
  .b-md-b {
    border-bottom: 1px solid #d9e2ef
  }
}

@media (min-width:992px) {
  .b-lg-b {
    border-bottom: 1px solid #d9e2ef
  }
}

.b-success {
  border-color: #00c9b7 !important
}

.shadow-success {
  -webkit-box-shadow: 0 1px 10px rgba(0, 201, 183, .4) !important;
  box-shadow: 0 1px 10px rgba(0, 201, 183, .4) !important
}

.b-info {
  border-color: #00a0e0 !important
}

.shadow-info {
  -webkit-box-shadow: 0 1px 10px rgba(0, 160, 224, .4) !important;
  box-shadow: 0 1px 10px rgba(0, 160, 224, .4) !important
}

.b-black {
  border-color: #161c2d !important
}

.shadow-black {
  -webkit-box-shadow: 0 1px 10px rgba(22, 28, 45, .4) !important;
  box-shadow: 0 1px 10px rgba(22, 28, 45, .4) !important
}

.shadow {
  -webkit-box-shadow: 0 1px 9px 1px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 9px 1px rgba(0, 0, 0, .15)
}

.drop-shadow {
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .25));
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .25))
}

.border-input {
  border: 1px solid #d9e2ef
}

.rounded-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.fade-bottom:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0), #fff 70%, #fff);
  bottom: -25px;
  content: "";
  display: block;
  height: 85px;
  left: 0;
  position: absolute;
  right: 0
}

.overflow-hidden {
  overflow: hidden
}

.overflow-x {
  overflow-x: auto
}

.overflow-x-hidden {
  overflow-x: hidden
}

.overflow-y {
  overflow-y: auto
}

.overflow-y-hidden {
  overflow-y: hidden
}

.center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (min-width:576px) {
  .center-x-sm {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media (min-width:576px) {
  .center-y-sm {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media (min-width:768px) {
  .center-x-md {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media (min-width:768px) {
  .center-y-md {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media (min-width:992px) {
  .center-x-lg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media (min-width:992px) {
  .center-y-lg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

.top {
  top: 0 !important
}

.right {
  right: 0 !important
}

.bottom {
  bottom: 0 !important
}

.left {
  left: 0 !important
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.row.gap-y {
  margin-top: -.75rem;
  margin-bottom: -.75rem
}

.row.gap-y>.col, .row.gap-y>[class*=col-] {
  padding-top: .75rem;
  padding-bottom: .75rem
}

.row.gap-2x {
  margin: -1.5rem;
  margin: -1.5rem
}

.row.gap-2x>.col, .row.gap-2x>[class*=col-] {
  padding: 1.5rem;
  padding: 1.5rem
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 8px 2px #53f;
    box-shadow: 0 0 8px 2px #53f
  }

  100% {
    -webkit-box-shadow: 0 0 20px 2px #53f;
    box-shadow: 0 0 20px 2px #53f
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 8px 2px #53f;
    box-shadow: 0 0 8px 2px #53f
  }

  100% {
    -webkit-box-shadow: 0 0 20px 2px #53f;
    box-shadow: 0 0 20px 2px #53f
  }
}

s {
  text-decoration: line-through !important;
  color: #b7c0d7;
  font-weight: 300
}

.text-wrap {
  white-space: normal !important
}

.bold, strong {
  font-weight: 700 !important
}

.text-wrap {
  white-space: normal !important
}

@media (min-width:576px) {
  .text-sm-wrap {
    white-space: normal !important
  }
}

@media (min-width:768px) {
  .text-md-wrap {
    white-space: normal !important
  }
}

@media (min-width:992px) {
  .text-lg-wrap {
    white-space: normal !important
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 1rem;
  font-weight: 400;
  color: #161c2d
}

.font-sm {
  font-size: .875rem !important
}

.font-md {
  font-size: 1.75rem !important
}

.font-lg {
  font-size: 3.25rem !important
}

.display-1 {
  font-size: 5rem !important
}

.display-2 {
  font-size: 4.5rem !important
}

.display-3 {
  font-size: 4rem !important
}

.display-4 {
  font-size: 3.5rem !important
}

.display-5 {
  font-size: 3rem !important
}

.display-6 {
  font-size: 2.5rem !important
}

@media (min-width:576px) {
  .display-sm-1 {
    font-size: 5rem !important
  }

  .display-sm-2 {
    font-size: 4.5rem !important
  }

  .display-sm-3 {
    font-size: 4rem !important
  }

  .display-sm-4 {
    font-size: 3.5rem !important
  }

  .display-sm-5 {
    font-size: 3rem !important
  }

  .display-sm-6 {
    font-size: 2.5rem !important
  }
}

@media (min-width:768px) {
  .display-md-1 {
    font-size: 5rem !important
  }

  .display-md-2 {
    font-size: 4.5rem !important
  }

  .display-md-3 {
    font-size: 4rem !important
  }

  .display-md-4 {
    font-size: 3.5rem !important
  }

  .display-md-5 {
    font-size: 3rem !important
  }

  .display-md-6 {
    font-size: 2.5rem !important
  }
}

@media (min-width:992px) {
  .display-lg-1 {
    font-size: 5rem !important
  }

  .display-lg-2 {
    font-size: 4.5rem !important
  }

  .display-lg-3 {
    font-size: 4rem !important
  }

  .display-lg-4 {
    font-size: 3.5rem !important
  }

  .display-lg-5 {
    font-size: 3rem !important
  }

  .display-lg-6 {
    font-size: 2.5rem !important
  }
}

.card-clean .card-header {
  border-bottom: none
}

.navbar-nav {
  position: relative
}

.nav-process {
  margin-left: -30px
}

.nav-process .nav-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.nav-process .nav-item:after, .nav-process .nav-item:before {
  content: "";
  width: 50%;
  border-top: 1px dashed #53f;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: .375rem
}

.nav-process .nav-item:before {
  left: 0
}

.nav-process .nav-item:after {
  right: 0
}

.nav-process .nav-item:first-of-type:before {
  border: none
}

.nav-process .nav-item:last-of-type:after {
  border: none
}

.swiper-container .swiper-pagination-top {
  bottom: auto;
  top: 0
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: none
}

.swiper-center-nav .swiper-button {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.swiper-center-nav .swiper-button:hover {
  background-color: #53f;
  color: #fff
}

.swiper-center-nav .swiper-button-prev {
  left: 0;
  top: 50%
}

@media (min-width:768px) {
  .swiper-center-nav .swiper-button-prev {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .swiper-center-nav .swiper-button-prev:hover {
    -webkit-transform: translate(-50%, -2px);
    transform: translate(-50%, -2px)
  }
}

.swiper-center-nav .swiper-button-next {
  right: 0;
  top: 50%
}

@media (min-width:768px) {
  .swiper-center-nav .swiper-button-next {
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
  }

  .swiper-center-nav .swiper-button-next:hover {
    -webkit-transform: translate(50%, -2px);
    transform: translate(50%, -2px)
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fade-out {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes bubble-v {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(-460px);
    transform: translateY(-460px)
  }
}

@keyframes bubble-v {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(-460px);
    transform: translateY(-460px)
  }
}

@-webkit-keyframes bubble-left-v {
  0% {
    margin-bottom: 0;
    opacity: .1
  }

  20% {
    opacity: 1
  }

  100% {
    margin-bottom: 460px;
    opacity: 1;
    left: 0
  }
}

@keyframes bubble-left-v {
  0% {
    margin-bottom: 0;
    opacity: .1
  }

  20% {
    opacity: 1
  }

  100% {
    margin-bottom: 460px;
    opacity: 1;
    left: 0
  }
}

@-webkit-keyframes shake-v {
  0% {
    margin-left: 0
  }

  100% {
    margin-left: 50px
  }
}

@keyframes shake-v {
  0% {
    margin-left: 0
  }

  100% {
    margin-left: 50px
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes jump {
  0% {
    top: 0
  }

  50% {
    top: 50px
  }

  100% {
    top: 0
  }
}

@keyframes jump {
  0% {
    top: 0
  }

  50% {
    top: 50px
  }

  100% {
    top: 0
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0) translate(-165px) rotate(0);
    transform: rotate(0) translate(-165px) rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-165px) rotate(-360deg);
    transform: rotate(360deg) translate(-165px) rotate(-360deg)
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0) translate(-165px) rotate(0);
    transform: rotate(0) translate(-165px) rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-165px) rotate(-360deg);
    transform: rotate(360deg) translate(-165px) rotate(-360deg)
  }
}

@-webkit-keyframes anti-clockwise {
  0% {
    -webkit-transform: rotate(0) translate(165px) rotate(0);
    transform: rotate(0) translate(165px) rotate(0)
  }

  100% {
    -webkit-transform: rotate(-360deg) translate(165px) rotate(360deg);
    transform: rotate(-360deg) translate(165px) rotate(360deg)
  }
}

@keyframes anti-clockwise {
  0% {
    -webkit-transform: rotate(0) translate(165px) rotate(0);
    transform: rotate(0) translate(165px) rotate(0)
  }

  100% {
    -webkit-transform: rotate(-360deg) translate(165px) rotate(360deg);
    transform: rotate(-360deg) translate(165px) rotate(360deg)
  }
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@-webkit-keyframes rotating-clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotating-clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotating-diagonal {
  0% {
    -webkit-transform: translate(-300px, 150px) rotate(0);
    transform: translate(-300px, 150px) rotate(0)
  }

  100% {
    -webkit-transform: translate(300px, -150px) rotate(180deg);
    transform: translate(300px, -150px) rotate(180deg)
  }
}

@keyframes rotating-diagonal {
  0% {
    -webkit-transform: translate(-300px, 150px) rotate(0);
    transform: translate(-300px, 150px) rotate(0)
  }

  100% {
    -webkit-transform: translate(300px, -150px) rotate(180deg);
    transform: translate(300px, -150px) rotate(180deg)
  }
}

main {
  -webkit-transition: -webkit-transform .4s ease 0s;
  transition: -webkit-transform .4s ease 0s;
  transition: transform .4s ease 0s;
  transition: transform .4s ease 0s, -webkit-transform .4s ease 0s
}

.navigation {
  background-color: #fff;
  min-height: 90px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

@media (max-width:575.98px) {
  .navigation .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.navigation .logo {
  max-height: 60px
}

.navigation .nav-link {
  color: #53f;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out, opacity .3s ease-in-out;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 1rem
}

.navigation .nav-link i {
  display: inline-block;
  margin-right: 15px
}

.navigation .nav-link:hover {
  color: #fff
}

@media (max-width:575.98px) {
  .navigation .nav-link:hover {
    background: #53f
  }
}

.navigation.navbar-sticky {
  position: fixed !important;
  background-color: #fff;
  left: 0;
  top: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .11);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .11);
  box-shadow: 0 0 5px rgba(0, 0, 0, .11);
  min-height: 90px;
  z-index: 1030;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out
}

.navigation.navbar-sticky .logo {
  display: none
}

.navigation.navbar-sticky .logo.logo-sticky {
  display: inline-block !important
}

.navigation.navbar-sticky .logo.logo-sticky+.logo {
  display: none !important
}

.navigation .btn-outline, .navigation.navbar-sticky .btn-outline {
  color: #53f;
  border-color: #53f
}

.navigation .btn-outline:hover, .navigation.navbar-sticky .btn-outline:hover {
  color: #fff;
  background-color: #53f;
  border-color: #53f
}

.navigation .btn-outline:focus, .navigation.navbar-sticky .btn-outline:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(85, 51, 255, .5);
  box-shadow: 0 0 0 .25rem rgba(85, 51, 255, .5)
}

.navigation .btn-outline:active, .navigation.navbar-sticky .btn-outline:active {
  color: #fff;
  background-color: #53f;
  border-color: #53f
}

.navigation .btn-outline:active:focus, .navigation.navbar-sticky .btn-outline:active:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(85, 51, 255, .5);
  box-shadow: 0 0 0 .25rem rgba(85, 51, 255, .5)
}

.navigation .btn-outline:disabled, .navigation.navbar-sticky .btn-outline:disabled {
  color: #53f;
  background-color: transparent
}

.navigation .btn-outline:hover, .navigation.navbar-sticky .btn-outline:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(85, 51, 255, .4) !important;
  box-shadow: -1px 3px 10px 0 rgba(85, 51, 255, .4) !important
}

.navigation .btn-solid, .navigation.navbar-sticky .btn-solid {
  color: #fff;
  background-color: #53f;
  border-color: #53f
}

.navigation .btn-solid:hover, .navigation.navbar-sticky .btn-solid:hover {
  color: #fff;
  background-color: #482bd9;
  border-color: #4429cc
}

.navigation .btn-solid:focus, .navigation.navbar-sticky .btn-solid:focus {
  color: #fff;
  background-color: #482bd9;
  border-color: #4429cc;
  -webkit-box-shadow: 0 0 0 .25rem rgba(111, 82, 255, .5);
  box-shadow: 0 0 0 .25rem rgba(111, 82, 255, .5)
}

.navigation .btn-solid:active, .navigation.navbar-sticky .btn-solid:active {
  color: #fff;
  background-color: #4429cc;
  border-color: #4026bf
}

.navigation .btn-solid:active:focus, .navigation.navbar-sticky .btn-solid:active:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(111, 82, 255, .5);
  box-shadow: 0 0 0 .25rem rgba(111, 82, 255, .5)
}

.navigation .btn-solid:disabled, .navigation.navbar-sticky .btn-solid:disabled {
  color: #fff;
  background-color: #53f;
  border-color: #53f
}

.navigation .btn-solid:hover, .navigation.navbar-sticky .btn-solid:hover {
  -webkit-box-shadow: -1px 3px 10px 0 rgba(85, 51, 255, .4) !important;
  box-shadow: -1px 3px 10px 0 rgba(85, 51, 255, .4) !important
}

@media (min-width:768px) {
  .navigation {
    background-color: #fff;
    padding: 0
  }

  .navigation:not(.fixed-top) {
    position: static;
    top: -90px
  }

  .navigation.fixed-top {
    background-color: transparent
  }

  .navigation.fixed-top .nav-link {
    color: #fff
  }

  .navigation.fixed-top .nav-link:hover {
    color: #f1f4f8
  }

  .navigation.navbar-sticky {
    background-color: #fff;
    top: 0
  }

  .navigation.navbar-sticky .nav-link {
    color: #6d768b
  }

  .navigation.navbar-sticky .nav-link:hover {
    color: #53f
  }

  .navigation .nav-link {
    color: #6d768b;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
  }

  .navigation .nav-link i {
    display: none
  }

  .navigation .nav-link:hover {
    color: #4f586c
  }

  .navigation .btn-outline {
    color: #fff;
    border-color: #fff;
    color: #fff
  }

  .navigation .btn-outline:hover {
    color: #161c2d;
    background-color: #fff;
    border-color: #fff
  }

  .navigation .btn-outline:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .5)
  }

  .navigation .btn-outline:active {
    color: #161c2d;
    background-color: #fff;
    border-color: #fff
  }

  .navigation .btn-outline:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .5)
  }

  .navigation .btn-outline:disabled {
    color: #fff;
    background-color: transparent
  }

  .navigation .btn-solid {
    color: #161c2d;
    background-color: #fff;
    border-color: #fff
  }

  .navigation .btn-solid:hover {
    color: #161c2d;
    background-color: #fff;
    border-color: #fff
  }

  .navigation .btn-solid:focus {
    color: #161c2d;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 221, 224, .5);
    box-shadow: 0 0 0 .25rem rgba(220, 221, 224, .5)
  }

  .navigation .btn-solid:active {
    color: #161c2d;
    background-color: #fff;
    border-color: #fff
  }

  .navigation .btn-solid:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220, 221, 224, .5);
    box-shadow: 0 0 0 .25rem rgba(220, 221, 224, .5)
  }

  .navigation .btn-solid:disabled {
    color: #161c2d;
    background-color: #fff;
    border-color: #fff
  }
}

.st-nav {
  z-index: 500;
  -webkit-perspective: 2000px;
  perspective: 2000px
}

.st-nav ul {
  padding: 0;
  margin: 0
}

.st-nav li {
  list-style: none
}

.st-nav a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #3f179a;
  -webkit-transition: color .1s;
  transition: color .1s
}

.st-nav a:hover {
  color: #3f179a
}

.st-nav .st-nav-menu {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media (min-width:768px) {
  .st-nav .st-nav-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.st-nav .st-nav-section.logo {
  position: absolute;
  top: 0;
  left: 0
}

.st-nav .st-alt-bg {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .25s;
  transition-duration: .25s
}

.st-nav .st-alt-bg {
  right: 0;
  height: 1000px;
  background: #f1f4f8
}

.st-nav .link-title {
  margin: 0 0 .5rem;
  color: #2b354f;
  font-size: 1rem;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .025em
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.icon-block {
  padding: 15px;
  margin-bottom: 15px
}

.icon-block p {
  margin-top: 10px
}

.icon-anime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 90px;
  position: relative;
  margin-left: auto;
  margin-right: auto
}

.icon-anime .icon {
  margin: 0
}

@media (min-width:768px) {
  .icon-anime {
    margin-right: 0;
    margin-left: 0
  }
}

p {
  margin: 1rem 0
}

.logo {
  max-width: 180px
}

.nav-process {
  min-height: 60px
}

.blog-post .h4, .blog-post h4 {
  margin-top: 2.5rem
}

.blog-post p {
  letter-spacing: .5px;
  margin: 1.25rem 0
}

.section, section {
  position: relative
}

.section [class^=container], section [class^=container] {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative
}

.section [class^=container].bring-to-front, section [class^=container].bring-to-front {
  z-index: 9
}

@media (min-width:768px) {
  .section [class^=container], section [class^=container] {
    padding-top: 90px;
    padding-bottom: 90px
  }
}

.section.shadow, section.shadow {
  z-index: 1
}

.section-heading {
  margin-bottom: 60px;
  position: relative
}

.section-heading .h2, .section-heading h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 2.875rem
}

.section-heading p {
  font-weight: 300
}

@media (min-width:768px) {
  .partners img {
    opacity: .5;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }

  .partners img:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.features-carousel {
  background-color: #f1f4f8
}

.features-carousel .swiper-container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

@media (min-width:576px) {
  .features-carousel .swiper-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 2.5rem;
    width: 25%;
    z-index: 2;
    left: 75%;
    bottom: 0
  }
}

.features-carousel .features-nav-next {
  position: absolute;
  top: 0;
  right: 5px;
  margin: 0;
  z-index: 3;
  cursor: pointer;
  padding-right: 1rem
}

.features-carousel .features-nav-next .features-nav-icon {
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out
}

.features-carousel .features-nav-next:hover {
  color: #00a0e0
}

.features-carousel .features-nav-next:hover .features-nav-icon {
  -webkit-transform: translateX(1rem);
  transform: translateX(1rem)
}

.screenshots .swiper-container {
  padding: 3.58rem 0 6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.screenshots .swiper-container .swiper-slide {
  -webkit-transform: scale(.75);
  transform: scale(.75);
  opacity: .6;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.screenshots .swiper-container .swiper-slide img {
  border-radius: 13px;
  -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, .015);
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, .015)
}

.screenshots .swiper-container .swiper-slide-next, .screenshots .swiper-container .swiper-slide-prev {
  -webkit-transform: scale(.85);
  transform: scale(.85);
  opacity: .85
}

.slider-testimonials .swiper-button-prev {
  top: 100%
}

@media (min-width:768px) {
  .slider-testimonials .swiper-button-prev {
    top: 50%
  }
}

.slider-testimonials .swiper-button-next {
  top: 0
}

@media (min-width:768px) {
  .slider-testimonials .swiper-button-next {
    top: 50%
  }
}

.slider-testimonials [class^=col] {
  position: relative
}

.slider-testimonials .image-background {
  max-height: 500px
}

@media (min-width:768px) {
  .slider-testimonials .image-background {
    max-height: 580px
  }
}

@media (min-width:1200px) {
  .slider-testimonials .image-background {
    max-height: 500px
  }
}

.slider-testimonials .card-body {
  padding: 4rem 2.5rem
}

@media (min-width:768px) {
  .anime-background [class^=container] {
    padding-top: 9rem;
    padding-bottom: 9rem
  }
}

.navigation.fixed-top+main .header {
  padding-top: 90px
}

.header {
  position: relative
}

.header .container {
  position: relative;
  margin: 0 auto
}

.header.page .container {
  padding-top: 90px;
  padding-bottom: 90px
}

.header-link {
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}

@media (min-width:768px) {
  .app-landing-header .container {
    padding-bottom: 12rem
  }

}

[dir=rtl] .icon {
  margin-right: 15px;
  margin-left: 0
}

[dir=rtl] .swiper-center-nav .swiper-button-prev {
  left: auto;
  right: 0;
  -webkit-transform: translate(50%);
  transform: translate(50%)
}

[dir=rtl] .swiper-center-nav .swiper-button-next {
  left: 0;
  right: auto;
  -webkit-transform: translate(-50%);
  transform: translate(-50%)
}

[dir=rtl] .nav-process {
  margin-left: 0;
  margin-right: -30px
}

[dir=rtl] .btn-group>.btn-group:not(:last-child)>.btn, [dir=rtl] .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

[dir=rtl] .btn-group>.btn-group:not(:first-child)>.btn, [dir=rtl] .btn-group>.btn:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

[dir=rtl] .btn-group>.btn:first-child {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

[dir=rtl] .btn-group>.btn:last-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}