@charset "UTF-8";
h6 {
  font-size: 1rem;
}

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

.bk-owl-nav.owl-nav-center {
  position: absolute;
  top: 50%;
  left: -3rem;
  right: -3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bk-owl-nav.owl-nav-center button {
  margin: 0;
}

.bk-owl-nav button {
  border: solid 1px #004890;
  background-color: #004890;
  color: #ffffff;
  outline: none;
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  margin: 0 .5rem 0 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bk-owl-nav button.disabled {
  opacity: 0;
  visibility: hidden;
}

.bk-owl-nav button:hover {
  border-color: #004890;
  background-color: transparent;
  color: #004890;
}

.bk-owl-nav button:hover polygon {
  fill: #004890;
}

.bk-owl-nav button svg {
  width: auto;
  height: 12px;
  margin: auto;
  position: relative;
  bottom: 1px;
}

.bk-owl-nav button polygon {
  fill: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
}

.bk-owl-dots button {
  display: block;
  width: 1.5rem;
  margin: 0 0 0 .5rem;
  padding: .5rem 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.bk-owl-dots button span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: transparent;
  border: solid 1px #004890;
  -webkit-transition: .4s;
  transition: .4s;
}

.bk-owl-dots button.active {
  width: 2rem;
}

.bk-owl-dots button.active span {
  background-color: #004890;
}

/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}

/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.wp-block-group .wp-block-group__inner-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 575px) {
  .wp-block-group .wp-block-group__inner-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wp-block-group .wp-block-group__inner-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .wp-block-group .wp-block-group__inner-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .wp-block-group .wp-block-group__inner-container {
    max-width: 1140px;
  }
}

.bk-page-header figure img, .bk-brands figure img, .bk-media .gallery-bk img, .bk-gallery figure img, .video-bk figure img, .bk-players .item-bk .bg-bk img, .bk-players .data-bk figure img, .bk-players .image-bk img, .bk-result figure img, .bk-club figure img, .bk-list_box figure img, .bk-news figure img, .bk-banner figure img, .bk-article figure img, .bk-newsletter figure img, .bk-obj-cover img, .bk-obj-md-cover img, figure.bk-image img, .bk-blocks > .wp-block-columns > .wp-block-column > .wp-block-image > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bk-owl-dots button, .btn, div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit],
div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit],
div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-page-button, .form-control, .form-label, button, .bk-mob-tog, .bk-mob-nav .list-bk button {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

.form-label::before, .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, div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit],
div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit],
div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-page-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 2.2rem;
  line-height: 2.1rem;
  padding: 0 2rem;
  text-align: center;
  text-transform: uppercase;
  background-color: #004890;
  color: #ffffff;
  border-color: #004890;
  border-radius: 0;
  border: solid 1px transparent;
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  letter-spacing: 0;
  font-size: 0.9rem;
  font-weight: 100;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (min-width: 768px) {
  .btn, div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit],
  div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit],
  div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-page-button {
    height: 2.4rem;
    line-height: 2.3rem;
  }
}

@media (min-width: 1200px) {
  .btn, div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit],
  div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit],
  div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-page-button {
    height: 2.6rem;
    line-height: 2.5rem;
  }
}

.btn:focus, div.wpforms-container-full.wpforms-container .wpforms-form input:focus[type=submit],
div.wpforms-container-full.wpforms-container .wpforms-form button:focus[type=submit],
div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-page-button:focus, .btn:active, div.wpforms-container-full.wpforms-container .wpforms-form input:active[type=submit],
div.wpforms-container-full.wpforms-container .wpforms-form button:active[type=submit],
div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-page-button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  color: #004890;
  border-color: #004890;
}

.btn:hover, div.wpforms-container-full.wpforms-container .wpforms-form input:hover[type=submit],
div.wpforms-container-full.wpforms-container .wpforms-form button:hover[type=submit],
div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-page-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  color: #004890;
}

.form-control {
  height: 2.2rem;
  font-size: .9rem;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: solid 1px #000000;
  color: #b7b5b5;
}

@media (min-width: 768px) {
  .form-control {
    height: 2.4rem;
  }
}

@media (min-width: 1200px) {
  .form-control {
    height: 2.6rem;
  }
}

.form-control::-webkit-input-placeholder {
  color: #959595;
}

.form-control::-moz-placeholder {
  color: #959595;
}

.form-control::-ms-input-placeholder {
  color: #959595;
}

.form-control::placeholder {
  color: #959595;
}

.form-control:focus, .form-control:active {
  border-color: #004890;
}

.invalid.form-control {
  border-color: #f44336;
}

html {
  font-size: .8rem;
}

@media (min-width: 768px) {
  html {
    font-size: .9rem;
  }
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto Condensed", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  text-decoration: none;
  outline-width: 0;
}

a:hover {
  text-decoration: none;
  outline-width: 0;
}

a:active {
  text-decoration: none;
  outline-width: 0;
}

a:visited {
  text-decoration: none;
  outline-width: 0;
}

a:focus {
  text-decoration: none;
  outline-width: 0;
}

