/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com
Description:  Default GeneratePress child theme
Author:       Tom Usborne
Author URI:   https://tomusborne.com
Template:     generatepress
Version:      0.1
*/
/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./scss/components.scss ***!
  \***********************************************************************************************************************************************************************/
header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.admin-bar header.site-header {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar header.site-header {
    top: 46px;
  }
}
header.site-header .inside-header {
  transition: 0.5s padding ease;
}
header.site-header .inside-header .header-image {
  transition: 0.5s width ease;
}
@media only screen and (max-width: 782px) {
  header.site-header .inside-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header.site-header .inside-header .site-logo {
    max-width: 141px;
  }
}
header.site-header.is-sticky {
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
}
header.site-header.is-sticky .inside-header {
  padding-top: 8px;
  padding-bottom: 8px;
}
header.site-header.is-sticky .inside-header .header-image {
  width: 130px;
}
header.site-header.is-sticky .inside-header #site-navigation .main-nav .menu-item.menu-btn a {
  padding: 8px 25px;
}

.site-footer {
  clear: both;
}
.site-footer .inside-site-info {
  border-top: 1px solid var(--footer-border);
}
.site-footer .footer-bar .menu .menu-item a {
  color: var(--contrast);
  text-decoration: none;
}
.site-footer .footer-bar .menu .menu-item a:hover {
  color: var(--accent);
}
.site-footer .footer-widgets-container {
  padding: 0 30px !important;
  padding-bottom: 30px !important;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.site-footer .footer-widgets-container .inside-footer-widgets > div {
  padding: 0 10px !important;
}
.site-footer .footer-widgets-container .inner-padding {
  padding: 0 0 0 0px !important;
}
@media only screen and (max-width: 1370px) {
  .site-footer .footer-widgets-container {
    padding: 0 15px !important;
  }
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  display: flex;
  align-items: center;
  align-self: stretch;
  background-color: #506482;
  border-color: #506482;
  padding: 16px 12px;
  color: var(--white);
  width: 100%;
  border-radius: 12px;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #506482;
}
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--contrast);
}

textarea {
  max-height: 155px;
}

