* {
  box-sizing: border-box;
}

input:focus,
select:focus,
select:hover,
textarea:focus,
button:focus,
*:focus {
  outline: none;
}

[type=submit],
[type=reset],
[type=button],
select,
option,
button,
a {
  cursor: pointer;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  color: #000;
  background: #FFF;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  background-position: top left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1050px) {
  body {
    background: none !important;
  }
}

a {
  color: #251DEE;
}
a:hover {
  color: #140db1;
}

input,
select,
button {
  font-family: "Montserrat", sans-serif;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 700;
}
h1::first-letter,
h2::first-letter,
h3::first-letter,
h4::first-letter,
h5::first-letter,
h6::first-letter {
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}

h2,
.h2 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2.5rem;
  }
}

h3,
.h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}

h4,
.h4 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.3rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 1.2rem;
  }
}

h6,
.h6 {
  font-size: 1rem;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.bg-primary {
  background: #251DEE;
}

.color-primary {
  color: #251DEE;
}

.color-body {
  color: #000;
}

.text-muted {
  color: #7f7f7f;
}

.w-25 {
  width: 25px;
  flex-basis: 25px;
  flex-shrink: 0;
}

hr {
  border: none;
  height: 1px;
  background-color: #e6e6e6;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.container-sm {
  max-width: 940px !important;
}

.fa {
  line-height: 1;
}

.fa svg {
  height: 1.2em;
  width: auto;
  display: block;
}

.opacity-50 {
  opacity: 0.5;
}

.menu,
.menu > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .menu,
  .menu > ul {
    flex-direction: column;
  }
}

.page_item a,
.menu-item a {
  text-decoration: none;
  display: block;
  margin: 0.5rem 1rem;
  text-align: center;
  font-size: 1rem;
  color: #000;
  font-weight: 500;
}
.page_item a:hover,
.menu-item a:hover {
  color: #251DEE;
}
@media screen and (max-width: 767px) {
  .page_item a,
  .menu-item a {
    padding: 1rem 1rem;
  }
}
.page_item a.button, .page_item .comment-respond a#submit, .comment-respond .page_item a#submit, .page_item .comment-respond a[type=submit], .comment-respond .page_item a[type=submit],
.page_item .wpcf7 a#submit,
.wpcf7 .page_item a#submit,
.page_item .wpcf7 a[type=submit],
.wpcf7 .page_item a[type=submit],
.page-header .page_item:nth-last-child(1) a,
.menu-item a.button,
.menu-item .comment-respond a#submit,
.comment-respond .menu-item a#submit,
.menu-item .comment-respond a[type=submit],
.comment-respond .menu-item a[type=submit],
.menu-item .wpcf7 a#submit,
.wpcf7 .menu-item a#submit,
.menu-item .wpcf7 a[type=submit],
.wpcf7 .menu-item a[type=submit],
.page-header .menu-item:nth-last-child(1) a {
  margin-left: 1rem;
}
.page_item a.button:hover, .page_item .comment-respond a#submit:hover, .comment-respond .page_item a#submit:hover, .page_item .comment-respond a[type=submit]:hover, .comment-respond .page_item a[type=submit]:hover,
.page_item .wpcf7 a#submit:hover,
.wpcf7 .page_item a#submit:hover,
.page_item .wpcf7 a[type=submit]:hover,
.wpcf7 .page_item a[type=submit]:hover,
.page-header .page_item:nth-last-child(1) a:hover,
.menu-item a.button:hover,
.menu-item .comment-respond a#submit:hover,
.comment-respond .menu-item a#submit:hover,
.menu-item .comment-respond a[type=submit]:hover,
.comment-respond .menu-item a[type=submit]:hover,
.menu-item .wpcf7 a#submit:hover,
.wpcf7 .menu-item a#submit:hover,
.menu-item .wpcf7 a[type=submit]:hover,
.wpcf7 .menu-item a[type=submit]:hover,
.page-header .menu-item:nth-last-child(1) a:hover {
  color: #fff;
}