button,
input,
input.form-control,
select,
select.form-control,
textarea,
textarea.form-control {
  outline: none;
  outline-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:hover,
input:hover,
input.form-control:hover,
select:hover,
select.form-control:hover,
textarea:hover,
textarea.form-control:hover {
  outline: none;
  outline-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:active,
input:active,
input.form-control:active,
select:active,
select.form-control:active,
textarea:active,
textarea.form-control:active {
  outline: none;
  outline-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:visited,
input:visited,
input.form-control:visited,
select:visited,
select.form-control:visited,
textarea:visited,
textarea.form-control:visited {
  outline: none;
  outline-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:focus,
input:focus,
input.form-control:focus,
select:focus,
select.form-control:focus,
textarea:focus,
textarea.form-control:focus {
  outline: none;
  outline-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a {
  color: #000000;
}

a:hover {
  color: #000000;
}

p {
  margin-bottom: 1rem;
}

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

b {
  font-weight: 600;
}

strong {
  font-weight: 700;
}

hr {
  border-color: #adb5bd;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

sup {
  font-size: 80%;
}

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

.grid {
  background: #DDD;
}

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

/* ---- .grid-item ---- */
/* height of 1 row */
.grid-item {
  height: 300px;
}

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

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

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

.grid-item:nth-child(2) {
  height: 300px;
}

@media (min-width: 992px) {
  .grid-item:nth-child(2) {
    height: 600px;
  }
}

.grid-item:nth-child(2) .bk-article:before {
  left: -41%;
  width: 115%;
}

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

@media (min-width: 575px) {
  .grid-item:nth-child(3) {
    width: 50%;
  }
}

#boxscroll2 {
  height: 310px;
  overflow: auto;
}

.offset {
  height: 4rem;
  width: 100%;
}

@media (min-width: 575px) {
  .offset {
    height: 5rem;
  }
}

.d-flex-parent > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap-parent > * {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

a:not(.btn):not(.obj):not(.button) {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bk-btn {
  margin-left: -.5rem;
}

.bk-btn .btn {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}

.bk-page-header {
  background-color: #004890;
  color: #ffffff;
  text-align: center;
  padding: 30vh 0 20vh;
  position: relative;
  z-index: 0;
}

.bk-page-header figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bk-page-header h1 {
  margin-bottom: 0;
  font-size: 1.8rem;
  color: inherit;
}

.bk-page-nav {
  background-color: #ffffff;
  text-align: center;
}

.bk-page-nav a {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.space {
  width: 100%;
  height: 30px;
}

@media (min-width: 575px) {
  .space {
    height: 55px;
  }
}

.space-small {
  height: 30px;
}

.space-large {
  height: 70px;
}

.gap {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.gap-small {
  padding-top: 30px;
  padding-bottom: 30px;
}

.gap-large {
  height: 70px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.gap-top {
  padding-top: 50px;
}

.gap-small-top {
  padding-top: 30px;
}

.gap-large-top {
  padding-top: 70px;
}

.gap-bottom {
  padding-bottom: 50px;
}

.gap-small-bottom {
  padding-bottom: 30px;
}

.gap-large-bottom {
  padding-bottom: 70px;
}

.bk-element-1 {
  display: block;
  width: 20%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(10%) translateY(50%);
          transform: translateX(10%) translateY(50%);
}

.bk-element-2 {
  display: block;
  width: 8%;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(-5%) translateY(-50%);
          transform: translateX(-5%) translateY(-50%);
}

.bk-menubox.container .content-bk {
  padding: 2rem;
}

.bk-menubox {
  position: relative;
}

.bk-menubox .content-bk {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  z-index: 9;
}

.bk-menubox .senior-bk .title-bk {
  left: 5%;
}

@media (min-width: 992px) {
  .bk-menubox .padding {
    padding: 2px;
  }
}

.bk-menubox .bk-article {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .bk-menubox .bk-article {
    margin-bottom: 0;
  }
}

.bk-brands a {
  display: block;
  padding: 1rem;
}

.bk-brands a:not(.btn):not(.obj):not(.button) {
  display: block;
}

.bk-brands figure {
  position: relative;
  width: 100%;
  padding-bottom: 25%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1;
  margin-bottom: 0;
}

.bk-brands figure img {
  -o-object-fit: contain;
     object-fit: contain;
}

.bk-brands.sponsor-bk figure {
  padding-bottom: 50%;
}

.bk-counter {
  padding: 3rem 0rem;
  margin-left: 0%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .bk-counter {
    padding: 6rem 3rem;
    margin-left: 15%;
  }
}

@media (min-width: 575px) {
  .bk-counter {
    margin-left: 25%;
    padding: 6rem 0rem;
  }
}

.bk-counter .all_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.bk-counter svg {
  width: 2.2rem;
  height: auto;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .bk-counter svg {
    width: 3.1rem;
  }
}

.bk-counter.style-2 {
  margin-left: auto;
  margin-right: 0%;
}

@media (min-width: 992px) {
  .bk-counter.style-2 {
    padding: 6rem 3rem;
    margin-left: auto;
    margin-right: 15%;
  }
}

@media (min-width: 575px) {
  .bk-counter.style-2 {
    margin-left: auto;
    margin-right: 25%;
  }
}

.bk-counter .time-bk {
  text-align: right;
  margin-top: 2rem;
  color: #004890;
  font-style: italic;
  padding: 1rem 0.2rem;
  padding-bottom: 0;
}

.players-bk {
  position: absolute;
  bottom: -27px;
  height: 103%;
  display: none;
}

@media (min-width: 575px) {
  .players-bk {
    display: block;
  }
}

.players-bk.style-2 {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.bk-join {
  background: #004890;
  color: white;
}

.bk-join .h6,
.bk-join .btn {
  margin: 1rem 1rem;
  text-align: center;
}

@media (min-width: 992px) {
  .bk-join .h6,
  .bk-join .btn {
    margin-left: 3rem;
    margin-right: 3rem;
    text-align: left;
  }
}

.bk-media {
  font-family: "Roboto Condensed", sans-serif, sans-serif;
}

.bk-media .full-width-bk figure {
  padding-bottom: 50%;
}

.bk-media .full-height-bk figure {
  padding-bottom: 200%;
}

.bk-media .full-height-bk article:before {
  left: -65%;
}

.bk-media .full-height-bk article:hover:before {
  width: 150%;
}

.bk-media .full-height-bk .bk-article {
  border: none;
}

.bk-media .bk-article {
  border: 1px solid white;
}

.bk-media .date-bk {
  margin-bottom: 0.5rem;
}

.bk-media .bk-title {
  margin-bottom: 0;
}

.bk-media .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  margin-left: 1rem;
  border-bottom: none;
}

@media (min-width: 575px) {
  .bk-media .nav-tabs {
    margin-left: 3rem;
  }
}

@media (min-width: 992px) {
  .bk-media .nav-tabs {
    margin-left: 5rem;
  }
}

.bk-media .nav-link {
  border: none;
  padding: 0.5rem 1.5rem;
}

.bk-media .nav-link.active {
  color: #004890;
}

.bk-media .header-bk {
  margin-bottom: 1.5rem;
}

.bk-media .gallery-bk {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0;
}

.bk-media .bk-article {
  height: 100%;
}

.bk-media .bk-article figure img {
  z-index: 0;
}

.bk-media .thumbnail {
  border: 1px solid white;
}

.bk-gallery figure {
  position: relative;
  width: 100%;
  padding-bottom: 80%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0;
  border: 1px solid white;
}

.video-bk .play-button {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #004890;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.6;
}

.video-bk figure {
  position: relative;
  width: 100%;
  padding-bottom: 80%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0;
  border: 1px solid white;
}

.bk-players .item-bk {
  color: white;
  background: gray;
  padding: 2.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 575px) {
  .bk-players .item-bk {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 992px) {
  .bk-players .item-bk {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.bk-players .item-bk:before {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.bk-players .item-bk .bg-bk {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
}

.bk-players .item-bk .bg-bk img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.bk-players .item-bk .bg-part-bk {
  position: absolute;
  z-index: 2;
  right: 1.2rem;
  bottom: 2.5rem;
}

@media (min-width: 575px) {
  .bk-players .item-bk .bg-part-bk {
    right: 5rem;
  }
}

@media (min-width: 992px) {
  .bk-players .item-bk .bg-part-bk {
    right: 1.2rem;
  }
}

.bk-players .owl-stage {
  margin-left: 0px;
}

@media (min-width: 992px) {
  .bk-players .owl-stage {
    margin-left: -70px;
  }
}

.bk-players .owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 1200px) {
  .bk-players .owl-nav {
    opacity: 0;
  }
}

.bk-players .owl-nav button {
  width: 135px;
  height: 100%;
}

.bk-players .owl-nav .owl-next {
  text-align: right;
}

.bk-players .owl-nav .owl-prev {
  text-align: left;
}

.bk-players .owl-nav span {
  opacity: 1;
  color: white;
  font-size: 2rem;
  background: #004890;
  width: 2rem;
  height: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bk-players .owl-nav:hover {
  opacity: 1;
}

.bk-players .data-bk {
  z-index: 3;
  position: relative;
}

.bk-players .data-bk figure {
  position: relative;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  top: 0;
  left: 0;
}

.bk-players .data-bk figure img {
  -o-object-fit: contain;
     object-fit: contain;
}

.bk-players .image-bk {
  position: relative;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: rgba(245, 131, 39, 0.3);
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 3;
}

.bk-players .image-bk img {
  -o-object-fit: contain;
     object-fit: contain;
}

th {
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.win-bk {
  display: inline-block;
  padding: 0.1rem 0.4rem;
  background: #004890;
  color: white;
  font-weight: 400;
  font-size: 0.8rem;
  border-radius: 0.2rem;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}

#contentscroll2 {
  height: 310px;
}

.bk-result {
  /* width */
  /* Track */
  /* Handle */
}

.bk-result figure {
  position: relative;
  width: 100%;
  padding-bottom: 57%;
  overflow: hidden;
  top: 0;
  left: 0;
  margin: 0;
}

.bk-result figure img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.bk-result .score {
  width: 25%;
}

.bk-result tr.match-js {
  cursor: pointer;
}

.bk-result tr.match-js td {
  min-width: 100px;
}

.container.bk-result th {
  border-bottom: none;
}

.bk-club .item-bk {
  background: white;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  margin-left: 15px;
  margin-right: 15px;
}

.bk-club .item-bk a {
  padding: 2rem;
  display: block;
}

@media (min-width: 575px) {
  .bk-club .item-bk {
    width: 48%;
    margin: 0 0.5%;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .bk-club .item-bk {
    width: 31%;
  }
}

@media (min-width: 1200px) {
  .bk-club .item-bk {
    width: 19%;
  }
}

.bk-club figure {
  position: relative;
  width: 100%;
  height: 9rem;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  margin-bottom: 0;
}

.bk-club figure img {
  -o-object-fit: contain;
     object-fit: contain;
}

.bk-club a {
  display: block;
  padding: 2rem;
  height: 100%;
}

.bk-list_box .title-link-bk {
  color: black;
  font-size: 0.9rem;
  font-weight: 700;
}

.bk-list_box .item-bk {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bk-list_box .item-bk::before {
  position: absolute;
  left: -9%;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 72, 144, 0.7);
  content: '';
  display: block;
  z-index: 1;
  -webkit-transform: skew(-5deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bk-list_box .item-bk:hover::before {
  width: 101%;
}

.bk-list_box .item-bk::after {
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/images/basketball-ball-2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  z-index: 1;
}

.bk-list_box .item-bk:hover .bk-sm_title,
.bk-list_box .item-bk:hover .title-link-bk {
  color: white;
}

.bk-list_box figure {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  margin-bottom: 0;
}

.bk-list_box footer {
  position: absolute;
  bottom: 0;
  text-align: left;
  left: 0;
  width: 100%;
  background: transparent;
  margin: 0;
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: white;
  overflow: hidden;
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  z-index: 1;
}

.bk-list_box footer::before {
  position: absolute;
  left: -16%;
  top: 0;
  width: 100%;
  height: 110%;
  content: '';
  background: #004890;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bk-list_box footer .name-bk {
  font-size: 1.2rem;
}

.bk-list_box footer .sub-title {
  font-size: 0.9rem;
}

.bk-list_box .btn {
  z-index: 2;
  position: relative;
}

.bk-list_box .bk-sm_title {
  z-index: 2;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bk-list_box.title-button .item-bk {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  height: 100%;
}

.bk-list_box.title-button .item-bk .bk-sm_title {
  min-height: 108px;
  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;
}

.bk-news figure {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 0.5rem;
}

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

.news-page .pagebanner-bk.item-bk {
  background: black;
  height: 200px;
}

.news-page .bk-banner .content-bk {
  width: 50%;
}

.bk-single-post-image {
  margin-bottom: 2rem;
}

.bk-single-post-image img {
  width: 100%;
  border-radius: 0.5rem;
}

.nav-links {
  padding: 1rem;
  background: #f0f0f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.bk-list li {
  background: url(../../assets/images/list-icon.png);
  background-repeat: no-repeat;
  background-position: 0% 3px;
  padding-left: 2rem;
  margin-bottom: 0.9rem;
}

.bk-list li ul {
  margin-top: 1rem;
}

.bk-list li ul li {
  background: transparent;
  background: transparent;
  padding-left: 0.2rem;
}

.bk-video .video-thumbnail {
  max-width: 500px;
  height: 210px;
  padding-bottom: 0;
  position: relative;
}

.bk-video .play-button {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #004890;
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: 0.6;
}

.bk-bg-box {
  background: black;
  padding: 2rem;
  position: relative;
}

.bk-bg-box .bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  opacity: 0.3;
}

.bk-bg-box article {
  z-index: 2;
  position: relative;
  color: white;
}

.bk-text-box {
  background: #f8f8f8;
  padding: 2rem 1.5rem;
}

.bk-text-box p:last-child {
  margin-bottom: 0;
}

.bk-text-box a {
  color: #004890;
  font-family: "Roboto Condensed", sans-serif, sans-serif;
}

.bk-text-box p {
  line-height: 2;
}

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

.bk-text-box ul li {
  background: url(../../assets/images/list-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}

body.page-template.page-template-page-full.page-template-page-full-php.page.page-id-407.logged-in.admin-bar.wp-embed-responsive.customize-support {
  background: #f8f8f8;
}

.w-100 {
  border-radius: 0.25rem;
  overflow: hidden;
}

.w-100 img {
  width: 100%;
}

.qucklinks-bk .bk-md_title {
  font-size: 1.4rem;
  margin-bottom: 0.7rem;
}

div#map {
  width: 100%;
  height: 458px;
}

@media (min-width: 992px) {
  div#map {
    height: 100%;
    min-height: 631px;
  }
}

body div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit],
body div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit],
body div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-page-button {
  background-color: transparent;
  border-radius: 0;
  height: 3rem;
  color: #fff;
}

body div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit]:hover,
body div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit]:hover,
body div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-page-button:hover {
  border-color: #004890;
  background-color: transparent;
  color: #ffffff;
}

.bk-profiles .owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 992px) {
  .bk-profiles .owl-nav {
    opacity: 0;
  }
}

.bk-profiles .owl-nav .owl-next {
  text-align: right;
}

.bk-profiles .owl-nav .owl-prev {
  text-align: left;
}

.bk-profiles .owl-nav span {
  opacity: 1;
  color: white;
  font-size: 2rem;
  background: #004890;
  width: 2rem;
  height: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bk-profiles:hover .owl-nav {
  opacity: 1;
}

.ngg-album-compact h4 {
  font-weight: 700;
  padding: 1rem !important;
  font-size: 15px;
  margin: 0;
  background: #004890;
  overflow: hidden;
  position: relative;
}

.ngg-album-compact h4 a {
  color: #004890;
}

.ngg-album-compact h4 a:hover {
  color: white;
}

.ngg-album-compact h4:before {
  width: 100%;
  height: 100%;
  content: '';
  background: #000000;
  left: -15px;
  /* height: 0; */
  position: absolute;
  top: 0;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
}

.ngg-albumoverview.default-view .ngg-album-compact {
  /* text-align: center; */
  /* margin: 0 10px 10px 0 !important; */
  /* padding: 10px !important; */
  /* border: 1px solid rgba(150,150,150,.3); */
  /* box-shadow: 0 0 4px 2px rgb(150 150 150 / 10%); */
  text-align: 0;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  float: none;
  display: inline-block;
}

.ngg-album-compactbox {
  padding: 0 !important;
  border: 1px solid #004890;
}

span.js-shave {
  display: block !important;
}

span.js-shave-char {
  display: none;
}

.bk-images .owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 31%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  height: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 1200px) {
  .bk-images .owl-nav {
    opacity: 0;
  }
}

.bk-images .owl-nav button {
  width: 135px;
  height: 100%;
}

.bk-images .owl-nav .owl-next {
  text-align: right;
}

.bk-images .owl-nav .owl-prev {
  text-align: left;
}

.bk-images .owl-nav span {
  opacity: 1;
  color: white;
  font-size: 2rem;
  background: #004890;
  width: 2rem;
  height: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bk-images:hover .owl-nav {
  opacity: 1;
}

.bk-single-image img {
  width: 100%;
  border-radius: 1rem;
  margin: 0.3rem 0 1rem;
}

.bk-post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 3rem;
  padding: 15px;
}

.toggle-list-more {
  display: none;
}

.toggle-list-more-btn {
  font-size: 1.1rem;
  padding: 0.8rem 1.3rem;
}

.toggle-list-more-btn span {
  color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle-list-more-btn .closed {
  display: block;
}

.toggle-list-more-btn .opened {
  display: none;
}

.toggle-list-more-btn.active .closed {
  display: none;
}

.toggle-list-more-btn.active .opened {
  display: block;
}

.toggle-list-more-btn:hover span {
  color: #004890;
}

.toggle-list-more-btn.btn {
  font-size: 1.1rem;
  padding: 0.8rem 1.3rem;
}

.toggle-list-more-btn.btn:hover {
  background: #004890;
}

.menu-box-bk .item-bk {
  position: relative;
}

.menu-box-bk .item-bk a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.menu-box-bk .bk-title {
  position: absolute;
  /* top: 0; */
  /* left: 50%; */
  bottom: 0;
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  color: white;
  z-index: 2;
  font-size: 1.3rem;
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  /* line-height: normal; */
  min-height: auto !important;
  background: #000;
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: left;
  overflow: hidden;
}

.menu-box-bk .bk-title:before {
  position: absolute;
  left: -6%;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #004890;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  z-index: -1;
}

.bk-fw-list {
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}

.bk-fw-list li {
  width: 50%;
}

.tribe-common .tribe-common-b2--bold {
  font-weight: 500;
}

#scroll {
  position: fixed;
  left: 10px;
  bottom: 10px;
  cursor: pointer;
  background-color: #000;
  text-indent: -9999px;
  display: none;
  border-radius: .25rem;
  z-index: 75;
  height: 2.2rem;
  line-height: 2.1rem;
  width: 2.2rem;
}

@media (min-width: 768px) {
  #scroll {
    height: 2.4rem;
    line-height: 2.3rem;
    width: 2.4rem;
  }
}

@media (min-width: 1200px) {
  #scroll {
    right: 10px;
    left: auto;
    height: 2.6rem;
    line-height: 2.5rem;
    width: 2.6rem;
  }
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: #004890;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

#scroll:hover:after {
  display: none;
}

#scroll.show {
  display: inline-block;
}

.content {
  overflow: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #004890;
  background-color: #004890;
}

body li.tribe-events-c-nav__list-item.tribe-events-c-nav__list-item--next a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-bottom: 60px !important;
  padding-top: 60px;
  min-height: 700px;
}

.tribe-events .tribe-events-l-container {
  padding-bottom: 60px !important;
}

.map-address p {
  margin-top: 0.3rem;
  font-weight: 400;
}

.tribe-events-sub-nav {
  padding: 0;
}

.tribe-events-sub-nav li {
  max-width: 40%;
}

.tribe-events-sub-nav li a:not(.btn):not(.obj):not(.button) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tribe-events-sub-nav li a:not(.btn):not(.obj):not(.button):before {
  width: 24px;
  margin-top: 3px;
}

.tribe-events-sub-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tribe-events-sub-nav li a:before {
  width: 24px;
}

.page-id-781 .bk-club figure {
  height: auto;
  padding-bottom: 139%;
}

.page-id-781 .bk-club h5 {
  margin-bottom: 0;
  color: black;
}

.parent-pageid-2714 .bk-text-box * {
  margin-bottom: 0;
}

@-webkit-keyframes flare {
  0% {
    width: 0;
    left: -10%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 0;
    left: 110%;
  }
}

@keyframes flare {
  0% {
    width: 0;
    left: -10%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 0;
    left: 110%;
  }
}

.btn-border {
  background-color: transparent;
  color: #004890;
  border-color: #004890;
}

.btn-border:focus, .btn-border:active {
  background-color: transparent;
  color: #004890;
  border-color: #004890;
}

.btn-border:hover {
  background-color: transparent;
  color: #004890;
  border-color: #004890;
}

.btn-light {
  background-color: transparent;
  color: #004890;
  border-color: #ffffff;
  position: relative;
}

.btn-light:before {
  position: absolute;
  left: -15%;
  top: 0;
  width: 101%;
  height: 108%;
  content: '';
  background: white;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-light:focus, .btn-light:active {
  background-color: transparent;
  border-color: #ffffff;
}

.btn-light:hover::before {
  -webkit-transform: initial;
          transform: initial;
  left: 0;
}

.button-primary {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
  position: relative;
  border: 1px solid #004890;
  height: auto;
  max-width: 20rem;
  line-height: normal;
  padding: 0.7rem 1rem;
  text-align: center;
}

.button-primary:before {
  position: absolute;
  left: -8%;
  top: 0;
  width: 101%;
  height: 108%;
  content: '';
  background: #004890;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button-primary:focus, .button-primary:active {
  background-color: transparent;
  border-color: #004890;
  color: white;
}

.button-primary:hover {
  color: white;
}

.button-primary:hover::before {
  background: #004890;
  -webkit-transform: initial;
          transform: initial;
  left: 0;
}

.button-primary.btn {
  height: auto;
  line-height: normal;
}

.btn-light.btn-border {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-light.btn-border:focus, .btn-light.btn-border:active {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.btn-light.btn-border:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.btn-link {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 100;
  color: #004890;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding: .5rem 3rem .5rem 0;
}

.btn-link:hover {
  color: #004890;
  text-decoration: none;
}

.btn-link:hover::after {
  -webkit-animation: right 2s infinite;
          animation: right 2s infinite;
}

.btn-link::after {
  display: inline-block;
  width: 2rem;
  height: 1rem;
  margin-left: .5rem;
  content: '';
  vertical-align: middle;
  background-image: url("../images/icon-arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.form-label {
  padding-left: 1.5rem;
  margin-bottom: .5rem;
  position: relative;
  font-size: 1.1rem;
}

.form-label::before {
  display: block;
  content: "\f00c";
  background-color: #004890;
  color: #ffffff;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  border-radius: 50%;
  font-size: .8rem;
  text-align: center;
  position: absolute;
  top: .15rem;
  left: 0;
}

textarea.form-control {
  height: 8rem;
}

div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-field-label {
  color: #004890;
  font-family: "Roboto", sans-serif;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

div.wpforms-container-full.wpforms-container .wpforms-form input[type=date], div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime], div.wpforms-container-full.wpforms-container .wpforms-form input[type=datetime-local], div.wpforms-container-full.wpforms-container .wpforms-form input[type=email], div.wpforms-container-full.wpforms-container .wpforms-form input[type=month], div.wpforms-container-full.wpforms-container .wpforms-form input[type=number], div.wpforms-container-full.wpforms-container .wpforms-form input[type=password], div.wpforms-container-full.wpforms-container .wpforms-form input[type=range], div.wpforms-container-full.wpforms-container .wpforms-form input[type=search], div.wpforms-container-full.wpforms-container .wpforms-form input[type=tel], div.wpforms-container-full.wpforms-container .wpforms-form input[type=text], div.wpforms-container-full.wpforms-container .wpforms-form input[type=time], div.wpforms-container-full.wpforms-container .wpforms-form input[type=url], div.wpforms-container-full.wpforms-container .wpforms-form input[type=week] {
  border-color: #004890;
  background-color: transparent;
  border-radius: 0;
  height: 3rem;
}

div.wpforms-container-full.wpforms-container .wpforms-form select,
div.wpforms-container-full.wpforms-container .wpforms-form textarea {
  border-color: #004890;
  background-color: transparent;
  border-radius: 0;
  height: 3rem;
}

div.wpforms-container-full.wpforms-container .wpforms-form textarea {
  height: 8rem;
}

div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit],
div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit],
div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-page-button {
  border-color: #004890;
  background-color: transparent;
  border-radius: 0;
  height: 3rem;
  color: #004890;
}

div.wpforms-container-full.wpforms-container .wpforms-form input[type=submit]:hover,
div.wpforms-container-full.wpforms-container .wpforms-form button[type=submit]:hover,
div.wpforms-container-full.wpforms-container .wpforms-form .wpforms-page-button:hover {
  border-color: #004890;
  background-color: transparent;
  color: #004890;
}

.bk-form {
  padding: 2rem;
  background: #f8f8f8;
}

.bk-form div.wpforms-container-full.wpforms-container .wpforms-form input {
  border-color: #00000094;
}

.bk-form div.wpforms-container-full.wpforms-container .wpforms-form select,
.bk-form div.wpforms-container-full.wpforms-container .wpforms-form textarea {
  border-color: #00000094;
}

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

.modal-dialog {
  margin: 2.75rem auto;
}

.modal-dialog.dialog-form {
  max-width: 650px;
}

.modal-dialog.dialog-content {
  max-width: 750px;
}

.modal-dialog .close {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  border: solid 1px #000000;
  border-radius: 50%;
  color: #000000;
  opacity: 1;
  text-indent: -9999999px;
}

.modal-dialog .close::before, .modal-dialog .close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  content: '';
  background-color: #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.modal-dialog .close::before {
  width: 50%;
  height: 2px;
}

.modal-dialog .close::after {
  width: 2px;
  height: 50%;
}

.modal-dialog .close:hover {
  opacity: 1;
}

.modal-dialog .close:hover::before, .modal-dialog .close:hover::after {
  opacity: 0.8;
}

.modal-dialog .modal-content {
  border-radius: 0.25rem;
}

.modal-dialog .modal-body {
  padding: 2.5rem 2rem 2rem;
}

.modal-dialog header p {
  margin-top: -1rem;
}

.bk-pagination {
  margin-top: 2rem;
}

.bk-pagination a,
.bk-pagination span {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  border: solid 1px #004890;
  border-radius: 50%;
  margin: 0 2px;
  padding: 0 .5rem;
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #004890;
  -webkit-transition: .4s;
  transition: .4s;
}

.bk-pagination a:hover,
.bk-pagination span:hover {
  border-color: #004890;
  background-color: #004890;
  color: #ffffff;
}

.bk-pagination a {
  cursor: pointer;
}

.bk-pagination .current {
  border-color: #004890;
  background-color: #004890;
  color: #ffffff;
}

.bk-breadcrumb a {
  display: block;
  margin-left: .5rem;
}

.bk-breadcrumb i {
  margin-left: .5rem;
}

#“breadcrumbs” {
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  display: inline-block;
}

@media (min-width: 768px) {
  #“breadcrumbs” {
    display: block;
    padding: 0;
  }
}

#“breadcrumbs” a {
  color: white;
}

strong.breadcrumb_last {
  color: black;
}

@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bk-loading {
  display: none;
  text-align: center;
}

.bk-loading.active {
  display: block;
}

.bk-loading div {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.bk-loading span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 3px;
  background: #76718b;
  border-radius: 10px;
  -webkit-animation: loading 1s infinite alternate;
          animation: loading 1s infinite alternate;
}

.bk-loading span:nth-of-type(2) {
  background: #54a092;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.bk-loading span:nth-of-type(3) {
  background: #95b5d8;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.bk-loading span:nth-of-type(4) {
  background: #996a5c;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.bk-loading span:nth-of-type(5) {
  background: #dda849;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.bk-loading span:nth-of-type(6) {
  background: #e1c7ae;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.bk-loading span:nth-of-type(7) {
  background: #72a79e;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.bk-loading span:nth-of-type(8) {
  background: #ed7e62;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.bk-loading span:nth-of-type(9) {
  background: #91b082;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

h1,
.h1 {
  font-size: 2.55rem;
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

h1 a,
.h1 a {
  color: inherit;
}

h1 a:hover,
.h1 a:hover {
  color: inherit;
}

h2,
.h2 {
  font-size: 2.3rem;
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

h2 a,
.h2 a {
  color: inherit;
}

h2 a:hover,
.h2 a:hover {
  color: inherit;
}

h3,
.h3 {
  font-size: 2.05rem;
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

h3 a,
.h3 a {
  color: inherit;
}

h3 a:hover,
.h3 a:hover {
  color: inherit;
}

h4,
.h4 {
  font-size: 1.8rem;
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

h4 a,
.h4 a {
  color: inherit;
}

h4 a:hover,
.h4 a:hover {
  color: inherit;
}

h5,
.h5 {
  font-size: 1.55rem;
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

h5 a,
.h5 a {
  color: inherit;
}

h5 a:hover,
.h5 a:hover {
  color: inherit;
}

h6,
.h6 {
  font-size: 1.3rem;
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

h6 a,
.h6 a {
  color: inherit;
}

h6 a:hover,
.h6 a:hover {
  color: inherit;
}

.bk-title {
  font-size: 1.7rem;
  margin-bottom: 1.2rem;
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.bk-md_title {
  font-size: 1.3rem;
  text-transform: none;
  margin-bottom: 1rem;
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.bk-sm_title {
  font-size: 1rem;
  text-transform: none;
  margin-bottom: 0.7rem;
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

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

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

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

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

strong {
  font-weight: 500;
}

.table td,
.table th {
  border-top: none;
}

.table td li,
.table th li {
  margin-bottom: 0.5rem;
}

.bk-table th,
.bk-table td {
  border-top: none;
  border-bottom: none;
  padding: 1rem 1.5rem;
}

.bk-table a {
  text-decoration: underline;
  color: #004890;
}

.bk-table a.btn {
  color: white;
  text-decoration: none;
}

thead {
  background: #f8f9fa;
}

.bk-bordered-table td,
.bk-bordered-table th {
  padding: 1.5rem;
  width: 2rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f9fa;
}

.table td,
.table th {
  vertical-align: middle;
}

.table th {
  font-weight: 700;
}

table .data-bk {
  min-width: 300px;
}

table .data-bk p {
  margin-bottom: 0;
}

.wp-block-table th,
.wp-block-table td {
  border-top: none;
  padding: 1rem 1.5rem;
  border: 1px solid #d2d7dbe8;
  padding: 1rem 1.5rem;
  min-width: 8rem;
}

body .wp-block-table th,
body .wp-block-table td {
  padding: 1rem 1rem;
}

body .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: transparent;
}

body .wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}

.page-id-568 .title-bk,
.page-id-584 .title-bk {
  width: 15rem;
}

.bk-banner {
  position: relative;
  width: 100%;
  background-color: #004890;
  color: #ffffff;
}

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

.bk-banner .owl-item {
  overflow: hidden;
}

.bk-banner h1,
.bk-banner h2,
.bk-banner h3,
.bk-banner h4,
.bk-banner h5,
.bk-banner h6 {
  text-transform: uppercase;
}

.bk-banner .bk-header-title {
  font-size: 1.3rem;
  max-width: 100%;
}

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

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

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

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

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

.bk-banner figure:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000059;
  content: '';
  display: block;
}

@media (min-width: 768px) {
  .bk-banner figure:before {
    display: none;
  }
}

.bk-banner article {
  width: 100%;
}

.bk-banner .content-bk {
  z-index: 9;
  position: relative;
  padding: 2rem 2rem;
  background: #004890d6;
  max-width: 100%;
}

@media (min-width: 768px) {
  .bk-banner .content-bk {
    padding: 0;
    background: transparent;
  }
}

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

@media (min-width: 992px) {
  .bk-banner .content-bk {
    max-width: 40%;
  }
}

.bk-banner .content-bk p {
  max-width: 100%;
}

@media (min-width: 768px) {
  .bk-banner .content-bk p {
    max-width: 85%;
  }
}

@media (min-width: 1200px) {
  .bk-banner .content-bk p {
    max-width: 100%;
  }
}

.bk-banner nav {
  position: absolute;
  bottom: 2rem;
  left: 0;
  z-index: 5;
  padding-left: 15px;
}

.bk-banner nav button {
  width: 10px;
  height: 10px;
  border-radius: 0;
  border: solid 1px #ffffff;
  border-radius: 50%;
  margin: 0 .5rem 0 0;
  padding: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.bk-banner nav button.active {
  background-color: #ffffff;
}

.bk-banner nav button.active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.bk-banner .item-bk {
  position: relative;
  padding-top: 10%;
  padding-bottom: 10%;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .bk-banner .item-bk {
    padding-top: 10%;
    padding-bottom: 10%;
    height: 100vh;
  }
}

.bk-banner .item-bk::before {
  position: absolute;
  left: -20%;
  top: 0;
  width: 75%;
  height: 100%;
  background-color: rgba(0, 72, 144, 0.9);
  content: '';
  display: none;
  z-index: 9;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}

@media (min-width: 768px) {
  .bk-banner .item-bk::before {
    display: block;
  }
}

@media (min-width: 1200px) {
  .bk-banner .item-bk::before {
    max-width: 70%;
  }
}

.pagebanner-bk.item-bk {
  height: 200px;
  min-height: auto;
}

@media (min-width: 768px) {
  .pagebanner-bk.item-bk {
    height: 250px;
  }
}

@media (min-width: 1200px) {
  .pagebanner-bk.item-bk {
    height: 250px;
  }
}

.bk-article {
  position: relative;
  overflow: hidden;
  color: white;
  margin-bottom: 1rem;
}

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

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

.bk-article::before {
  position: absolute;
  left: -20%;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0, 72, 144, 0.7);
  content: '';
  display: block;
  z-index: 1;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bk-article::after {
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(28%, #000000b8), color-stop(74%, transparent));
  background: linear-gradient(0deg, #000000b8 28%, transparent 74%);
  content: '';
  width: 100%;
  height: 100%;
}

.bk-article .player-bk {
  position: absolute;
  z-index: 9;
  left: 3rem;
}

.bk-article .player-bk img {
  -o-object-fit: contain;
     object-fit: contain;
  bottom: 0;
  height: 85%;
  top: revert;
}

.bk-article .player-bk .title-bk {
  position: absolute;
  right: 14%;
  top: 6%;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  text-transform: uppercase;
}

.bk-article:hover::before {
  width: 101%;
}

.bk-article .space-small {
  display: none;
}

@media (min-width: 1200px) {
  .bk-article .space-small {
    display: block;
  }
}

.bk-article .content-bk {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  z-index: 9;
  padding: 2rem;
}

.bk-article figure {
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 0;
}

@media (min-width: 575px) {
  .bk-article figure {
    padding-bottom: 100%;
  }
}

.bk-newsletter {
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .bk-newsletter {
    padding: 3% 0 33%;
  }
}

.bk-newsletter .image-bk {
  width: 100%;
  padding-bottom: 80%;
  position: relative;
  z-index: -1;
}

@media (min-width: 768px) {
  .bk-newsletter .image-bk {
    height: 100%;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.bk-newsletter figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.bk-newsletter article {
  width: 40rem;
  max-width: 100%;
  margin: auto;
  padding: 2rem 0 3rem 0;
  text-align: center;
  font-size: .8rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .bk-newsletter article {
    padding: 50px 0 0;
  }
}

.bk-newsletter p {
  margin-bottom: 1.5rem;
}

.bk-newsletter .form-bk {
  width: 24rem;
  max-width: 100%;
  margin: 1.5rem auto;
  background-color: #004890;
  border-radius: 0.25rem;
}

.bk-newsletter .form-bk .form-control {
  background-color: #ffffff;
  border-color: #004890;
  border-right-color: #ffffff;
}

.bk-newsletter .form-bk .btn {
  width: 10rem;
  padding-left: .5rem;
  padding-right: .5rem;
  border-radius: 0 0.25rem 0.25rem 0;
  text-align: center;
}

.bk-newsletter .wave-bk {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
}

.border-radius {
  border-radius: 0.25rem;
}

.radius {
  border-radius: 0.25rem;
}

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

.radius-1 {
  border-radius: 0.55rem;
}

.radius-2 {
  border-radius: 0.85rem;
}

.radius-3 {
  border-radius: 1.15rem;
}

.radius-4 {
  border-radius: 1.45rem;
}

.radius-5 {
  border-radius: 1.75rem;
}

.radius-6 {
  border-radius: 2.05rem;
}

.radius-7 {
  border-radius: 2.35rem;
}

.radius-8 {
  border-radius: 2.65rem;
}

.radius-9 {
  border-radius: 2.95rem;
}

.radius-10 {
  border-radius: 3.25rem;
}

.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: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 0;
}

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

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

.bk-hr {
  border-color: #0000001f;
  margin: 0;
}

figure.bk-image {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
}

figure.bk-image img {
  -o-object-position: center;
     object-position: center;
}

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

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

.overflow-x-scroll {
  overflow-x: scroll;
}

.font-veneer {
  font-family: "Roboto Condensed", sans-serif, sans-serif;
}

.light-bg {
  background: #f8f8f8;
}

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

.padding-0 {
  padding-left: 0;
  padding-right: 0;
}

.padding-1 {
  padding-left: 1px;
  padding-right: 1px;
}

.padding-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.mgb-05 {
  margin-bottom: 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: #004890;
}

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

.background-gray {
  background-color: #9b9b9b;
}

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

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

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

.color-black {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

.background-light {
  background: #f8f8f8;
}

.text-orange {
  color: #004890;
}

.text-gray {
  color: #9b9b9b;
}

.header-offset-bk {
  display: block;
  height: 4rem;
}

@media (min-width: 1200px) {
  .header-offset-bk {
    height: 5rem;
  }
}

.bk-header {
  width: 100%;
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.2;
  -webkit-transition: .4s;
  transition: .4s;
  position: fixed;
  z-index: 99;
  padding: 0.5rem 0;
  top: 0;
  right: 0;
  transition: .4s;
  border-bottom: 1px solid #80808029;
}

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

.bk-header .container-fluid {
  max-width: 1360px;
}

.bk-header.fixed {
  position: fixed;
}

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

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

.bk-header a {
  -webkit-transition: .4s;
  transition: .4s;
  overflow: hidden;
}

.bk-header a:not(.btn):not(.obj):not(.button)::after {
  display: none;
}

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

.bk-header nav > ul > li {
  margin: 1.9rem 0px;
  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 > a {
  padding: 0.6rem 1rem 0.5rem 0.6rem;
  position: relative;
  min-width: 106%;
  font-weight: 700;
}

.bk-header nav > ul > li > a:before {
  position: absolute;
  right: 9px;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #004890;
  display: block;
  z-index: -1;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  opacity: 0;
}

.bk-header nav > ul > li > a:hover {
  color: #ffffff;
  -webkit-transition: 0.2s;
  overflow: hidden;
}

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

.bk-header nav > ul > li.menu-item-has-children:hover > ul.sub-menu li.menu-item-has-children:hover > a:before {
  right: -10px;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
}

.bk-header nav > ul > li.menu-item-has-children:hover > ul.sub-menu li.menu-item-has-children:hover > a ul {
  background: black;
}

.bk-header nav > ul > li.menu-item-has-children .menu-item-has-children ul {
  background: black;
}

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

.bk-header nav > ul > li.menu-item-has-children .menu-item-has-children ul a:before {
  background: #004890;
}

.bk-header nav > ul > li.menu-item-has-children .menu-item-has-children ul li:hover a {
  color: black;
}

.bk-header nav > ul > li.menu-item-has-children .menu-item-has-children .menu-item-has-children ul {
  background: #004890;
}

.bk-header nav > ul > li.menu-item-has-children .menu-item-has-children .menu-item-has-children ul a {
  color: black;
}

.bk-header nav > ul > li.menu-item-has-children .menu-item-has-children .menu-item-has-children ul a:before {
  background: black;
}

.bk-header nav > ul > li.menu-item-has-children .menu-item-has-children .menu-item-has-children ul li:hover a {
  color: #004890;
}

.bk-header nav > ul > li:hover a:before {
  opacity: 1;
}

.bk-header .request-bk {
  margin-left: 1.5rem;
}

@media (max-width: 574px) {
  .bk-header .request-bk {
    display: block;
    position: fixed;
    bottom: 0;
    border-radius: 0;
    right: 0;
  }
}

.bk-header .cart-icon {
  position: relative;
  margin-left: 1.2rem;
}

.bk-header .cart-icon svg {
  display: block;
}

.bk-header .cart-icon .badge {
  background: #3ab54a;
  color: #ffffff;
  position: absolute;
  left: 0.9rem;
  top: -0.4rem;
}

.bk-header a {
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  font-weight: 100;
  font-size: 0.7rem;
}

.bk-header a:hover {
  color: #004890;
}

.bk-header .active a {
  color: #004890;
}

.bk-header .login-bk {
  margin-left: 1.5rem;
}

.bk-header .login-bk svg {
  height: 1.25rem;
  width: auto;
  display: block;
  opacity: 0.8;
  width: auto;
  height: 1.3rem;
}

.bk-header .logo-bk {
  margin: .25rem 0;
  position: relative;
}

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

.bk-header .logo-bk img {
  height: 5.5rem;
}

a.btn:not([href]) {
  color: #ffffff;
  -webkit-transition: 0.5;
  transition: 0.5;
}

a.btn:not([href]):hover {
  color: #004890;
}

.search-bk {
  position: relative;
}

.search-bk > .btn {
  font-size: 0px;
  padding: 0 !important;
  height: auto;
  background-color: transparent;
}

.search-bk > .btn:before {
  display: none;
}

.search-bk > .btn:hover path {
  fill: #004890;
}

.search-bk .collapse,
.search-bk .collapsing {
  position: absolute;
  right: 0;
  top: calc(100% + 3rem);
  width: 23rem;
  margin-top: -1px;
}

@media (min-width: 768px) {
  .search-bk .collapse,
  .search-bk .collapsing {
    top: calc(100% + 2.8rem);
    right: 0;
  }
}

@media (min-width: 1200px) {
  .search-bk .collapse,
  .search-bk .collapsing {
    top: calc(100% + 2.6rem);
    right: 0;
  }
}

@media (max-width: 574px) {
  .search-bk {
    -webkit-transform: translateX(45%);
            transform: translateX(45%);
  }
}

.search-bk .card {
  border-radius: 0;
}

input[type="text"] {
  height: 2.7rem;
  width: calc(100% - 80px);
  padding: 0 1rem;
  outline: 0;
  border: 1px solid #d9d9d9;
  border-right: 0;
}

.btn {
  border-radius: 0;
  height: 2.7rem;
  min-width: auto;
  margin-left: 0;
}

.search-bk form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

button path {
  fill: #000000;
}

.bk-header li.menu-item-has-children .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: 91%;
  left: 0;
  margin: 0;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  background: #004890;
}

.bk-header li.menu-item-has-children .sub-menu li {
  width: 100%;
  margin: 0;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

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

.bk-header li.menu-item-has-children .sub-menu li:hover > a {
  color: #ffffff;
}

.bk-header li.menu-item-has-children .sub-menu li:hover > a:before {
  opacity: 1;
}

.bk-header li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: .65rem 1.1rem;
  text-transform: none;
  font-weight: 700;
}

.bk-header li.menu-item-has-children .sub-menu li a::after {
  display: none;
}

.bk-header li.menu-item-has-children .sub-menu li a:before {
  position: absolute;
  right: 10px;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: block;
  z-index: -1;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  opacity: 0;
}

.bk-header li.menu-item-has-children .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: #004890;
  -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);
}

.bk-header li.menu-item-has-children .sub-menu > li:hover > a:before {
  opacity: 1;
}

button:focus {
  outline: 1px dotted;
  outline: none;
}

.single-post .bk-header nav > ul > li.menu-item-1144 > a:before {
  opacity: 1;
}

.bk-footer {
  position: relative;
  background: #000;
  color: white;
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  letter-spacing: 1px;
}

.bk-footer .contact-button-bk {
  text-align: center;
}

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

.bk-footer .logo-bk {
  margin-top: 0rem;
  margin-bottom: 1rem;
  position: relative;
}

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

.bk-footer .logo-bk img {
  width: 100%;
}

.bk-footer .title-bk {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.bk-footer .top-bk {
  font-family: "Roboto Condensed", sans-serif, sans-serif;
}

.bk-footer a {
  color: white;
  padding: 0.2rem;
  white-space: initial;
}

@media (min-width: 575px) {
  .bk-footer a {
    white-space: initial;
  }
}

@media (min-width: 992px) {
  .bk-footer a {
    white-space: nowrap;
  }
}

.bk-footer a:hover {
  color: #004890;
}

.bk-footer .btn-light {
  padding-right: 1.3rem;
  background: transparent;
  border-color: #ffffff6e;
  padding-left: 1.3rem;
  color: white;
  width: 7.5rem;
}

.bk-footer .btn-light::before {
  background: #004890;
  left: -20%;
}

.bk-footer .btn-light:hover::before {
  width: 130%;
}

.bk-footer .btn-light:hover {
  color: white;
}

.bk-footer .form-control {
  border-color: #ffffff6e;
  border-right: none;
}

.bk-footer .element-bk {
  display: block;
  width: 30%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(-20%) translateY(40%);
          transform: translateX(-20%) translateY(40%);
  z-index: -1;
}

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

.bk-footer nav ul li {
  padding: 0 0.6rem;
  margin-bottom: 0.5rem;
}

.bk-footer .copyright-bk {
  border-top: solid 1px #000000;
  /* margin-top: 1rem; */
  padding: 1rem 0 1.5rem;
}

.bk-footer .copy-bk {
  margin-bottom: 0;
  padding: 5px 0;
  text-align: center;
}

@media (min-width: 575px) {
  .bk-footer .copy-bk {
    text-align: left;
  }
}

.bk-footer .copy-bk img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 1rem;
}

.bk-footer .copy-bk svg {
  width: auto;
  height: 1rem;
}

.bk-footer .social-bk {
  margin: 0 1rem;
  font-size: 1.2rem;
}

@media (min-width: 575px) {
  .bk-footer .social-bk {
    margin: 0;
  }
}

.bk-footer .social-bk svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bk-footer .social-bk svg:hover {
  fill: #004890;
}

.bk-footer .bottom-bk {
  font-family: "Roboto Condensed", sans-serif, sans-serif;
  border-bottom: 1px solid #ffffff2b;
  padding: 0 0 0.7rem 0;
  padding: 0.8rem 0 1rem;
  border-top: 1px solid #ffffff2b;
}

@media (min-width: 768px) {
  .bk-footer .bottom-bk {
    border-top: none;
  }
}

.bk-footer .bottom-bk li {
  margin-bottom: 0;
}

.bk-footer .bottom-bk li a {
  font-size: 0.9rem;
}

.bk-footer .form-bk {
  width: 100%;
}

@media (min-width: 575px) {
  .bk-footer .form-bk {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .bk-footer .form-bk {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .bk-footer .social-bk a {
    margin-left: 0.5rem;
  }
}

.bk-footer .btn {
  padding: 0.7rem 1.5rem;
}

.bk-footer .btn:hover {
  color: #ffffff;
}

nav.footer-menu-bk ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

nav.footer-menu-bk ul li {
  width: 33.3%;
  padding-left: 0;
}

@media (min-width: 768px) {
  nav.footer-menu-bk ul li {
    width: 50%;
  }
}

@media (min-width: 992px) {
  nav.footer-menu-bk ul li {
    width: 33.33%;
  }
}

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

.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: #004890;
  color: #ffffff;
  font-family: "Roboto", 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: #ffffff;
}

.bk-mob-nav a:hover {
  color: #ffffff;
}

.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: .8rem 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: "Roboto", sans-serif;
  font-size: .9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.bk-mob-nav .list-bk ul li ul {
  display: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.bk-mob-nav .list-bk ul li ul li {
  border-top: none;
}

.bk-mob-nav .list-bk ul li ul li button {
  background-color: #004890;
  color: #ffffff;
}

.bk-mob-nav .list-bk ul li ul li ul {
  margin-left: 1rem;
  background-color: #004890;
  color: #ffffff;
}

.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(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.bk-mob-nav .list-bk button {
  cursor: pointer;
  display: block;
  width: 3rem;
  height: 100%;
  max-height: 3.4rem;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
}

.bk-mob-nav .list-bk button::before {
  content: url(../white-down-arrow.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  -webkit-transition: .4s;
  transition: .4s;
}

.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 #ebebeb;
  font-weight: 300;
  padding: 1.5rem 0 0;
}

.bk-mob-nav .social-bk {
  display: block;
  text-align: center;
  border-top: solid 1px #ebebeb;
  padding: 1.5rem 0 0 0;
  margin: 1.5rem 0 0;
}

.bk-mob-nav .social-bk a {
  color: #ffffff;
  height: 20px;
  margin: 0 .5rem;
  font-size: 1.2rem;
}

.bk-mob-nav .social-bk a:hover {
  color: #ffffff;
}

.bk-mob-nav hr {
  border-color: #ffffff8a;
  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 .social-bk a {
  margin: 0;
}

.bk-mob-nav .contact-bk svg {
  height: 1.5rem;
  width: auto;
  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: 100%;
  height: auto;
}

.bk-mob-nav .cls-2 {
  fill: #ffffff;
}

@media (max-width: 781px) and (min-width: 600px) {
  .bk-blocks .wp-block-column {
    -ms-flex-preferred-size: calc(100% - 16px) !important;
        flex-basis: calc(100% - 16px) !important;
  }
  .bk-blocks .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}

.bk-blocks > .wp-block-columns {
  margin-left: -15px;
  margin-right: -15px;
}

.bk-blocks > .wp-block-columns > .wp-block-column {
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.bk-blocks > .wp-block-columns > .wp-block-column > .wp-block-group,
.bk-blocks > .wp-block-columns > .wp-block-column > .bk-block {
  margin-left: -15px;
  margin-right: -15px;
}

.bk-blocks > .wp-block-columns > .wp-block-column > .wp-block-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.bk-blocks .woocommerce div.product div.summary {
  width: 100%;
  margin-bottom: 0;
}

.bk-blocks .woocommerce div.product .product_title {
  line-height: .8;
}

.bk-blocks .woocommerce div.product form.cart {
  margin-bottom: 0;
}

.wp-block-spacer {
  width: 100%;
  height: 20px;
  max-height: 20px;
}

@media (min-width: 768px) {
  .wp-block-spacer {
    height: 50px;
    max-height: none;
  }
}

.wp-block-embed {
  margin-bottom: 0;
}

.wp-block-image {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}

.wp-block-table th,
.wp-block-table td {
  padding: .5rem 1rem;
}

.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #ffffff;
}

.container .wp-block-group .wp-block-group__inner-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.wp-block-columns {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-column > .wp-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.wp-block-columns .wp-block-column > .wp-block-group > .wp-block-group__inner-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.wp-block-columns .wp-block-column > .wp-block-group > .wp-block-group__inner-container > .wp-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-block-columns .wp-block-column > .wp-block-group > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
  max-width: 100%;
}

.has-accent-background-color {
  background-color: #004890;
}

.has-primary-background-color {
  background-color: #004890;
}

.has-secondary-background-color {
  background-color: #000000;
}

.has-light-background-color {
  background-color: #e6c9bc;
}

.has-highlight-background-color {
  background-color: #004890;
}

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

.has-accent-color {
  color: #004890;
}

.has-secondary-color {
  color: #000000;
}

.has-light-color {
  color: #e6c9bc;
}

.has-highlight-color {
  color: #004890;
}

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

.has-small-font-size {
  font-size: .8rem;
}

.has-normal-font-size {
  font-size: .9rem;
}

.has-large-font-size {
  font-size: 1.3rem;
}

.has-larger-font-size {
  font-size: 1.6rem;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 1.6rem;
}

.widget.widget_search label {
  margin-bottom: 0;
}

.widget.widget_search input {
  height: 2.2rem;
  font-size: .9rem;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: solid 1px #000000;
  color: #b7b5b5;
}

.widget.widget_search input[type=submit] {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
  position: relative;
  border: 1px solid #004890;
}

.widget.widget_search input[type=submit]:before {
  position: absolute;
  left: -15%;
  top: 0;
  width: 101%;
  height: 108%;
  content: '';
  background: #004890;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget.widget_search input[type=submit]:focus, .widget.widget_search input[type=submit]:active {
  background-color: transparent;
  border-color: #004890;
  color: white;
}

.widget.widget_search input[type=submit]:hover {
  color: white;
}

.widget.widget_search input[type=submit]:hover::before {
  background: #004890;
  -webkit-transform: initial;
          transform: initial;
  left: 0;
}

.sidebar {
  padding: 1rem 0;
}

.sidebar .widget-title {
  font-size: 1.4rem;
  padding: 0.7rem 1rem;
  background: #004890;
  color: white;
}

.sidebar ul {
  list-style: none;
  padding: 0;
  list-style-type: none;
}

.sidebar ul a {
  padding: 1rem 1rem;
  display: block !important;
  border-bottom: 1px solid #e9ecef;
  background: white;
}

/*# sourceMappingURL=app.css.map */
