.bk-servicebox figure img, .bk-resources figure img, .bk-article-box figure img, .welcome-bk figure img, .bk-resources-inner figure img, .bk-image-section figure img, .bk-service-image figure img, figure.bk-service-image img, .video-thumbnail > img:first-child, .sports-box-bk figure img, .bk-team-member figure img, .bk-banner figure img, .bk-inner-banner figure img, .bk-obj-cover img, .bk-obj-md-cover img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bk-include figure img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn, .bk-banner .down-bk, .bk-mob-tog, .bk-mob-nav .list-bk button {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

.bk-mob-nav .list-bk button::before {
  display: inline-block;
  font: normal normal normal 100%/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: auto;
  line-height: normal;
  padding: 1rem 1.8rem;
  text-align: center;
  text-transform: capitalize;
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
  border: solid 1px transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: .5rem;
}

.btn:focus, .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  color: #2a64ab;
  border-color: #2a64ab;
}

.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  color: #2a64ab;
  border-color: #2a64ab;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

@media (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

a {
  color: #2a64ab;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover {
  color: #2a64ab;
}

p {
  margin-bottom: 0.6rem;
}

img {
  max-width: 100%;
  height: auto;
}

b {
  font-weight: 600;
}

strong {
  font-weight: 700;
}

hr {
  border-color: #000000;
}

sup {
  font-size: 80%;
}

fieldset label {
  font-weight: 600;
  margin-bottom: .25rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.5rem;
  color: #2d2b27;
  line-height: normal;
}

a:hover {
  text-decoration: none;
}

.form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.btn:focus-within svg path,
.btn:focus svg path,
.btn:hover svg path,
.btn:active svg path {
  fill: #000 !important;
}

.wpforms-container button {
  background: white !important;
  color: #000 !important;
  border: 1px solid transparent !important;
  padding: 0.8rem 1.8rem !important;
  margin-top: 1rem !important;
  border-radius: 0.5rem !important;
}

.wpforms-container .btn:focus,
.wpforms-container .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  color: #2a64ab;
  border-color: #2a64ab;
}

.wpforms-container button:hover {
  border-color: white !important;
  color: white !important;
  background: transparent !important;
}

.wpforms-container .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  color: #2a64ab;
  border-color: #2a64ab;
}

.wpforms-form .wpforms-submit-container {
  text-align: center;
}

ul {
  list-style: none;
  padding: 0;
}

a:hover {
  color: #000;
}

.owl-nav svg {
  width: 2rem;
  height: auto;
}

.js-bk-blogs .owl-nav {
  position: absolute;
  top: 27%;
  left: -1rem;
  right: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 1px;
}

@media (min-width: 1200px) {
  .js-bk-blogs .owl-nav {
    top: 43%;
    left: -4rem;
    right: -4rem;
  }
}

.js-bk-blogs .owl-nav svg {
  border: 1px solid #d7d7d7;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0.6rem;
  fill: #000;
}

.js-bk-blogs .owl-nav svg:hover {
  border-color: #fae687;
  fill: #ffffff;
  background: #fae687;
}

.owl-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.bk-blogs {
  position: relative;
}

.bk-blogs:before {
  content: '';
  width: 100%;
  height: 6rem;
  background-color: #f6f6f6;
  position: absolute;
  left: 0;
  bottom: 0;
}

.bk-blog figure {
  width: 100%;
  margin-right: 15px;
  margin: 0;
  padding-bottom: 72%;
  overflow: hidden;
  border-radius: 0.25rem;
  position: relative;
  z-index: 0;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .bk-blog figure {
    margin-bottom: 0rem;
  }
}

.bk-blog figure img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}

.bk-subtitle {
  font-size: 1rem;
  letter-spacing: 3px;
}

.bk-servicebox {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1.5rem;
  position: relative;
}

.bk-servicebox figure {
  width: 100%;
  height: auto;
  margin-bottom: 0.7rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  padding-bottom: 63%;
  margin: 0;
  background-color: #000;
}

.bk-servicebox figure img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: .9;
}

.bk-servicebox .title-bk {
  margin-bottom: 0;
  font-size: 1rem;
}

.bk-servicebox .text-bk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 768px) {
  .bk-servicebox .text-bk {
    min-height: 2.9rem;
  }
}

@media (min-width: 992px) {
  .bk-servicebox .text-bk {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}

.bk-servicebox .text-bk a {
  color: black;
}

.home .bk-servicebox .description-bk {
  padding: 1.5rem;
  color: #ffffff;
  background-color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 1200px) {
  .home .bk-servicebox .description-bk {
    position: absolute;
    z-index: 9;
    width: 95%;
    height: auto;
    overflow: hidden;
    left: 50%;
    bottom: -150%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    background-color: transparent;
    max-width: 500px;
  }
}

.home .bk-servicebox .description-bk h2 {
  color: #ffffff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-size: 1.2rem;
  color: #ffffff;
  line-height: normal;
}

.home .bk-servicebox .description-bk p {
  overflow: hidden;
  margin-bottom: 0;
}

.home .bk-servicebox figure {
  height: 100%;
  margin: 0;
}

@media (min-width: 1200px) {
  .home .bk-servicebox:hover .text-bk {
    bottom: -100%;
  }
  .home .bk-servicebox:hover .description-bk {
    bottom: 50%;
  }
  .home .bk-servicebox:hover:after {
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 992px) {
  .home .bk-servicebox:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 400%;
    width: 400%;
    background-color: #000000;
    opacity: .5;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  height: auto;
  border-radius: .5rem;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .grid-item {
    height: 300px;
  }
}

.grid-item.bk-servicebox {
  margin-bottom: 0;
}

.grid-item {
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .grid-item {
    width: 48.5%;
  }
}

@media (min-width: 992px) {
  .grid-item {
    width: 31.8%;
  }
}

@media (min-width: 1200px) {
  .grid-item {
    width: 32.1%;
  }
}

@media (min-width: 1200px) {
  .grid-item figure {
    padding-bottom: 80%;
  }
}

.grid-item:nth-child(1) {
  width: 100%;
}

@media (min-width: 1200px) {
  .grid-item:nth-child(1) {
    width: 100%;
    height: 400px;
  }
}

@media (min-width: 768px) {
  .grid-item:nth-child(1) figure {
    padding-bottom: 36%;
  }
}

@media (min-width: 992px) {
  .grid-item:nth-child(1) figure {
    padding-bottom: 33%;
  }
}

@media (min-width: 1200px) {
  .grid-item:nth-child(1) figure {
    padding-bottom: 36%;
  }
}

@media (min-width: 1200px) {
  .grid-item:nth-child(3) {
    height: 623px;
  }
}

@media (min-width: 992px) {
  .grid-item:nth-child(3) figure {
    padding-bottom: 195%;
  }
}

@media (min-width: 1200px) {
  .grid-item:nth-child(3) figure {
    padding-bottom: 194%;
  }
}

.grid-item .text-bk {
  position: absolute;
  bottom: -1px;
  max-width: 80%;
  padding: 1rem;
  background: white;
  background-color: #000000;
  border-top-left-radius: .5rem;
  right: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.grid-item .text-bk .title-bk {
  color: #ffffff;
}

@media (min-width: 992px) {
  .col-lg-4.height-2 .bk-servicebox:first-child {
    height: 64%;
  }
}

.col-lg-4.height-2 .bk-servicebox:first-child figure {
  height: 90%;
}

@media (min-width: 992px) {
  .col-lg-4.height-2 .bk-servicebox:first-child figure {
    height: 88%;
  }
}

@media (min-width: 1200px) {
  .col-lg-4.height-2 .bk-servicebox:first-child figure {
    height: 90%;
  }
}

@media (min-width: 992px) {
  .col-lg-4.height-2 .bk-servicebox:first-child .text-bk {
    position: absolute;
    bottom: 0;
    background: white;
    width: 100%;
  }
}

.bk-title {
  margin-bottom: 2rem;
}

.bk-title .title-bk {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

@media (min-width: 575px) {
  .bk-title .title-bk {
    font-size: 2.1rem;
  }
}

@media (min-width: 768px) {
  .bk-title .title-bk {
    font-size: 2.3rem;
  }
}

@media (min-width: 992px) {
  .bk-title .title-bk {
    font-size: 2.5rem;
  }
}

@media (min-width: 575px) {
  .bk-title {
    margin-bottom: 2.5rem;
  }
}

.bk-booking {
  color: white;
  padding: 2rem 2em;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
}

.bk-booking:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: .7;
  z-index: 1;
}

.bk-booking .container {
  z-index: 2;
  position: relative;
}

@media (min-width: 575px) {
  .bk-booking {
    padding: 2rem 2.1rem;
  }
}

@media (min-width: 992px) {
  .bk-booking {
    text-align: left;
  }
}

.bk-booking .button-bk {
  margin-top: 1rem;
}

.bk-booking .title-bk {
  font-size: 2rem;
  color: white;
  font-weight: 500;
  margin: 0;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .bk-booking .title-bk {
    font-size: 2.1rem;
  }
}

@media (min-width: 1200px) {
  .bk-booking .title-bk {
    font-size: 2.5rem;
  }
}

.bk-booking .title-bk .topline-bk {
  display: block;
}

.bk-booking .sub-title-bk {
  font-size: 1.2rem;
}

.bk-booking .btn {
  font-size: 1.2rem;
  font-weight: 500;
}

.bk-resources .item-bk {
  padding: 1rem 2rem;
}

.bk-resources figure {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  padding-bottom: 52%;
}

.bk-resources figure img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bk-article-box {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bk-article-box figure {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  padding-bottom: 60%;
  border-radius: .5rem;
  overflow: hidden;
}

.bk-article-box figure img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bk-article-box .title-bk {
  font-size: 1.3rem;
}

.bk-article-box .text-bk {
  padding: 1rem 0rem 0;
}

.bk-article-box .date-bk {
  color: #706f6f;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 0.8rem;
  margin-bottom: 0.1rem;
}

.bk-article-box .title-bk a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: black;
}

.bk-article-box .title-bk a:hover {
  color: #2586C7;
}

.bk-divider hr {
  border-color: #d2d2d230;
}

.bk-appointment {
  background: #000000;
  text-align: center;
}

@media (min-width: 768px) {
  .bk-appointment {
    text-align: left;
  }
}

.bk-appointment .title-bk {
  font-size: 1.9rem;
  color: white;
  font-weight: 500;
  margin: 0;
}

.bk-appointment .title-bk .topline-bk {
  display: block;
}

.bk-appointment .sub-title-bk {
  font-size: 1.2rem;
}

.bk-appointment .button-bk {
  text-align: center;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .bk-appointment .button-bk {
    text-align: right;
    margin-top: 0;
  }
}

.welcome-bk figure {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  padding-bottom: 70%;
  border-radius: 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .welcome-bk figure {
    margin-bottom: 0rem;
  }
}

.welcome-bk .title-bk {
  line-height: 1.5;
}

@media (min-width: 992px) {
  .welcome-bk .title-sm-bk {
    text-align: center;
  }
}

.bk-accordion {
  width: 100%;
}

.bk-accordion:first-child {
  border-top: none;
}

.bk-accordion .title-bk {
  text-transform: none;
}

h2 + .bk-accordion {
  border-top: none;
}

.bk-accordion {
  width: 100%;
  border-top: dashed 1px gray;
}

.bk-accordion.active .sign-bk::after {
  height: 0;
}

.bk-accordion .title-bk {
  position: relative;
  margin: 0;
  padding: 1.25rem 2.5rem 1.25rem 0;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  padding-left: 1rem;
  padding-right: 1rem;
}

.bk-accordion .sign-bk {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 15px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bk-accordion .sign-bk::before, .bk-accordion .sign-bk::after {
  width: 15px;
  height: 1px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: black;
  -webkit-transition: .4s;
  transition: .4s;
}

.bk-accordion .sign-bk::after {
  width: 1px;
  height: 15px;
}

.bk-accordion .content-bk {
  display: none;
  padding: 0 0 1rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 196, 196, 0.17)), color-stop(43.23%, rgba(196, 196, 196, 0)));
  background: linear-gradient(180deg, rgba(196, 196, 196, 0.17) 0%, rgba(196, 196, 196, 0) 43.23%);
  padding: 1.5rem 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.bk-accordion:hover .title-bk {
  background: #2a64ab;
  color: white;
}

.bk-accordion:hover .sign-bk::before, .bk-accordion:hover .sign-bk::after {
  background-color: white;
}

.bk-accordion.active {
  border-color: transparent;
}

.bk-accordion.active .title-bk {
  background: #2a64ab;
  color: white;
}

.bk-accordion.active .content-bk {
  color: #000000;
}

.bk-accordion.active .content-bk p {
  color: inherit;
}

.bk-accordion.active .sign-bk::before, .bk-accordion.active .sign-bk::after {
  background-color: white;
}

/* Line 14 */
@media (min-width: 992px) {
  .no-guttor {
    padding: 0;
  }
}

.bk-resources-inner figure {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  padding-bottom: 75%;
}

.bk-resources-inner figure img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bk-resources-inner .item-bk {
  padding: 1rem 1rem;
  border: 1px dotted black;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .bk-resources-inner .item-bk {
    padding: 1rem 3rem;
    border: none;
    margin: 0;
    border-left: 1px dashed black;
    border-top: 1px dashed black;
  }
}

.bk-resources-inner .row {
  margin-bottom: -2rem;
}

@media (min-width: 992px) {
  .bk-resources-inner .row {
    margin-bottom: 0;
    border-right: 1px dashed black;
    border-bottom: 1px dashed black;
  }
}

.bk-contact-box {
  background: black;
  padding: 1.5rem;
  color: white;
  font-weight: 500;
  height: 100%;
}

.bk-contact-box .title-bk {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.bk-contact-box .time-bk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bk-contact-box .time-bk svg {
  margin-right: 1rem;
  position: relative;
  top: 3px;
  width: auto;
  height: 1.5rem;
}

.bk-contact-box .time-bk .text-bk {
  font-size: 0.9rem;
}

.bk-contact-box .time-bk .first-line-bk {
  display: block;
}

.bk-contact-box a {
  color: white;
}

.contact-address-bk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-address-bk .text-bk {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.9;
  font-size: 1.3rem;
}

.contact-address-bk svg {
  height: 32px;
  width: auto;
}

.bk-text-center {
  text-align: center;
}

@media (min-width: 992px) {
  .bk-text-center {
    text-align: left;
  }
}

.bk-text-center .contact-address-bk {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .bk-text-center .contact-address-bk {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.bk-text-center .text-bk {
  text-align: center;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .bk-text-center .text-bk {
    text-align: left;
    font-size: 1rem;
  }
}

.bk-text-center svg {
  margin-bottom: 1rem;
  height: 1.4rem;
  width: auto;
  position: relative;
  top: 2px;
}

.bk-text-center .bk-contact-box {
  text-align: left;
}

.bk-image-section figure {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  padding-bottom: 80%;
  overflow: hidden;
}

.bk-image-section figure img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bk-image-section .btn {
  margin-top: 1.2rem;
}

body .bk-articles .btn-bg-bk {
  margin-top: 2.5rem;
}

.bk-include {
  position: relative;
  text-align: center;
  background-size: cover;
  background-color: #2b64ab17;
}

@media (min-width: 992px) {
  .bk-include {
    text-align: left;
  }
}

.bk-include figure {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 35%;
  border-radius: 0;
  overflow: hidden;
}

.bk-include figure img {
  z-index: 1;
}

.bk-include .caption-bk {
  font-weight: 500;
}

.bk-list {
  list-style: none;
  padding-left: 0;
}

.bk-list ul {
  padding-left: 0rem;
}

.bk-list li {
  background: url(../../assets/images/list.png);
  background-repeat: no-repeat;
  background-position: left 7px;
  padding-left: 2rem;
  margin-bottom: 0.7rem;
}

@media (min-width: 992px) {
  .bk-run figure {
    padding: 0;
  }
}

.bk-run .call-bk {
  max-width: 61%;
  text-transform: capitalize;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .bk-run .call-bk.mxw-bk {
    max-width: 64%;
  }
}

.bk-run .call-bk a {
  display: block;
}

@media (min-width: 1200px) {
  .bk-run .call-bk a {
    display: inline;
  }
}

.bk-wp .big-text-bk {
  font-size: 1.2rem;
}

@media (min-width: 1200px) {
  .bk-wp .mxw-90 {
    max-width: 90%;
  }
}

@media (min-width: 1200px) {
  .bk-wp .mxw-80 {
    max-width: 80%;
  }
}

@media (min-width: 1200px) {
  .bk-wp .mxw-70 {
    max-width: 70%;
  }
}

@media (min-width: 1200px) {
  .bk-wp .mxw-60 {
    max-width: 60%;
  }
}

@media (min-width: 1200px) {
  .bk-wp .mxw-50 {
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .bk-wp .mxw-40 {
    max-width: 40%;
  }
}

@media (min-width: 1200px) {
  .bk-wp .mxw-30 {
    max-width: 30%;
  }
}

.bk-wp .higlighted-bk {
  background: #f6f6f6;
  padding: 1rem 1.5rem;
  line-height: 1.8rem;
  font-weight: 500;
  font-size: 1.2rem;
}

.wp-block-column:first-child {
  margin-right: 1.5rem;
}

body .wp-block-columns {
  margin-bottom: 0;
  margin-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (max-width: 991px) {
  .wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0;
    width: 100%;
  }
  .wp-block-columns.column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .column-reverse.wp-block-columns,
  .column-reverse .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 0em;
  }
}

.border-radius-bk figure {
  border-radius: 0;
}

.page-template-page-contact .bk-appointment {
  display: none;
}

.page-template-page-contact .bk-footer .bottom-bk {
  font-size: 0.9rem;
}

.highlight-bk {
  font-size: 1.2rem;
  background: #f6f6f6;
  padding: 1rem;
  margin: 1rem 0;
  font-weight: 500;
}

strong {
  font-weight: 600;
}

.breadcrumb_last {
  color: #2586C7;
}

.wp-block-button__link {
  background: black;
  color: white;
  border-radius: .5rem;
  padding: 1rem 1.8rem;
  font-size: 0.9rem;
  font-weight: 500;
  height: auto;
  border: 1px solid transparent;
  line-height: normal;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wp-block-button__link:hover {
  border: 1px solid black;
  background: transparent;
  color: black;
}

#menu-static-menu {
  margin-bottom: 0;
}

#map {
  height: 350px;
}

@media (min-width: 768px) {
  #map {
    height: 450px;
  }
}

@media (min-width: 992px) {
  #map {
    height: 30vw;
  }
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.7;
}

.bk-service-image figure {
  width: 100%;
  height: auto;
  margin-bottom: 0.7rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  padding-bottom: 63%;
  min-height: 354px;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .bk-service-image figure {
    margin-bottom: 0rem;
  }
}

.bk-service-image figure img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

figure.bk-service-image {
  width: 100%;
  height: auto;
  margin-bottom: 0.7rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  padding-bottom: 90%;
  border-radius: 0;
  overflow: hidden;
  min-height: 354px;
  margin-bottom: 2rem;
}

figure.bk-service-image.pd-md {
  padding-bottom: 65%;
}

figure.bk-service-image.pd-100 {
  padding-bottom: 100%;
}

@media (min-width: 992px) {
  figure.bk-service-image {
    margin-bottom: 0rem;
  }
}

figure.bk-service-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.video-thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 0.7rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  padding-bottom: 63%;
}

.video-thumbnail > img:first-child {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sports-box-bk {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  border-radius: .5rem;
}

.sports-box-bk figure {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  padding-bottom: 80%;
}

.sports-box-bk figure img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: saturate(0.1);
          filter: saturate(0.1);
}

@media (min-width: 1200px) {
  .sports-box-bk figure:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 400%;
    width: 400%;
    background-color: #000000;
    opacity: .2;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}

.sports-box-bk .title-bk {
  color: white;
  text-align: center;
  padding: 0.5rem 1rem;
  background: black;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: .5rem;
  max-width: 80%;
}

.sports-box-bk:hover figure:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

body .wp-block-column {
  width: 100%;
}

.wp-block-column:first-child {
  margin-right: 0;
}

@media (min-width: 992px) {
  .wp-block-column:first-child {
    margin-right: 1.5rem;
  }
}

@media (min-width: 992px) {
  .wp-content-bk .mw-80-bk {
    max-width: 80%;
    margin: auto;
  }
}

.bk-angle-right {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../../assets/images/right-arrow-bk.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 2px;
}

@media (min-width: 1200px) {
  .mxw-80 {
    max-width: 80%;
    margin: auto;
  }
}

body h1.title-bk-404 {
  font-size: 7rem;
  font-weight: 400;
}

.bk-mod-service-home {
  margin-bottom: 2rem;
  border-radius: .5rem;
  overflow: hidden;
  display: block;
}

@media (min-width: 1200px) {
  .bk-mod-service-home {
    position: relative;
  }
}

.bk-mod-service-home:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2rem;
  left: 15px;
  right: 15px;
  background-color: #000000;
  border-radius: .5rem;
  z-index: -1;
}

