div.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Karla";
}
html:root {
  margin-top: 0 !important;
}
html, body {
  overflow-x: hidden;
}
#wpadminbar {
  display: none;
}
@media screen and (min-width: 1024px) {
  #wpadminbar {
    display: inherit;
  }
}
img {
  margin: 0;
  width: 100%;
  height: auto;
  outline: none;
}
.content-txt img {
  width: auto;
  object-fit: contain;
}
:focus {
  outline: none;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .flex-center {
    flex-direction: row;
  }
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.colored {
  color: #206ab1;
}
div.separator {
  display: block;
  margin: 10px auto;
  width: 50px;
  height: 3px;
  background-color: white;
  transform: translateX(-10px);
}
div.separator.colored {
  background-color: #206ab1;
}
div.separator.colored:after {
  background-color: #206ab1;
}
div.separator:after {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: -17px;
  width: 10px;
  height: 3px;
  background-color: white;
}
.svg-var {
  position: fixed;
  visibility: hidden;
  width: 0;
  height: 0;
}
@media screen and (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
.slick-prev, .slick-next {
  z-index: 100;
  transform: translateY(100%);
  top: 100%;
  left: auto;
  right: 0;
  bottom: 5px;
  font-size: 20px;
  color: #2a5a96;
}
.slick-prev:hover, .slick-next:hover {
  color: #2a5a96;
}
@media screen and (max-width: 1024px) {
  .slick-prev, .slick-next {
    left: 0;
    font-size: 30px;
  }
}
.slick-prev:before, .slick-next:before {
  display: none;
}
.slick-prev {
  margin-right: 25px;
}
@media screen and (max-width: 1024px) {
  .slick-prev {
    margin: auto;
    transform: translateX(-50%) translateY(100%);
  }
}
.slick-next {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .slick-next {
    margin: auto;
    transform: translateX(50%) translateY(100%);
  }
}
.slick-next:focus, slick-prev:focus {
  color: #2a5a96;
}
.breadcrumbs {
  display: none;
  color: #313131;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.breadcrumbs span:first-of-type {
  margin-left: 0;
}
.breadcrumbs a {
  position: relative;
  color: #2a5a96;
  text-decoration: none;
}
.breadcrumbs a span:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #d7dde8;
}
@media screen and (min-width: 1024px) {
  .breadcrumbs {
    display: block;
    margin: 30px 0;
  }
}
.content-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
}
@media screen and (max-width: 1024px) {
  .content-header {
    height: 350px;
    margin-bottom: 30px;
  }
}
.content-header .slide-list {
  width: 100%;
  height: 100%;
}
.content-header .slick-list, .content-header .slick-track {
  display: flex;
  height: 100%;
}
.content-header .blue-filter, .content-header .header-slide .header-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  object-fit: cover;
}
.content-header .blue-filter {
  z-index: 1;
  background-image: linear-gradient(to right, #2464ac 0%, #009cd8 100%);
  opacity: 0.8;
}
.content-header .header-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-header .header-slide > div.container-title {
  width: 100%;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .content-header .header-slide > div.container-title {
    padding-top: 120px;
    text-align: left;
  }
}
.content-header .header-slide > div.container-title > h1 {
  font-size: 31px;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .content-header .header-slide > div.container-title > h1 {
    padding-left: 20px;
  }
}
.content-header .header-slide .header-txt {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .content-header .header-slide .header-txt {
    margin-top: 25px;
    max-width: 75%;
  }
}
.content-header .header-slide .header-txt h1 {
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  width: 580px;
}
@media screen and (max-width: 1024px) {
  .content-header .header-slide .header-txt h1 {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 22px;
    width: auto;
  }
}
.content-header .header-slide .header-txt .kook-btn {
  margin: auto;
  text-align: center;
}
.content-header .header-scroll {
  position: absolute;
  bottom: 125px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .content-header .header-scroll {
    bottom: 30px;
  }
}
.content-container {
  font-weight: normal;
  font-size: 15px;
  color: #3a3b3a;
}
/*# sourceMappingURL=global.css.map */