input, textarea, button, select, a, a:focus, a:active {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.recaptcha {
  display: block;
  margin-bottom: 20px;
}

.wpcf7-form p {
  margin-bottom: 20px;
}
.wpcf7-form input.wpcf7-submit {
  background-color: var(--white);
  border: 1px solid var(--white);
  color: var(--accent) !important;
  min-width: 150px;
  padding: 7px 30px;
}
.wpcf7-form input.wpcf7-submit:hover {
  background-color: var(--light-blue);
  color: var(--accent);
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: var(--light-blue) !important;
  opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: var(--light-blue) !important;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: var(--light-blue) !important;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: var(--light-blue) !important;
  opacity: 1;
}

body .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body .mt-auto {
  margin-top: auto !important;
}
body .ml-auto {
  margin-left: auto !important;
}
body .mr-auto {
  margin-right: auto !important;
}
body .mt-0 {
  margin-top: 0px !important;
}
body .m-0 {
  margin-top: 0px !important;
}
body .m-t-negative-0 {
  margin-top: 0px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-0 {
    margin-top: 0px !important;
  }
  body .m-md-0 {
    margin-top: 0px !important;
  }
  body .m-md-t-negative-0 {
    margin-top: 0px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-0 {
    margin-top: 0px !important;
  }
  body .m-lg-0 {
    margin-top: 0px !important;
  }
  body .m-lg-t-negative-0 {
    margin-top: 0px !important;
  }
}
body .mt-1 {
  margin-top: 10px !important;
}
body .m-1 {
  margin-top: 10px !important;
}
body .m-t-negative-1 {
  margin-top: -10px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-1 {
    margin-top: 10px !important;
  }
  body .m-md-1 {
    margin-top: 10px !important;
  }
  body .m-md-t-negative-1 {
    margin-top: -10px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-1 {
    margin-top: 10px !important;
  }
  body .m-lg-1 {
    margin-top: 10px !important;
  }
  body .m-lg-t-negative-1 {
    margin-top: -10px !important;
  }
}
body .mt-2 {
  margin-top: 20px !important;
}
body .m-2 {
  margin-top: 20px !important;
}
body .m-t-negative-2 {
  margin-top: -20px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-2 {
    margin-top: 20px !important;
  }
  body .m-md-2 {
    margin-top: 20px !important;
  }
  body .m-md-t-negative-2 {
    margin-top: -20px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-2 {
    margin-top: 20px !important;
  }
  body .m-lg-2 {
    margin-top: 20px !important;
  }
  body .m-lg-t-negative-2 {
    margin-top: -20px !important;
  }
}
body .mt-3 {
  margin-top: 30px !important;
}
body .m-3 {
  margin-top: 30px !important;
}
body .m-t-negative-3 {
  margin-top: -30px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-3 {
    margin-top: 30px !important;
  }
  body .m-md-3 {
    margin-top: 30px !important;
  }
  body .m-md-t-negative-3 {
    margin-top: -30px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-3 {
    margin-top: 30px !important;
  }
  body .m-lg-3 {
    margin-top: 30px !important;
  }
  body .m-lg-t-negative-3 {
    margin-top: -30px !important;
  }
}
body .mt-4 {
  margin-top: 40px !important;
}
body .m-4 {
  margin-top: 40px !important;
}
body .m-t-negative-4 {
  margin-top: -40px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-4 {
    margin-top: 40px !important;
  }
  body .m-md-4 {
    margin-top: 40px !important;
  }
  body .m-md-t-negative-4 {
    margin-top: -40px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-4 {
    margin-top: 40px !important;
  }
  body .m-lg-4 {
    margin-top: 40px !important;
  }
  body .m-lg-t-negative-4 {
    margin-top: -40px !important;
  }
}
body .mt-5 {
  margin-top: 50px !important;
}
body .m-5 {
  margin-top: 50px !important;
}
body .m-t-negative-5 {
  margin-top: -50px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-5 {
    margin-top: 50px !important;
  }
  body .m-md-5 {
    margin-top: 50px !important;
  }
  body .m-md-t-negative-5 {
    margin-top: -50px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-5 {
    margin-top: 50px !important;
  }
  body .m-lg-5 {
    margin-top: 50px !important;
  }
  body .m-lg-t-negative-5 {
    margin-top: -50px !important;
  }
}
body .mt-6 {
  margin-top: 60px !important;
}
body .m-6 {
  margin-top: 60px !important;
}
body .m-t-negative-6 {
  margin-top: -60px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-6 {
    margin-top: 60px !important;
  }
  body .m-md-6 {
    margin-top: 60px !important;
  }
  body .m-md-t-negative-6 {
    margin-top: -60px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-6 {
    margin-top: 60px !important;
  }
  body .m-lg-6 {
    margin-top: 60px !important;
  }
  body .m-lg-t-negative-6 {
    margin-top: -60px !important;
  }
}
body .mt-7 {
  margin-top: 70px !important;
}
body .m-7 {
  margin-top: 70px !important;
}
body .m-t-negative-7 {
  margin-top: -70px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-7 {
    margin-top: 70px !important;
  }
  body .m-md-7 {
    margin-top: 70px !important;
  }
  body .m-md-t-negative-7 {
    margin-top: -70px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-7 {
    margin-top: 70px !important;
  }
  body .m-lg-7 {
    margin-top: 70px !important;
  }
  body .m-lg-t-negative-7 {
    margin-top: -70px !important;
  }
}
body .mt-8 {
  margin-top: 80px !important;
}
body .m-8 {
  margin-top: 80px !important;
}
body .m-t-negative-8 {
  margin-top: -80px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-8 {
    margin-top: 80px !important;
  }
  body .m-md-8 {
    margin-top: 80px !important;
  }
  body .m-md-t-negative-8 {
    margin-top: -80px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-8 {
    margin-top: 80px !important;
  }
  body .m-lg-8 {
    margin-top: 80px !important;
  }
  body .m-lg-t-negative-8 {
    margin-top: -80px !important;
  }
}
body .mt-9 {
  margin-top: 90px !important;
}
body .m-9 {
  margin-top: 90px !important;
}
body .m-t-negative-9 {
  margin-top: -90px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-9 {
    margin-top: 90px !important;
  }
  body .m-md-9 {
    margin-top: 90px !important;
  }
  body .m-md-t-negative-9 {
    margin-top: -90px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-9 {
    margin-top: 90px !important;
  }
  body .m-lg-9 {
    margin-top: 90px !important;
  }
  body .m-lg-t-negative-9 {
    margin-top: -90px !important;
  }
}
body .mt-10 {
  margin-top: 100px !important;
}
body .m-10 {
  margin-top: 100px !important;
}
body .m-t-negative-10 {
  margin-top: -100px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-10 {
    margin-top: 100px !important;
  }
  body .m-md-10 {
    margin-top: 100px !important;
  }
  body .m-md-t-negative-10 {
    margin-top: -100px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-10 {
    margin-top: 100px !important;
  }
  body .m-lg-10 {
    margin-top: 100px !important;
  }
  body .m-lg-t-negative-10 {
    margin-top: -100px !important;
  }
}
body .mt-11 {
  margin-top: 110px !important;
}
body .m-11 {
  margin-top: 110px !important;
}
body .m-t-negative-11 {
  margin-top: -110px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-11 {
    margin-top: 110px !important;
  }
  body .m-md-11 {
    margin-top: 110px !important;
  }
  body .m-md-t-negative-11 {
    margin-top: -110px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-11 {
    margin-top: 110px !important;
  }
  body .m-lg-11 {
    margin-top: 110px !important;
  }
  body .m-lg-t-negative-11 {
    margin-top: -110px !important;
  }
}
body .mt-12 {
  margin-top: 120px !important;
}
body .m-12 {
  margin-top: 120px !important;
}
body .m-t-negative-12 {
  margin-top: -120px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-12 {
    margin-top: 120px !important;
  }
  body .m-md-12 {
    margin-top: 120px !important;
  }
  body .m-md-t-negative-12 {
    margin-top: -120px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-12 {
    margin-top: 120px !important;
  }
  body .m-lg-12 {
    margin-top: 120px !important;
  }
  body .m-lg-t-negative-12 {
    margin-top: -120px !important;
  }
}
body .mt-13 {
  margin-top: 130px !important;
}
body .m-13 {
  margin-top: 130px !important;
}
body .m-t-negative-13 {
  margin-top: -130px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-13 {
    margin-top: 130px !important;
  }
  body .m-md-13 {
    margin-top: 130px !important;
  }
  body .m-md-t-negative-13 {
    margin-top: -130px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-13 {
    margin-top: 130px !important;
  }
  body .m-lg-13 {
    margin-top: 130px !important;
  }
  body .m-lg-t-negative-13 {
    margin-top: -130px !important;
  }
}
body .mt-14 {
  margin-top: 140px !important;
}
body .m-14 {
  margin-top: 140px !important;
}
body .m-t-negative-14 {
  margin-top: -140px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-14 {
    margin-top: 140px !important;
  }
  body .m-md-14 {
    margin-top: 140px !important;
  }
  body .m-md-t-negative-14 {
    margin-top: -140px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-14 {
    margin-top: 140px !important;
  }
  body .m-lg-14 {
    margin-top: 140px !important;
  }
  body .m-lg-t-negative-14 {
    margin-top: -140px !important;
  }
}
body .mt-15 {
  margin-top: 150px !important;
}
body .m-15 {
  margin-top: 150px !important;
}
body .m-t-negative-15 {
  margin-top: -150px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-15 {
    margin-top: 150px !important;
  }
  body .m-md-15 {
    margin-top: 150px !important;
  }
  body .m-md-t-negative-15 {
    margin-top: -150px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-15 {
    margin-top: 150px !important;
  }
  body .m-lg-15 {
    margin-top: 150px !important;
  }
  body .m-lg-t-negative-15 {
    margin-top: -150px !important;
  }
}
body .mt-16 {
  margin-top: 160px !important;
}
body .m-16 {
  margin-top: 160px !important;
}
body .m-t-negative-16 {
  margin-top: -160px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-16 {
    margin-top: 160px !important;
  }
  body .m-md-16 {
    margin-top: 160px !important;
  }
  body .m-md-t-negative-16 {
    margin-top: -160px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-16 {
    margin-top: 160px !important;
  }
  body .m-lg-16 {
    margin-top: 160px !important;
  }
  body .m-lg-t-negative-16 {
    margin-top: -160px !important;
  }
}
body .mt-17 {
  margin-top: 170px !important;
}
body .m-17 {
  margin-top: 170px !important;
}
body .m-t-negative-17 {
  margin-top: -170px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-17 {
    margin-top: 170px !important;
  }
  body .m-md-17 {
    margin-top: 170px !important;
  }
  body .m-md-t-negative-17 {
    margin-top: -170px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-17 {
    margin-top: 170px !important;
  }
  body .m-lg-17 {
    margin-top: 170px !important;
  }
  body .m-lg-t-negative-17 {
    margin-top: -170px !important;
  }
}
body .mt-18 {
  margin-top: 180px !important;
}
body .m-18 {
  margin-top: 180px !important;
}
body .m-t-negative-18 {
  margin-top: -180px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-18 {
    margin-top: 180px !important;
  }
  body .m-md-18 {
    margin-top: 180px !important;
  }
  body .m-md-t-negative-18 {
    margin-top: -180px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-18 {
    margin-top: 180px !important;
  }
  body .m-lg-18 {
    margin-top: 180px !important;
  }
  body .m-lg-t-negative-18 {
    margin-top: -180px !important;
  }
}
body .mt-19 {
  margin-top: 190px !important;
}
body .m-19 {
  margin-top: 190px !important;
}
body .m-t-negative-19 {
  margin-top: -190px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-19 {
    margin-top: 190px !important;
  }
  body .m-md-19 {
    margin-top: 190px !important;
  }
  body .m-md-t-negative-19 {
    margin-top: -190px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-19 {
    margin-top: 190px !important;
  }
  body .m-lg-19 {
    margin-top: 190px !important;
  }
  body .m-lg-t-negative-19 {
    margin-top: -190px !important;
  }
}
body .mt-20 {
  margin-top: 200px !important;
}
body .m-20 {
  margin-top: 200px !important;
}
body .m-t-negative-20 {
  margin-top: -200px !important;
}
@media only screen and (min-width: 782px) {
  body .mt-md-20 {
    margin-top: 200px !important;
  }
  body .m-md-20 {
    margin-top: 200px !important;
  }
  body .m-md-t-negative-20 {
    margin-top: -200px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mt-lg-20 {
    margin-top: 200px !important;
  }
  body .m-lg-20 {
    margin-top: 200px !important;
  }
  body .m-lg-t-negative-20 {
    margin-top: -200px !important;
  }
}
body .mr-0 {
  margin-right: 0px !important;
}
body .m-0 {
  margin-right: 0px !important;
}
body .m-r-negative-0 {
  margin-right: 0px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-0 {
    margin-right: 0px !important;
  }
  body .m-md-0 {
    margin-right: 0px !important;
  }
  body .m-md-r-negative-0 {
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-0 {
    margin-right: 0px !important;
  }
  body .m-lg-0 {
    margin-right: 0px !important;
  }
  body .m-lg-r-negative-0 {
    margin-right: 0px !important;
  }
}
body .mr-1 {
  margin-right: 10px !important;
}
body .m-1 {
  margin-right: 10px !important;
}
body .m-r-negative-1 {
  margin-right: -10px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-1 {
    margin-right: 10px !important;
  }
  body .m-md-1 {
    margin-right: 10px !important;
  }
  body .m-md-r-negative-1 {
    margin-right: -10px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-1 {
    margin-right: 10px !important;
  }
  body .m-lg-1 {
    margin-right: 10px !important;
  }
  body .m-lg-r-negative-1 {
    margin-right: -10px !important;
  }
}
body .mr-2 {
  margin-right: 20px !important;
}
body .m-2 {
  margin-right: 20px !important;
}
body .m-r-negative-2 {
  margin-right: -20px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-2 {
    margin-right: 20px !important;
  }
  body .m-md-2 {
    margin-right: 20px !important;
  }
  body .m-md-r-negative-2 {
    margin-right: -20px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-2 {
    margin-right: 20px !important;
  }
  body .m-lg-2 {
    margin-right: 20px !important;
  }
  body .m-lg-r-negative-2 {
    margin-right: -20px !important;
  }
}
body .mr-3 {
  margin-right: 30px !important;
}
body .m-3 {
  margin-right: 30px !important;
}
body .m-r-negative-3 {
  margin-right: -30px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-3 {
    margin-right: 30px !important;
  }
  body .m-md-3 {
    margin-right: 30px !important;
  }
  body .m-md-r-negative-3 {
    margin-right: -30px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-3 {
    margin-right: 30px !important;
  }
  body .m-lg-3 {
    margin-right: 30px !important;
  }
  body .m-lg-r-negative-3 {
    margin-right: -30px !important;
  }
}
body .mr-4 {
  margin-right: 40px !important;
}
body .m-4 {
  margin-right: 40px !important;
}
body .m-r-negative-4 {
  margin-right: -40px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-4 {
    margin-right: 40px !important;
  }
  body .m-md-4 {
    margin-right: 40px !important;
  }
  body .m-md-r-negative-4 {
    margin-right: -40px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-4 {
    margin-right: 40px !important;
  }
  body .m-lg-4 {
    margin-right: 40px !important;
  }
  body .m-lg-r-negative-4 {
    margin-right: -40px !important;
  }
}
body .mr-5 {
  margin-right: 50px !important;
}
body .m-5 {
  margin-right: 50px !important;
}
body .m-r-negative-5 {
  margin-right: -50px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-5 {
    margin-right: 50px !important;
  }
  body .m-md-5 {
    margin-right: 50px !important;
  }
  body .m-md-r-negative-5 {
    margin-right: -50px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-5 {
    margin-right: 50px !important;
  }
  body .m-lg-5 {
    margin-right: 50px !important;
  }
  body .m-lg-r-negative-5 {
    margin-right: -50px !important;
  }
}
body .mr-6 {
  margin-right: 60px !important;
}
body .m-6 {
  margin-right: 60px !important;
}
body .m-r-negative-6 {
  margin-right: -60px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-6 {
    margin-right: 60px !important;
  }
  body .m-md-6 {
    margin-right: 60px !important;
  }
  body .m-md-r-negative-6 {
    margin-right: -60px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-6 {
    margin-right: 60px !important;
  }
  body .m-lg-6 {
    margin-right: 60px !important;
  }
  body .m-lg-r-negative-6 {
    margin-right: -60px !important;
  }
}
body .mr-7 {
  margin-right: 70px !important;
}
body .m-7 {
  margin-right: 70px !important;
}
body .m-r-negative-7 {
  margin-right: -70px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-7 {
    margin-right: 70px !important;
  }
  body .m-md-7 {
    margin-right: 70px !important;
  }
  body .m-md-r-negative-7 {
    margin-right: -70px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-7 {
    margin-right: 70px !important;
  }
  body .m-lg-7 {
    margin-right: 70px !important;
  }
  body .m-lg-r-negative-7 {
    margin-right: -70px !important;
  }
}
body .mr-8 {
  margin-right: 80px !important;
}
body .m-8 {
  margin-right: 80px !important;
}
body .m-r-negative-8 {
  margin-right: -80px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-8 {
    margin-right: 80px !important;
  }
  body .m-md-8 {
    margin-right: 80px !important;
  }
  body .m-md-r-negative-8 {
    margin-right: -80px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-8 {
    margin-right: 80px !important;
  }
  body .m-lg-8 {
    margin-right: 80px !important;
  }
  body .m-lg-r-negative-8 {
    margin-right: -80px !important;
  }
}
body .mr-9 {
  margin-right: 90px !important;
}
body .m-9 {
  margin-right: 90px !important;
}
body .m-r-negative-9 {
  margin-right: -90px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-9 {
    margin-right: 90px !important;
  }
  body .m-md-9 {
    margin-right: 90px !important;
  }
  body .m-md-r-negative-9 {
    margin-right: -90px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-9 {
    margin-right: 90px !important;
  }
  body .m-lg-9 {
    margin-right: 90px !important;
  }
  body .m-lg-r-negative-9 {
    margin-right: -90px !important;
  }
}
body .mr-10 {
  margin-right: 100px !important;
}
body .m-10 {
  margin-right: 100px !important;
}
body .m-r-negative-10 {
  margin-right: -100px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-10 {
    margin-right: 100px !important;
  }
  body .m-md-10 {
    margin-right: 100px !important;
  }
  body .m-md-r-negative-10 {
    margin-right: -100px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-10 {
    margin-right: 100px !important;
  }
  body .m-lg-10 {
    margin-right: 100px !important;
  }
  body .m-lg-r-negative-10 {
    margin-right: -100px !important;
  }
}
body .mr-11 {
  margin-right: 110px !important;
}
body .m-11 {
  margin-right: 110px !important;
}
body .m-r-negative-11 {
  margin-right: -110px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-11 {
    margin-right: 110px !important;
  }
  body .m-md-11 {
    margin-right: 110px !important;
  }
  body .m-md-r-negative-11 {
    margin-right: -110px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-11 {
    margin-right: 110px !important;
  }
  body .m-lg-11 {
    margin-right: 110px !important;
  }
  body .m-lg-r-negative-11 {
    margin-right: -110px !important;
  }
}
body .mr-12 {
  margin-right: 120px !important;
}
body .m-12 {
  margin-right: 120px !important;
}
body .m-r-negative-12 {
  margin-right: -120px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-12 {
    margin-right: 120px !important;
  }
  body .m-md-12 {
    margin-right: 120px !important;
  }
  body .m-md-r-negative-12 {
    margin-right: -120px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-12 {
    margin-right: 120px !important;
  }
  body .m-lg-12 {
    margin-right: 120px !important;
  }
  body .m-lg-r-negative-12 {
    margin-right: -120px !important;
  }
}
body .mr-13 {
  margin-right: 130px !important;
}
body .m-13 {
  margin-right: 130px !important;
}
body .m-r-negative-13 {
  margin-right: -130px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-13 {
    margin-right: 130px !important;
  }
  body .m-md-13 {
    margin-right: 130px !important;
  }
  body .m-md-r-negative-13 {
    margin-right: -130px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-13 {
    margin-right: 130px !important;
  }
  body .m-lg-13 {
    margin-right: 130px !important;
  }
  body .m-lg-r-negative-13 {
    margin-right: -130px !important;
  }
}
body .mr-14 {
  margin-right: 140px !important;
}
body .m-14 {
  margin-right: 140px !important;
}
body .m-r-negative-14 {
  margin-right: -140px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-14 {
    margin-right: 140px !important;
  }
  body .m-md-14 {
    margin-right: 140px !important;
  }
  body .m-md-r-negative-14 {
    margin-right: -140px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-14 {
    margin-right: 140px !important;
  }
  body .m-lg-14 {
    margin-right: 140px !important;
  }
  body .m-lg-r-negative-14 {
    margin-right: -140px !important;
  }
}
body .mr-15 {
  margin-right: 150px !important;
}
body .m-15 {
  margin-right: 150px !important;
}
body .m-r-negative-15 {
  margin-right: -150px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-15 {
    margin-right: 150px !important;
  }
  body .m-md-15 {
    margin-right: 150px !important;
  }
  body .m-md-r-negative-15 {
    margin-right: -150px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-15 {
    margin-right: 150px !important;
  }
  body .m-lg-15 {
    margin-right: 150px !important;
  }
  body .m-lg-r-negative-15 {
    margin-right: -150px !important;
  }
}
body .mr-16 {
  margin-right: 160px !important;
}
body .m-16 {
  margin-right: 160px !important;
}
body .m-r-negative-16 {
  margin-right: -160px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-16 {
    margin-right: 160px !important;
  }
  body .m-md-16 {
    margin-right: 160px !important;
  }
  body .m-md-r-negative-16 {
    margin-right: -160px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-16 {
    margin-right: 160px !important;
  }
  body .m-lg-16 {
    margin-right: 160px !important;
  }
  body .m-lg-r-negative-16 {
    margin-right: -160px !important;
  }
}
body .mr-17 {
  margin-right: 170px !important;
}
body .m-17 {
  margin-right: 170px !important;
}
body .m-r-negative-17 {
  margin-right: -170px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-17 {
    margin-right: 170px !important;
  }
  body .m-md-17 {
    margin-right: 170px !important;
  }
  body .m-md-r-negative-17 {
    margin-right: -170px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-17 {
    margin-right: 170px !important;
  }
  body .m-lg-17 {
    margin-right: 170px !important;
  }
  body .m-lg-r-negative-17 {
    margin-right: -170px !important;
  }
}
body .mr-18 {
  margin-right: 180px !important;
}
body .m-18 {
  margin-right: 180px !important;
}
body .m-r-negative-18 {
  margin-right: -180px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-18 {
    margin-right: 180px !important;
  }
  body .m-md-18 {
    margin-right: 180px !important;
  }
  body .m-md-r-negative-18 {
    margin-right: -180px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-18 {
    margin-right: 180px !important;
  }
  body .m-lg-18 {
    margin-right: 180px !important;
  }
  body .m-lg-r-negative-18 {
    margin-right: -180px !important;
  }
}
body .mr-19 {
  margin-right: 190px !important;
}
body .m-19 {
  margin-right: 190px !important;
}
body .m-r-negative-19 {
  margin-right: -190px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-19 {
    margin-right: 190px !important;
  }
  body .m-md-19 {
    margin-right: 190px !important;
  }
  body .m-md-r-negative-19 {
    margin-right: -190px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-19 {
    margin-right: 190px !important;
  }
  body .m-lg-19 {
    margin-right: 190px !important;
  }
  body .m-lg-r-negative-19 {
    margin-right: -190px !important;
  }
}
body .mr-20 {
  margin-right: 200px !important;
}
body .m-20 {
  margin-right: 200px !important;
}
body .m-r-negative-20 {
  margin-right: -200px !important;
}
@media only screen and (min-width: 782px) {
  body .mr-md-20 {
    margin-right: 200px !important;
  }
  body .m-md-20 {
    margin-right: 200px !important;
  }
  body .m-md-r-negative-20 {
    margin-right: -200px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mr-lg-20 {
    margin-right: 200px !important;
  }
  body .m-lg-20 {
    margin-right: 200px !important;
  }
  body .m-lg-r-negative-20 {
    margin-right: -200px !important;
  }
}
body .mb-0 {
  margin-bottom: 0px !important;
}
body .m-0 {
  margin-bottom: 0px !important;
}
body .m-b-negative-0 {
  margin-bottom: 0px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-0 {
    margin-bottom: 0px !important;
  }
  body .m-md-0 {
    margin-bottom: 0px !important;
  }
  body .m-md-b-negative-0 {
    margin-bottom: 0px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  body .m-lg-0 {
    margin-bottom: 0px !important;
  }
  body .m-lg-b-negative-0 {
    margin-bottom: 0px !important;
  }
}
body .mb-1 {
  margin-bottom: 10px !important;
}
body .m-1 {
  margin-bottom: 10px !important;
}
body .m-b-negative-1 {
  margin-bottom: -10px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-1 {
    margin-bottom: 10px !important;
  }
  body .m-md-1 {
    margin-bottom: 10px !important;
  }
  body .m-md-b-negative-1 {
    margin-bottom: -10px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-1 {
    margin-bottom: 10px !important;
  }
  body .m-lg-1 {
    margin-bottom: 10px !important;
  }
  body .m-lg-b-negative-1 {
    margin-bottom: -10px !important;
  }
}
body .mb-2 {
  margin-bottom: 20px !important;
}
body .m-2 {
  margin-bottom: 20px !important;
}
body .m-b-negative-2 {
  margin-bottom: -20px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-2 {
    margin-bottom: 20px !important;
  }
  body .m-md-2 {
    margin-bottom: 20px !important;
  }
  body .m-md-b-negative-2 {
    margin-bottom: -20px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-2 {
    margin-bottom: 20px !important;
  }
  body .m-lg-2 {
    margin-bottom: 20px !important;
  }
  body .m-lg-b-negative-2 {
    margin-bottom: -20px !important;
  }
}
body .mb-3 {
  margin-bottom: 30px !important;
}
body .m-3 {
  margin-bottom: 30px !important;
}
body .m-b-negative-3 {
  margin-bottom: -30px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-3 {
    margin-bottom: 30px !important;
  }
  body .m-md-3 {
    margin-bottom: 30px !important;
  }
  body .m-md-b-negative-3 {
    margin-bottom: -30px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-3 {
    margin-bottom: 30px !important;
  }
  body .m-lg-3 {
    margin-bottom: 30px !important;
  }
  body .m-lg-b-negative-3 {
    margin-bottom: -30px !important;
  }
}
body .mb-4 {
  margin-bottom: 40px !important;
}
body .m-4 {
  margin-bottom: 40px !important;
}
body .m-b-negative-4 {
  margin-bottom: -40px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-4 {
    margin-bottom: 40px !important;
  }
  body .m-md-4 {
    margin-bottom: 40px !important;
  }
  body .m-md-b-negative-4 {
    margin-bottom: -40px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-4 {
    margin-bottom: 40px !important;
  }
  body .m-lg-4 {
    margin-bottom: 40px !important;
  }
  body .m-lg-b-negative-4 {
    margin-bottom: -40px !important;
  }
}
body .mb-5 {
  margin-bottom: 50px !important;
}
body .m-5 {
  margin-bottom: 50px !important;
}
body .m-b-negative-5 {
  margin-bottom: -50px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-5 {
    margin-bottom: 50px !important;
  }
  body .m-md-5 {
    margin-bottom: 50px !important;
  }
  body .m-md-b-negative-5 {
    margin-bottom: -50px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-5 {
    margin-bottom: 50px !important;
  }
  body .m-lg-5 {
    margin-bottom: 50px !important;
  }
  body .m-lg-b-negative-5 {
    margin-bottom: -50px !important;
  }
}
body .mb-6 {
  margin-bottom: 60px !important;
}
body .m-6 {
  margin-bottom: 60px !important;
}
body .m-b-negative-6 {
  margin-bottom: -60px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-6 {
    margin-bottom: 60px !important;
  }
  body .m-md-6 {
    margin-bottom: 60px !important;
  }
  body .m-md-b-negative-6 {
    margin-bottom: -60px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-6 {
    margin-bottom: 60px !important;
  }
  body .m-lg-6 {
    margin-bottom: 60px !important;
  }
  body .m-lg-b-negative-6 {
    margin-bottom: -60px !important;
  }
}
body .mb-7 {
  margin-bottom: 70px !important;
}
body .m-7 {
  margin-bottom: 70px !important;
}
body .m-b-negative-7 {
  margin-bottom: -70px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-7 {
    margin-bottom: 70px !important;
  }
  body .m-md-7 {
    margin-bottom: 70px !important;
  }
  body .m-md-b-negative-7 {
    margin-bottom: -70px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-7 {
    margin-bottom: 70px !important;
  }
  body .m-lg-7 {
    margin-bottom: 70px !important;
  }
  body .m-lg-b-negative-7 {
    margin-bottom: -70px !important;
  }
}
body .mb-8 {
  margin-bottom: 80px !important;
}
body .m-8 {
  margin-bottom: 80px !important;
}
body .m-b-negative-8 {
  margin-bottom: -80px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-8 {
    margin-bottom: 80px !important;
  }
  body .m-md-8 {
    margin-bottom: 80px !important;
  }
  body .m-md-b-negative-8 {
    margin-bottom: -80px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-8 {
    margin-bottom: 80px !important;
  }
  body .m-lg-8 {
    margin-bottom: 80px !important;
  }
  body .m-lg-b-negative-8 {
    margin-bottom: -80px !important;
  }
}
body .mb-9 {
  margin-bottom: 90px !important;
}
body .m-9 {
  margin-bottom: 90px !important;
}
body .m-b-negative-9 {
  margin-bottom: -90px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-9 {
    margin-bottom: 90px !important;
  }
  body .m-md-9 {
    margin-bottom: 90px !important;
  }
  body .m-md-b-negative-9 {
    margin-bottom: -90px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-9 {
    margin-bottom: 90px !important;
  }
  body .m-lg-9 {
    margin-bottom: 90px !important;
  }
  body .m-lg-b-negative-9 {
    margin-bottom: -90px !important;
  }
}
body .mb-10 {
  margin-bottom: 100px !important;
}
body .m-10 {
  margin-bottom: 100px !important;
}
body .m-b-negative-10 {
  margin-bottom: -100px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-10 {
    margin-bottom: 100px !important;
  }
  body .m-md-10 {
    margin-bottom: 100px !important;
  }
  body .m-md-b-negative-10 {
    margin-bottom: -100px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-10 {
    margin-bottom: 100px !important;
  }
  body .m-lg-10 {
    margin-bottom: 100px !important;
  }
  body .m-lg-b-negative-10 {
    margin-bottom: -100px !important;
  }
}
body .mb-11 {
  margin-bottom: 110px !important;
}
body .m-11 {
  margin-bottom: 110px !important;
}
body .m-b-negative-11 {
  margin-bottom: -110px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-11 {
    margin-bottom: 110px !important;
  }
  body .m-md-11 {
    margin-bottom: 110px !important;
  }
  body .m-md-b-negative-11 {
    margin-bottom: -110px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-11 {
    margin-bottom: 110px !important;
  }
  body .m-lg-11 {
    margin-bottom: 110px !important;
  }
  body .m-lg-b-negative-11 {
    margin-bottom: -110px !important;
  }
}
body .mb-12 {
  margin-bottom: 120px !important;
}
body .m-12 {
  margin-bottom: 120px !important;
}
body .m-b-negative-12 {
  margin-bottom: -120px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-12 {
    margin-bottom: 120px !important;
  }
  body .m-md-12 {
    margin-bottom: 120px !important;
  }
  body .m-md-b-negative-12 {
    margin-bottom: -120px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-12 {
    margin-bottom: 120px !important;
  }
  body .m-lg-12 {
    margin-bottom: 120px !important;
  }
  body .m-lg-b-negative-12 {
    margin-bottom: -120px !important;
  }
}
body .mb-13 {
  margin-bottom: 130px !important;
}
body .m-13 {
  margin-bottom: 130px !important;
}
body .m-b-negative-13 {
  margin-bottom: -130px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-13 {
    margin-bottom: 130px !important;
  }
  body .m-md-13 {
    margin-bottom: 130px !important;
  }
  body .m-md-b-negative-13 {
    margin-bottom: -130px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-13 {
    margin-bottom: 130px !important;
  }
  body .m-lg-13 {
    margin-bottom: 130px !important;
  }
  body .m-lg-b-negative-13 {
    margin-bottom: -130px !important;
  }
}
body .mb-14 {
  margin-bottom: 140px !important;
}
body .m-14 {
  margin-bottom: 140px !important;
}
body .m-b-negative-14 {
  margin-bottom: -140px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-14 {
    margin-bottom: 140px !important;
  }
  body .m-md-14 {
    margin-bottom: 140px !important;
  }
  body .m-md-b-negative-14 {
    margin-bottom: -140px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-14 {
    margin-bottom: 140px !important;
  }
  body .m-lg-14 {
    margin-bottom: 140px !important;
  }
  body .m-lg-b-negative-14 {
    margin-bottom: -140px !important;
  }
}
body .mb-15 {
  margin-bottom: 150px !important;
}
body .m-15 {
  margin-bottom: 150px !important;
}
body .m-b-negative-15 {
  margin-bottom: -150px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-15 {
    margin-bottom: 150px !important;
  }
  body .m-md-15 {
    margin-bottom: 150px !important;
  }
  body .m-md-b-negative-15 {
    margin-bottom: -150px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-15 {
    margin-bottom: 150px !important;
  }
  body .m-lg-15 {
    margin-bottom: 150px !important;
  }
  body .m-lg-b-negative-15 {
    margin-bottom: -150px !important;
  }
}
body .mb-16 {
  margin-bottom: 160px !important;
}
body .m-16 {
  margin-bottom: 160px !important;
}
body .m-b-negative-16 {
  margin-bottom: -160px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-16 {
    margin-bottom: 160px !important;
  }
  body .m-md-16 {
    margin-bottom: 160px !important;
  }
  body .m-md-b-negative-16 {
    margin-bottom: -160px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-16 {
    margin-bottom: 160px !important;
  }
  body .m-lg-16 {
    margin-bottom: 160px !important;
  }
  body .m-lg-b-negative-16 {
    margin-bottom: -160px !important;
  }
}
body .mb-17 {
  margin-bottom: 170px !important;
}
body .m-17 {
  margin-bottom: 170px !important;
}
body .m-b-negative-17 {
  margin-bottom: -170px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-17 {
    margin-bottom: 170px !important;
  }
  body .m-md-17 {
    margin-bottom: 170px !important;
  }
  body .m-md-b-negative-17 {
    margin-bottom: -170px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-17 {
    margin-bottom: 170px !important;
  }
  body .m-lg-17 {
    margin-bottom: 170px !important;
  }
  body .m-lg-b-negative-17 {
    margin-bottom: -170px !important;
  }
}
body .mb-18 {
  margin-bottom: 180px !important;
}
body .m-18 {
  margin-bottom: 180px !important;
}
body .m-b-negative-18 {
  margin-bottom: -180px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-18 {
    margin-bottom: 180px !important;
  }
  body .m-md-18 {
    margin-bottom: 180px !important;
  }
  body .m-md-b-negative-18 {
    margin-bottom: -180px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-18 {
    margin-bottom: 180px !important;
  }
  body .m-lg-18 {
    margin-bottom: 180px !important;
  }
  body .m-lg-b-negative-18 {
    margin-bottom: -180px !important;
  }
}
body .mb-19 {
  margin-bottom: 190px !important;
}
body .m-19 {
  margin-bottom: 190px !important;
}
body .m-b-negative-19 {
  margin-bottom: -190px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-19 {
    margin-bottom: 190px !important;
  }
  body .m-md-19 {
    margin-bottom: 190px !important;
  }
  body .m-md-b-negative-19 {
    margin-bottom: -190px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-19 {
    margin-bottom: 190px !important;
  }
  body .m-lg-19 {
    margin-bottom: 190px !important;
  }
  body .m-lg-b-negative-19 {
    margin-bottom: -190px !important;
  }
}
body .mb-20 {
  margin-bottom: 200px !important;
}
body .m-20 {
  margin-bottom: 200px !important;
}
body .m-b-negative-20 {
  margin-bottom: -200px !important;
}
@media only screen and (min-width: 782px) {
  body .mb-md-20 {
    margin-bottom: 200px !important;
  }
  body .m-md-20 {
    margin-bottom: 200px !important;
  }
  body .m-md-b-negative-20 {
    margin-bottom: -200px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .mb-lg-20 {
    margin-bottom: 200px !important;
  }
  body .m-lg-20 {
    margin-bottom: 200px !important;
  }
  body .m-lg-b-negative-20 {
    margin-bottom: -200px !important;
  }
}
body .ml-0 {
  margin-left: 0px !important;
}
body .m-0 {
  margin-left: 0px !important;
}
body .m-l-negative-0 {
  margin-left: 0px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-0 {
    margin-left: 0px !important;
  }
  body .m-md-0 {
    margin-left: 0px !important;
  }
  body .m-md-l-negative-0 {
    margin-left: 0px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-0 {
    margin-left: 0px !important;
  }
  body .m-lg-0 {
    margin-left: 0px !important;
  }
  body .m-lg-l-negative-0 {
    margin-left: 0px !important;
  }
}
body .ml-1 {
  margin-left: 10px !important;
}
body .m-1 {
  margin-left: 10px !important;
}
body .m-l-negative-1 {
  margin-left: -10px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-1 {
    margin-left: 10px !important;
  }
  body .m-md-1 {
    margin-left: 10px !important;
  }
  body .m-md-l-negative-1 {
    margin-left: -10px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-1 {
    margin-left: 10px !important;
  }
  body .m-lg-1 {
    margin-left: 10px !important;
  }
  body .m-lg-l-negative-1 {
    margin-left: -10px !important;
  }
}
body .ml-2 {
  margin-left: 20px !important;
}
body .m-2 {
  margin-left: 20px !important;
}
body .m-l-negative-2 {
  margin-left: -20px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-2 {
    margin-left: 20px !important;
  }
  body .m-md-2 {
    margin-left: 20px !important;
  }
  body .m-md-l-negative-2 {
    margin-left: -20px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-2 {
    margin-left: 20px !important;
  }
  body .m-lg-2 {
    margin-left: 20px !important;
  }
  body .m-lg-l-negative-2 {
    margin-left: -20px !important;
  }
}
body .ml-3 {
  margin-left: 30px !important;
}
body .m-3 {
  margin-left: 30px !important;
}
body .m-l-negative-3 {
  margin-left: -30px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-3 {
    margin-left: 30px !important;
  }
  body .m-md-3 {
    margin-left: 30px !important;
  }
  body .m-md-l-negative-3 {
    margin-left: -30px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-3 {
    margin-left: 30px !important;
  }
  body .m-lg-3 {
    margin-left: 30px !important;
  }
  body .m-lg-l-negative-3 {
    margin-left: -30px !important;
  }
}
body .ml-4 {
  margin-left: 40px !important;
}
body .m-4 {
  margin-left: 40px !important;
}
body .m-l-negative-4 {
  margin-left: -40px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-4 {
    margin-left: 40px !important;
  }
  body .m-md-4 {
    margin-left: 40px !important;
  }
  body .m-md-l-negative-4 {
    margin-left: -40px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-4 {
    margin-left: 40px !important;
  }
  body .m-lg-4 {
    margin-left: 40px !important;
  }
  body .m-lg-l-negative-4 {
    margin-left: -40px !important;
  }
}
body .ml-5 {
  margin-left: 50px !important;
}
body .m-5 {
  margin-left: 50px !important;
}
body .m-l-negative-5 {
  margin-left: -50px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-5 {
    margin-left: 50px !important;
  }
  body .m-md-5 {
    margin-left: 50px !important;
  }
  body .m-md-l-negative-5 {
    margin-left: -50px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-5 {
    margin-left: 50px !important;
  }
  body .m-lg-5 {
    margin-left: 50px !important;
  }
  body .m-lg-l-negative-5 {
    margin-left: -50px !important;
  }
}
body .ml-6 {
  margin-left: 60px !important;
}
body .m-6 {
  margin-left: 60px !important;
}
body .m-l-negative-6 {
  margin-left: -60px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-6 {
    margin-left: 60px !important;
  }
  body .m-md-6 {
    margin-left: 60px !important;
  }
  body .m-md-l-negative-6 {
    margin-left: -60px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-6 {
    margin-left: 60px !important;
  }
  body .m-lg-6 {
    margin-left: 60px !important;
  }
  body .m-lg-l-negative-6 {
    margin-left: -60px !important;
  }
}
body .ml-7 {
  margin-left: 70px !important;
}
body .m-7 {
  margin-left: 70px !important;
}
body .m-l-negative-7 {
  margin-left: -70px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-7 {
    margin-left: 70px !important;
  }
  body .m-md-7 {
    margin-left: 70px !important;
  }
  body .m-md-l-negative-7 {
    margin-left: -70px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-7 {
    margin-left: 70px !important;
  }
  body .m-lg-7 {
    margin-left: 70px !important;
  }
  body .m-lg-l-negative-7 {
    margin-left: -70px !important;
  }
}
body .ml-8 {
  margin-left: 80px !important;
}
body .m-8 {
  margin-left: 80px !important;
}
body .m-l-negative-8 {
  margin-left: -80px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-8 {
    margin-left: 80px !important;
  }
  body .m-md-8 {
    margin-left: 80px !important;
  }
  body .m-md-l-negative-8 {
    margin-left: -80px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-8 {
    margin-left: 80px !important;
  }
  body .m-lg-8 {
    margin-left: 80px !important;
  }
  body .m-lg-l-negative-8 {
    margin-left: -80px !important;
  }
}
body .ml-9 {
  margin-left: 90px !important;
}
body .m-9 {
  margin-left: 90px !important;
}
body .m-l-negative-9 {
  margin-left: -90px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-9 {
    margin-left: 90px !important;
  }
  body .m-md-9 {
    margin-left: 90px !important;
  }
  body .m-md-l-negative-9 {
    margin-left: -90px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-9 {
    margin-left: 90px !important;
  }
  body .m-lg-9 {
    margin-left: 90px !important;
  }
  body .m-lg-l-negative-9 {
    margin-left: -90px !important;
  }
}
body .ml-10 {
  margin-left: 100px !important;
}
body .m-10 {
  margin-left: 100px !important;
}
body .m-l-negative-10 {
  margin-left: -100px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-10 {
    margin-left: 100px !important;
  }
  body .m-md-10 {
    margin-left: 100px !important;
  }
  body .m-md-l-negative-10 {
    margin-left: -100px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-10 {
    margin-left: 100px !important;
  }
  body .m-lg-10 {
    margin-left: 100px !important;
  }
  body .m-lg-l-negative-10 {
    margin-left: -100px !important;
  }
}
body .ml-11 {
  margin-left: 110px !important;
}
body .m-11 {
  margin-left: 110px !important;
}
body .m-l-negative-11 {
  margin-left: -110px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-11 {
    margin-left: 110px !important;
  }
  body .m-md-11 {
    margin-left: 110px !important;
  }
  body .m-md-l-negative-11 {
    margin-left: -110px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-11 {
    margin-left: 110px !important;
  }
  body .m-lg-11 {
    margin-left: 110px !important;
  }
  body .m-lg-l-negative-11 {
    margin-left: -110px !important;
  }
}
body .ml-12 {
  margin-left: 120px !important;
}
body .m-12 {
  margin-left: 120px !important;
}
body .m-l-negative-12 {
  margin-left: -120px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-12 {
    margin-left: 120px !important;
  }
  body .m-md-12 {
    margin-left: 120px !important;
  }
  body .m-md-l-negative-12 {
    margin-left: -120px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-12 {
    margin-left: 120px !important;
  }
  body .m-lg-12 {
    margin-left: 120px !important;
  }
  body .m-lg-l-negative-12 {
    margin-left: -120px !important;
  }
}
body .ml-13 {
  margin-left: 130px !important;
}
body .m-13 {
  margin-left: 130px !important;
}
body .m-l-negative-13 {
  margin-left: -130px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-13 {
    margin-left: 130px !important;
  }
  body .m-md-13 {
    margin-left: 130px !important;
  }
  body .m-md-l-negative-13 {
    margin-left: -130px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-13 {
    margin-left: 130px !important;
  }
  body .m-lg-13 {
    margin-left: 130px !important;
  }
  body .m-lg-l-negative-13 {
    margin-left: -130px !important;
  }
}
body .ml-14 {
  margin-left: 140px !important;
}
body .m-14 {
  margin-left: 140px !important;
}
body .m-l-negative-14 {
  margin-left: -140px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-14 {
    margin-left: 140px !important;
  }
  body .m-md-14 {
    margin-left: 140px !important;
  }
  body .m-md-l-negative-14 {
    margin-left: -140px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-14 {
    margin-left: 140px !important;
  }
  body .m-lg-14 {
    margin-left: 140px !important;
  }
  body .m-lg-l-negative-14 {
    margin-left: -140px !important;
  }
}
body .ml-15 {
  margin-left: 150px !important;
}
body .m-15 {
  margin-left: 150px !important;
}
body .m-l-negative-15 {
  margin-left: -150px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-15 {
    margin-left: 150px !important;
  }
  body .m-md-15 {
    margin-left: 150px !important;
  }
  body .m-md-l-negative-15 {
    margin-left: -150px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-15 {
    margin-left: 150px !important;
  }
  body .m-lg-15 {
    margin-left: 150px !important;
  }
  body .m-lg-l-negative-15 {
    margin-left: -150px !important;
  }
}
body .ml-16 {
  margin-left: 160px !important;
}
body .m-16 {
  margin-left: 160px !important;
}
body .m-l-negative-16 {
  margin-left: -160px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-16 {
    margin-left: 160px !important;
  }
  body .m-md-16 {
    margin-left: 160px !important;
  }
  body .m-md-l-negative-16 {
    margin-left: -160px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-16 {
    margin-left: 160px !important;
  }
  body .m-lg-16 {
    margin-left: 160px !important;
  }
  body .m-lg-l-negative-16 {
    margin-left: -160px !important;
  }
}
body .ml-17 {
  margin-left: 170px !important;
}
body .m-17 {
  margin-left: 170px !important;
}
body .m-l-negative-17 {
  margin-left: -170px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-17 {
    margin-left: 170px !important;
  }
  body .m-md-17 {
    margin-left: 170px !important;
  }
  body .m-md-l-negative-17 {
    margin-left: -170px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-17 {
    margin-left: 170px !important;
  }
  body .m-lg-17 {
    margin-left: 170px !important;
  }
  body .m-lg-l-negative-17 {
    margin-left: -170px !important;
  }
}
body .ml-18 {
  margin-left: 180px !important;
}
body .m-18 {
  margin-left: 180px !important;
}
body .m-l-negative-18 {
  margin-left: -180px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-18 {
    margin-left: 180px !important;
  }
  body .m-md-18 {
    margin-left: 180px !important;
  }
  body .m-md-l-negative-18 {
    margin-left: -180px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-18 {
    margin-left: 180px !important;
  }
  body .m-lg-18 {
    margin-left: 180px !important;
  }
  body .m-lg-l-negative-18 {
    margin-left: -180px !important;
  }
}
body .ml-19 {
  margin-left: 190px !important;
}
body .m-19 {
  margin-left: 190px !important;
}
body .m-l-negative-19 {
  margin-left: -190px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-19 {
    margin-left: 190px !important;
  }
  body .m-md-19 {
    margin-left: 190px !important;
  }
  body .m-md-l-negative-19 {
    margin-left: -190px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-19 {
    margin-left: 190px !important;
  }
  body .m-lg-19 {
    margin-left: 190px !important;
  }
  body .m-lg-l-negative-19 {
    margin-left: -190px !important;
  }
}
body .ml-20 {
  margin-left: 200px !important;
}
body .m-20 {
  margin-left: 200px !important;
}
body .m-l-negative-20 {
  margin-left: -200px !important;
}
@media only screen and (min-width: 782px) {
  body .ml-md-20 {
    margin-left: 200px !important;
  }
  body .m-md-20 {
    margin-left: 200px !important;
  }
  body .m-md-l-negative-20 {
    margin-left: -200px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .ml-lg-20 {
    margin-left: 200px !important;
  }
  body .m-lg-20 {
    margin-left: 200px !important;
  }
  body .m-lg-l-negative-20 {
    margin-left: -200px !important;
  }
}
body .p-0 {
  padding: 0 !important;
}
body .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body .pt-0 {
  padding-top: 0px !important;
}
body .p-0 {
  padding-top: 0px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-0 {
    padding-top: 0px !important;
  }
  body .p-md-0 {
    padding-top: 0px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-0 {
    padding-top: 0px !important;
  }
  body .p-lg-0 {
    padding-top: 0px !important;
  }
}
body .pt-1 {
  padding-top: 10px !important;
}
body .p-1 {
  padding-top: 10px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-1 {
    padding-top: 10px !important;
  }
  body .p-md-1 {
    padding-top: 10px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-1 {
    padding-top: 10px !important;
  }
  body .p-lg-1 {
    padding-top: 10px !important;
  }
}
body .pt-2 {
  padding-top: 20px !important;
}
body .p-2 {
  padding-top: 20px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-2 {
    padding-top: 20px !important;
  }
  body .p-md-2 {
    padding-top: 20px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-2 {
    padding-top: 20px !important;
  }
  body .p-lg-2 {
    padding-top: 20px !important;
  }
}
body .pt-3 {
  padding-top: 30px !important;
}
body .p-3 {
  padding-top: 30px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-3 {
    padding-top: 30px !important;
  }
  body .p-md-3 {
    padding-top: 30px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-3 {
    padding-top: 30px !important;
  }
  body .p-lg-3 {
    padding-top: 30px !important;
  }
}
body .pt-4 {
  padding-top: 40px !important;
}
body .p-4 {
  padding-top: 40px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-4 {
    padding-top: 40px !important;
  }
  body .p-md-4 {
    padding-top: 40px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-4 {
    padding-top: 40px !important;
  }
  body .p-lg-4 {
    padding-top: 40px !important;
  }
}
body .pt-5 {
  padding-top: 50px !important;
}
body .p-5 {
  padding-top: 50px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-5 {
    padding-top: 50px !important;
  }
  body .p-md-5 {
    padding-top: 50px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-5 {
    padding-top: 50px !important;
  }
  body .p-lg-5 {
    padding-top: 50px !important;
  }
}
body .pt-6 {
  padding-top: 60px !important;
}
body .p-6 {
  padding-top: 60px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-6 {
    padding-top: 60px !important;
  }
  body .p-md-6 {
    padding-top: 60px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-6 {
    padding-top: 60px !important;
  }
  body .p-lg-6 {
    padding-top: 60px !important;
  }
}
body .pt-7 {
  padding-top: 70px !important;
}
body .p-7 {
  padding-top: 70px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-7 {
    padding-top: 70px !important;
  }
  body .p-md-7 {
    padding-top: 70px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-7 {
    padding-top: 70px !important;
  }
  body .p-lg-7 {
    padding-top: 70px !important;
  }
}
body .pt-8 {
  padding-top: 80px !important;
}
body .p-8 {
  padding-top: 80px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-8 {
    padding-top: 80px !important;
  }
  body .p-md-8 {
    padding-top: 80px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-8 {
    padding-top: 80px !important;
  }
  body .p-lg-8 {
    padding-top: 80px !important;
  }
}
body .pt-9 {
  padding-top: 90px !important;
}
body .p-9 {
  padding-top: 90px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-9 {
    padding-top: 90px !important;
  }
  body .p-md-9 {
    padding-top: 90px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-9 {
    padding-top: 90px !important;
  }
  body .p-lg-9 {
    padding-top: 90px !important;
  }
}
body .pt-10 {
  padding-top: 100px !important;
}
body .p-10 {
  padding-top: 100px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-10 {
    padding-top: 100px !important;
  }
  body .p-md-10 {
    padding-top: 100px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-10 {
    padding-top: 100px !important;
  }
  body .p-lg-10 {
    padding-top: 100px !important;
  }
}
body .pt-11 {
  padding-top: 110px !important;
}
body .p-11 {
  padding-top: 110px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-11 {
    padding-top: 110px !important;
  }
  body .p-md-11 {
    padding-top: 110px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-11 {
    padding-top: 110px !important;
  }
  body .p-lg-11 {
    padding-top: 110px !important;
  }
}
body .pt-12 {
  padding-top: 120px !important;
}
body .p-12 {
  padding-top: 120px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-12 {
    padding-top: 120px !important;
  }
  body .p-md-12 {
    padding-top: 120px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-12 {
    padding-top: 120px !important;
  }
  body .p-lg-12 {
    padding-top: 120px !important;
  }
}
body .pt-13 {
  padding-top: 130px !important;
}
body .p-13 {
  padding-top: 130px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-13 {
    padding-top: 130px !important;
  }
  body .p-md-13 {
    padding-top: 130px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-13 {
    padding-top: 130px !important;
  }
  body .p-lg-13 {
    padding-top: 130px !important;
  }
}
body .pt-14 {
  padding-top: 140px !important;
}
body .p-14 {
  padding-top: 140px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-14 {
    padding-top: 140px !important;
  }
  body .p-md-14 {
    padding-top: 140px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-14 {
    padding-top: 140px !important;
  }
  body .p-lg-14 {
    padding-top: 140px !important;
  }
}
body .pt-15 {
  padding-top: 150px !important;
}
body .p-15 {
  padding-top: 150px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-15 {
    padding-top: 150px !important;
  }
  body .p-md-15 {
    padding-top: 150px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-15 {
    padding-top: 150px !important;
  }
  body .p-lg-15 {
    padding-top: 150px !important;
  }
}
body .pt-16 {
  padding-top: 160px !important;
}
body .p-16 {
  padding-top: 160px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-16 {
    padding-top: 160px !important;
  }
  body .p-md-16 {
    padding-top: 160px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-16 {
    padding-top: 160px !important;
  }
  body .p-lg-16 {
    padding-top: 160px !important;
  }
}
body .pt-17 {
  padding-top: 170px !important;
}
body .p-17 {
  padding-top: 170px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-17 {
    padding-top: 170px !important;
  }
  body .p-md-17 {
    padding-top: 170px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-17 {
    padding-top: 170px !important;
  }
  body .p-lg-17 {
    padding-top: 170px !important;
  }
}
body .pt-18 {
  padding-top: 180px !important;
}
body .p-18 {
  padding-top: 180px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-18 {
    padding-top: 180px !important;
  }
  body .p-md-18 {
    padding-top: 180px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-18 {
    padding-top: 180px !important;
  }
  body .p-lg-18 {
    padding-top: 180px !important;
  }
}
body .pt-19 {
  padding-top: 190px !important;
}
body .p-19 {
  padding-top: 190px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-19 {
    padding-top: 190px !important;
  }
  body .p-md-19 {
    padding-top: 190px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-19 {
    padding-top: 190px !important;
  }
  body .p-lg-19 {
    padding-top: 190px !important;
  }
}
body .pt-20 {
  padding-top: 200px !important;
}
body .p-20 {
  padding-top: 200px !important;
}
@media only screen and (min-width: 782px) {
  body .pt-md-20 {
    padding-top: 200px !important;
  }
  body .p-md-20 {
    padding-top: 200px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pt-lg-20 {
    padding-top: 200px !important;
  }
  body .p-lg-20 {
    padding-top: 200px !important;
  }
}
body .pr-0 {
  padding-right: 0px !important;
}
body .p-0 {
  padding-right: 0px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-0 {
    padding-right: 0px !important;
  }
  body .p-md-0 {
    padding-right: 0px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-0 {
    padding-right: 0px !important;
  }
  body .p-lg-0 {
    padding-right: 0px !important;
  }
}
body .pr-1 {
  padding-right: 10px !important;
}
body .p-1 {
  padding-right: 10px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-1 {
    padding-right: 10px !important;
  }
  body .p-md-1 {
    padding-right: 10px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-1 {
    padding-right: 10px !important;
  }
  body .p-lg-1 {
    padding-right: 10px !important;
  }
}
body .pr-2 {
  padding-right: 20px !important;
}
body .p-2 {
  padding-right: 20px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-2 {
    padding-right: 20px !important;
  }
  body .p-md-2 {
    padding-right: 20px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-2 {
    padding-right: 20px !important;
  }
  body .p-lg-2 {
    padding-right: 20px !important;
  }
}
body .pr-3 {
  padding-right: 30px !important;
}
body .p-3 {
  padding-right: 30px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-3 {
    padding-right: 30px !important;
  }
  body .p-md-3 {
    padding-right: 30px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-3 {
    padding-right: 30px !important;
  }
  body .p-lg-3 {
    padding-right: 30px !important;
  }
}
body .pr-4 {
  padding-right: 40px !important;
}
body .p-4 {
  padding-right: 40px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-4 {
    padding-right: 40px !important;
  }
  body .p-md-4 {
    padding-right: 40px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-4 {
    padding-right: 40px !important;
  }
  body .p-lg-4 {
    padding-right: 40px !important;
  }
}
body .pr-5 {
  padding-right: 50px !important;
}
body .p-5 {
  padding-right: 50px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-5 {
    padding-right: 50px !important;
  }
  body .p-md-5 {
    padding-right: 50px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-5 {
    padding-right: 50px !important;
  }
  body .p-lg-5 {
    padding-right: 50px !important;
  }
}
body .pr-6 {
  padding-right: 60px !important;
}
body .p-6 {
  padding-right: 60px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-6 {
    padding-right: 60px !important;
  }
  body .p-md-6 {
    padding-right: 60px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-6 {
    padding-right: 60px !important;
  }
  body .p-lg-6 {
    padding-right: 60px !important;
  }
}
body .pr-7 {
  padding-right: 70px !important;
}
body .p-7 {
  padding-right: 70px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-7 {
    padding-right: 70px !important;
  }
  body .p-md-7 {
    padding-right: 70px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-7 {
    padding-right: 70px !important;
  }
  body .p-lg-7 {
    padding-right: 70px !important;
  }
}
body .pr-8 {
  padding-right: 80px !important;
}
body .p-8 {
  padding-right: 80px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-8 {
    padding-right: 80px !important;
  }
  body .p-md-8 {
    padding-right: 80px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-8 {
    padding-right: 80px !important;
  }
  body .p-lg-8 {
    padding-right: 80px !important;
  }
}
body .pr-9 {
  padding-right: 90px !important;
}
body .p-9 {
  padding-right: 90px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-9 {
    padding-right: 90px !important;
  }
  body .p-md-9 {
    padding-right: 90px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-9 {
    padding-right: 90px !important;
  }
  body .p-lg-9 {
    padding-right: 90px !important;
  }
}
body .pr-10 {
  padding-right: 100px !important;
}
body .p-10 {
  padding-right: 100px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-10 {
    padding-right: 100px !important;
  }
  body .p-md-10 {
    padding-right: 100px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-10 {
    padding-right: 100px !important;
  }
  body .p-lg-10 {
    padding-right: 100px !important;
  }
}
body .pr-11 {
  padding-right: 110px !important;
}
body .p-11 {
  padding-right: 110px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-11 {
    padding-right: 110px !important;
  }
  body .p-md-11 {
    padding-right: 110px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-11 {
    padding-right: 110px !important;
  }
  body .p-lg-11 {
    padding-right: 110px !important;
  }
}
body .pr-12 {
  padding-right: 120px !important;
}
body .p-12 {
  padding-right: 120px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-12 {
    padding-right: 120px !important;
  }
  body .p-md-12 {
    padding-right: 120px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-12 {
    padding-right: 120px !important;
  }
  body .p-lg-12 {
    padding-right: 120px !important;
  }
}
body .pr-13 {
  padding-right: 130px !important;
}
body .p-13 {
  padding-right: 130px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-13 {
    padding-right: 130px !important;
  }
  body .p-md-13 {
    padding-right: 130px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-13 {
    padding-right: 130px !important;
  }
  body .p-lg-13 {
    padding-right: 130px !important;
  }
}
body .pr-14 {
  padding-right: 140px !important;
}
body .p-14 {
  padding-right: 140px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-14 {
    padding-right: 140px !important;
  }
  body .p-md-14 {
    padding-right: 140px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-14 {
    padding-right: 140px !important;
  }
  body .p-lg-14 {
    padding-right: 140px !important;
  }
}
body .pr-15 {
  padding-right: 150px !important;
}
body .p-15 {
  padding-right: 150px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-15 {
    padding-right: 150px !important;
  }
  body .p-md-15 {
    padding-right: 150px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-15 {
    padding-right: 150px !important;
  }
  body .p-lg-15 {
    padding-right: 150px !important;
  }
}
body .pr-16 {
  padding-right: 160px !important;
}
body .p-16 {
  padding-right: 160px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-16 {
    padding-right: 160px !important;
  }
  body .p-md-16 {
    padding-right: 160px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-16 {
    padding-right: 160px !important;
  }
  body .p-lg-16 {
    padding-right: 160px !important;
  }
}
body .pr-17 {
  padding-right: 170px !important;
}
body .p-17 {
  padding-right: 170px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-17 {
    padding-right: 170px !important;
  }
  body .p-md-17 {
    padding-right: 170px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-17 {
    padding-right: 170px !important;
  }
  body .p-lg-17 {
    padding-right: 170px !important;
  }
}
body .pr-18 {
  padding-right: 180px !important;
}
body .p-18 {
  padding-right: 180px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-18 {
    padding-right: 180px !important;
  }
  body .p-md-18 {
    padding-right: 180px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-18 {
    padding-right: 180px !important;
  }
  body .p-lg-18 {
    padding-right: 180px !important;
  }
}
body .pr-19 {
  padding-right: 190px !important;
}
body .p-19 {
  padding-right: 190px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-19 {
    padding-right: 190px !important;
  }
  body .p-md-19 {
    padding-right: 190px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-19 {
    padding-right: 190px !important;
  }
  body .p-lg-19 {
    padding-right: 190px !important;
  }
}
body .pr-20 {
  padding-right: 200px !important;
}
body .p-20 {
  padding-right: 200px !important;
}
@media only screen and (min-width: 782px) {
  body .pr-md-20 {
    padding-right: 200px !important;
  }
  body .p-md-20 {
    padding-right: 200px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pr-lg-20 {
    padding-right: 200px !important;
  }
  body .p-lg-20 {
    padding-right: 200px !important;
  }
}
body .pb-0 {
  padding-bottom: 0px !important;
}
body .p-0 {
  padding-bottom: 0px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-0 {
    padding-bottom: 0px !important;
  }
  body .p-md-0 {
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  body .p-lg-0 {
    padding-bottom: 0px !important;
  }
}
body .pb-1 {
  padding-bottom: 10px !important;
}
body .p-1 {
  padding-bottom: 10px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-1 {
    padding-bottom: 10px !important;
  }
  body .p-md-1 {
    padding-bottom: 10px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-1 {
    padding-bottom: 10px !important;
  }
  body .p-lg-1 {
    padding-bottom: 10px !important;
  }
}
body .pb-2 {
  padding-bottom: 20px !important;
}
body .p-2 {
  padding-bottom: 20px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-2 {
    padding-bottom: 20px !important;
  }
  body .p-md-2 {
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-2 {
    padding-bottom: 20px !important;
  }
  body .p-lg-2 {
    padding-bottom: 20px !important;
  }
}
body .pb-3 {
  padding-bottom: 30px !important;
}
body .p-3 {
  padding-bottom: 30px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-3 {
    padding-bottom: 30px !important;
  }
  body .p-md-3 {
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-3 {
    padding-bottom: 30px !important;
  }
  body .p-lg-3 {
    padding-bottom: 30px !important;
  }
}
body .pb-4 {
  padding-bottom: 40px !important;
}
body .p-4 {
  padding-bottom: 40px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-4 {
    padding-bottom: 40px !important;
  }
  body .p-md-4 {
    padding-bottom: 40px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-4 {
    padding-bottom: 40px !important;
  }
  body .p-lg-4 {
    padding-bottom: 40px !important;
  }
}
body .pb-5 {
  padding-bottom: 50px !important;
}
body .p-5 {
  padding-bottom: 50px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-5 {
    padding-bottom: 50px !important;
  }
  body .p-md-5 {
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-5 {
    padding-bottom: 50px !important;
  }
  body .p-lg-5 {
    padding-bottom: 50px !important;
  }
}
body .pb-6 {
  padding-bottom: 60px !important;
}
body .p-6 {
  padding-bottom: 60px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-6 {
    padding-bottom: 60px !important;
  }
  body .p-md-6 {
    padding-bottom: 60px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-6 {
    padding-bottom: 60px !important;
  }
  body .p-lg-6 {
    padding-bottom: 60px !important;
  }
}
body .pb-7 {
  padding-bottom: 70px !important;
}
body .p-7 {
  padding-bottom: 70px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-7 {
    padding-bottom: 70px !important;
  }
  body .p-md-7 {
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-7 {
    padding-bottom: 70px !important;
  }
  body .p-lg-7 {
    padding-bottom: 70px !important;
  }
}
body .pb-8 {
  padding-bottom: 80px !important;
}
body .p-8 {
  padding-bottom: 80px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-8 {
    padding-bottom: 80px !important;
  }
  body .p-md-8 {
    padding-bottom: 80px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-8 {
    padding-bottom: 80px !important;
  }
  body .p-lg-8 {
    padding-bottom: 80px !important;
  }
}
body .pb-9 {
  padding-bottom: 90px !important;
}
body .p-9 {
  padding-bottom: 90px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-9 {
    padding-bottom: 90px !important;
  }
  body .p-md-9 {
    padding-bottom: 90px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-9 {
    padding-bottom: 90px !important;
  }
  body .p-lg-9 {
    padding-bottom: 90px !important;
  }
}
body .pb-10 {
  padding-bottom: 100px !important;
}
body .p-10 {
  padding-bottom: 100px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-10 {
    padding-bottom: 100px !important;
  }
  body .p-md-10 {
    padding-bottom: 100px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-10 {
    padding-bottom: 100px !important;
  }
  body .p-lg-10 {
    padding-bottom: 100px !important;
  }
}
body .pb-11 {
  padding-bottom: 110px !important;
}
body .p-11 {
  padding-bottom: 110px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-11 {
    padding-bottom: 110px !important;
  }
  body .p-md-11 {
    padding-bottom: 110px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-11 {
    padding-bottom: 110px !important;
  }
  body .p-lg-11 {
    padding-bottom: 110px !important;
  }
}
body .pb-12 {
  padding-bottom: 120px !important;
}
body .p-12 {
  padding-bottom: 120px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-12 {
    padding-bottom: 120px !important;
  }
  body .p-md-12 {
    padding-bottom: 120px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-12 {
    padding-bottom: 120px !important;
  }
  body .p-lg-12 {
    padding-bottom: 120px !important;
  }
}
body .pb-13 {
  padding-bottom: 130px !important;
}
body .p-13 {
  padding-bottom: 130px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-13 {
    padding-bottom: 130px !important;
  }
  body .p-md-13 {
    padding-bottom: 130px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-13 {
    padding-bottom: 130px !important;
  }
  body .p-lg-13 {
    padding-bottom: 130px !important;
  }
}
body .pb-14 {
  padding-bottom: 140px !important;
}
body .p-14 {
  padding-bottom: 140px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-14 {
    padding-bottom: 140px !important;
  }
  body .p-md-14 {
    padding-bottom: 140px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-14 {
    padding-bottom: 140px !important;
  }
  body .p-lg-14 {
    padding-bottom: 140px !important;
  }
}
body .pb-15 {
  padding-bottom: 150px !important;
}
body .p-15 {
  padding-bottom: 150px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-15 {
    padding-bottom: 150px !important;
  }
  body .p-md-15 {
    padding-bottom: 150px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-15 {
    padding-bottom: 150px !important;
  }
  body .p-lg-15 {
    padding-bottom: 150px !important;
  }
}
body .pb-16 {
  padding-bottom: 160px !important;
}
body .p-16 {
  padding-bottom: 160px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-16 {
    padding-bottom: 160px !important;
  }
  body .p-md-16 {
    padding-bottom: 160px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-16 {
    padding-bottom: 160px !important;
  }
  body .p-lg-16 {
    padding-bottom: 160px !important;
  }
}
body .pb-17 {
  padding-bottom: 170px !important;
}
body .p-17 {
  padding-bottom: 170px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-17 {
    padding-bottom: 170px !important;
  }
  body .p-md-17 {
    padding-bottom: 170px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-17 {
    padding-bottom: 170px !important;
  }
  body .p-lg-17 {
    padding-bottom: 170px !important;
  }
}
body .pb-18 {
  padding-bottom: 180px !important;
}
body .p-18 {
  padding-bottom: 180px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-18 {
    padding-bottom: 180px !important;
  }
  body .p-md-18 {
    padding-bottom: 180px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-18 {
    padding-bottom: 180px !important;
  }
  body .p-lg-18 {
    padding-bottom: 180px !important;
  }
}
body .pb-19 {
  padding-bottom: 190px !important;
}
body .p-19 {
  padding-bottom: 190px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-19 {
    padding-bottom: 190px !important;
  }
  body .p-md-19 {
    padding-bottom: 190px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-19 {
    padding-bottom: 190px !important;
  }
  body .p-lg-19 {
    padding-bottom: 190px !important;
  }
}
body .pb-20 {
  padding-bottom: 200px !important;
}
body .p-20 {
  padding-bottom: 200px !important;
}
@media only screen and (min-width: 782px) {
  body .pb-md-20 {
    padding-bottom: 200px !important;
  }
  body .p-md-20 {
    padding-bottom: 200px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pb-lg-20 {
    padding-bottom: 200px !important;
  }
  body .p-lg-20 {
    padding-bottom: 200px !important;
  }
}
body .pl-0 {
  padding-left: 0px !important;
}
body .p-0 {
  padding-left: 0px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-0 {
    padding-left: 0px !important;
  }
  body .p-md-0 {
    padding-left: 0px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-0 {
    padding-left: 0px !important;
  }
  body .p-lg-0 {
    padding-left: 0px !important;
  }
}
body .pl-1 {
  padding-left: 10px !important;
}
body .p-1 {
  padding-left: 10px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-1 {
    padding-left: 10px !important;
  }
  body .p-md-1 {
    padding-left: 10px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-1 {
    padding-left: 10px !important;
  }
  body .p-lg-1 {
    padding-left: 10px !important;
  }
}
body .pl-2 {
  padding-left: 20px !important;
}
body .p-2 {
  padding-left: 20px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-2 {
    padding-left: 20px !important;
  }
  body .p-md-2 {
    padding-left: 20px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-2 {
    padding-left: 20px !important;
  }
  body .p-lg-2 {
    padding-left: 20px !important;
  }
}
body .pl-3 {
  padding-left: 30px !important;
}
body .p-3 {
  padding-left: 30px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-3 {
    padding-left: 30px !important;
  }
  body .p-md-3 {
    padding-left: 30px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-3 {
    padding-left: 30px !important;
  }
  body .p-lg-3 {
    padding-left: 30px !important;
  }
}
body .pl-4 {
  padding-left: 40px !important;
}
body .p-4 {
  padding-left: 40px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-4 {
    padding-left: 40px !important;
  }
  body .p-md-4 {
    padding-left: 40px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-4 {
    padding-left: 40px !important;
  }
  body .p-lg-4 {
    padding-left: 40px !important;
  }
}
body .pl-5 {
  padding-left: 50px !important;
}
body .p-5 {
  padding-left: 50px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-5 {
    padding-left: 50px !important;
  }
  body .p-md-5 {
    padding-left: 50px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-5 {
    padding-left: 50px !important;
  }
  body .p-lg-5 {
    padding-left: 50px !important;
  }
}
body .pl-6 {
  padding-left: 60px !important;
}
body .p-6 {
  padding-left: 60px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-6 {
    padding-left: 60px !important;
  }
  body .p-md-6 {
    padding-left: 60px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-6 {
    padding-left: 60px !important;
  }
  body .p-lg-6 {
    padding-left: 60px !important;
  }
}
body .pl-7 {
  padding-left: 70px !important;
}
body .p-7 {
  padding-left: 70px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-7 {
    padding-left: 70px !important;
  }
  body .p-md-7 {
    padding-left: 70px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-7 {
    padding-left: 70px !important;
  }
  body .p-lg-7 {
    padding-left: 70px !important;
  }
}
body .pl-8 {
  padding-left: 80px !important;
}
body .p-8 {
  padding-left: 80px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-8 {
    padding-left: 80px !important;
  }
  body .p-md-8 {
    padding-left: 80px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-8 {
    padding-left: 80px !important;
  }
  body .p-lg-8 {
    padding-left: 80px !important;
  }
}
body .pl-9 {
  padding-left: 90px !important;
}
body .p-9 {
  padding-left: 90px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-9 {
    padding-left: 90px !important;
  }
  body .p-md-9 {
    padding-left: 90px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-9 {
    padding-left: 90px !important;
  }
  body .p-lg-9 {
    padding-left: 90px !important;
  }
}
body .pl-10 {
  padding-left: 100px !important;
}
body .p-10 {
  padding-left: 100px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-10 {
    padding-left: 100px !important;
  }
  body .p-md-10 {
    padding-left: 100px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-10 {
    padding-left: 100px !important;
  }
  body .p-lg-10 {
    padding-left: 100px !important;
  }
}
body .pl-11 {
  padding-left: 110px !important;
}
body .p-11 {
  padding-left: 110px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-11 {
    padding-left: 110px !important;
  }
  body .p-md-11 {
    padding-left: 110px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-11 {
    padding-left: 110px !important;
  }
  body .p-lg-11 {
    padding-left: 110px !important;
  }
}
body .pl-12 {
  padding-left: 120px !important;
}
body .p-12 {
  padding-left: 120px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-12 {
    padding-left: 120px !important;
  }
  body .p-md-12 {
    padding-left: 120px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-12 {
    padding-left: 120px !important;
  }
  body .p-lg-12 {
    padding-left: 120px !important;
  }
}
body .pl-13 {
  padding-left: 130px !important;
}
body .p-13 {
  padding-left: 130px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-13 {
    padding-left: 130px !important;
  }
  body .p-md-13 {
    padding-left: 130px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-13 {
    padding-left: 130px !important;
  }
  body .p-lg-13 {
    padding-left: 130px !important;
  }
}
body .pl-14 {
  padding-left: 140px !important;
}
body .p-14 {
  padding-left: 140px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-14 {
    padding-left: 140px !important;
  }
  body .p-md-14 {
    padding-left: 140px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-14 {
    padding-left: 140px !important;
  }
  body .p-lg-14 {
    padding-left: 140px !important;
  }
}
body .pl-15 {
  padding-left: 150px !important;
}
body .p-15 {
  padding-left: 150px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-15 {
    padding-left: 150px !important;
  }
  body .p-md-15 {
    padding-left: 150px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-15 {
    padding-left: 150px !important;
  }
  body .p-lg-15 {
    padding-left: 150px !important;
  }
}
body .pl-16 {
  padding-left: 160px !important;
}
body .p-16 {
  padding-left: 160px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-16 {
    padding-left: 160px !important;
  }
  body .p-md-16 {
    padding-left: 160px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-16 {
    padding-left: 160px !important;
  }
  body .p-lg-16 {
    padding-left: 160px !important;
  }
}
body .pl-17 {
  padding-left: 170px !important;
}
body .p-17 {
  padding-left: 170px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-17 {
    padding-left: 170px !important;
  }
  body .p-md-17 {
    padding-left: 170px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-17 {
    padding-left: 170px !important;
  }
  body .p-lg-17 {
    padding-left: 170px !important;
  }
}
body .pl-18 {
  padding-left: 180px !important;
}
body .p-18 {
  padding-left: 180px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-18 {
    padding-left: 180px !important;
  }
  body .p-md-18 {
    padding-left: 180px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-18 {
    padding-left: 180px !important;
  }
  body .p-lg-18 {
    padding-left: 180px !important;
  }
}
body .pl-19 {
  padding-left: 190px !important;
}
body .p-19 {
  padding-left: 190px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-19 {
    padding-left: 190px !important;
  }
  body .p-md-19 {
    padding-left: 190px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-19 {
    padding-left: 190px !important;
  }
  body .p-lg-19 {
    padding-left: 190px !important;
  }
}
body .pl-20 {
  padding-left: 200px !important;
}
body .p-20 {
  padding-left: 200px !important;
}
@media only screen and (min-width: 782px) {
  body .pl-md-20 {
    padding-left: 200px !important;
  }
  body .p-md-20 {
    padding-left: 200px !important;
  }
}
@media only screen and (min-width: 1080px) {
  body .pl-lg-20 {
    padding-left: 200px !important;
  }
  body .p-lg-20 {
    padding-left: 200px !important;
  }
}
body .h-100 {
  height: 100%;
}
body .text-left {
  text-align: left;
}
body .text-center {
  text-align: center;
}
body .text-right {
  text-align: right;
}
@media only screen and (min-width: 782px) {
  body .text-md-left {
    text-align: left;
  }
  body .text-md-center {
    text-align: center;
  }
  body .text-md-right {
    text-align: right;
  }
}
body .d-none {
  display: none;
}
body .d-inline {
  display: inline;
}
body .d-inline-block {
  display: inline-block;
}
body .d-block {
  display: block;
}
body .d-flex {
  display: flex;
}
body .d-inline-flex {
  display: inline-flex;
}
body .flex-row {
  flex-direction: row;
}
body .flex-column {
  flex-direction: column;
}
body .flex-wrap {
  flex-wrap: wrap;
}
body .flex-nowrap {
  flex-wrap: nowrap;
}
body .flex-align-start {
  align-items: flex-start;
}
body .flex-align-end {
  align-items: flex-end;
}
body .flex-align-center {
  align-items: center;
}
body .relative {
  position: relative;
}
body .order-1 {
  order: 1;
}
body .order-2 {
  order: 2;
}
body .order-3 {
  order: 3;
}
body .order-4 {
  order: 4;
}
body .order-5 {
  order: 5;
}
body .justified-center {
  justify-content: center;
}
body .justified-between {
  justify-content: space-between;
}
body .justified-around {
  justify-content: space-around;
}
body .justified-start {
  justify-content: flex-start;
}
body .justified-end {
  justify-content: flex-end;
}
@media only screen and (min-width: 782px) {
  body .d-md-none {
    display: none;
  }
  body .d-md-inline {
    display: inline;
  }
  body .d-md-inline-block {
    display: inline-block;
  }
  body .d-md-block {
    display: block;
  }
  body .d-md-flex {
    display: flex;
  }
  body .d-md-inline-flex {
    display: inline-flex;
  }
  body .order-md-1 {
    order: 1;
  }
  body .order-md-2 {
    order: 2;
  }
  body .order-md-3 {
    order: 3;
  }
  body .justified-md-center {
    justify-content: center;
  }
  body .justified-md-between {
    justify-content: space-between;
  }
  body .justified-md-around {
    justify-content: space-around;
  }
  body .justified-md-start {
    justify-content: flex-start;
  }
  body .justified-md-end {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1080px) {
  body .d-lg-none {
    display: none;
  }
  body .d-lg-inline {
    display: inline;
  }
  body .d-lg-inline-block {
    display: inline-block;
  }
  body .d-lg-block {
    display: block;
  }
  body .d-lg-flex {
    display: flex;
  }
  body .d-lg-inline-flex {
    display: inline-flex;
  }
  body .order-lg-1 {
    order: 1;
  }
  body .order-lg-2 {
    order: 2;
  }
  body .order-lg-3 {
    order: 3;
  }
  body .justified-lg-center {
    justify-content: center;
  }
  body .justified-lg-between {
    justify-content: space-between;
  }
  body .justified-lg-around {
    justify-content: space-around;
  }
  body .justified-lg-start {
    justify-content: flex-start;
  }
  body .justified-lg-end {
    justify-content: flex-end;
  }
}
body .max-w-100, body div.max-w-100 {
  max-width: 100px;
}
body .wp-block-buttons > .wp-block-button.max-w-100 {
  max-width: 100px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-100, body div.max-w-md-100 {
    max-width: 100px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-100 {
    max-width: 100px;
  }
}
body .max-w-150, body div.max-w-150 {
  max-width: 150px;
}
body .wp-block-buttons > .wp-block-button.max-w-150 {
  max-width: 150px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-150, body div.max-w-md-150 {
    max-width: 150px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-150 {
    max-width: 150px;
  }
}
body .max-w-200, body div.max-w-200 {
  max-width: 200px;
}
body .wp-block-buttons > .wp-block-button.max-w-200 {
  max-width: 200px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-200, body div.max-w-md-200 {
    max-width: 200px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-200 {
    max-width: 200px;
  }
}
body .max-w-250, body div.max-w-250 {
  max-width: 250px;
}
body .wp-block-buttons > .wp-block-button.max-w-250 {
  max-width: 250px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-250, body div.max-w-md-250 {
    max-width: 250px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-250 {
    max-width: 250px;
  }
}
body .max-w-260, body div.max-w-260 {
  max-width: 260px;
}
body .wp-block-buttons > .wp-block-button.max-w-260 {
  max-width: 260px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-260, body div.max-w-md-260 {
    max-width: 260px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-260 {
    max-width: 260px;
  }
}
body .max-w-270, body div.max-w-270 {
  max-width: 270px;
}
body .wp-block-buttons > .wp-block-button.max-w-270 {
  max-width: 270px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-270, body div.max-w-md-270 {
    max-width: 270px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-270 {
    max-width: 270px;
  }
}
body .max-w-280, body div.max-w-280 {
  max-width: 280px;
}
body .wp-block-buttons > .wp-block-button.max-w-280 {
  max-width: 280px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-280, body div.max-w-md-280 {
    max-width: 280px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-280 {
    max-width: 280px;
  }
}
body .max-w-290, body div.max-w-290 {
  max-width: 290px;
}
body .wp-block-buttons > .wp-block-button.max-w-290 {
  max-width: 290px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-290, body div.max-w-md-290 {
    max-width: 290px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-290 {
    max-width: 290px;
  }
}
body .max-w-300, body div.max-w-300 {
  max-width: 300px;
}
body .wp-block-buttons > .wp-block-button.max-w-300 {
  max-width: 300px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-300, body div.max-w-md-300 {
    max-width: 300px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-300 {
    max-width: 300px;
  }
}
body .max-w-350, body div.max-w-350 {
  max-width: 350px;
}
body .wp-block-buttons > .wp-block-button.max-w-350 {
  max-width: 350px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-350, body div.max-w-md-350 {
    max-width: 350px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-350 {
    max-width: 350px;
  }
}
body .max-w-400, body div.max-w-400 {
  max-width: 400px;
}
body .wp-block-buttons > .wp-block-button.max-w-400 {
  max-width: 400px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-400, body div.max-w-md-400 {
    max-width: 400px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-400 {
    max-width: 400px;
  }
}
body .max-w-450, body div.max-w-450 {
  max-width: 450px;
}
body .wp-block-buttons > .wp-block-button.max-w-450 {
  max-width: 450px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-450, body div.max-w-md-450 {
    max-width: 450px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-450 {
    max-width: 450px;
  }
}
body .max-w-500, body div.max-w-500 {
  max-width: 500px;
}
body .wp-block-buttons > .wp-block-button.max-w-500 {
  max-width: 500px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-500, body div.max-w-md-500 {
    max-width: 500px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-500 {
    max-width: 500px;
  }
}
body .max-w-550, body div.max-w-550 {
  max-width: 550px;
}
body .wp-block-buttons > .wp-block-button.max-w-550 {
  max-width: 550px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-550, body div.max-w-md-550 {
    max-width: 550px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-550 {
    max-width: 550px;
  }
}
body .max-w-600, body div.max-w-600 {
  max-width: 600px;
}
body .wp-block-buttons > .wp-block-button.max-w-600 {
  max-width: 600px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-600, body div.max-w-md-600 {
    max-width: 600px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-600 {
    max-width: 600px;
  }
}
body .max-w-650, body div.max-w-650 {
  max-width: 650px;
}
body .wp-block-buttons > .wp-block-button.max-w-650 {
  max-width: 650px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-650, body div.max-w-md-650 {
    max-width: 650px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-650 {
    max-width: 650px;
  }
}
body .max-w-700, body div.max-w-700 {
  max-width: 700px;
}
body .wp-block-buttons > .wp-block-button.max-w-700 {
  max-width: 700px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-700, body div.max-w-md-700 {
    max-width: 700px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-700 {
    max-width: 700px;
  }
}
body .max-w-750, body div.max-w-750 {
  max-width: 750px;
}
body .wp-block-buttons > .wp-block-button.max-w-750 {
  max-width: 750px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-750, body div.max-w-md-750 {
    max-width: 750px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-750 {
    max-width: 750px;
  }
}
body .max-w-800, body div.max-w-800 {
  max-width: 800px;
}
body .wp-block-buttons > .wp-block-button.max-w-800 {
  max-width: 800px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-800, body div.max-w-md-800 {
    max-width: 800px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-800 {
    max-width: 800px;
  }
}
body .max-w-850, body div.max-w-850 {
  max-width: 850px;
}
body .wp-block-buttons > .wp-block-button.max-w-850 {
  max-width: 850px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-850, body div.max-w-md-850 {
    max-width: 850px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-850 {
    max-width: 850px;
  }
}
body .max-w-900, body div.max-w-900 {
  max-width: 900px;
}
body .wp-block-buttons > .wp-block-button.max-w-900 {
  max-width: 900px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-900, body div.max-w-md-900 {
    max-width: 900px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-900 {
    max-width: 900px;
  }
}
body .max-w-950, body div.max-w-950 {
  max-width: 950px;
}
body .wp-block-buttons > .wp-block-button.max-w-950 {
  max-width: 950px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-950, body div.max-w-md-950 {
    max-width: 950px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-950 {
    max-width: 950px;
  }
}
body .max-w-1000, body div.max-w-1000 {
  max-width: 1000px;
}
body .wp-block-buttons > .wp-block-button.max-w-1000 {
  max-width: 1000px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-1000, body div.max-w-md-1000 {
    max-width: 1000px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-1000 {
    max-width: 1000px;
  }
}
body .max-w-1050, body div.max-w-1050 {
  max-width: 1050px;
}
body .wp-block-buttons > .wp-block-button.max-w-1050 {
  max-width: 1050px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-1050, body div.max-w-md-1050 {
    max-width: 1050px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-1050 {
    max-width: 1050px;
  }
}
body .max-w-1100, body div.max-w-1100 {
  max-width: 1100px;
}
body .wp-block-buttons > .wp-block-button.max-w-1100 {
  max-width: 1100px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-1100, body div.max-w-md-1100 {
    max-width: 1100px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-1100 {
    max-width: 1100px;
  }
}
body .max-w-1150, body div.max-w-1150 {
  max-width: 1150px;
}
body .wp-block-buttons > .wp-block-button.max-w-1150 {
  max-width: 1150px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-1150, body div.max-w-md-1150 {
    max-width: 1150px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-1150 {
    max-width: 1150px;
  }
}
body .max-w-1200, body div.max-w-1200 {
  max-width: 1200px;
}
body .wp-block-buttons > .wp-block-button.max-w-1200 {
  max-width: 1200px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-1200, body div.max-w-md-1200 {
    max-width: 1200px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-1200 {
    max-width: 1200px;
  }
}
body .max-w-1300, body div.max-w-1300 {
  max-width: 1300px;
}
body .wp-block-buttons > .wp-block-button.max-w-1300 {
  max-width: 1300px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-1300, body div.max-w-md-1300 {
    max-width: 1300px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-1300 {
    max-width: 1300px;
  }
}
body .max-w-1400, body div.max-w-1400 {
  max-width: 1400px;
}
body .wp-block-buttons > .wp-block-button.max-w-1400 {
  max-width: 1400px;
}
@media only screen and (min-width: 782px) {
  body .max-w-md-1400, body div.max-w-md-1400 {
    max-width: 1400px;
  }
  body .wp-block-buttons > .wp-block-button.max-w-md-1400 {
    max-width: 1400px;
  }
}
body .min-h-50 {
  min-height: 50px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-50 {
    min-height: 50px;
  }
}
body .min-h-100 {
  min-height: 100px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-100 {
    min-height: 100px;
  }
}
body .min-h-150 {
  min-height: 150px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-150 {
    min-height: 150px;
  }
}
body .min-h-200 {
  min-height: 200px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-200 {
    min-height: 200px;
  }
}
body .min-h-250 {
  min-height: 250px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-250 {
    min-height: 250px;
  }
}
body .min-h-300 {
  min-height: 300px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-300 {
    min-height: 300px;
  }
}
body .min-h-350 {
  min-height: 350px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-350 {
    min-height: 350px;
  }
}
body .min-h-400 {
  min-height: 400px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-400 {
    min-height: 400px;
  }
}
body .min-h-450 {
  min-height: 450px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-450 {
    min-height: 450px;
  }
}
body .min-h-500 {
  min-height: 500px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-500 {
    min-height: 500px;
  }
}
body .min-h-550 {
  min-height: 550px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-550 {
    min-height: 550px;
  }
}
body .min-h-600 {
  min-height: 600px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-600 {
    min-height: 600px;
  }
}
body .min-h-650 {
  min-height: 650px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-650 {
    min-height: 650px;
  }
}
body .min-h-700 {
  min-height: 700px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-700 {
    min-height: 700px;
  }
}
body .min-h-750 {
  min-height: 750px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-750 {
    min-height: 750px;
  }
}
body .min-h-800 {
  min-height: 800px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-800 {
    min-height: 800px;
  }
}
body .min-h-850 {
  min-height: 850px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-850 {
    min-height: 850px;
  }
}
body .min-h-900 {
  min-height: 900px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-900 {
    min-height: 900px;
  }
}
body .min-h-950 {
  min-height: 950px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-950 {
    min-height: 950px;
  }
}
body .min-h-1000 {
  min-height: 1000px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-1000 {
    min-height: 1000px;
  }
}
body .min-h-1050 {
  min-height: 1050px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-1050 {
    min-height: 1050px;
  }
}
body .min-h-1100 {
  min-height: 1100px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-1100 {
    min-height: 1100px;
  }
}
body .min-h-1150 {
  min-height: 1150px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-1150 {
    min-height: 1150px;
  }
}
body .min-h-1200 {
  min-height: 1200px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-1200 {
    min-height: 1200px;
  }
}
body .min-h-1300 {
  min-height: 1300px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-1300 {
    min-height: 1300px;
  }
}
body .min-h-1400 {
  min-height: 1400px;
}
@media only screen and (min-width: 782px) {
  body .min-h-md-1400 {
    min-height: 1400px;
  }
}
body .border-radius-0 {
  border-radius: 0px;
  overflow: hidden;
}
body .border-radius-0 > figure > img {
  border-radius: 0px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-0 {
    border-radius: 0px;
    overflow: hidden;
  }
  body .border-radius-md-0 > figure > img {
    border-radius: 0px;
    overflow: hidden;
  }
}
body .border-radius-1 {
  border-radius: 1px;
  overflow: hidden;
}
body .border-radius-1 > figure > img {
  border-radius: 1px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-1 {
    border-radius: 1px;
    overflow: hidden;
  }
  body .border-radius-md-1 > figure > img {
    border-radius: 1px;
    overflow: hidden;
  }
}
body .border-radius-2 {
  border-radius: 2px;
  overflow: hidden;
}
body .border-radius-2 > figure > img {
  border-radius: 2px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-2 {
    border-radius: 2px;
    overflow: hidden;
  }
  body .border-radius-md-2 > figure > img {
    border-radius: 2px;
    overflow: hidden;
  }
}
body .border-radius-3 {
  border-radius: 3px;
  overflow: hidden;
}
body .border-radius-3 > figure > img {
  border-radius: 3px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-3 {
    border-radius: 3px;
    overflow: hidden;
  }
  body .border-radius-md-3 > figure > img {
    border-radius: 3px;
    overflow: hidden;
  }
}
body .border-radius-4 {
  border-radius: 4px;
  overflow: hidden;
}
body .border-radius-4 > figure > img {
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-4 {
    border-radius: 4px;
    overflow: hidden;
  }
  body .border-radius-md-4 > figure > img {
    border-radius: 4px;
    overflow: hidden;
  }
}
body .border-radius-5 {
  border-radius: 5px;
  overflow: hidden;
}
body .border-radius-5 > figure > img {
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-5 {
    border-radius: 5px;
    overflow: hidden;
  }
  body .border-radius-md-5 > figure > img {
    border-radius: 5px;
    overflow: hidden;
  }
}
body .border-radius-6 {
  border-radius: 6px;
  overflow: hidden;
}
body .border-radius-6 > figure > img {
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-6 {
    border-radius: 6px;
    overflow: hidden;
  }
  body .border-radius-md-6 > figure > img {
    border-radius: 6px;
    overflow: hidden;
  }
}
body .border-radius-7 {
  border-radius: 7px;
  overflow: hidden;
}
body .border-radius-7 > figure > img {
  border-radius: 7px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-7 {
    border-radius: 7px;
    overflow: hidden;
  }
  body .border-radius-md-7 > figure > img {
    border-radius: 7px;
    overflow: hidden;
  }
}
body .border-radius-8 {
  border-radius: 8px;
  overflow: hidden;
}
body .border-radius-8 > figure > img {
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-8 {
    border-radius: 8px;
    overflow: hidden;
  }
  body .border-radius-md-8 > figure > img {
    border-radius: 8px;
    overflow: hidden;
  }
}
body .border-radius-9 {
  border-radius: 9px;
  overflow: hidden;
}
body .border-radius-9 > figure > img {
  border-radius: 9px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-9 {
    border-radius: 9px;
    overflow: hidden;
  }
  body .border-radius-md-9 > figure > img {
    border-radius: 9px;
    overflow: hidden;
  }
}
body .border-radius-10 {
  border-radius: 10px;
  overflow: hidden;
}
body .border-radius-10 > figure > img {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-10 {
    border-radius: 10px;
    overflow: hidden;
  }
  body .border-radius-md-10 > figure > img {
    border-radius: 10px;
    overflow: hidden;
  }
}
body .border-radius-15 {
  border-radius: 15px;
  overflow: hidden;
}
body .border-radius-15 > figure > img {
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-15 {
    border-radius: 15px;
    overflow: hidden;
  }
  body .border-radius-md-15 > figure > img {
    border-radius: 15px;
    overflow: hidden;
  }
}
body .border-radius-20 {
  border-radius: 20px;
  overflow: hidden;
}
body .border-radius-20 > figure > img {
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-20 {
    border-radius: 20px;
    overflow: hidden;
  }
  body .border-radius-md-20 > figure > img {
    border-radius: 20px;
    overflow: hidden;
  }
}
body .border-radius-25 {
  border-radius: 25px;
  overflow: hidden;
}
body .border-radius-25 > figure > img {
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-25 {
    border-radius: 25px;
    overflow: hidden;
  }
  body .border-radius-md-25 > figure > img {
    border-radius: 25px;
    overflow: hidden;
  }
}
body .border-radius-30 {
  border-radius: 30px;
  overflow: hidden;
}
body .border-radius-30 > figure > img {
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-30 {
    border-radius: 30px;
    overflow: hidden;
  }
  body .border-radius-md-30 > figure > img {
    border-radius: 30px;
    overflow: hidden;
  }
}
body .border-radius-35 {
  border-radius: 35px;
  overflow: hidden;
}
body .border-radius-35 > figure > img {
  border-radius: 35px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-35 {
    border-radius: 35px;
    overflow: hidden;
  }
  body .border-radius-md-35 > figure > img {
    border-radius: 35px;
    overflow: hidden;
  }
}
body .border-radius-40 {
  border-radius: 40px;
  overflow: hidden;
}
body .border-radius-40 > figure > img {
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-40 {
    border-radius: 40px;
    overflow: hidden;
  }
  body .border-radius-md-40 > figure > img {
    border-radius: 40px;
    overflow: hidden;
  }
}
body .border-radius-45 {
  border-radius: 45px;
  overflow: hidden;
}
body .border-radius-45 > figure > img {
  border-radius: 45px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-45 {
    border-radius: 45px;
    overflow: hidden;
  }
  body .border-radius-md-45 > figure > img {
    border-radius: 45px;
    overflow: hidden;
  }
}
body .border-radius-50 {
  border-radius: 50px;
  overflow: hidden;
}
body .border-radius-50 > figure > img {
  border-radius: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 782px) {
  body .border-radius-md-50 {
    border-radius: 50px;
    overflow: hidden;
  }
  body .border-radius-md-50 > figure > img {
    border-radius: 50px;
    overflow: hidden;
  }
}
body .gap-0 {
  gap: 0 !important;
}
body .gap-0:where(.wp-block-columns.is-layout-flex) {
  gap: 0 !important;
}
body .gap-1 {
  gap: 1rem !important;
}
body .gap-1:where(.wp-block-columns.is-layout-flex) {
  gap: 1rem !important;
}
body .gap-2 {
  gap: 2rem !important;
}
body .gap-2:where(.wp-block-columns.is-layout-flex) {
  gap: 2rem !important;
}
body .text-decoration-none, body .text-decoration-none * {
  text-decoration: none;
}
body .text-transform-none, body .text-transform-none * {
  text-transform: none;
}
body hr.wp-block-separator {
  border-top: 1px solid;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1320px) {
  body .wp-block-columns.contain-left .wp-block-column:first-child {
    margin-left: calc(50% - 660px);
    max-width: calc(660px - 1em);
  }
  body .wp-block-columns.contain-left .wp-block-column:first-child[style="flex-basis:30%"] {
    max-width: calc(440px - 1em);
  }
  body .wp-block-columns.contain-right .wp-block-column:last-child {
    margin-right: calc(50% - 660px);
    max-width: calc(660px - 1em);
  }
  body .wp-block-columns.contain-right .wp-block-column:last-child[style="flex-basis:30%"] {
    max-width: calc(440px - 1em);
  }
}
@media only screen and (max-width: 1320px) {
  body .wp-block-columns.contain-left .wp-block-column {
    padding-left: 15px;
  }
  body .wp-block-columns.contain-left .wp-block-column:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .wp-block-columns.contain-right .wp-block-column {
    padding-right: 15px;
  }
  body .wp-block-columns.contain-right .wp-block-column:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 781px) {
  body .alignfull-mobile {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: auto;
  }
  body .alignfull-mobile img {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1600px) {
  body .entry-content .alignwide {
    margin-left: -100px;
    width: calc(100% + 200px);
    max-width: calc(100% + 200px);
  }
  body .entry-content .alignwide > .wp-block-group__inner-container {
    max-width: 100%;
    width: 100%;
  }
}

html, body {
  overflow-x: hidden;
}

body #page {
  margin-top: 90px;
}
@media (max-width: 782px) {
  body #page {
    margin-top: 83px;
  }
}

.no-sidebar .entry-content .alignfull {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .no-sidebar .entry-content .alignfull {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.wp-block-group.get-in-touch-callout {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.wp-block-group.get-in-touch-callout > .wp-block-group {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(dist/assets/f1f958e7a5e185336eae.png), url(dist/assets/eb30ea1de053d5ba24d8.png);
  background-repeat: no-repeat;
  background-position: top right, bottom left;
}
@media only screen and (max-width: 782px) {
  .wp-block-group.get-in-touch-callout {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.callout-box {
  border-radius: 30px !important;
}

.banner-video {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 781px) {
  .banner-video {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
@media (min-width: 782px) {
  .banner-video .wp-block-video video {
    min-height: unset;
  }
}
@supports (position: sticky) {
  .banner-video .wp-block-video [poster] {
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .banner-video {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .cgrid-block {
    height: auto !important;
    min-height: 140px !important;
    border-radius: 20px !important;
  }
  .services-banner .wp-block-columns :nth-child(2) {
    order: 1 !important;
  }
  .services-banner .wp-block-columns :nth-child(2) svg {
    margin-top: -70px;
  }
  .services-banner .wp-block-columns :nth-child(1) {
    order: 2 !important;
  }
}
.about-us-banner {
  background-image: url(dist/assets/18784cd13cd32fb3ac35.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
@media only screen and (max-width: 781px) {
  .about-us-banner {
    background: none;
  }
}

.wp-block-video {
  cursor: pointer;
  display: block;
  border-radius: 24px;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 20px;
}
.wp-block-video.has-custom-cursor {
  position: relative;
}
.wp-block-video .video-cursor {
  background-color: var(--accent);
  line-height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out;
  will-change: top, left;
}
.wp-block-video .video-cursor:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2729%27 viewBox=%270 0 25 29%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5.19998 0.81236C4.26334 0.291437 3.11848 0.187252 2.18184 0.81236C1.24521 1.33328 0.62085 2.37513 0.62085 3.41698V25.3998C0.62085 26.4416 1.24521 27.4835 2.18184 28.0044C3.11848 28.5253 4.26334 28.5253 5.19998 28.0044L23.1001 17.0651C24.0367 16.5442 24.5569 15.6066 24.5569 14.4605C24.5569 13.3145 24.0367 12.481 23.1001 11.8559L5.19998 0.916646V0.81236Z%27 fill=%27white%27/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 33%;
  width: 100%;
  height: 100%;
  margin-right: -8px;
}
.wp-block-video .video-cursor.entering, .wp-block-video .video-cursor.exiting {
  transition: all 0.3s ease-out;
}
.wp-block-video .video-cursor.shrinking {
  transition: width 0.3s ease-out, height 0.3s ease-out;
}
.wp-block-video .video-cursor.expanding {
  transition: width 0.3s ease-out, height 0.3s ease-out, font-size 0.3s ease-out;
}
.wp-block-video .video-cursor.playing {
  width: 50px;
  height: 50px;
  font-size: 0;
}
.wp-block-video .video-cursor.playing:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2710%27 height=%2712%27 viewBox=%270 0 10 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0.5 11.25H3.5V0.75H0.5V11.25ZM6.5 0.75V11.25H9.5V0.75H6.5Z%27 fill=%27%23ffffff%27/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 33%;
  width: 100%;
  height: 100%;
  margin-right: 0px;
}
@media only screen and (max-width: 781px) {
  .wp-block-video .video-cursor {
    font-size: 32px;
    line-height: 32px;
    width: 88px;
    height: 88px;
    transition: all 0s;
  }
  .wp-block-video .video-cursor.shrinking, .wp-block-video .video-cursor.expanding {
    transition: all 0s;
  }
  .wp-block-video .video-cursor.playing {
    width: 40px;
    height: 40px;
    font-size: 0;
  }
}
.wp-block-video .video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.wp-block-video figcaption {
  display: none;
}
.wp-block-video video {
  border-radius: 30px !important;
}

:root {
  --footer-border: rgba(34, 61, 101, 0.20);
}
:root[data-theme=dark] {
  --contrast: #555555;
  --light-blue: #CEDFF4;
  --primary-green: #ADD600;
  --light-green: #d6ea80;
  --secondary-blue: #4e6484;
  --black: #000000;
  --white: #ffffff;
  --accent: #223D65;
  --base-3: #ffffff;
  --footer-border: rgba(34, 61, 101, 0.20);
}

.entry-header .entry-title {
  margin-top: 60px;
}
@media only screen and (max-width: 782px) {
  .entry-header .entry-title {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  #site-navigation .main-nav .menu-item a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #site-navigation .main-nav .menu-item.menu-btn {
    margin-left: 15px;
  }
}
#site-navigation .main-nav .menu-item.menu-btn a {
  display: block;
  padding: 12px 28px;
  background-color: var(--primary-green);
  border: 1px solid var(--primary-green);
  line-height: 1.2;
  color: var(--accent);
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
#site-navigation .main-nav .menu-item.menu-btn a:hover, #site-navigation .main-nav .menu-item.menu-btn a:focus {
  background-color: transparent;
  color: var(--primary-green);
}
#site-navigation .main-nav .menu-item .sub-menu {
  top: calc(100% - 2px);
  padding: 18px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}
@media (min-width: 991px) {
  nav .main-nav .mega-menu {
    position: static;
  }
  nav .main-nav .mega-menu > ul {
    position: absolute;
    width: 100%;
    left: 0 !important;
    display: flex;
    flex-wrap: wrap;
  }
  nav .main-nav .mega-menu > ul > li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  nav .main-nav .mega-menu.mega-menu-col-2 > ul > li {
    width: 50%;
  }
  nav .main-nav .mega-menu.mega-menu-col-3 > ul > li {
    width: 33.3333%;
  }
  nav .main-nav .mega-menu.mega-menu-col-5 > ul > li {
    width: 20%;
  }
  nav .main-nav .mega-menu > ul > li:hover > a,
  nav .main-nav .mega-menu > ul > li:focus > a,
  nav .main-nav .mega-menu > ul > li[class*=current-] > a,
  nav .main-nav .mega-menu ul ul {
    background-color: transparent !important;
    color: inherit;
  }
  nav .main-nav .mega-menu ul .sub-menu {
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-shadow: 0 0 0;
    left: 0;
    height: auto;
    pointer-events: auto;
    transform: scale(1);
  }
  nav .main-nav .mega-menu ul.toggled-on .sub-menu {
    pointer-events: auto;
  }
  nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
    display: none;
  }
}
#mobile-menu-control-wrapper .menu-toggle {
  width: 32px;
  height: 32px;
  background-color: transparent;
}

.mobile-menu-open {
  overflow: hidden;
}
.mobile-menu-open body {
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .has-inline-mobile-toggle #site-navigation {
    display: block;
    height: 0;
    width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    order: 4;
    overflow: hidden;
    overflow-y: auto;
    flex-basis: unset;
    transition: 0.5s height ease;
  }
  .has-inline-mobile-toggle #site-navigation .inside-navigation {
    padding-top: 60px;
  }
  .has-inline-mobile-toggle #site-navigation.toggled {
    height: calc(100vh - 46px - 15px);
    background-color: var(--accent);
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) and (max-width: 783px) {
  .admin-bar .has-inline-mobile-toggle #site-navigation.toggled {
    height: calc(100vh - 46px - 80px);
  }
}
@media only screen and (max-width: 991px) {
  .has-inline-mobile-toggle #site-navigation .inside-navigation {
    height: 100%;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav {
    height: 100%;
    flex-basis: 100%;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav .menu {
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 20px);
  }
  .has-inline-mobile-toggle #site-navigation .main-nav .menu .menu-item {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav .menu .menu-item a {
    text-align: center;
    transition: all 0.5s ease;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav .menu .menu-item:not(.menu-btn) a {
    display: flex;
    align-items: center;
    position: relative;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav .menu .sub-menu {
    border: none;
    box-shadow: none;
    padding: 0px;
    margin-bottom: 0px;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav .menu .sub-menu .menu-item {
    margin-top: 0;
    margin-bottom: 0;
  }
  .has-inline-mobile-toggle #site-navigation .main-nav .menu .sub-menu .menu-item a {
    text-transform: none;
    text-align: center;
    padding: 12px;
  }
  .has-inline-mobile-toggle #mobile-menu-control-wrapper .menu-toggle {
    padding: 0;
  }
  .has-inline-mobile-toggle #mobile-menu-icon {
    width: 32px;
    height: 20px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .has-inline-mobile-toggle #mobile-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--white);
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .has-inline-mobile-toggle #mobile-menu-icon span:nth-child(1) {
    top: 0px;
  }
  .has-inline-mobile-toggle #mobile-menu-icon span:nth-child(2), .has-inline-mobile-toggle #mobile-menu-icon span:nth-child(3) {
    top: 8px;
    right: 0;
    left: unset;
    width: 70%;
  }
  .has-inline-mobile-toggle #mobile-menu-icon span:nth-child(4) {
    top: 16px;
    right: 0;
    left: unset;
    width: 85%;
  }
  .has-inline-mobile-toggle .toggled #mobile-menu-icon span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .has-inline-mobile-toggle .toggled #mobile-menu-icon span:nth-child(2) {
    width: 100%;
    transform: rotate(45deg);
  }
  .has-inline-mobile-toggle .toggled #mobile-menu-icon span:nth-child(3) {
    width: 100%;
    transform: rotate(-45deg);
  }
  .has-inline-mobile-toggle .toggled #mobile-menu-icon span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  display: block;
  padding: 13px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  min-width: 170px;
  transition: 0.3s all ease-in-out;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:focus {
  text-decoration: none;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-light-blue-background-color {
  background-color: #CEDFF4 !important;
  border: 1px solid #CEDFF4 !important;
  color: inherit;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-light-blue-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-light-blue-background-color:focus {
  background-color: transparent !important;
  color: #CEDFF4 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-primary-green-background-color {
  background-color: #ADD600 !important;
  border: 1px solid #ADD600 !important;
  color: inherit;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-primary-green-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-primary-green-background-color:focus {
  background-color: transparent !important;
  color: #ADD600 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-light-green-background-color {
  background-color: #d6ea80 !important;
  border: 1px solid #d6ea80 !important;
  color: inherit;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-light-green-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-light-green-background-color:focus {
  background-color: transparent !important;
  color: #d6ea80 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-secondary-blue-background-color {
  background-color: #4e6484 !important;
  border: 1px solid #4e6484 !important;
  color: inherit;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-secondary-blue-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-secondary-blue-background-color:focus {
  background-color: transparent !important;
  color: #4e6484 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-black-background-color {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  color: inherit;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-black-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-black-background-color:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-white-background-color {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: var(--accent) !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-white-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-white-background-color:focus {
  background-color: transparent !important;
  color: var(--white) !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-background-color {
  background-color: #223D65 !important;
  border: 1px solid #223D65 !important;
  color: inherit;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-background-color:focus {
  background-color: transparent !important;
  color: #223D65 !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-base-3-background-color {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: inherit;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-base-3-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-base-3-background-color:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-contrast-background-color {
  background-color: var(--contrast) !important;
  border: 1px solid var(--contrast) !important;
  color: inherit;
}
.wp-block-buttons .wp-block-button .wp-block-button__link.has-contrast-background-color:hover, .wp-block-buttons .wp-block-button .wp-block-button__link.has-contrast-background-color:focus {
  background-color: transparent !important;
  color: var(--contrast) !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background, .has-link-color) {
  background-color: var(--accent);
  border: 1px solid var(--accent);
  color: var(--white);
}
.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background, .has-link-color):hover, .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-background, .has-link-color):focus {
  background-color: transparent;
  color: var(--accent);
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  color: var(--accent) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: var(--accent) !important;
  color: var(--white) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-light-blue-background-color {
  border: 1px solid #CEDFF4 !important;
  color: #CEDFF4 !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-light-blue-background-color:hover, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-light-blue-background-color:focus {
  background-color: #CEDFF4 !important;
  color: var(--white) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-primary-green-background-color {
  border: 1px solid #ADD600 !important;
  color: #ADD600 !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-primary-green-background-color:hover, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-primary-green-background-color:focus {
  background-color: #ADD600 !important;
  color: var(--white) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-light-green-background-color {
  border: 1px solid #d6ea80 !important;
  color: #d6ea80 !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-light-green-background-color:hover, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-light-green-background-color:focus {
  background-color: #d6ea80 !important;
  color: var(--white) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-blue-background-color {
  border: 1px solid #4e6484 !important;
  color: #4e6484 !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-blue-background-color:hover, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-blue-background-color:focus {
  background-color: #4e6484 !important;
  color: var(--white) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-black-background-color {
  border: 1px solid #000000 !important;
  color: #000000 !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-black-background-color:hover, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-black-background-color:focus {
  background-color: #000000 !important;
  color: var(--white) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-white-background-color {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-white-background-color:hover, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-white-background-color:focus {
  background-color: #ffffff !important;
  color: var(--accent) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-accent-background-color {
  border: 1px solid #223D65 !important;
  color: #223D65 !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-accent-background-color:hover, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-accent-background-color:focus {
  background-color: #223D65 !important;
  color: var(--white) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-base-3-background-color {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-base-3-background-color:hover, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-base-3-background-color:focus {
  background-color: #ffffff !important;
  color: var(--white) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-contrast-background-color {
  border: 1px solid var(--contrast) !important;
  color: var(--contrast) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-contrast-background-color:hover, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.has-contrast-background-color:focus {
  background-color: var(--contrast) !important;
  color: var(--white) !important;
}
.wp-block-buttons .wp-block-button.is-style-jumbo-button .wp-block-button__link {
  font-size: 18px;
  padding: 15px 30px 15px;
}

input.wpcf7-submit {
  background-color: var(--accent);
  border: 1px solid var(--accent);
  color: var(--white);
  display: block;
  padding: 13px 28px;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
input.wpcf7-submit:hover {
  background-color: transparent;
  color: var(--accent);
}

button.primary {
  background-color: var(--accent);
  border: 1px solid var(--accent);
  color: var(--white);
  display: block;
  padding: 13px 28px;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
button.primary:hover {
  background-color: transparent;
  color: var(--accent);
}
button.secondary:not(.active) {
  background-color: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
  display: block;
  padding: 13px 28px;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
button.secondary:not(.active):hover {
  background-color: var(--accent);
  color: var(--white);
}
button.secondary.jumbo {
  padding: 9px 49px 9px 49px;
}
button.secondary.active {
  background-color: var(--accent);
  border: 1px solid var(--accent);
  color: var(--white);
  display: block;
  padding: 13px 28px;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
button.secondary.active:hover {
  background-color: transparent;
  color: var(--accent);
}

.services-slider .wp-block-post-template {
  display: block;
  opacity: 0;
  transition: opacity 0.75s;
  /* the parent */
  /* the slides */
}
.services-slider .wp-block-post-template.slick-initialized {
  opacity: 1;
}
.services-slider .wp-block-post-template .slick-list {
  margin: 0 -10px;
  padding: 0 15% 0 0 !important;
}
.services-slider .wp-block-post-template .slick-slide {
  margin: 0 10px;
}
.services-slider .wp-block-post-template .slick-next, .services-slider .wp-block-post-template .slick-prev {
  z-index: 3;
}
.services-slider .wp-block-post-template .slick-next::before, .services-slider .wp-block-post-template .slick-prev::before {
  display: none;
}
.services-slider .wp-block-post-template .slick-next {
  right: 15%;
}
.services-slider .wp-block-post-template .slick-prev {
  display: none !important;
}
.services-slider .wp-block-post-excerpt__more-text {
  margin-top: 12px;
}

.featured-projects {
  display: grid;
}
.featured-projects .wp-block-post-template {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.featured-projects .wp-block-post > .wp-block-group {
  position: relative;
  border-radius: 30px;
  min-height: 375px;
  overflow: hidden;
}
.featured-projects .wp-block-post > .wp-block-group .taxonomy-categories {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 0;
  width: 100%;
  padding: 0 15px;
}
.featured-projects .wp-block-post > .wp-block-group .taxonomy-categories > * {
  display: none;
}
.featured-projects .wp-block-post > .wp-block-group .taxonomy-categories a {
  display: block;
  background-color: var(--primary-green);
  font-size: 11px;
  line-height: 15px;
  padding: 3px 10px;
  border-radius: 30px;
  margin: 0 5px 10px;
}
.featured-projects .wp-block-post > .wp-block-group .wp-block-post-featured-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-projects .wp-block-post > .wp-block-group .wp-block-post-featured-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.featured-projects .wp-block-post > .wp-block-group .wp-block-post-featured-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.featured-projects .wp-block-post > .wp-block-group .wp-block-post-title {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  left: 20px;
  padding-right: 20px;
}
.featured-projects .wp-block-post > .wp-block-group .wp-block-post-title a {
  color: var(--white);
}
@media only screen and (max-width: 1180px) {
  .featured-projects .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 600px) {
  .featured-projects .wp-block-post-template {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.project-banner {
  background-image: url(dist/assets/645782aca27c29751387.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 445px;
}
.project-banner .wp-block-post-title {
  margin-bottom: 20px;
}
.project-banner .taxonomy-categories {
  margin: 0 0 10px 0;
}
.project-banner .taxonomy-categories a {
  display: inline-block;
  background-color: var(--primary-green);
  font-size: 11px;
  line-height: 15px;
  padding: 3px 10px;
  border-radius: 30px;
  margin: 0 10px 10px 0;
}
.project-banner .wp-block-gallery {
  display: block;
  opacity: 0;
  transition: opacity 0.75s;
}
.project-banner .wp-block-gallery .slick-list {
  border-radius: 30px;
}
.project-banner .wp-block-gallery .wp-block-image {
  display: block;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.project-banner .wp-block-gallery.slick-initialized {
  opacity: 1;
}
.project-banner .wp-block-gallery .slick-next, .project-banner .wp-block-gallery .slick-prev {
  z-index: 3;
  width: auto;
  height: unset;
}
.project-banner .wp-block-gallery .slick-next::before, .project-banner .wp-block-gallery .slick-prev::before {
  display: none;
}
.project-banner .wp-block-gallery .slick-next {
  right: -30px;
}
.project-banner .wp-block-gallery .slick-prev {
  left: -30px;
}
@media only screen and (max-width: 781px) {
  .project-banner {
    background: none;
  }
}

.home-banner {
  background-size: auto !important;
  background-repeat: no-repeat;
  background-position: top -105px right;
}
@media only screen and (max-width: 782px) {
  .home-banner {
    background-image: none !important;
  }
}

@media only screen and (max-width: 782px) {
  .home-banner-popup .ww-modal-content {
    padding: 0 !important;
    border-radius: 20px !important;
  }
}

.wp-block-buttons .wp-block-button[class*=has-icon__] .wp-block-button__link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wp-block-buttons .wp-block-button[class*=has-icon__] .wp-block-button__link span {
  line-height: 0;
  margin-top: 2px;
}
.wp-block-buttons .wp-block-button[class*=has-icon__] .wp-block-button__link svg {
  color: currentColor;
  fill: currentColor;
}
.wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__arrow-left svg, .wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__arrow-right svg, .wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__cloud svg, .wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__cloud-upload svg {
  height: 0.7em;
  width: 1em;
}
.wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__chevron-left svg, .wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__chevron-right svg {
  height: 0.8em;
  width: 0.45em;
}
.wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__chevron-left-small svg, .wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__chevron-right-small svg {
  height: 0.5em;
  width: 0.3em;
}
.wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__comment-author-avatar svg, .wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__help svg, .wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__info svg {
  height: 0.9em;
  width: 0.9em;
}
.wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__download svg {
  height: 0.8em;
  width: 0.75em;
}
.wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__external svg {
  height: 0.7em;
  width: 0.7em;
}
.wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__external-arrow svg {
  height: 0.6em;
  width: 0.6em;
}
.wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__lock-outline svg {
  height: 0.9em;
  width: 0.64em;
}
.wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__login svg {
  height: 0.8em;
  width: 0.8em;
}
.wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__next svg, .wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__previous svg {
  height: 0.75em;
  width: 0.775em;
}
.wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__shuffle svg, .wp-block-buttons .wp-block-button[class*=has-icon__].has-icon__wordpress svg {
  height: 0.9em;
  width: 0.9em;
}

li > ol {
  margin-left: 0;
}

ul.has-list-icon {
  list-style: none;
  margin: 0 0 1.5em;
}
ul.has-list-icon > li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 36px;
  min-height: 24px;
}
ul.has-list-icon > li::before {
  content: "";
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 20px;
  width: 24px;
  height: 24px;
  margin: 4px 10px 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: -7px;
}
ul.has-list-icon > li ul, ul.has-list-icon > li ol {
  margin-top: 10px;
  margin-left: 0;
}
ul.has-list-icon.style-tick-icon > li::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2718%27 viewBox=%270 0 25 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M20.9366 0L9.60615 10.4812L4.06344 5.35381L0 9.11322L9.60386 18L25 3.75802L20.9366 0Z%27 fill=%27%23d1ff29%27/%3E%3C/svg%3E");
}
.has-background ul.has-list-icon.style-tick-icon li::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2718%27 viewBox=%270 0 25 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M20.9366 0L9.60615 10.4812L4.06344 5.35381L0 9.11322L9.60386 18L25 3.75802L20.9366 0Z%27 fill=%27%23FFFFFF%27/%3E%3C/svg%3E");
}
.has-white-background-color ul.has-list-icon.style-tick-icon li::before, .has-grey-background-color ul.has-list-icon.style-tick-icon li::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2718%27 viewBox=%270 0 25 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M20.9366 0L9.60615 10.4812L4.06344 5.35381L0 9.11322L9.60386 18L25 3.75802L20.9366 0Z%27 fill=%27%23d1ff29%27/%3E%3C/svg%3E");
}
ul.has-list-icon.style-tick-icon-rounded > li::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2737%27 height=%2736%27 viewBox=%270 0 37 36%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect y=%270.689941%27 width=%2736.75%27 height=%2734.5%27 rx=%2717.25%27 fill=%27%23051918%27/%3E%3Cpath d=%27M12 19.1899L15.2257 22.4156C15.6415 22.8314 16.3246 22.8005 16.701 22.3487L24.75 12.6899%27 stroke=%27%23d1ff29%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3C/svg%3E%0A");
}
.has-background ul.has-list-icon.style-tick-icon-rounded li::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Ccircle cx=%2712.5%27 cy=%2712.5%27 r=%2712.5%27 fill=%27%23FFFFFF%27/%3E%3Cpath d=%27M17.6974 7.5L11.2768 13.3229L8.13595 10.4743L5.83334 12.5629L11.2755 17.5L20 9.58779L17.6974 7.5Z%27 fill=%27%23051918%27/%3E%3C/svg%3E");
}
.has-white-background-color ul.has-list-icon.style-tick-icon-rounded li::before, .has-grey-background-color ul.has-list-icon.style-tick-icon-rounded li::before, .has-surface-light-1-background-color ul.has-list-icon.style-tick-icon-rounded li::before, .has-surface-light-2-background-color ul.has-list-icon.style-tick-icon-rounded li::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z%27 fill=%27%23051918%27/%3E%3Cpath d=%27M10.3666 16.3016L6.26514 12.2001L7.52614 10.9393L10.3666 13.7798L16.4738 7.67261L17.7348 8.93344L10.3666 16.3016Z%27 fill=%27%23D1FF29%27/%3E%3C/svg%3E%0A");
}

@media only screen and (min-width: 992px) {
  [hidden-on="desktop tablet mobile"], [hidden-on=desktop], [hidden-on="desktop tablet"] {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  [hidden-on="desktop tablet mobile"], [hidden-on=tablet], [hidden-on="tablet mobile"], [hidden-on="desktop tablet"] {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  [hidden-on="desktop tablet mobile"], [hidden-on=mobile], [hidden-on="tablet mobile"] {
    display: none;
  }
}
.wp-block-spacer {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: var(--mobile-small-height, var(--mobile-medium-height), var(--tablet-height), var(--desktop-height));
}

@media (min-width: 480px) {
  .wp-block-spacer {
    height: var(--mobile-medium-height, var(--tablet-height), var(--desktop-height));
  }
}
@media (min-width: 781px) {
  .wp-block-spacer {
    height: var(--tablet-height, var(--desktop-height));
  }
}
@media (min-width: 1080px) {
  .wp-block-spacer {
    height: var(--desktop-height);
  }
}

/*# sourceMappingURL=style.css.map*/