.nav-toggle {
  padding: 0.5rem 0.75rem;
  display: inline-block;
  width: 40px;
  height: 35px;
  position: relative;
}
.nav-toggle::before, .nav-toggle::after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #ccc;
  transition: 0.2s;
}
.nav-toggle::before {
  width: 100%;
  top: 10px;
}
.nav-toggle::after {
  width: 70%;
  bottom: 10px;
}
.nav-toggle:hover::before, .nav-toggle:hover::after {
  background-color: #aaa;
}

.nav-open .nav-toggle::before {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
.nav-open .nav-toggle::after {
  bottom: calc(50% - 1px);
  width: 100%;
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .hero {
    margin-bottom: 80px;
  }
}

.hero .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .hero .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .hero-bg {
    position: absolute;
    left: 55%;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }
}
.hero-bg img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .hero-bg img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30px 0 0 30px;
  }
}

.button, .comment-respond #submit, .comment-respond [type=submit],
.wpcf7 #submit,
.wpcf7 [type=submit], .page-header .menu-item:nth-last-child(1) a,
.page-header .page_item:nth-last-child(1) a {
  line-height: 1.2;
  background: #ededed;
  border: 0;
  color: #444;
  padding: 0.375rem 0.75rem;
  transition: 0.15s;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 500;
}
.button:hover, .comment-respond #submit:hover, .comment-respond [type=submit]:hover,
.wpcf7 #submit:hover,
.wpcf7 [type=submit]:hover, .page-header .menu-item:nth-last-child(1) a:hover,
.page-header .page_item:nth-last-child(1) a:hover, .button:active, .comment-respond #submit:active, .comment-respond [type=submit]:active,
.wpcf7 #submit:active,
.wpcf7 [type=submit]:active, .page-header .menu-item:nth-last-child(1) a:active,
.page-header .page_item:nth-last-child(1) a:active {
  background: #dedede;
}

.button-lg, .comment-respond #submit, .comment-respond [type=submit],
.wpcf7 #submit,
.wpcf7 [type=submit] {
  padding: 1rem 2rem;
  font-size: 1.125rem;
  border-radius: 15px;
}

.button.is-primary, .comment-respond .button[type=submit],
.wpcf7 .button[type=submit], .comment-respond #submit, .comment-respond .is-primary[type=submit], .comment-respond [type=submit],
.comment-respond .wpcf7 [type=submit],
.wpcf7 .comment-respond [type=submit],
.wpcf7 #submit,
.wpcf7 .is-primary[type=submit],
.wpcf7 [type=submit], .page-header .menu-item:nth-last-child(1) a.is-primary, .page-header .menu-item:nth-last-child(1) .comment-respond a[type=submit], .comment-respond .page-header .menu-item:nth-last-child(1) a[type=submit],
.page-header .menu-item:nth-last-child(1) .wpcf7 a[type=submit],
.wpcf7 .page-header .menu-item:nth-last-child(1) a[type=submit],
.page-header .page_item:nth-last-child(1) a.is-primary,
.page-header .page_item:nth-last-child(1) .comment-respond a[type=submit],
.comment-respond .page-header .page_item:nth-last-child(1) a[type=submit],
.page-header .page_item:nth-last-child(1) .wpcf7 a[type=submit],
.wpcf7 .page-header .page_item:nth-last-child(1) a[type=submit] {
  color: white;
  background: #251DEE;
}
.button.is-primary:hover, .comment-respond #submit:hover, .comment-respond [type=submit]:hover,
.wpcf7 #submit:hover,
.wpcf7 [type=submit]:hover, .page-header .menu-item:nth-last-child(1) a.is-primary:hover, .page-header .menu-item:nth-last-child(1) .comment-respond a[type=submit]:hover, .comment-respond .page-header .menu-item:nth-last-child(1) a[type=submit]:hover,
.page-header .menu-item:nth-last-child(1) .wpcf7 a[type=submit]:hover,
.wpcf7 .page-header .menu-item:nth-last-child(1) a[type=submit]:hover,
.page-header .page_item:nth-last-child(1) a.is-primary:hover,
.page-header .page_item:nth-last-child(1) .comment-respond a[type=submit]:hover,
.comment-respond .page-header .page_item:nth-last-child(1) a[type=submit]:hover,
.page-header .page_item:nth-last-child(1) .wpcf7 a[type=submit]:hover,
.wpcf7 .page-header .page_item:nth-last-child(1) a[type=submit]:hover, .button.is-primary:active, .comment-respond #submit:active, .comment-respond [type=submit]:active,
.wpcf7 #submit:active,
.wpcf7 [type=submit]:active, .page-header .menu-item:nth-last-child(1) a.is-primary:active, .page-header .menu-item:nth-last-child(1) .comment-respond a[type=submit]:active, .comment-respond .page-header .menu-item:nth-last-child(1) a[type=submit]:active,
.page-header .menu-item:nth-last-child(1) .wpcf7 a[type=submit]:active,
.wpcf7 .page-header .menu-item:nth-last-child(1) a[type=submit]:active,
.page-header .page_item:nth-last-child(1) a.is-primary:active,
.page-header .page_item:nth-last-child(1) .comment-respond a[type=submit]:active,
.comment-respond .page-header .page_item:nth-last-child(1) a[type=submit]:active,
.page-header .page_item:nth-last-child(1) .wpcf7 a[type=submit]:active,
.wpcf7 .page-header .page_item:nth-last-child(1) a[type=submit]:active {
  background: #160fc9;
}