@media (min-width: 1200px) {
  .bk-mod-service-home:before {
    display: none;
  }
}

.bk-mod-service-home.first-item figure {
  padding-bottom: 38.4%;
}

.bk-mod-service-home.first-item:after {
  height: 400%;
  width: 400%;
}

.bk-mod-service-home figure {
  position: relative;
  padding-bottom: 60%;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .bk-mod-service-home figure {
    padding-bottom: 80%;
  }
}

.bk-mod-service-home figure img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bk-mod-service-home .description-bk {
  padding: 1.5rem 1.5rem .5rem 1.5rem;
}

@media (min-width: 1200px) {
  .bk-mod-service-home .description-bk {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1rem 2rem;
    max-width: 80%;
    border-top-left-radius: .5rem;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
  }
}

.bk-mod-service-home .description-bk .title-bk {
  font-size: 1.1rem;
  color: #ffffff;
  margin: 0;
}

@media (min-width: 1200px) {
  .bk-mod-service-home .description-bk .title-bk {
    font-size: 1rem;
  }
}

.bk-mod-service-home .hover-content-bk {
  color: #ffffff;
  padding: 0 1.5rem 1rem;
  font-size: .9rem;
}

@media (min-width: 1200px) {
  .bk-mod-service-home .hover-content-bk {
    font-size: 1rem;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: .9rem;
    padding: 2rem;
    z-index: 2;
    -webkit-transition: .4s;
    transition: .4s;
  }
}

.bk-mod-service-home .hover-content-bk .title-bk {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-size: 1.2rem;
  color: #ffffff;
  line-height: normal;
  display: none;
}

@media (min-width: 1200px) {
  .bk-mod-service-home .hover-content-bk .title-bk {
    display: block;
  }
}

.bk-mod-service-home:after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200%;
  width: 200%;
  background-color: #000000;
  opacity: .5;
  z-index: 1;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  border-radius: .5rem;
}

@media (min-width: 1200px) {
  .bk-mod-service-home:after {
    display: block;
  }
}

@media (min-width: 1200px) {
  .bk-mod-service-home:hover .description-bk {
    bottom: -100%;
  }
  .bk-mod-service-home:hover .hover-content-bk {
    top: 0;
  }
  .bk-mod-service-home:hover:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.js-clients-navs button {
  background-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2.5rem;
  width: 2.5rem;
  border-radius: .5rem;
  border: 1px solid #000000;
  -webkit-transition: .4s;
  transition: .4s;
}

.js-clients-navs button:hover {
  border-color: #2a64ab;
  background-color: #2a64ab;
}

.js-clients-navs button:hover:after {
  border-color: #ffffff;
}

.js-clients-navs button svg {
  height: 2.5rem;
  width: 2.5rem;
  fill: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.js-clients-navs button:after {
  display: block;
  height: 33.333%;
  width: 33.333%;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  content: "";
  position: absolute;
  top: 36%;
  left: 44%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .4s;
  transition: .4s;
}

.js-clients-navs button.owl-next {
  right: 0;
}

.js-clients-navs button.owl-next:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  left: 27%;
}

.js-clients-navs button.owl-prev {
  left: 0;
}

.js-blog-navs button {
  background-color: transparent;
  position: absolute;
  top: 33%;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: .5rem;
  border: 1px solid #000000;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 5;
  background-color: #ffffff;
}

@media (min-width: 575px) {
  .js-blog-navs button {
    top: 120px;
  }
}

@media (min-width: 768px) {
  .js-blog-navs button {
    top: 120px;
  }
}

@media (min-width: 992px) {
  .js-blog-navs button {
    top: 160px;
  }
}

@media (min-width: 1200px) {
  .js-blog-navs button {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.js-blog-navs button:hover {
  border-color: #2a64ab;
  background-color: #2a64ab;
}

.js-blog-navs button:hover:after {
  border-color: #ffffff;
}

.js-blog-navs button svg {
  height: 2.5rem;
  width: 2.5rem;
  fill: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.js-blog-navs button:after {
  display: block;
  height: 33.333%;
  width: 33.333%;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  content: "";
  position: absolute;
  top: 36%;
  left: 44%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .4s;
  transition: .4s;
}

.js-blog-navs button.owl-next {
  right: 0;
}

.js-blog-navs button.owl-next:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  left: 27%;
}

.js-blog-navs button.owl-prev {
  left: 0;
}

.bk-mod-services {
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .bk-mod-services {
    padding-bottom: 0;
  }
}

.bk-mod-services figure {
  position: relative;
  padding-bottom: 80%;
  border-radius: .5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .bk-mod-services figure {
    margin: 0;
    margin-top: -.5rem;
    margin-bottom: -.5rem;
  }
}

@media (min-width: 768px) {
  .bk-mod-services figure {
    padding-bottom: 120%;
  }
}

@media (min-width: 992px) {
  .bk-mod-services figure {
    padding-bottom: 80%;
  }
}

.bk-mod-services figure img {
  position: absolute;
  top: 0;
  left: -0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .bk-mod-services:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.floating-btn {
  position: fixed;
  bottom: .5rem;
  right: .5rem;
  background-color: #2a64ab;
  z-index: 999;
  border-radius: .5rem;
}

body:not(.home) .bk-header li.menu-item-has-children ul.sub-menu {
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}

body:not(.home) .bk-header li.menu-item-has-children ul.sub-menu:after {
  top: -3.6rem;
  height: 3.6rem;
}

.bk-services.bk-services-page figure {
  border-radius: .5rem;
  overflow: hidden;
}

.bk-services.bk-services-page .grid-item {
  height: auto;
}

.bk-services.bk-services-page .description-bk {
  padding-top: 1rem;
  color: #000000;
  padding-bottom: 1rem;
}

.bk-services.bk-services-page .title-bk {
  font-size: 1.2rem;
}

.bk-services.bk-services-page .grid-item figure {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .bk-services.bk-services-page .grid-item figure {
    padding-bottom: 60%;
  }
}

.bk-services.bk-services-page .grid-item figure:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 400%;
  width: 400%;
  background-color: #000000;
  opacity: .2;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.bk-services.bk-services-page .grid-item figure img {
  opacity: 1;
}

@media (min-width: 768px) {
  .bk-services.bk-services-page .grid-item:nth-child(1) figure {
    padding-bottom: 36%;
  }
}

@media (min-width: 992px) {
  .bk-services.bk-services-page .grid-item:nth-child(1) figure {
    padding-bottom: 33%;
  }
}

@media (min-width: 1200px) {
  .bk-services.bk-services-page .grid-item:nth-child(1) figure {
    padding-bottom: 36%;
  }
}

@media (min-width: 992px) {
  .bk-services.bk-services-page .grid-item:nth-child(3) figure {
    padding-bottom: 195%;
  }
}

@media (min-width: 1200px) {
  .bk-services.bk-services-page .grid-item:nth-child(3) figure {
    padding-bottom: 175.2%;
  }
}

.bk-services.bk-services-page .bk-servicebox:hover figure:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.logged-in.admin-bar .bk-header {
  top: 2rem;
}

.white-btn-bk {
  color: #000;
  background: white;
  font-size: 0.9rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 992px) {
  .white-btn-bk {
    font-size: 1rem;
  }
}

.white-btn-bk:hover {
  background: transparent;
  color: white;
  border-color: white;
}

.bk-link-btn {
  color: #356caf;
  font-size: 0.9rem;
}

.bk-link-btn svg {
  top: 4px;
  position: relative;
}

.bk-link-btn:hover svg path,
.bk-link-btn:hover svg rect {
  fill: black;
}

.btn {
  font-weight: 500;
}

.btn.big-bk {
  padding: 1.3rem 3.4rem;
  font-size: 1rem;
}

.bk-header .white-btn-bk {
  color: #ffffff;
  background: #2a64ab;
  font-size: 0.9rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 992px) {
  .bk-header .white-btn-bk {
    font-size: 1rem;
  }
}

.bk-header .white-btn-bk:hover {
  background: white;
  color: black;
  border-color: #2a64ab;
}

body div.wpforms-container-full .wpforms-form input[type=date],
body div.wpforms-container-full .wpforms-form input[type=datetime],
body div.wpforms-container-full .wpforms-form input[type=datetime-local],
body div.wpforms-container-full .wpforms-form input[type=email],
body div.wpforms-container-full .wpforms-form input[type=month],
body div.wpforms-container-full .wpforms-form input[type=number],
body div.wpforms-container-full .wpforms-form input[type=password],
body div.wpforms-container-full .wpforms-form input[type=range],
body div.wpforms-container-full .wpforms-form input[type=search],
body div.wpforms-container-full .wpforms-form input[type=tel],
body div.wpforms-container-full .wpforms-form input[type=text],
body div.wpforms-container-full .wpforms-form input[type=time],
body div.wpforms-container-full .wpforms-form input[type=url],
body div.wpforms-container-full .wpforms-form input[type=week],
body div.wpforms-container-full .wpforms-form select,
body div.wpforms-container-full .wpforms-form textarea {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 0.9rem;
  border: none;
  padding: 6px 14px;
  height: 50px;
  width: 100%;
  line-height: 1.3;
  border-radius: 0;
}

body input::-webkit-input-placeholder,
body textarea::-webkit-input-placeholder,
body select::-webkit-input-placeholder {
  color: black;
}

body input::-moz-placeholder,
body textarea::-moz-placeholder,
body select::-moz-placeholder {
  color: black;
}

body input::-ms-input-placeholder,
body textarea::-ms-input-placeholder,
body select::-ms-input-placeholder {
  color: black;
}

body input::placeholder,
body textarea::placeholder,
body select::placeholder {
  color: black;
}

body div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: 141px;
  padding-top: 15px;
}

body div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: red;
}

.form-leftbk {
  background: #000;
  padding: 2.5rem 2rem;
  color: white;
  text-align: center;
  border-radius: .5rem;
}

.form-leftbk .bk-title h2 {
  color: white;
}

.modal-content {
  background-color: #ffffff;
  padding: 1rem 1rem;
  border-radius: 0;
}

@media (min-width: 575px) {
  .modal-content {
    padding: 1rem 1.5rem;
  }
}

.modal-content input {
  border: 1px solid #000 !important;
}

.modal-content select {
  border: 1px solid #000 !important;
}

.modal-content textarea {
  border: 1px solid #000 !important;
}

.modal-content textarea::-webkit-input-placeholder {
  color: black;
}

.modal-content textarea::-moz-placeholder {
  color: black;
}

.modal-content textarea::-ms-input-placeholder {
  color: black;
}

.modal-content textarea::placeholder {
  color: black;
}

.modal-content input::-webkit-input-placeholder {
  color: black;
}

.modal-content input::-moz-placeholder {
  color: black;
}

.modal-content input::-ms-input-placeholder {
  color: black;
}

.modal-content input::placeholder {
  color: black;
}

.modal-content select::-webkit-input-placeholder {
  color: black !important;
}

.modal-content select::-moz-placeholder {
  color: black !important;
}

.modal-content select::-ms-input-placeholder {
  color: black !important;
}

.modal-content select::placeholder {
  color: black !important;
}

.modal-content .wpforms-container button {
  border-color: black !important;
  color: white !important;
  background: #000000 !important;
}

.modal-content .wpforms-container button:hover {
  border-color: black !important;
  color: black !important;
  background: white !important;
}

body div.wpforms-container-full .wpforms-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url(../../assets/images/down-arrow.png), white;
  background-position: 91% 49.5%;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  -webkit-filter: invert(0%) sepia(4%) saturate(14%) hue-rotate(194deg) brightness(105%) contrast(100%);
          filter: invert(0%) sepia(4%) saturate(14%) hue-rotate(194deg) brightness(105%) contrast(100%);
  padding-left: 11px !important;
}

button.close {
  display: inline-block;
  margin-left: auto;
}

.modal-dialog {
  max-width: 700px;
  margin: 1.75rem auto;
}

body div.wpforms-container-full .wpforms-form .wpforms-five-sixths,
body div.wpforms-container-full .wpforms-form .wpforms-four-sixths,
body div.wpforms-container-full .wpforms-form .wpforms-four-fifths,
body div.wpforms-container-full .wpforms-form .wpforms-one-fifth,
body div.wpforms-container-full .wpforms-form .wpforms-one-fourth,
body div.wpforms-container-full .wpforms-form .wpforms-one-half,
body div.wpforms-container-full .wpforms-form .wpforms-one-sixth,
body div.wpforms-container-full .wpforms-form .wpforms-one-third,
body div.wpforms-container-full .wpforms-form .wpforms-three-fourths,
body div.wpforms-container-full .wpforms-form .wpforms-three-fifths,
body div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
body div.wpforms-container-full .wpforms-form .wpforms-two-fourths,
body div.wpforms-container-full .wpforms-form .wpforms-two-fifths,
body div.wpforms-container-full .wpforms-form .wpforms-two-sixths,
body div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
  float: left;
  margin-left: 2%;
  clear: none;
}