.button.is-dark, .comment-respond .is-dark#submit, .comment-respond .is-dark[type=submit],
.wpcf7 .is-dark#submit,
.wpcf7 .is-dark[type=submit], .page-header .menu-item:nth-last-child(1) a,
.page-header .page_item:nth-last-child(1) a {
  color: white;
  background: #000;
}
.button.is-dark:hover, .comment-respond .is-dark#submit:hover, .comment-respond .is-dark[type=submit]:hover,
.wpcf7 .is-dark#submit:hover,
.wpcf7 .is-dark[type=submit]:hover, .page-header .menu-item:nth-last-child(1) a:hover,
.page-header .page_item:nth-last-child(1) a:hover, .button.is-dark:active, .comment-respond .is-dark#submit:active, .comment-respond .is-dark[type=submit]:active,
.wpcf7 .is-dark#submit:active,
.wpcf7 .is-dark[type=submit]:active, .page-header .menu-item:nth-last-child(1) a:active,
.page-header .page_item:nth-last-child(1) a:active {
  background: #363636;
}

.button-circle {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  background: #ededed;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.button-circle:hover, .button-circle:active {
  background: #dedede;
}

.button-circle.is-primary, .comment-respond .button-circle#submit, .comment-respond .button-circle[type=submit],
.wpcf7 .button-circle#submit,
.wpcf7 .button-circle[type=submit] {
  color: white;
  fill: white;
  background: #251DEE;
}
.button-circle.is-primary:hover, .comment-respond .button-circle#submit:hover, .comment-respond .button-circle[type=submit]:hover,
.wpcf7 .button-circle#submit:hover,
.wpcf7 .button-circle[type=submit]:hover, .button-circle.is-primary:active, .comment-respond .button-circle#submit:active, .comment-respond .button-circle[type=submit]:active,
.wpcf7 .button-circle#submit:active,
.wpcf7 .button-circle[type=submit]:active {
  background: #160fc9;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1145px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1145px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.page-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #FFF;
  color: #000;
}

.page-header-container {
  height: 70px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page-header-container {
    height: 120px;
  }
}
.page-header-container > * {
  z-index: 103;
}

.page-header-nav {
  z-index: 100;
  position: relative;
}

.page-header-logo img {
  height: 70px;
  width: auto;
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .page-header-nav {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 70px;
    height: 100vh;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.95);
    z-index: 100;
  }
  .nav-open .page-header-nav {
    display: block;
  }
  .page-header-logo img {
    height: 50px;
  }
}
#header img {
  display: block;
  width: 100% !important;
  height: 417px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #header img {
    height: 200px;
  }
}
#header img:not(:first-child) {
  display: none;
}

#header.nivoSlider {
  background-size: cover !important;
}

.main-content {
  min-height: calc(100vh - 380px);
  flex-grow: 1;
}

.main-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.section-header {
  margin-top: 100px;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}

.section-header h2 {
  margin-top: -1.25em;
  line-height: 1;
  margin-bottom: 0;
}

.section-header strong {
  display: block;
  line-height: 1;
  font-size: 8rem;
  font-weight: 700;
  color: #F4F4F4;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-header strong {
    font-size: 6rem;
  }
}

.project {
  border-radius: 30px;
  padding: 30px 40px;
  color: white;
  background: #000;
}
@media screen and (max-width: 767px) {
  .project {
    padding: 20px;
  }
}
.project .text-muted {
  color: white;
  opacity: 0.6;
}
.project h3 {
  word-wrap: break-word;
}
.project h3 a {
  text-decoration: none;
}
.project .more-link {
  color: white;
  opacity: 0.8;
  text-decoration: underline;
}
.project .more-link:hover {
  opacity: 1;
}

.page-footer {
  position: relative;
  color: #000;
  margin-top: 140px;
}

.page-footer a {
  color: #000;
  text-decoration: none;
}
.page-footer a:hover {
  text-decoration: underline;
}

.page-footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.page-footer ul li {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .page-footer {
    text-align: center;
  }
  .page-footer .wp-block-social-links {
    justify-content: center;
  }
}
.wp-block-post-title {
  font-size: 2rem;
}

.form-control, .comment-respond label + input:not([type=checkbox]),
.comment-respond textarea,
.wpcf7 label + input:not([type=checkbox]),
.wpcf7 textarea,
.wpcf7-form-control {
  padding: 0.5rem 0.75rem;
  border: 1px solid #d2d2d2;
  max-width: 100%;
  border-radius: 4px;
}

.comment-respond {
  max-width: 500px;
  margin: 0 auto;
}

.comment-respond label,
.wpcf7 label {
  display: block;
}
.comment-respond label + input:not([type=checkbox]),
.wpcf7 label + input:not([type=checkbox]) {
  display: block;
  width: 100%;
}
.comment-respond [type=checkbox] + label,
.wpcf7 [type=checkbox] + label {
  display: inline;
}
.comment-respond textarea,
.wpcf7 textarea {
  resize: vertical;
  display: block;
  width: 100%;
}
.wpcf7-textarea {
  resize: vertical;
  display: block;
  width: 100%;
}

.wp-block-separator {
  border: none;
  border-bottom: 2px solid #e1e1e1;
}

.wp-block-post-date {
  opacity: 0.6;
  font-size: small;
}

.wp-block-post {
  margin-bottom: 2rem;
}

.comment-section-here {
  margin-top: 5rem;
}

.commentmetadata {
  font-size: small;
}

.ngg-albumoverview.default-view .ngg-album-compact {
  border: none;
  box-shadow: none;
  margin: 0 !important;
}

.ngg-album-compactbox {
  padding: 0 !important;
}

.ngg-album-compact h4 .ngg-album-desc {
  color: inherit;
}

.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.d-inline {
  display: inline;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-none {
  display: none;
}

.d-visible {
  visibility: visible;
}

.d-hidden {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .desktop-hidden {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}
.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.clearfix {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

.p-sticky {
  position: sticky;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.text-decoration-none {
  text-decoration: none;
}

.p-0 {
  padding: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.m-0 {
  margin: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.ml-16 {
  margin-left: 4rem !important;
}

.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mr-20 {
  margin-right: 5rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.ml-20 {
  margin-left: 5rem !important;
}

.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.mt-24 {
  margin-top: 6rem !important;
}

.mr-24 {
  margin-right: 6rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.ml-24 {
  margin-left: 6rem !important;
}

.mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}/*# sourceMappingURL=main.css.map */