body div.wpforms-container-full .wpforms-form .wpforms-one-half,
body div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
body div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
  width: 49%;
}

body div.wpforms-container-full .wpforms-form .wpforms-one-third,
body div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
  width: 32%;
}

body .wpforms-confirmation-container-full,
body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #000000;
  border: 1px solid #000000;
}

body .wpforms-confirmation-container-full,
body div[submit-success] > .wpforms-confirmation-container-full {
  color: #fff;
  margin: 0 auto 24px;
  padding: 15px 15px;
}

@media (max-width: 574px) {
  body div.wpforms-container-full .wpforms-form .wpforms-one-half,
  body div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
  body div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
    width: 100%;
  }
  body input#wpforms-417-field_1-last {
    margin-top: 10px;
  }
  body div.wpforms-container-full .wpforms-form .wpforms-five-sixths,
  body div.wpforms-container-full .wpforms-form .wpforms-four-sixths,
  body div.wpforms-container-full .wpforms-form .wpforms-four-fifths,
  body div.wpforms-container-full .wpforms-form .wpforms-one-fifth,
  body div.wpforms-container-full .wpforms-form .wpforms-one-fourth,
  body div.wpforms-container-full .wpforms-form .wpforms-one-half,
  body div.wpforms-container-full .wpforms-form .wpforms-one-sixth,
  body div.wpforms-container-full .wpforms-form .wpforms-one-third,
  body div.wpforms-container-full .wpforms-form .wpforms-three-fourths,
  body div.wpforms-container-full .wpforms-form .wpforms-three-fifths,
  body div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
  body div.wpforms-container-full .wpforms-form .wpforms-two-fourths,
  body div.wpforms-container-full .wpforms-form .wpforms-two-fifths,
  body div.wpforms-container-full .wpforms-form .wpforms-two-sixths,
  body div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
    margin-left: 0;
  }
  body div.wpforms-container-full .wpforms-form .wpforms-one-third,
  body div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
    width: 100%;
  }
  body div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 5px 0;
    clear: both;
  }
}

.widget .widget-title {
  font-size: 1.2rem;
  padding: 10px 11px;
  color: black;
  margin: 0;
  margin-bottom: 1.5rem;
  background: #f1f1f1;
}

.widget li:last-child {
  border: none;
}

.widget a {
  color: black;
}

.widget .rpwwt-post-date {
  font-size: 0.8rem;
}

.widget_recent_entries li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.widget_recent_entries li span {
  font-size: 12px;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 li {
  margin-bottom: 0;
}

.menu-services-container li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.2rem;
  background: url(../../assets/images/list.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2rem;
  margin-bottom: 0.7rem;
}

.bk-team-member {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 2rem;
}

.bk-team-member figure {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  padding-bottom: 114%;
  border-radius: .5rem;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .bk-team-member figure:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 400%;
    width: 400%;
    background-color: #000000;
    opacity: .2;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}

.bk-team-member figure img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bk-team-member .title-bk {
  font-size: 1.3rem;
}

.bk-team-member .title-bk a {
  color: black;
}

.bk-team-member .text-bk {
  padding: 1.5rem 0rem;
}

.bk-team-member .name-bk {
  font-size: 2.5rem;
  font-weight: 700;
}

.bk-team-member figure img.link-icon-bk {
  opacity: 0;
}

@media (min-width: 1200px) {
  .bk-team-member .link-bk {
    width: 70%;
    height: 100%;
    position: absolute;
    height: 95%;
    opacity: 0;
    right: -34%;
    bottom: -58%;
    background: #2a64ab;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .bk-team-member:hover figure:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.page-template-page-team-member-php .bk-team-member figure:after {
  display: none;
}

.bk-breadcrumb .breadcrumb {
  font-size: 1.1rem;
  margin-bottom: 0;
  padding-left: 0;
  background-color: transparent;
  font-weight: 500;
  padding: 0;
}

.bk-breadcrumb a {
  color: black;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bk-breadcrumb a:hover {
  color: #2a64ab;
}

.bk-breadcrumb .breadcrumb-item.active {
  color: #2a64ab;
}

.bk-team-box {
  position: relative;
  border-radius: .5rem;
  overflow: hidden;
  display: block;
}

.bk-team-box:after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: .7;
  z-index: 1;
  height: 200%;
  width: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (min-width: 1200px) {
  .bk-team-box:after {
    display: block;
  }
}

.bk-team-box figure {
  position: relative;
  padding-bottom: 130%;
  margin: 0;
  border-radius: .5rem;
  overflow: hidden;
}

.bk-team-box figure img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.bk-team-box .text-bk {
  position: absolute;
  padding: .7rem 1.5rem;
  bottom: 0;
  left: 0;
  border-top-right-radius: .5rem;
  background-color: #000000;
  z-index: 2;
  -webkit-transition: .4s;
  transition: .4s;
}

.bk-team-box .title-bk {
  font-size: 1rem;
  margin: 0;
  color: #000000;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .bk-team-box .title-bk {
    color: #ffffff;
  }
}

.bk-team-box .hover-content-bk {
  line-height: 1.6;
  padding: 1.2rem 0 0;
  color: #000000;
}

@media (min-width: 1200px) {
  .bk-team-box .hover-content-bk {
    position: absolute;
    padding: 1.5rem;
    color: #ffffff;
    top: 0;
    left: -100%;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s;
    transition: .4s;
  }
}

.bk-team-box .hover-content-bk .title-bk {
  color: #000000;
  font-size: 1.2rem;
}

@media (min-width: 1200px) {
  .bk-team-box .hover-content-bk .title-bk {
    color: #ffffff;
  }
}

@media (min-width: 1200px) {
  .bk-team-box:hover .text-bk {
    left: -100%;
  }
  .bk-team-box:hover .hover-content-bk {
    left: 0;
  }
  .bk-team-box:hover:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.bk-banner {
  width: 100%;
  position: relative;
  z-index: 0;
  color: #ffffff;
}

.bk-banner figure {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 1200px) {
  .bk-banner figure {
    height: 100vh;
    position: relative;
  }
}

.bk-banner figure::after {
  width: 100%;
  height: 100%;
  content: '';
  background-color: #000000;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.bk-banner figure::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(#0000005e), to(transparent));
  background-image: linear-gradient(#000000, #0000005e, transparent);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  z-index: 3;
  opacity: .6;
  width: 100%;
}

.bk-banner .title-bk {
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 500;
  text-transform: capitalize;
  color: inherit;
  margin-bottom: 1rem;
}

@media (min-width: 575px) {
  .bk-banner .title-bk {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  .bk-banner .title-bk {
    font-size: 3rem;
    line-height: 1.1;
  }
}

.bk-banner .title-bk span {
  display: block;
}

.bk-banner .subtitle-bk {
  background: #2a64ab;
  padding: 0.3rem 0.7rem;
  display: inline-block;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

.bk-banner .description-bk {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .bk-banner .description-bk {
    padding: 0 4rem;
  }
}

@media (min-width: 1200px) {
  .bk-banner .container {
    position: relative;
  }
}

.bk-banner .text-bk {
  width: 100%;
  padding: 35% 0 25%;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .bk-banner .text-bk {
    padding: 25% 0;
  }
}

@media (min-width: 1200px) {
  .bk-banner .text-bk {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-33%);
            transform: translateY(-33%);
    z-index: 5;
  }
}

.bk-banner h1,
.bk-banner h2,
.bk-banner h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 575px) {
  .bk-banner h1,
  .bk-banner h2,
  .bk-banner h3 {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .bk-banner h1,
  .bk-banner h2,
  .bk-banner h3 {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .bk-banner h1,
  .bk-banner h2,
  .bk-banner h3 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .bk-banner h1,
  .bk-banner h2,
  .bk-banner h3 {
    font-size: 1.8rem;
  }
}

.bk-banner h1 strong,
.bk-banner h2 strong,
.bk-banner h3 strong {
  display: block;
  font-size: 2.4rem;
}

@media (min-width: 575px) {
  .bk-banner h1 strong,
  .bk-banner h2 strong,
  .bk-banner h3 strong {
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) {
  .bk-banner h1 strong,
  .bk-banner h2 strong,
  .bk-banner h3 strong {
    font-size: 3.2rem;
  }
}

@media (min-width: 992px) {
  .bk-banner h1 strong,
  .bk-banner h2 strong,
  .bk-banner h3 strong {
    font-size: 3.6rem;
  }
}

@media (min-width: 1200px) {
  .bk-banner h1 strong,
  .bk-banner h2 strong,
  .bk-banner h3 strong {
    font-size: 4rem;
  }
}

.bk-banner .social-bk {
  position: absolute;
  bottom: 2rem;
  left: 5%;
  z-index: 3;
  letter-spacing: 1px;
  font-size: .8rem;
}

@media (min-width: 1200px) {
  .bk-banner .social-bk {
    width: 2rem;
    left: 15px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.bk-banner .social-bk span {
  display: none;
  width: 100%;
  line-height: 2rem;
  text-orientation: mixed;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

@media (min-width: 1200px) {
  .bk-banner .social-bk span {
    display: block;
  }
}

.bk-banner .social-bk a {
  display: inline-block;
  margin: 0 1px;
  color: #ffffff;
  font-size: 1.2rem;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (min-width: 1200px) {
  .bk-banner .social-bk a {
    display: block;
  }
}

.bk-banner .social-bk a:hover {
  color: #000;
}

.bk-banner .social-bk a:hover .fa-facebook {
  color: #1877f2;
}

.bk-banner .social-bk a:hover .fa-twitter {
  color: #1da1f2;
}

.bk-banner .social-bk a:hover .fa-instagram {
  color: #c32aa3;
}

.bk-banner .social-bk a:hover .fa-linkedin {
  color: #0a66c2;
}

.bk-banner .social-bk a:hover .fa-youtube {
  color: #ff0000;
}

.bk-banner .social-bk a:hover .fa-vimeo {
  color: #1ab7ea;
}

.bk-banner .down-bk {
  width: 2rem;
  padding: 0 0 1rem 0;
  position: absolute;
  bottom: 2rem;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  letter-spacing: 1px;
  font-size: .8rem;
}

@media (min-width: 1200px) {
  .bk-banner .down-bk {
    bottom: 50%;
  }
}

.bk-banner .down-bk:hover i {
  height: 2rem;
}

.bk-banner .down-bk span {
  line-height: 2rem;
  display: block;
  text-orientation: mixed;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-transform: uppercase;
}

.bk-banner .down-bk i {
  display: block;
  width: 1px;
  height: 3rem;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .4s;
  transition: .4s;
}

.bk-banner .down-bk i::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  border: solid 2px transparent;
  border-color: transparent #ffffff #ffffff transparent;
}

.bk-banner .pager-bk {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .bk-banner .pager-bk {
    right: 50%;
  }
}

.bk-banner .pager-bk span {
  font-size: 1.25rem;
  font-weight: 300;
}

.bk-banner .tagline-bk {
  display: none;
  position: absolute;
  right: 15px;
  bottom: 0;
}

@media (min-width: 992px) {
  .bk-banner .tagline-bk {
    display: block;
  }
}

.bk-banner .footer-bk {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 2rem;
  z-index: 3;
}

.bk-banner nav {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 99;
  bottom: 2rem;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

.bk-banner nav button {
  border: none;
  background: rgba(255, 255, 255, 0.521);
  width: 2.5rem;
  height: 4px;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  border-radius: 2px;
}

.bk-banner nav button.active {
  background: white;
  height: 0.4rem;
}

.bk-banner nav button:focus {
  border: none;
  outline: none;
}

.bk-banner.inner-banner-bk figure {
  height: 400px;
}

.bk-inner-banner {
  width: 100%;
  position: relative;
  z-index: 0;
  color: #000000;
}

.bk-inner-banner figure {
  width: 100%;
  min-height: 330px;
  margin-bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  height: 25vw;
}

.bk-inner-banner figure::after {
  width: 100%;
  height: 100%;
  content: '';
  background-color: #000000;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.bk-inner-banner figure img {
  -o-object-position: top;
     object-position: top;
}

.bk-inner-banner .title-bk {
  font-size: 2.5rem;
  line-height: 2.6rem;
  font-weight: 500;
  text-transform: capitalize;
  color: inherit;
  margin-bottom: 0.3rem;
  color: #ffffff;
}

@media (min-width: 575px) {
  .bk-inner-banner .title-bk {
    font-size: 3rem;
    line-height: 3.2rem;
  }
}

@media (min-width: 768px) {
  .bk-inner-banner .title-bk {
    font-size: 3rem;
    line-height: 1.1;
  }
}

.bk-inner-banner .title-bk span {
  display: block;
}

.bk-inner-banner .description-bk {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #ffffff;
}

.bk-inner-banner .subtitle-bk {
  background: black;
  padding: 0.5rem 0.8rem;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.bk-inner-banner .text-bk {
  width: 100%;
  padding: 0;
  position: absolute;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}

.bk-inner-banner h1,
.bk-inner-banner h2,
.bk-inner-banner h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 575px) {
  .bk-inner-banner h1,
  .bk-inner-banner h2,
  .bk-inner-banner h3 {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .bk-inner-banner h1,
  .bk-inner-banner h2,
  .bk-inner-banner h3 {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .bk-inner-banner h1,
  .bk-inner-banner h2,
  .bk-inner-banner h3 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .bk-inner-banner h1,
  .bk-inner-banner h2,
  .bk-inner-banner h3 {
    font-size: 1.8rem;
  }
}

.bk-inner-banner h1 strong,
.bk-inner-banner h2 strong,
.bk-inner-banner h3 strong {
  display: block;
  font-size: 2.4rem;
}

@media (min-width: 575px) {
  .bk-inner-banner h1 strong,
  .bk-inner-banner h2 strong,
  .bk-inner-banner h3 strong {
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) {
  .bk-inner-banner h1 strong,
  .bk-inner-banner h2 strong,
  .bk-inner-banner h3 strong {
    font-size: 3.2rem;
  }
}

@media (min-width: 992px) {
  .bk-inner-banner h1 strong,
  .bk-inner-banner h2 strong,
  .bk-inner-banner h3 strong {
    font-size: 3.6rem;
  }
}

@media (min-width: 1200px) {
  .bk-inner-banner h1 strong,
  .bk-inner-banner h2 strong,
  .bk-inner-banner h3 strong {
    font-size: 4rem;
  }
}

.bk-inner-banner.inner-banner-bk figure {
  height: 350px;
}

.bk-about figure {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: .5rem;
  overflow: hidden;
  margin-bottom: 0;
}

.bk-about figure img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.border-radius {
  border-radius: 0;
}

.radius {
  border-radius: 0;
}

.radius-0 {
  border-radius: 0;
}

.radius-1 {
  border-radius: 0.3;
}

.radius-2 {
  border-radius: 0.6;
}

.radius-3 {
  border-radius: 0.9;
}

.radius-4 {
  border-radius: 1.2;
}

.radius-5 {
  border-radius: 1.5;
}

.radius-6 {
  border-radius: 1.8;
}

.radius-7 {
  border-radius: 2.1;
}

.radius-8 {
  border-radius: 2.4;
}

.radius-9 {
  border-radius: 2.7;
}

.radius-10 {
  border-radius: 3;
}

.bk-obj-cover {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (min-width: 768px) {
  .no-gutters .bk-obj-md-cover {
    left: 0;
    right: 0;
  }
}

.bk-obj-md-cover {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 80%;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .bk-obj-md-cover {
    width: auto;
    height: 100%;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
  }
}

blockquote {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 0;
}

blockquote p {
  display: inline-block;
  margin-bottom: 0;
}

blockquote cite {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}

.h1,
h1 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .h1,
  h1 {
    font-size: 2.2rem;
  }
}

.h2,
h2 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .h2,
  h2 {
    font-size: 1.7rem;
  }
}

@media (min-width: 992px) {
  .h2,
  h2 {
    font-size: 1.9rem;
  }
}

.h3,
h3 {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .h3,
  h3 {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .h3,
  h3 {
    font-size: 1.6rem;
  }
}

.h4,
h4 {
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  .h4,
  h4 {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .h4,
  h4 {
    font-size: 1.3rem;
  }
}

.h5,
h5 {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .h5,
  h5 {
    font-size: 1.1rem;
  }
}

@media (min-width: 992px) {
  .h5,
  h5 {
    font-size: 1.2rem;
  }
}

.h6,
h6 {
  font-size: 0.9rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .h6,
  h6 {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .h6,
  h6 {
    font-size: 1.1rem;
  }
}

.light-font {
  font-weight: 300;
}

.bold-font {
  font-weight: 700;
}

.regular-font {
  font-weight: 400;
}

.h1-text {
  opacity: 0;
  position: absolute;
}

.mx-450 {
  max-width: 450px;
}

.mx-150 {
  max-width: 150px;
}

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

npm .mx-300 {
  max-width: 300px;
}

.mx-400 {
  max-width: 400px;
}

.mx-500 {
  max-width: 500px;
}

.mx-600 {
  max-width: 600px;
}

.mx-700 {
  max-width: 700px;
}

.mx-800 {
  max-width: 800px;
}

.background-light {
  background-color: #f6f6f6;
}

.mgt-0 {
  margin-top: 0rem;
}

.mgb-0 {
  margin-bottom: 0rem;
}

.mgl-0 {
  margin-left: 0rem;
}

.mgr-0 {
  margin-right: 0rem;
}

.mgt--0 {
  margin-top: -0rem;
}

.mgb--0 {
  margin-bottom: -0rem;
}

.mgl--0 {
  margin-left: -0rem;
}

.mgr--0 {
  margin-right: -0rem;
}

.mgt-1 {
  margin-top: 1rem;
}

.mgb-1 {
  margin-bottom: 1rem;
}

.mgl-1 {
  margin-left: 1rem;
}

.mgr-1 {
  margin-right: 1rem;
}

.mgt--1 {
  margin-top: -1rem;
}

.mgb--1 {
  margin-bottom: -1rem;
}

.mgl--1 {
  margin-left: -1rem;
}

.mgr--1 {
  margin-right: -1rem;
}

.mgt-2 {
  margin-top: 2rem;
}

.mgb-2 {
  margin-bottom: 2rem;
}

.mgl-2 {
  margin-left: 2rem;
}

.mgr-2 {
  margin-right: 2rem;
}

.mgt--2 {
  margin-top: -2rem;
}

.mgb--2 {
  margin-bottom: -2rem;
}

.mgl--2 {
  margin-left: -2rem;
}

.mgr--2 {
  margin-right: -2rem;
}

.mgt-3 {
  margin-top: 3rem;
}

.mgb-3 {
  margin-bottom: 3rem;
}

.mgl-3 {
  margin-left: 3rem;
}

.mgr-3 {
  margin-right: 3rem;
}

.mgt--3 {
  margin-top: -3rem;
}

.mgb--3 {
  margin-bottom: -3rem;
}

.mgl--3 {
  margin-left: -3rem;
}

.mgr--3 {
  margin-right: -3rem;
}

.mgt-4 {
  margin-top: 4rem;
}

.mgb-4 {
  margin-bottom: 4rem;
}

.mgl-4 {
  margin-left: 4rem;
}

.mgr-4 {
  margin-right: 4rem;
}

.mgt--4 {
  margin-top: -4rem;
}

.mgb--4 {
  margin-bottom: -4rem;
}

.mgl--4 {
  margin-left: -4rem;
}

.mgr--4 {
  margin-right: -4rem;
}

.mgt-5 {
  margin-top: 5rem;
}

.mgb-5 {
  margin-bottom: 5rem;
}

.mgl-5 {
  margin-left: 5rem;
}

.mgr-5 {
  margin-right: 5rem;
}

.mgt--5 {
  margin-top: -5rem;
}

.mgb--5 {
  margin-bottom: -5rem;
}

.mgl--5 {
  margin-left: -5rem;
}

.mgr--5 {
  margin-right: -5rem;
}

.mgt-6 {
  margin-top: 6rem;
}

.mgb-6 {
  margin-bottom: 6rem;
}

.mgl-6 {
  margin-left: 6rem;
}

.mgr-6 {
  margin-right: 6rem;
}

.mgt--6 {
  margin-top: -6rem;
}

.mgb--6 {
  margin-bottom: -6rem;
}

.mgl--6 {
  margin-left: -6rem;
}

.mgr--6 {
  margin-right: -6rem;
}

.mgt-7 {
  margin-top: 7rem;
}

.mgb-7 {
  margin-bottom: 7rem;
}

.mgl-7 {
  margin-left: 7rem;
}

.mgr-7 {
  margin-right: 7rem;
}

.mgt--7 {
  margin-top: -7rem;
}

.mgb--7 {
  margin-bottom: -7rem;
}

.mgl--7 {
  margin-left: -7rem;
}

.mgr--7 {
  margin-right: -7rem;
}

.mgt-8 {
  margin-top: 8rem;
}

.mgb-8 {
  margin-bottom: 8rem;
}

.mgl-8 {
  margin-left: 8rem;
}

.mgr-8 {
  margin-right: 8rem;
}

.mgt--8 {
  margin-top: -8rem;
}

.mgb--8 {
  margin-bottom: -8rem;
}

.mgl--8 {
  margin-left: -8rem;
}

.mgr--8 {
  margin-right: -8rem;
}

.mgt-9 {
  margin-top: 9rem;
}

.mgb-9 {
  margin-bottom: 9rem;
}

.mgl-9 {
  margin-left: 9rem;
}

.mgr-9 {
  margin-right: 9rem;
}

.mgt--9 {
  margin-top: -9rem;
}

.mgb--9 {
  margin-bottom: -9rem;
}

.mgl--9 {
  margin-left: -9rem;
}

.mgr--9 {
  margin-right: -9rem;
}

.mgt-10 {
  margin-top: 10rem;
}

.mgb-10 {
  margin-bottom: 10rem;
}

.mgl-10 {
  margin-left: 10rem;
}

.mgr-10 {
  margin-right: 10rem;
}

.mgt--10 {
  margin-top: -10rem;
}

.mgb--10 {
  margin-bottom: -10rem;
}

.mgl--10 {
  margin-left: -10rem;
}

.mgr--10 {
  margin-right: -10rem;
}

@media (min-width: 768px) {
  .mgt-md-0 {
    margin-top: 0rem;
  }
  .mgb-md-0 {
    margin-bottom: 0rem;
  }
  .mgl-md-0 {
    margin-left: 0rem;
  }
  .mgr-md-0 {
    margin-right: 0rem;
  }
  .mgt-md--0 {
    margin-top: -0rem;
  }
  .mgb-md--0 {
    margin-bottom: -0rem;
  }
  .mgl-md--0 {
    margin-left: -0rem;
  }
  .mgr-md--0 {
    margin-right: -0rem;
  }
  .mgt-md-1 {
    margin-top: 1rem;
  }
  .mgb-md-1 {
    margin-bottom: 1rem;
  }
  .mgl-md-1 {
    margin-left: 1rem;
  }
  .mgr-md-1 {
    margin-right: 1rem;
  }
  .mgt-md--1 {
    margin-top: -1rem;
  }
  .mgb-md--1 {
    margin-bottom: -1rem;
  }
  .mgl-md--1 {
    margin-left: -1rem;
  }
  .mgr-md--1 {
    margin-right: -1rem;
  }
  .mgt-md-2 {
    margin-top: 2rem;
  }
  .mgb-md-2 {
    margin-bottom: 2rem;
  }
  .mgl-md-2 {
    margin-left: 2rem;
  }
  .mgr-md-2 {
    margin-right: 2rem;
  }
  .mgt-md--2 {
    margin-top: -2rem;
  }
  .mgb-md--2 {
    margin-bottom: -2rem;
  }
  .mgl-md--2 {
    margin-left: -2rem;
  }
  .mgr-md--2 {
    margin-right: -2rem;
  }
  .mgt-md-3 {
    margin-top: 3rem;
  }
  .mgb-md-3 {
    margin-bottom: 3rem;
  }
  .mgl-md-3 {
    margin-left: 3rem;
  }
  .mgr-md-3 {
    margin-right: 3rem;
  }
  .mgt-md--3 {
    margin-top: -3rem;
  }
  .mgb-md--3 {
    margin-bottom: -3rem;
  }
  .mgl-md--3 {
    margin-left: -3rem;
  }
  .mgr-md--3 {
    margin-right: -3rem;
  }
  .mgt-md-4 {
    margin-top: 4rem;
  }
  .mgb-md-4 {
    margin-bottom: 4rem;
  }
  .mgl-md-4 {
    margin-left: 4rem;
  }
  .mgr-md-4 {
    margin-right: 4rem;
  }
  .mgt-md--4 {
    margin-top: -4rem;
  }
  .mgb-md--4 {
    margin-bottom: -4rem;
  }
  .mgl-md--4 {
    margin-left: -4rem;
  }
  .mgr-md--4 {
    margin-right: -4rem;
  }
  .mgt-md-5 {
    margin-top: 5rem;
  }
  .mgb-md-5 {
    margin-bottom: 5rem;
  }
  .mgl-md-5 {
    margin-left: 5rem;
  }
  .mgr-md-5 {
    margin-right: 5rem;
  }
  .mgt-md--5 {
    margin-top: -5rem;
  }
  .mgb-md--5 {
    margin-bottom: -5rem;
  }
  .mgl-md--5 {
    margin-left: -5rem;
  }
  .mgr-md--5 {
    margin-right: -5rem;
  }
  .mgt-md-6 {
    margin-top: 6rem;
  }
  .mgb-md-6 {
    margin-bottom: 6rem;
  }
  .mgl-md-6 {
    margin-left: 6rem;
  }
  .mgr-md-6 {
    margin-right: 6rem;
  }
  .mgt-md--6 {
    margin-top: -6rem;
  }
  .mgb-md--6 {
    margin-bottom: -6rem;
  }
  .mgl-md--6 {
    margin-left: -6rem;
  }
  .mgr-md--6 {
    margin-right: -6rem;
  }
  .mgt-md-7 {
    margin-top: 7rem;
  }
  .mgb-md-7 {
    margin-bottom: 7rem;
  }
  .mgl-md-7 {
    margin-left: 7rem;
  }
  .mgr-md-7 {
    margin-right: 7rem;
  }
  .mgt-md--7 {
    margin-top: -7rem;
  }
  .mgb-md--7 {
    margin-bottom: -7rem;
  }
  .mgl-md--7 {
    margin-left: -7rem;
  }
  .mgr-md--7 {
    margin-right: -7rem;
  }
  .mgt-md-8 {
    margin-top: 8rem;
  }
  .mgb-md-8 {
    margin-bottom: 8rem;
  }
  .mgl-md-8 {
    margin-left: 8rem;
  }
  .mgr-md-8 {
    margin-right: 8rem;
  }
  .mgt-md--8 {
    margin-top: -8rem;
  }
  .mgb-md--8 {
    margin-bottom: -8rem;
  }
  .mgl-md--8 {
    margin-left: -8rem;
  }
  .mgr-md--8 {
    margin-right: -8rem;
  }
  .mgt-md-9 {
    margin-top: 9rem;
  }
  .mgb-md-9 {
    margin-bottom: 9rem;
  }
  .mgl-md-9 {
    margin-left: 9rem;
  }
  .mgr-md-9 {
    margin-right: 9rem;
  }
  .mgt-md--9 {
    margin-top: -9rem;
  }
  .mgb-md--9 {
    margin-bottom: -9rem;
  }
  .mgl-md--9 {
    margin-left: -9rem;
  }
  .mgr-md--9 {
    margin-right: -9rem;
  }
  .mgt-md-10 {
    margin-top: 10rem;
  }
  .mgb-md-10 {
    margin-bottom: 10rem;
  }
  .mgl-md-10 {
    margin-left: 10rem;
  }
  .mgr-md-10 {
    margin-right: 10rem;
  }
  .mgt-md--10 {
    margin-top: -10rem;
  }
  .mgb-md--10 {
    margin-bottom: -10rem;
  }
  .mgl-md--10 {
    margin-left: -10rem;
  }
  .mgr-md--10 {
    margin-right: -10rem;
  }
}

@media (min-width: 992px) {
  .mgt-lg-0 {
    margin-top: 0rem;
  }
  .mgb-lg-0 {
    margin-bottom: 0rem;
  }
  .mgl-lg-0 {
    margin-left: 0rem;
  }
  .mgr-lg-0 {
    margin-right: 0rem;
  }
  .mgt-lg--0 {
    margin-top: -0rem;
  }
  .mgb-lg--0 {
    margin-bottom: -0rem;
  }
  .mgl-lg--0 {
    margin-left: -0rem;
  }
  .mgr-lg--0 {
    margin-right: -0rem;
  }
  .mgt-lg-1 {
    margin-top: 1rem;
  }
  .mgb-lg-1 {
    margin-bottom: 1rem;
  }
  .mgl-lg-1 {
    margin-left: 1rem;
  }
  .mgr-lg-1 {
    margin-right: 1rem;
  }
  .mgt-lg--1 {
    margin-top: -1rem;
  }
  .mgb-lg--1 {
    margin-bottom: -1rem;
  }
  .mgl-lg--1 {
    margin-left: -1rem;
  }
  .mgr-lg--1 {
    margin-right: -1rem;
  }
  .mgt-lg-2 {
    margin-top: 2rem;
  }
  .mgb-lg-2 {
    margin-bottom: 2rem;
  }
  .mgl-lg-2 {
    margin-left: 2rem;
  }
  .mgr-lg-2 {
    margin-right: 2rem;
  }
  .mgt-lg--2 {
    margin-top: -2rem;
  }
  .mgb-lg--2 {
    margin-bottom: -2rem;
  }
  .mgl-lg--2 {
    margin-left: -2rem;
  }
  .mgr-lg--2 {
    margin-right: -2rem;
  }
  .mgt-lg-3 {
    margin-top: 3rem;
  }
  .mgb-lg-3 {
    margin-bottom: 3rem;
  }
  .mgl-lg-3 {
    margin-left: 3rem;
  }
  .mgr-lg-3 {
    margin-right: 3rem;
  }
  .mgt-lg--3 {
    margin-top: -3rem;
  }
  .mgb-lg--3 {
    margin-bottom: -3rem;
  }
  .mgl-lg--3 {
    margin-left: -3rem;
  }
  .mgr-lg--3 {
    margin-right: -3rem;
  }
  .mgt-lg-4 {
    margin-top: 4rem;
  }
  .mgb-lg-4 {
    margin-bottom: 4rem;
  }
  .mgl-lg-4 {
    margin-left: 4rem;
  }
  .mgr-lg-4 {
    margin-right: 4rem;
  }
  .mgt-lg--4 {
    margin-top: -4rem;
  }
  .mgb-lg--4 {
    margin-bottom: -4rem;
  }
  .mgl-lg--4 {
    margin-left: -4rem;
  }
  .mgr-lg--4 {
    margin-right: -4rem;
  }
  .mgt-lg-5 {
    margin-top: 5rem;
  }
  .mgb-lg-5 {
    margin-bottom: 5rem;
  }
  .mgl-lg-5 {
    margin-left: 5rem;
  }
  .mgr-lg-5 {
    margin-right: 5rem;
  }
  .mgt-lg--5 {
    margin-top: -5rem;
  }
  .mgb-lg--5 {
    margin-bottom: -5rem;
  }
  .mgl-lg--5 {
    margin-left: -5rem;
  }
  .mgr-lg--5 {
    margin-right: -5rem;
  }
  .mgt-lg-6 {
    margin-top: 6rem;
  }
  .mgb-lg-6 {
    margin-bottom: 6rem;
  }
  .mgl-lg-6 {
    margin-left: 6rem;
  }
  .mgr-lg-6 {
    margin-right: 6rem;
  }
  .mgt-lg--6 {
    margin-top: -6rem;
  }
  .mgb-lg--6 {
    margin-bottom: -6rem;
  }
  .mgl-lg--6 {
    margin-left: -6rem;
  }
  .mgr-lg--6 {
    margin-right: -6rem;
  }
  .mgt-lg-7 {
    margin-top: 7rem;
  }
  .mgb-lg-7 {
    margin-bottom: 7rem;
  }
  .mgl-lg-7 {
    margin-left: 7rem;
  }
  .mgr-lg-7 {
    margin-right: 7rem;
  }
  .mgt-lg--7 {
    margin-top: -7rem;
  }
  .mgb-lg--7 {
    margin-bottom: -7rem;
  }
  .mgl-lg--7 {
    margin-left: -7rem;
  }
  .mgr-lg--7 {
    margin-right: -7rem;
  }
  .mgt-lg-8 {
    margin-top: 8rem;
  }
  .mgb-lg-8 {
    margin-bottom: 8rem;
  }
  .mgl-lg-8 {
    margin-left: 8rem;
  }
  .mgr-lg-8 {
    margin-right: 8rem;
  }
  .mgt-lg--8 {
    margin-top: -8rem;
  }
  .mgb-lg--8 {
    margin-bottom: -8rem;
  }
  .mgl-lg--8 {
    margin-left: -8rem;
  }
  .mgr-lg--8 {
    margin-right: -8rem;
  }
  .mgt-lg-9 {
    margin-top: 9rem;
  }
  .mgb-lg-9 {
    margin-bottom: 9rem;
  }
  .mgl-lg-9 {
    margin-left: 9rem;
  }
  .mgr-lg-9 {
    margin-right: 9rem;
  }
  .mgt-lg--9 {
    margin-top: -9rem;
  }
  .mgb-lg--9 {
    margin-bottom: -9rem;
  }
  .mgl-lg--9 {
    margin-left: -9rem;
  }
  .mgr-lg--9 {
    margin-right: -9rem;
  }
  .mgt-lg-10 {
    margin-top: 10rem;
  }
  .mgb-lg-10 {
    margin-bottom: 10rem;
  }
  .mgl-lg-10 {
    margin-left: 10rem;
  }
  .mgr-lg-10 {
    margin-right: 10rem;
  }
  .mgt-lg--10 {
    margin-top: -10rem;
  }
  .mgb-lg--10 {
    margin-bottom: -10rem;
  }
  .mgl-lg--10 {
    margin-left: -10rem;
  }
  .mgr-lg--10 {
    margin-right: -10rem;
  }
}

@media (min-width: 1200px) {
  .mgt-xl-0 {
    margin-top: 0rem;
  }
  .mgb-xl-0 {
    margin-bottom: 0rem;
  }
  .mgl-xl-0 {
    margin-left: 0rem;
  }
  .mgr-xl-0 {
    margin-right: 0rem;
  }
  .mgt-xl--0 {
    margin-top: -0rem;
  }
  .mgb-xl--0 {
    margin-bottom: -0rem;
  }
  .mgl-xl--0 {
    margin-left: -0rem;
  }
  .mgr-xl--0 {
    margin-right: -0rem;
  }
  .mgt-xl-1 {
    margin-top: 1rem;
  }
  .mgb-xl-1 {
    margin-bottom: 1rem;
  }
  .mgl-xl-1 {
    margin-left: 1rem;
  }
  .mgr-xl-1 {
    margin-right: 1rem;
  }
  .mgt-xl--1 {
    margin-top: -1rem;
  }
  .mgb-xl--1 {
    margin-bottom: -1rem;
  }
  .mgl-xl--1 {
    margin-left: -1rem;
  }
  .mgr-xl--1 {
    margin-right: -1rem;
  }
  .mgt-xl-2 {
    margin-top: 2rem;
  }
  .mgb-xl-2 {
    margin-bottom: 2rem;
  }
  .mgl-xl-2 {
    margin-left: 2rem;
  }
  .mgr-xl-2 {
    margin-right: 2rem;
  }
  .mgt-xl--2 {
    margin-top: -2rem;
  }
  .mgb-xl--2 {
    margin-bottom: -2rem;
  }
  .mgl-xl--2 {
    margin-left: -2rem;
  }
  .mgr-xl--2 {
    margin-right: -2rem;
  }
  .mgt-xl-3 {
    margin-top: 3rem;
  }
  .mgb-xl-3 {
    margin-bottom: 3rem;
  }
  .mgl-xl-3 {
    margin-left: 3rem;
  }
  .mgr-xl-3 {
    margin-right: 3rem;
  }
  .mgt-xl--3 {
    margin-top: -3rem;
  }
  .mgb-xl--3 {
    margin-bottom: -3rem;
  }
  .mgl-xl--3 {
    margin-left: -3rem;
  }
  .mgr-xl--3 {
    margin-right: -3rem;
  }
  .mgt-xl-4 {
    margin-top: 4rem;
  }
  .mgb-xl-4 {
    margin-bottom: 4rem;
  }
  .mgl-xl-4 {
    margin-left: 4rem;
  }
  .mgr-xl-4 {
    margin-right: 4rem;
  }
  .mgt-xl--4 {
    margin-top: -4rem;
  }
  .mgb-xl--4 {
    margin-bottom: -4rem;
  }
  .mgl-xl--4 {
    margin-left: -4rem;
  }
  .mgr-xl--4 {
    margin-right: -4rem;
  }
  .mgt-xl-5 {
    margin-top: 5rem;
  }
  .mgb-xl-5 {
    margin-bottom: 5rem;
  }
  .mgl-xl-5 {
    margin-left: 5rem;
  }
  .mgr-xl-5 {
    margin-right: 5rem;
  }
  .mgt-xl--5 {
    margin-top: -5rem;
  }
  .mgb-xl--5 {
    margin-bottom: -5rem;
  }
  .mgl-xl--5 {
    margin-left: -5rem;
  }
  .mgr-xl--5 {
    margin-right: -5rem;
  }
  .mgt-xl-6 {
    margin-top: 6rem;
  }
  .mgb-xl-6 {
    margin-bottom: 6rem;
  }
  .mgl-xl-6 {
    margin-left: 6rem;
  }
  .mgr-xl-6 {
    margin-right: 6rem;
  }
  .mgt-xl--6 {
    margin-top: -6rem;
  }
  .mgb-xl--6 {
    margin-bottom: -6rem;
  }
  .mgl-xl--6 {
    margin-left: -6rem;
  }
  .mgr-xl--6 {
    margin-right: -6rem;
  }
  .mgt-xl-7 {
    margin-top: 7rem;
  }
  .mgb-xl-7 {
    margin-bottom: 7rem;
  }
  .mgl-xl-7 {
    margin-left: 7rem;
  }
  .mgr-xl-7 {
    margin-right: 7rem;
  }
  .mgt-xl--7 {
    margin-top: -7rem;
  }
  .mgb-xl--7 {
    margin-bottom: -7rem;
  }
  .mgl-xl--7 {
    margin-left: -7rem;
  }
  .mgr-xl--7 {
    margin-right: -7rem;
  }
  .mgt-xl-8 {
    margin-top: 8rem;
  }
  .mgb-xl-8 {
    margin-bottom: 8rem;
  }
  .mgl-xl-8 {
    margin-left: 8rem;
  }
  .mgr-xl-8 {
    margin-right: 8rem;
  }
  .mgt-xl--8 {
    margin-top: -8rem;
  }
  .mgb-xl--8 {
    margin-bottom: -8rem;
  }
  .mgl-xl--8 {
    margin-left: -8rem;
  }
  .mgr-xl--8 {
    margin-right: -8rem;
  }
  .mgt-xl-9 {
    margin-top: 9rem;
  }
  .mgb-xl-9 {
    margin-bottom: 9rem;
  }
  .mgl-xl-9 {
    margin-left: 9rem;
  }
  .mgr-xl-9 {
    margin-right: 9rem;
  }
  .mgt-xl--9 {
    margin-top: -9rem;
  }
  .mgb-xl--9 {
    margin-bottom: -9rem;
  }
  .mgl-xl--9 {
    margin-left: -9rem;
  }
  .mgr-xl--9 {
    margin-right: -9rem;
  }
  .mgt-xl-10 {
    margin-top: 10rem;
  }
  .mgb-xl-10 {
    margin-bottom: 10rem;
  }
  .mgl-xl-10 {
    margin-left: 10rem;
  }
  .mgr-xl-10 {
    margin-right: 10rem;
  }
  .mgt-xl--10 {
    margin-top: -10rem;
  }
  .mgb-xl--10 {
    margin-bottom: -10rem;
  }
  .mgl-xl--10 {
    margin-left: -10rem;
  }
  .mgr-xl--10 {
    margin-right: -10rem;
  }
}

.pdt-0 {
  padding-top: 0rem;
}

.pdb-0 {
  padding-bottom: 0rem;
}

.pdl-0 {
  padding-left: 0rem;
}

.pdr-0 {
  padding-right: 0rem;
}

.pdt--0 {
  padding-top: -0rem;
}

.pdb--0 {
  padding-bottom: -0rem;
}

.pdl--0 {
  padding-left: -0rem;
}

.pdr--0 {
  padding-right: -0rem;
}

.pdt-1 {
  padding-top: 1rem;
}

.pdb-1 {
  padding-bottom: 1rem;
}

.pdl-1 {
  padding-left: 1rem;
}

.pdr-1 {
  padding-right: 1rem;
}

.pdt--1 {
  padding-top: -1rem;
}

.pdb--1 {
  padding-bottom: -1rem;
}

.pdl--1 {
  padding-left: -1rem;
}

.pdr--1 {
  padding-right: -1rem;
}

.pdt-2 {
  padding-top: 2rem;
}

.pdb-2 {
  padding-bottom: 2rem;
}

.pdl-2 {
  padding-left: 2rem;
}

.pdr-2 {
  padding-right: 2rem;
}

.pdt--2 {
  padding-top: -2rem;
}

.pdb--2 {
  padding-bottom: -2rem;
}

.pdl--2 {
  padding-left: -2rem;
}

.pdr--2 {
  padding-right: -2rem;
}

.pdt-3 {
  padding-top: 3rem;
}

.pdb-3 {
  padding-bottom: 3rem;
}

.pdl-3 {
  padding-left: 3rem;
}

.pdr-3 {
  padding-right: 3rem;
}

.pdt--3 {
  padding-top: -3rem;
}

.pdb--3 {
  padding-bottom: -3rem;
}

.pdl--3 {
  padding-left: -3rem;
}

.pdr--3 {
  padding-right: -3rem;
}

.pdt-4 {
  padding-top: 4rem;
}

.pdb-4 {
  padding-bottom: 4rem;
}

.pdl-4 {
  padding-left: 4rem;
}

.pdr-4 {
  padding-right: 4rem;
}

.pdt--4 {
  padding-top: -4rem;
}

.pdb--4 {
  padding-bottom: -4rem;
}

.pdl--4 {
  padding-left: -4rem;
}

.pdr--4 {
  padding-right: -4rem;
}

.pdt-5 {
  padding-top: 5rem;
}

.pdb-5 {
  padding-bottom: 5rem;
}

.pdl-5 {
  padding-left: 5rem;
}

.pdr-5 {
  padding-right: 5rem;
}

.pdt--5 {
  padding-top: -5rem;
}

.pdb--5 {
  padding-bottom: -5rem;
}

.pdl--5 {
  padding-left: -5rem;
}

.pdr--5 {
  padding-right: -5rem;
}

.pdt-6 {
  padding-top: 6rem;
}

.pdb-6 {
  padding-bottom: 6rem;
}

.pdl-6 {
  padding-left: 6rem;
}

.pdr-6 {
  padding-right: 6rem;
}

.pdt--6 {
  padding-top: -6rem;
}

.pdb--6 {
  padding-bottom: -6rem;
}

.pdl--6 {
  padding-left: -6rem;
}

.pdr--6 {
  padding-right: -6rem;
}

.pdt-7 {
  padding-top: 7rem;
}

.pdb-7 {
  padding-bottom: 7rem;
}

.pdl-7 {
  padding-left: 7rem;
}

.pdr-7 {
  padding-right: 7rem;
}

.pdt--7 {
  padding-top: -7rem;
}

.pdb--7 {
  padding-bottom: -7rem;
}

.pdl--7 {
  padding-left: -7rem;
}

.pdr--7 {
  padding-right: -7rem;
}

.pdt-8 {
  padding-top: 8rem;
}

.pdb-8 {
  padding-bottom: 8rem;
}

.pdl-8 {
  padding-left: 8rem;
}

.pdr-8 {
  padding-right: 8rem;
}

.pdt--8 {
  padding-top: -8rem;
}

.pdb--8 {
  padding-bottom: -8rem;
}

.pdl--8 {
  padding-left: -8rem;
}

.pdr--8 {
  padding-right: -8rem;
}

.pdt-9 {
  padding-top: 9rem;
}

.pdb-9 {
  padding-bottom: 9rem;
}

.pdl-9 {
  padding-left: 9rem;
}

.pdr-9 {
  padding-right: 9rem;
}

.pdt--9 {
  padding-top: -9rem;
}

.pdb--9 {
  padding-bottom: -9rem;
}

.pdl--9 {
  padding-left: -9rem;
}

.pdr--9 {
  padding-right: -9rem;
}

.pdt-10 {
  padding-top: 10rem;
}

.pdb-10 {
  padding-bottom: 10rem;
}

.pdl-10 {
  padding-left: 10rem;
}

.pdr-10 {
  padding-right: 10rem;
}

.pdt--10 {
  padding-top: -10rem;
}

.pdb--10 {
  padding-bottom: -10rem;
}

.pdl--10 {
  padding-left: -10rem;
}

.pdr--10 {
  padding-right: -10rem;
}

@media (min-width: 768px) {
  .pdt-md-0 {
    padding-top: 0rem;
  }
  .pdb-md-0 {
    padding-bottom: 0rem;
  }
  .pdl-md-0 {
    padding-left: 0rem;
  }
  .pdr-md-0 {
    padding-right: 0rem;
  }
  .pdt-md--0 {
    padding-top: -0rem;
  }
  .pdb-md--0 {
    padding-bottom: -0rem;
  }
  .pdl-md--0 {
    padding-left: -0rem;
  }
  .pdr-md--0 {
    padding-right: -0rem;
  }
  .pdt-md-1 {
    padding-top: 1rem;
  }
  .pdb-md-1 {
    padding-bottom: 1rem;
  }
  .pdl-md-1 {
    padding-left: 1rem;
  }
  .pdr-md-1 {
    padding-right: 1rem;
  }
  .pdt-md--1 {
    padding-top: -1rem;
  }
  .pdb-md--1 {
    padding-bottom: -1rem;
  }
  .pdl-md--1 {
    padding-left: -1rem;
  }
  .pdr-md--1 {
    padding-right: -1rem;
  }
  .pdt-md-2 {
    padding-top: 2rem;
  }
  .pdb-md-2 {
    padding-bottom: 2rem;
  }
  .pdl-md-2 {
    padding-left: 2rem;
  }
  .pdr-md-2 {
    padding-right: 2rem;
  }
  .pdt-md--2 {
    padding-top: -2rem;
  }
  .pdb-md--2 {
    padding-bottom: -2rem;
  }
  .pdl-md--2 {
    padding-left: -2rem;
  }
  .pdr-md--2 {
    padding-right: -2rem;
  }
  .pdt-md-3 {
    padding-top: 3rem;
  }
  .pdb-md-3 {
    padding-bottom: 3rem;
  }
  .pdl-md-3 {
    padding-left: 3rem;
  }
  .pdr-md-3 {
    padding-right: 3rem;
  }
  .pdt-md--3 {
    padding-top: -3rem;
  }
  .pdb-md--3 {
    padding-bottom: -3rem;
  }
  .pdl-md--3 {
    padding-left: -3rem;
  }
  .pdr-md--3 {
    padding-right: -3rem;
  }
  .pdt-md-4 {
    padding-top: 4rem;
  }
  .pdb-md-4 {
    padding-bottom: 4rem;
  }
  .pdl-md-4 {
    padding-left: 4rem;
  }
  .pdr-md-4 {
    padding-right: 4rem;
  }
  .pdt-md--4 {
    padding-top: -4rem;
  }
  .pdb-md--4 {
    padding-bottom: -4rem;
  }
  .pdl-md--4 {
    padding-left: -4rem;
  }
  .pdr-md--4 {
    padding-right: -4rem;
  }
  .pdt-md-5 {
    padding-top: 5rem;
  }
  .pdb-md-5 {
    padding-bottom: 5rem;
  }
  .pdl-md-5 {
    padding-left: 5rem;
  }
  .pdr-md-5 {
    padding-right: 5rem;
  }
  .pdt-md--5 {
    padding-top: -5rem;
  }
  .pdb-md--5 {
    padding-bottom: -5rem;
  }
  .pdl-md--5 {
    padding-left: -5rem;
  }
  .pdr-md--5 {
    padding-right: -5rem;
  }
  .pdt-md-6 {
    padding-top: 6rem;
  }
  .pdb-md-6 {
    padding-bottom: 6rem;
  }
  .pdl-md-6 {
    padding-left: 6rem;
  }
  .pdr-md-6 {
    padding-right: 6rem;
  }
  .pdt-md--6 {
    padding-top: -6rem;
  }
  .pdb-md--6 {
    padding-bottom: -6rem;
  }
  .pdl-md--6 {
    padding-left: -6rem;
  }
  .pdr-md--6 {
    padding-right: -6rem;
  }
  .pdt-md-7 {
    padding-top: 7rem;
  }
  .pdb-md-7 {
    padding-bottom: 7rem;
  }
  .pdl-md-7 {
    padding-left: 7rem;
  }
  .pdr-md-7 {
    padding-right: 7rem;
  }
  .pdt-md--7 {
    padding-top: -7rem;
  }
  .pdb-md--7 {
    padding-bottom: -7rem;
  }
  .pdl-md--7 {
    padding-left: -7rem;
  }
  .pdr-md--7 {
    padding-right: -7rem;
  }
  .pdt-md-8 {
    padding-top: 8rem;
  }
  .pdb-md-8 {
    padding-bottom: 8rem;
  }
  .pdl-md-8 {
    padding-left: 8rem;
  }
  .pdr-md-8 {
    padding-right: 8rem;
  }
  .pdt-md--8 {
    padding-top: -8rem;
  }
  .pdb-md--8 {
    padding-bottom: -8rem;
  }
  .pdl-md--8 {
    padding-left: -8rem;
  }
  .pdr-md--8 {
    padding-right: -8rem;
  }
  .pdt-md-9 {
    padding-top: 9rem;
  }
  .pdb-md-9 {
    padding-bottom: 9rem;
  }
  .pdl-md-9 {
    padding-left: 9rem;
  }
  .pdr-md-9 {
    padding-right: 9rem;
  }
  .pdt-md--9 {
    padding-top: -9rem;
  }
  .pdb-md--9 {
    padding-bottom: -9rem;
  }
  .pdl-md--9 {
    padding-left: -9rem;
  }
  .pdr-md--9 {
    padding-right: -9rem;
  }
  .pdt-md-10 {
    padding-top: 10rem;
  }
  .pdb-md-10 {
    padding-bottom: 10rem;
  }
  .pdl-md-10 {
    padding-left: 10rem;
  }
  .pdr-md-10 {
    padding-right: 10rem;
  }
  .pdt-md--10 {
    padding-top: -10rem;
  }
  .pdb-md--10 {
    padding-bottom: -10rem;
  }
  .pdl-md--10 {
    padding-left: -10rem;
  }
  .pdr-md--10 {
    padding-right: -10rem;
  }
}

@media (min-width: 992px) {
  .pdt-lg-0 {
    padding-top: 0rem;
  }
  .pdb-lg-0 {
    padding-bottom: 0rem;
  }
  .pdl-lg-0 {
    padding-left: 0rem;
  }
  .pdr-lg-0 {
    padding-right: 0rem;
  }
  .pdt-lg--0 {
    padding-top: -0rem;
  }
  .pdb-lg--0 {
    padding-bottom: -0rem;
  }
  .pdl-lg--0 {
    padding-left: -0rem;
  }
  .pdr-lg--0 {
    padding-right: -0rem;
  }
  .pdt-lg-1 {
    padding-top: 1rem;
  }
  .pdb-lg-1 {
    padding-bottom: 1rem;
  }
  .pdl-lg-1 {
    padding-left: 1rem;
  }
  .pdr-lg-1 {
    padding-right: 1rem;
  }
  .pdt-lg--1 {
    padding-top: -1rem;
  }
  .pdb-lg--1 {
    padding-bottom: -1rem;
  }
  .pdl-lg--1 {
    padding-left: -1rem;
  }
  .pdr-lg--1 {
    padding-right: -1rem;
  }
  .pdt-lg-2 {
    padding-top: 2rem;
  }
  .pdb-lg-2 {
    padding-bottom: 2rem;
  }
  .pdl-lg-2 {
    padding-left: 2rem;
  }
  .pdr-lg-2 {
    padding-right: 2rem;
  }
  .pdt-lg--2 {
    padding-top: -2rem;
  }
  .pdb-lg--2 {
    padding-bottom: -2rem;
  }
  .pdl-lg--2 {
    padding-left: -2rem;
  }
  .pdr-lg--2 {
    padding-right: -2rem;
  }
  .pdt-lg-3 {
    padding-top: 3rem;
  }
  .pdb-lg-3 {
    padding-bottom: 3rem;
  }
  .pdl-lg-3 {
    padding-left: 3rem;
  }
  .pdr-lg-3 {
    padding-right: 3rem;
  }
  .pdt-lg--3 {
    padding-top: -3rem;
  }
  .pdb-lg--3 {
    padding-bottom: -3rem;
  }
  .pdl-lg--3 {
    padding-left: -3rem;
  }
  .pdr-lg--3 {
    padding-right: -3rem;
  }
  .pdt-lg-4 {
    padding-top: 4rem;
  }
  .pdb-lg-4 {
    padding-bottom: 4rem;
  }
  .pdl-lg-4 {
    padding-left: 4rem;
  }
  .pdr-lg-4 {
    padding-right: 4rem;
  }
  .pdt-lg--4 {
    padding-top: -4rem;
  }
  .pdb-lg--4 {
    padding-bottom: -4rem;
  }
  .pdl-lg--4 {
    padding-left: -4rem;
  }
  .pdr-lg--4 {
    padding-right: -4rem;
  }
  .pdt-lg-5 {
    padding-top: 5rem;
  }
  .pdb-lg-5 {
    padding-bottom: 5rem;
  }
  .pdl-lg-5 {
    padding-left: 5rem;
  }
  .pdr-lg-5 {
    padding-right: 5rem;
  }
  .pdt-lg--5 {
    padding-top: -5rem;
  }
  .pdb-lg--5 {
    padding-bottom: -5rem;
  }
  .pdl-lg--5 {
    padding-left: -5rem;
  }
  .pdr-lg--5 {
    padding-right: -5rem;
  }
  .pdt-lg-6 {
    padding-top: 6rem;
  }
  .pdb-lg-6 {
    padding-bottom: 6rem;
  }
  .pdl-lg-6 {
    padding-left: 6rem;
  }
  .pdr-lg-6 {
    padding-right: 6rem;
  }
  .pdt-lg--6 {
    padding-top: -6rem;
  }
  .pdb-lg--6 {
    padding-bottom: -6rem;
  }
  .pdl-lg--6 {
    padding-left: -6rem;
  }
  .pdr-lg--6 {
    padding-right: -6rem;
  }
  .pdt-lg-7 {
    padding-top: 7rem;
  }
  .pdb-lg-7 {
    padding-bottom: 7rem;
  }
  .pdl-lg-7 {
    padding-left: 7rem;
  }
  .pdr-lg-7 {
    padding-right: 7rem;
  }
  .pdt-lg--7 {
    padding-top: -7rem;
  }
  .pdb-lg--7 {
    padding-bottom: -7rem;
  }
  .pdl-lg--7 {
    padding-left: -7rem;
  }
  .pdr-lg--7 {
    padding-right: -7rem;
  }
  .pdt-lg-8 {
    padding-top: 8rem;
  }
  .pdb-lg-8 {
    padding-bottom: 8rem;
  }
  .pdl-lg-8 {
    padding-left: 8rem;
  }
  .pdr-lg-8 {
    padding-right: 8rem;
  }
  .pdt-lg--8 {
    padding-top: -8rem;
  }
  .pdb-lg--8 {
    padding-bottom: -8rem;
  }
  .pdl-lg--8 {
    padding-left: -8rem;
  }
  .pdr-lg--8 {
    padding-right: -8rem;
  }
  .pdt-lg-9 {
    padding-top: 9rem;
  }
  .pdb-lg-9 {
    padding-bottom: 9rem;
  }
  .pdl-lg-9 {
    padding-left: 9rem;
  }
  .pdr-lg-9 {
    padding-right: 9rem;
  }
  .pdt-lg--9 {
    padding-top: -9rem;
  }
  .pdb-lg--9 {
    padding-bottom: -9rem;
  }
  .pdl-lg--9 {
    padding-left: -9rem;
  }
  .pdr-lg--9 {
    padding-right: -9rem;
  }
  .pdt-lg-10 {
    padding-top: 10rem;
  }
  .pdb-lg-10 {
    padding-bottom: 10rem;
  }
  .pdl-lg-10 {
    padding-left: 10rem;
  }
  .pdr-lg-10 {
    padding-right: 10rem;
  }
  .pdt-lg--10 {
    padding-top: -10rem;
  }
  .pdb-lg--10 {
    padding-bottom: -10rem;
  }
  .pdl-lg--10 {
    padding-left: -10rem;
  }
  .pdr-lg--10 {
    padding-right: -10rem;
  }
}

@media (min-width: 1200px) {
  .pdt-xl-0 {
    padding-top: 0rem;
  }
  .pdb-xl-0 {
    padding-bottom: 0rem;
  }
  .pdl-xl-0 {
    padding-left: 0rem;
  }
  .pdr-xl-0 {
    padding-right: 0rem;
  }
  .pdt-xl--0 {
    padding-top: -0rem;
  }
  .pdb-xl--0 {
    padding-bottom: -0rem;
  }
  .pdl-xl--0 {
    padding-left: -0rem;
  }
  .pdr-xl--0 {
    padding-right: -0rem;
  }
  .pdt-xl-1 {
    padding-top: 1rem;
  }
  .pdb-xl-1 {
    padding-bottom: 1rem;
  }
  .pdl-xl-1 {
    padding-left: 1rem;
  }
  .pdr-xl-1 {
    padding-right: 1rem;
  }
  .pdt-xl--1 {
    padding-top: -1rem;
  }
  .pdb-xl--1 {
    padding-bottom: -1rem;
  }
  .pdl-xl--1 {
    padding-left: -1rem;
  }
  .pdr-xl--1 {
    padding-right: -1rem;
  }
  .pdt-xl-2 {
    padding-top: 2rem;
  }
  .pdb-xl-2 {
    padding-bottom: 2rem;
  }
  .pdl-xl-2 {
    padding-left: 2rem;
  }
  .pdr-xl-2 {
    padding-right: 2rem;
  }
  .pdt-xl--2 {
    padding-top: -2rem;
  }
  .pdb-xl--2 {
    padding-bottom: -2rem;
  }
  .pdl-xl--2 {
    padding-left: -2rem;
  }
  .pdr-xl--2 {
    padding-right: -2rem;
  }
  .pdt-xl-3 {
    padding-top: 3rem;
  }
  .pdb-xl-3 {
    padding-bottom: 3rem;
  }
  .pdl-xl-3 {
    padding-left: 3rem;
  }
  .pdr-xl-3 {
    padding-right: 3rem;
  }
  .pdt-xl--3 {
    padding-top: -3rem;
  }
  .pdb-xl--3 {
    padding-bottom: -3rem;
  }
  .pdl-xl--3 {
    padding-left: -3rem;
  }
  .pdr-xl--3 {
    padding-right: -3rem;
  }
  .pdt-xl-4 {
    padding-top: 4rem;
  }
  .pdb-xl-4 {
    padding-bottom: 4rem;
  }
  .pdl-xl-4 {
    padding-left: 4rem;
  }
  .pdr-xl-4 {
    padding-right: 4rem;
  }
  .pdt-xl--4 {
    padding-top: -4rem;
  }
  .pdb-xl--4 {
    padding-bottom: -4rem;
  }
  .pdl-xl--4 {
    padding-left: -4rem;
  }
  .pdr-xl--4 {
    padding-right: -4rem;
  }
  .pdt-xl-5 {
    padding-top: 5rem;
  }
  .pdb-xl-5 {
    padding-bottom: 5rem;
  }
  .pdl-xl-5 {
    padding-left: 5rem;
  }
  .pdr-xl-5 {
    padding-right: 5rem;
  }
  .pdt-xl--5 {
    padding-top: -5rem;
  }
  .pdb-xl--5 {
    padding-bottom: -5rem;
  }
  .pdl-xl--5 {
    padding-left: -5rem;
  }
  .pdr-xl--5 {
    padding-right: -5rem;
  }
  .pdt-xl-6 {
    padding-top: 6rem;
  }
  .pdb-xl-6 {
    padding-bottom: 6rem;
  }
  .pdl-xl-6 {
    padding-left: 6rem;
  }
  .pdr-xl-6 {
    padding-right: 6rem;
  }
  .pdt-xl--6 {
    padding-top: -6rem;
  }
  .pdb-xl--6 {
    padding-bottom: -6rem;
  }
  .pdl-xl--6 {
    padding-left: -6rem;
  }
  .pdr-xl--6 {
    padding-right: -6rem;
  }
  .pdt-xl-7 {
    padding-top: 7rem;
  }
  .pdb-xl-7 {
    padding-bottom: 7rem;
  }
  .pdl-xl-7 {
    padding-left: 7rem;
  }
  .pdr-xl-7 {
    padding-right: 7rem;
  }
  .pdt-xl--7 {
    padding-top: -7rem;
  }
  .pdb-xl--7 {
    padding-bottom: -7rem;
  }
  .pdl-xl--7 {
    padding-left: -7rem;
  }
  .pdr-xl--7 {
    padding-right: -7rem;
  }
  .pdt-xl-8 {
    padding-top: 8rem;
  }
  .pdb-xl-8 {
    padding-bottom: 8rem;
  }
  .pdl-xl-8 {
    padding-left: 8rem;
  }
  .pdr-xl-8 {
    padding-right: 8rem;
  }
  .pdt-xl--8 {
    padding-top: -8rem;
  }
  .pdb-xl--8 {
    padding-bottom: -8rem;
  }
  .pdl-xl--8 {
    padding-left: -8rem;
  }
  .pdr-xl--8 {
    padding-right: -8rem;
  }
  .pdt-xl-9 {
    padding-top: 9rem;
  }
  .pdb-xl-9 {
    padding-bottom: 9rem;
  }
  .pdl-xl-9 {
    padding-left: 9rem;
  }
  .pdr-xl-9 {
    padding-right: 9rem;
  }
  .pdt-xl--9 {
    padding-top: -9rem;
  }
  .pdb-xl--9 {
    padding-bottom: -9rem;
  }
  .pdl-xl--9 {
    padding-left: -9rem;
  }
  .pdr-xl--9 {
    padding-right: -9rem;
  }
  .pdt-xl-10 {
    padding-top: 10rem;
  }
  .pdb-xl-10 {
    padding-bottom: 10rem;
  }
  .pdl-xl-10 {
    padding-left: 10rem;
  }
  .pdr-xl-10 {
    padding-right: 10rem;
  }
  .pdt-xl--10 {
    padding-top: -10rem;
  }
  .pdb-xl--10 {
    padding-bottom: -10rem;
  }
  .pdl-xl--10 {
    padding-left: -10rem;
  }
  .pdr-xl--10 {
    padding-right: -10rem;
  }
}

.space {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 575px) {
  .space {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .space {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.space-up {
  padding-top: 2.5rem;
}

@media (min-width: 575px) {
  .space-up {
    padding-top: 3rem;
  }
}

@media (min-width: 768px) {
  .space-up {
    padding-top: 3.5rem;
  }
}

@media (min-width: 992px) {
  .space-up {
    padding-top: 3.5rem;
  }
}

.space-down {
  padding-bottom: 2.5rem;
}

@media (min-width: 575px) {
  .space-down {
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .space-down {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 992px) {
  .space-down {
    padding-bottom: 3.5rem;
  }
}

.space-sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 575px) {
  .space-sm {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .space-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .space-sm {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
  }
}

.space-sm-up {
  padding-top: 1rem;
}

@media (min-width: 575px) {
  .space-sm-up {
    padding-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .space-sm-up {
    padding-top: 1.7rem;
  }
}

@media (min-width: 992px) {
  .space-sm-up {
    padding-top: 2rem;
  }
}

.space-sm-down {
  padding-bottom: 1rem;
}

@media (min-width: 575px) {
  .space-sm-down {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .space-sm-down {
    padding-bottom: 1.7rem;
  }
}

@media (min-width: 992px) {
  .space-sm-down {
    padding-bottom: 2rem;
  }
}

.mgb-1-5 {
  margin-bottom: 1.5rem;
}

.mgt-1-5 {
  margin-top: 1.5rem;
}

.spacer {
  height: 0.5rem;
}

.size-0 {
  font-size: 1rem;
}

.size-1 {
  font-size: 1.1rem;
}

.size-2 {
  font-size: 1.2rem;
}

.size-3 {
  font-size: 1.3rem;
}

.size-4 {
  font-size: 1.4rem;
}

.size-5 {
  font-size: 1.5rem;
}

.size-6 {
  font-size: 1.6rem;
}

.size-7 {
  font-size: 1.7rem;
}

.size-8 {
  font-size: 1.8rem;
}

.size-9 {
  font-size: 1.9rem;
}

.size-10 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .size-md-0 {
    font-size: 1rem;
  }
  .size-md-1 {
    font-size: 1.1rem;
  }
  .size-md-2 {
    font-size: 1.2rem;
  }
  .size-md-3 {
    font-size: 1.3rem;
  }
  .size-md-4 {
    font-size: 1.4rem;
  }
  .size-md-5 {
    font-size: 1.5rem;
  }
  .size-md-6 {
    font-size: 1.6rem;
  }
  .size-md-7 {
    font-size: 1.7rem;
  }
  .size-md-8 {
    font-size: 1.8rem;
  }
  .size-md-9 {
    font-size: 1.9rem;
  }
  .size-md-10 {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .size-lg-0 {
    font-size: 1rem;
  }
  .size-lg-1 {
    font-size: 1.1rem;
  }
  .size-lg-2 {
    font-size: 1.2rem;
  }
  .size-lg-3 {
    font-size: 1.3rem;
  }
  .size-lg-4 {
    font-size: 1.4rem;
  }
  .size-lg-5 {
    font-size: 1.5rem;
  }
  .size-lg-6 {
    font-size: 1.6rem;
  }
  .size-lg-7 {
    font-size: 1.7rem;
  }
  .size-lg-8 {
    font-size: 1.8rem;
  }
  .size-lg-9 {
    font-size: 1.9rem;
  }
  .size-lg-10 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .size-xl-0 {
    font-size: 1rem;
  }
  .size-xl-1 {
    font-size: 1.1rem;
  }
  .size-xl-2 {
    font-size: 1.2rem;
  }
  .size-xl-3 {
    font-size: 1.3rem;
  }
  .size-xl-4 {
    font-size: 1.4rem;
  }
  .size-xl-5 {
    font-size: 1.5rem;
  }
  .size-xl-6 {
    font-size: 1.6rem;
  }
  .size-xl-7 {
    font-size: 1.7rem;
  }
  .size-xl-8 {
    font-size: 1.8rem;
  }
  .size-xl-9 {
    font-size: 1.9rem;
  }
  .size-xl-10 {
    font-size: 2rem;
  }
}

.background-primary {
  background-color: #000;
}

.background-secondary {
  background-color: #000;
}

.background-gray {
  background-color: #f5f5f5;
}

.background-darkgray {
  background-color: #cccccc;
}

.background-white {
  background-color: #ffffff;
}

.background-black {
  background-color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

.light-text {
  color: #D2D2D2;
}

.light-bg {
  background: #D2D2D2;
}

.primary-color {
  color: #000;
}

.secondary-color {
  color: #2a64ab;
}

.home .bk-header {
  color: white;
}

.home .bk-header .logo-bk img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: .4s;
  transition: .4s;
}

.bk-header {
  width: 100%;
  padding: 1.5rem 0;
  color: #000;
  background: white;
  font-weight: 500;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (min-width: 575px) {
  .bk-header {
    padding: 2rem 0;
  }
}

.bk-header::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #ffffff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: .4s;
  transition: .4s;
}

.bk-header.active {
  right: 280px;
}

@media (min-width: 1200px) {
  .bk-header.active {
    right: 0;
  }
}

.bk-header[data-header="sticky"] {
  color: #000000;
  position: fixed;
  color: #000000;
  padding: 1.3rem 0;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1));
}

.bk-header[data-header="sticky"]::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.bk-header[data-header="sticky"] .logo-bk img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.bk-header[data-header="sticky"] .phone-bk strong {
  color: #000;
}

.bk-header[data-header="sticky"] .bk-mob-tog span::before, .bk-header[data-header="sticky"] .bk-mob-tog span::after {
  background-color: #000000;
}

.bk-header .container {
  position: relative;
}

.bk-header .logo-bk {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bk-header .logo-bk a {
  display: block;
}

.bk-header nav {
  text-transform: uppercase;
}

.bk-header nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bk-header nav > ul > li {
  margin: 0;
  margin: 0.3rem 0.8rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bk-header nav > ul > li.menu-item-has-children:hover ul.sub-menu {
  display: block;
  z-index: 1;
}

.bk-header nav > ul > li.menu-item-has-children .sub-menu .active a {
  color: #000;
}

.bk-header nav > ul > li i {
  margin-left: 8px;
  position: relative;
  top: 1px;
}

.bk-header nav > ul > li.active > a {
  color: #000;
}

.bk-header nav > ul > li a {
  padding: 0.5rem 0rem;
  display: block;
  color: black;
  font-size: 0.9rem;
  font-weight: inherit;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 1367px) {
  .bk-header nav > ul > li a {
    margin: 0 0.6rem;
  }
}

.bk-header nav > ul > li a:hover {
  color: #2a64ab;
}

.bk-header nav > ul > li.current-menu-item a {
  color: #2a64ab;
}

.bk-header nav > ul > li.current-page-ancestor .current-menu-item {
  background: #2a64ab;
}

.bk-header nav > ul > li.current-page-ancestor .current-menu-item a {
  color: white;
}

.bk-header nav > ul > li.current-page-ancestor a {
  color: #2a64ab;
}

.bk-header nav > ul > li.current-page-ancestor:after {
  position: absolute;
  left: 50%;
  bottom: 0px;
  background: #2a64ab;
  width: 4px;
  height: 4px;
  content: '';
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

.bk-header nav > ul > li:after {
  position: absolute;
  left: 50%;
  bottom: 0px;
  background: #2a64ab;
  width: 4px;
  height: 4px;
  content: '';
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bk-header .logo-bk {
  width: 4rem;
  height: auto;
}

.bk-header .logo-bk a {
  display: block;
}

.bk-header .logo-bk img {
  height: auto;
  width: auto;
}

.bk-header .phone-bk {
  color: inherit;
  font-size: .7rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .bk-header .phone-bk {
    font-size: .8rem;
  }
}

.bk-header .phone-bk span {
  margin-left: -5px;
}

.bk-header .phone-bk strong {
  display: block;
  font-size: 1rem;
  margin-top: .2rem;
  font-weight: 600;
  margin-left: 5px;
}

@media (min-width: 575px) {
  .bk-header .phone-bk strong {
    font-size: 1.1rem;
  }
}

.bk-header a.btn.bk-btn {
  margin-left: 0rem;
  border-radius: .5rem;
}

@media (min-width: 575px) {
  .bk-header a.btn.bk-btn {
    margin-left: 2rem;
  }
}

.bk-header a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bk-header .book-bk svg {
  height: 31px;
  width: auto;
  margin-right: 1px;
  position: relative;
  top: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bk-header .book-bk svg path {
  fill: black;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bk-header .book-bk:hover {
  color: #2a64ab;
}

.bk-header .book-bk:hover .phone-bk strong {
  color: #2a64ab;
}

.bk-header .book-bk:hover svg path {
  fill: #2a64ab;
}

@media (min-width: 575px) {
  .book-bk.ph-hld {
    margin-right: 2rem;
  }
}

.bk-header[data-header="sticky"] .book-bk svg path {
  fill: black;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.home .logo-bk {
  width: 4rem;
}

@media (min-width: 575px) {
  .home .logo-bk {
    width: 6rem;
  }
}

.home .bk-header {
  background: transparent;
  position: fixed;
}

.home .bk-header nav > ul > li a {
  color: white;
}

.home .bk-header .sub-menu a {
  color: #000;
}

.home .bk-header nav > ul > li.current-menu-item a {
  color: #fff;
}

.home li.current-menu-item.current_page_item:after {
  position: absolute;
  left: 50%;
  bottom: 0px;
  background: #ffffff;
  width: 4px;
  height: 4px;
  content: '';
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

.home nav > ul > li a:hover {
  color: #2a64ab;
}

.home .bk-header nav > ul > li:hover:after {
  background: #ffffffb3 !important;
}

.home .book-bk:hover {
  color: #ffffffb3;
}

.home .book-bk:hover .phone-bk strong {
  color: #ffffffb3;
}

.home .book-bk:hover svg path {
  fill: #ffffffb3;
}

.home .book-bk svg path {
  fill: white;
}

.home .bk-header[data-header="sticky"] .logo-bk {
  width: 3.3rem;
}

.home .bk-header[data-header="sticky"] nav > ul > li.current-menu-item a:hover {
  color: #2a64ab;
}

.home .bk-header[data-header="sticky"] nav > ul > li.current-menu-item a {
  color: #2a64ab;
}

.home .bk-header[data-header="sticky"] nav > ul > li a:hover {
  color: #2a64ab;
}

.home .bk-header[data-header="sticky"] .book-bk:hover {
  color: #2a64ab;
}

.home .bk-header[data-header="sticky"] .book-bk:hover .phone-bk strong {
  color: #2a64ab;
}

.home .bk-header[data-header="sticky"] .book-bk:hover svg path {
  fill: #2a64ab;
}

li.current-menu-item.current_page_item:after {
  position: absolute;
  left: 50%;
  bottom: 0px;
  background: #2a64ab;
  width: 4px;
  height: 4px;
  content: '';
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

.home .bk-header[data-header="sticky"] li.current-menu-item.current_page_item:after {
  background: #2a64ab !important;
}

.bk-header[data-header="sticky"] nav > ul > li:hover:after {
  background: #2a64ab !important;
}

.bk-header li.menu-item-has-children ul.sub-menu {
  display: none;
  white-space: nowrap;
  min-width: 12rem;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-weight: 400;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.15rem 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.15rem 0.25rem rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: -45px;
  margin: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  border-radius: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.bk-header li.menu-item-has-children ul.sub-menu:after {
  display: block;
  content: "";
  position: absolute;
  top: -2rem;
  height: 2rem;
  width: 5rem;
  left: 50px;
  z-index: -1;
}

.bk-header li.menu-item-has-children ul.sub-menu:before {
  left: 80px;
  position: absolute;
  top: -8px;
  content: "";
  display: block;
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
}

.bk-header li.menu-item-has-children ul.sub-menu li {
  width: 100%;
  margin: 0;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
  padding: 0.3rem 1rem;
  font-size: 1rem;
  line-height: 1 !important;
}

.bk-header li.menu-item-has-children ul.sub-menu li:hover {
  background-color: #2a64ab;
}

.bk-header li.menu-item-has-children ul.sub-menu li:hover > ul {
  display: block;
}

.bk-header li.menu-item-has-children ul.sub-menu li:hover > a {
  color: #ffffff;
}

.bk-header li.menu-item-has-children ul.sub-menu li a {
  display: block;
  padding: .5rem 0rem;
  text-transform: none;
}

.bk-header li.menu-item-has-children ul.sub-menu li a::after {
  display: none;
}

.bk-header li.menu-item-has-children ul.sub-menu li ul {
  display: none;
  min-width: 12rem;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.15rem 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.15rem 0.25rem rgba(0, 0, 0, 0.1);
}

.inner-page {
  margin-top: 94.28px;
}

.inner-page .bk-header {
  background: white;
  color: black;
}

.inner-page .bk-header .logo-bk img {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}

.modal-header {
  border-bottom: none;
}

.bk-header[data-header="sticky"] .logo-bk {
  width: 3.3rem;
}

.bk-header[data-header="sticky"] .menu-item-has-children:hover {
  color: white;
}

.bk-header[data-header="sticky"] .sub-menu {
  -webkit-transform: translateY(40px) !important;
          transform: translateY(40px) !important;
}

.bk-header[data-header="sticky"] .sub-menu:after {
  top: -3.5rem !important;
  height: 3.5rem !important;
}

.bk-header[data-header="sticky"] nav > ul > li a {
  color: black;
}

.bk-header[data-header="sticky"] nav > ul > li.current-menu-item a {
  color: #2a64ab;
}

.bk-header[data-header="sticky"] nav > ul > li.current-page-ancestor a {
  color: #2a64ab;
}

.bk-header[data-header="sticky"] nav > ul > li a:hover {
  color: #2a64ab;
}

.bk-header[data-header="sticky"] .book-bk:hover {
  color: #2a64ab;
}

.bk-header[data-header="sticky"] .book-bk:hover .phone-bk strong {
  color: #2a64ab;
}

.bk-header[data-header="sticky"] .book-bk:hover svg path {
  fill: #2a64ab;
}

.bk-header .logo-bk {
  position: absolute;
  top: .5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bk-footer {
  background: #000000;
  color: white;
  text-align: center;
}

@media (min-width: 768px) {
  .bk-footer {
    text-align: left;
  }
}

.bk-footer .logo-bk {
  max-width: 4rem;
  display: block;
}

.bk-footer .logo-bk img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 100%;
  height: auto;
}

.bk-footer .title-bk {
  font-size: 1.3rem;
  color: white;
  font-weight: 500;
}

.bk-footer .title-bk .topline-bk {
  display: block;
}

.bk-footer .sub-title-bk {
  line-height: 1.8;
}

.bk-footer a {
  color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bk-footer a:hover {
  color: #2a64ab;
}

.bk-footer .copy-bk {
  margin: 0;
}

.bk-footer .link-bk span {
  margin-left: 0.5rem;
}

.bk-footer .bottom-bk {
  padding: 2.5rem 0 4.5rem;
  border-top: 1px solid #ffffff;
}

@media (min-width: 575px) {
  .bk-footer .bottom-bk {
    padding: 2.5rem 0 2.5rem;
  }
}

.bk-footer .bottom-bk svg {
  margin-bottom: 0;
  height: 1rem;
}

.bk-footer .top-bk .social-bk svg {
  height: 1.7rem;
  width: auto;
  margin-right: 0rem;
}

.bk-footer .top-bk .mw-bk {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .bk-footer .top-bk .mw-bk {
    margin-left: 0;
  }
}

.bk-footer #menu-static-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bk-footer #menu-static-menu li {
  margin-left: 1rem;
  position: relative;
}

.bk-footer #menu-static-menu li:first-child:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 52%;
  content: '';
  right: -9px;
  background: white;
  width: 1px;
}

.bk-footer .white-btn-bk {
  color: #000;
  background: white;
  font-size: 0.9rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0.9rem 1.2rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .bk-footer .white-btn-bk {
    font-size: 1rem;
  }
}

.bk-footer .white-btn-bk:hover {
  background: transparent;
  color: white;
  border-color: white;
}

.bk-footer li.current-menu-item.current_page_item:after {
  display: none;
}

.bk-footer .social-bk {
  margin-left: -.5rem;
}

.bk-footer .social-bk a {
  display: block;
  margin-right: 1rem;
  padding: 1px;
  color: #ffffff;
  font-size: 1.5rem;
  opacity: .8;
  -webkit-transition: .4s;
  transition: .4s;
}

.bk-footer .social-bk a:last-child {
  margin-right: 0;
}

.bk-footer .social-bk a:hover {
  color: #ffffff;
  opacity: 1;
}

.bk-footer .social-bk svg {
  margin-bottom: 0rem;
  width: 1.9rem;
  height: auto;
  fill: white;
  margin-right: 0.5rem;
}

.bk-footer .social-bk svg path {
  fill: white;
}

.bk-footer address {
  position: relative;
  margin-top: 1.5rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .bk-footer address {
    padding-left: 2.5rem;
    padding-top: 0;
  }
}

.bk-footer address svg {
  position: absolute;
  top: 0;
  left: 50%;
  height: 2rem;
  width: 2rem;
  fill: #ffffff;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

@media (min-width: 768px) {
  .bk-footer address svg {
    left: 0;
    -webkit-transform: translatex(0%);
            transform: translatex(0%);
  }
}

.contact-page .bk-footer .bottom-bk {
  font-size: 0.9rem;
}

.contact-bottom-address-bk .social-bk {
  margin-top: 1rem;
}

.contact-bottom-address-bk .social-bk svg {
  width: 1.7rem;
  height: auto;
  /* margin-top: -1.2rem; */
  margin-left: -4px;
}

.contact-bottom-address-bk svg {
  height: 1.8rem;
  width: auto;
  margin-bottom: 0.2rem;
}

.contact-bottom-address-bk svg path {
  fill: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-bottom-address-bk .title-bk {
  font-size: 1.3rem;
  color: black;
  font-weight: 500;
  margin-bottom: 0.1rem;
}

.contact-bottom-address-bk .social-bk a {
  display: block;
  margin-right: 1rem;
  padding: 1px;
  color: #ffffff;
  font-size: 1.5rem;
  opacity: .8;
  -webkit-transition: .4s;
  transition: .4s;
}

.contact-bottom-address-bk .social-bk a:last-child {
  margin-right: 0;
}

.contact-bottom-address-bk .item-bk {
  margin-bottom: 1.4rem;
}

.contact-bottom-address-bk .item-bk:last-child {
  margin-bottom: 0;
}

.contact-bottom-address-bk .sub-title-bk {
  margin-bottom: 0;
}

.contact-bottom-address-bk a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: black;
}

.contact-bottom-address-bk a:hover {
  color: #2a64ab;
}

.contact-bottom-address-bk a:hover svg path {
  fill: #2a64ab;
}

.form-subtitle-bk {
  font-size: 0.9rem;
}

strong.map-title {
  display: block;
  margin-bottom: 5px;
}

#menu-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 992px) {
  #menu-footer-menu {
    display: block;
    padding-bottom: 0;
  }
}

#menu-footer-menu li {
  padding: 0 1rem;
}

@media (min-width: 992px) {
  #menu-footer-menu li {
    padding: 0;
  }
}

.bk-wrapper {
  width: 100%;
  overflow: hidden;
}

.bk-wrapper.active .bk-ui {
  right: 280px;
}

@media (min-width: 1200px) {
  .bk-wrapper.active .bk-ui {
    right: 0;
  }
}

.bk-wrapper .bk-ui {
  position: relative;
  right: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.container-fluid {
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1700px;
}

.bk-mob-tog {
  color: inherit;
  position: relative;
  height: 3rem;
  margin-left: 1.5rem;
  padding: 0 0 0 1.75rem;
}

@media (min-width: 575px) {
  .bk-mob-tog {
    margin-left: 1.5rem;
    padding-left: 2rem;
  }
}

.bk-mob-tog.active div::before {
  -webkit-transform: translate(-50%, -50%) translateY(0) rotate(-45deg);
          transform: translate(-50%, -50%) translateY(0) rotate(-45deg);
}

.bk-mob-tog.active div::after {
  -webkit-transform: translate(-50%, -50%) translateY(0) rotate(45deg);
          transform: translate(-50%, -50%) translateY(0) rotate(45deg);
}

.bk-mob-tog span {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bk-mob-tog span::before, .bk-mob-tog span::after {
  width: .8rem;
  width: 1.2rem;
  height: 0.05rem;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: currentColor;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

@media (min-width: 575px) {
  .bk-mob-tog span::before, .bk-mob-tog span::after {
    width: 1.2rem;
    height: 0.05rem;
  }
}

.bk-mob-tog span::before {
  -webkit-transform: translate(-50%, -50%) translateY(-2px) rotate(0);
          transform: translate(-50%, -50%) translateY(-2px) rotate(0);
}

@media (min-width: 575px) {
  .bk-mob-tog span::before {
    -webkit-transform: translate(-50%, -50%) translateY(-3px) rotate(0);
            transform: translate(-50%, -50%) translateY(-3px) rotate(0);
  }
}

.bk-mob-tog span::after {
  -webkit-transform: translate(-50%, -50%) translateY(2px) rotate(0);
          transform: translate(-50%, -50%) translateY(2px) rotate(0);
}

@media (min-width: 575px) {
  .bk-mob-tog span::after {
    -webkit-transform: translate(-50%, -50%) translateY(3px) rotate(0);
            transform: translate(-50%, -50%) translateY(3px) rotate(0);
  }
}

.bk-mob-tog b {
  display: block;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 400;
}

@media (min-width: 575px) {
  .bk-mob-tog b {
    font-size: .9rem;
  }
}

@media (max-width: 400px) {
  .bk-mob-tog b {
    display: none;
  }
}

.bk-mob-tog.active span::after {
  -webkit-transform: translate(-50%, -50%) translateY(0) rotate(45deg);
  transform: translate(-50%, -50%) translateY(0) rotate(45deg);
}

.bk-mob-tog.active span::before {
  -webkit-transform: translate(-50%, -50%) translateY(0) rotate(-45deg);
  transform: translate(-50%, -50%) translateY(0) rotate(-45deg);
}

.bk-mob-nav-mask {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 320;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

.bk-mob-nav-mask.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.bk-mob-nav {
  background-color: black;
  color: black;
  font-family: "Open Sans", sans-serif;
  width: 280px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -280px;
  z-index: 999999999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bk-mob-nav.active {
  right: 0;
}

.bk-mob-nav .contain-bk {
  width: 100%;
  height: 100%;
  padding: 0 0 1rem;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.bk-mob-nav a {
  display: inline-block;
  color: #ffffff;
}

.bk-mob-nav a::after {
  background-color: #000;
}

.bk-mob-nav a:hover {
  color: #000;
}

.bk-mob-nav .grid-bk {
  text-align: center;
}

.bk-mob-nav .grid-bk ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bk-mob-nav .grid-bk ul li {
  width: 50%;
  position: relative;
  margin: 0;
  padding: 0;
}

.bk-mob-nav .grid-bk ul li a {
  display: block;
  background-color: #bcefc369;
  text-transform: uppercase;
  padding: 1rem .5rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.bk-mob-nav .grid-bk ul li a.active {
  background-color: transparent;
}

.bk-mob-nav .list-bk {
  padding: 1.5rem 1rem;
}

.bk-mob-nav .list-bk ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bk-mob-nav .list-bk ul li {
  position: relative;
  margin: 0;
  padding: .4rem 0;
}

.bk-mob-nav .list-bk ul li:first-child {
  border-top: none;
}

.bk-mob-nav .list-bk ul li a {
  position: relative;
  margin-left: 1.5rem;
  margin-right: 3rem;
  padding: .25rem 0;
  font-family: "Open Sans", sans-serif;
  font-size: .9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.bk-mob-nav .list-bk ul li ul {
  display: none;
  color: black;
  padding-left: 1rem;
}

.bk-mob-nav .list-bk ul li ul li {
  border-top: none;
}

.bk-mob-nav .list-bk ul li ul li button {
  background-color: #000;
  color: black;
}

.bk-mob-nav .list-bk ul li ul li ul {
  margin-left: 1rem;
  background-color: #000;
  color: black;
}

.bk-mob-nav .list-bk ul li ul li ul ul {
  background-color: rgba(255, 255, 255, 0.1);
}

.bk-mob-nav .list-bk ul li ul li a {
  position: relative;
  text-transform: none;
}

.bk-mob-nav .list-bk .active > button::before {
  -webkit-transform: translate(-26%, -70%) rotate(45deg);
          transform: translate(-26%, -70%) rotate(45deg);
}

.bk-mob-nav .list-bk button {
  cursor: pointer;
  display: block;
  width: 2.5rem;
  height: 100%;
  height: 2.5rem;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  background-color: transparent;
  color: #000;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #fff;
  border-radius: .5rem;
}

.bk-mob-nav .list-bk button::before {
  content: url(../white-down-arrow.svg);
  position: absolute;
  top: 50%;
  left: 43%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: .4s;
  transition: .4s;
  height: .8rem;
  width: .8rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.bk-mob-nav address {
  margin: auto 0 0 0;
  padding: 2rem 0 3rem;
  font-style: normal;
}

.bk-mob-nav address p {
  border-top: solid 1px #000;
  font-weight: 300;
  padding: 1.5rem 0 0;
}

.bk-mob-nav .social-bk {
  display: block;
  text-align: center;
  border-top: solid 1px #000;
  padding: 1.5rem 0 0 0;
  margin: 1.5rem 0 0;
}

.bk-mob-nav .social-bk a {
  color: #000;
  height: 20px;
  margin-right: 1rem;
  font-size: 1.2rem;
}

.bk-mob-nav .social-bk a:hover {
  color: #000;
}

.bk-mob-nav hr {
  border-color: #959595;
  width: 100%;
  margin-right: auto;
  margin-left: 0;
}

.bk-mob-nav .contact-bk {
  padding: 0rem 2.5rem 1rem;
  text-align: center;
}

.bk-mob-nav .contact-bk .social-bk {
  padding: 0;
  border: none;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bk-mob-nav .contact-bk svg {
  height: 1.5rem;
  width: auto;
  fill: #fff;
}

.bk-mob-nav .contact-bk svg path {
  fill: white;
}

.bk-mob-nav .logo-bk {
  padding: 3rem 0 1rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.bk-mob-nav .logo-bk img {
  width: auto;
  height: 7.5rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.bk-mob-nav .cls-2 {
  fill: #ffffff;
}

.bk-mob-nav li.current-menu-item.current_page_item:after {
  display: none;
}

.current-menu-item a {
  color: #2a64ab;
}

.current-page-ancestor a {
  color: #2a64ab;
}

button:focus {
  outline: none;
}

/*# sourceMappingURL=app.css.map */
