@charset "UTF-8";
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 20px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #0082b7;
}

.hamburger-box {
  width: 20px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #0082b7;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger {
  padding: 25px 15px 15px;
}
.hamburger.is-active .hamburger-inner {
  background-color: #D0021B;
}
.hamburger.is-active .hamburger-inner:before, .hamburger.is-active .hamburger-inner:after {
  background-color: #D0021B;
}

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 300;
  src: url("https://cdn2.hubspot.net/hubfs/5597692/fonts/myriadpro-light.woff2") format("woff2"), url("https://cdn2.hubspot.net/hubfs/5597692/fonts/myriadpro-light.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Myriad Pro";
  font-style: italic;
  font-weight: 300;
  src: url("https://cdn2.hubspot.net/hubfs/5597692/fonts/myriadpro-light-italic.woff2") format("woff2"), url("https://cdn2.hubspot.net/hubfs/5597692/fonts/myriadpro-light-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn2.hubspot.net/hubfs/5597692/fonts/myriadpro-regular.woff2") format("woff2"), url("https://cdn2.hubspot.net/hubfs/5597692/fonts/myriadpro-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Myriad Pro";
  font-style: italic;
  font-weight: 400;
  src: url("https://cdn2.hubspot.net/hubfs/5597692/fonts/myriadpro-regular-italic.woff2") format("woff2"), url("https://cdn2.hubspot.net/hubfs/5597692/fonts/myriadpro-regular-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 600;
  src: url("https://cdn2.hubspot.net/hubfs/5597692/fonts/myriadpro-semi-bold.woff2") format("woff2"), url("https://cdn2.hubspot.net/hubfs/5597692/fonts/myriadpro-semi-bold.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Myriad Pro";
  font-style: italic;
  font-weight: 600;
  src: url("https://cdn2.hubspot.net/hubfs/5597692/fonts/myriadpro-semi-bold.woff2") format("woff2"), url("https://cdn2.hubspot.net/hubfs/5597692/fonts/myriadpro-semi-bold.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  font-weight: 700;
  src: url("https://cdn2.hubspot.net/hubfs/5597692/fonts/myriadpro-bold.woff2") format("woff2"), url("https://cdn2.hubspot.net/hubfs/5597692/fonts/myriadpro-bold.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*=span] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*=span]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999999%;
  *width: 99.9468085006%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036%;
}

.row-fluid .span10 {
  width: 82.978723396%;
  *width: 82.9255319066%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096%;
}

.row-fluid .span8 {
  width: 65.957446802%;
  *width: 65.9042553126%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156%;
}

.row-fluid .span6 {
  width: 48.936170208%;
  *width: 48.8829787186%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.3297872336%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*=span] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*=span] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.762430939%;
    *margin-left: 2.7092394496%;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.3832725926%;
  }

  .row-fluid .span10 {
    width: 82.872928171%;
    *width: 82.8197366816%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.2562007706%;
  }

  .row-fluid .span8 {
    width: 65.745856349%;
    *width: 65.6926648596%;
  }

  .row-fluid .span7 {
    width: 57.182320438%;
    *width: 57.1291289486%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.8749853046%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.3114493936%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.7479134826%;
  }
}
@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*=span] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.564102564%;
    *margin-left: 2.5109110746%;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }

  .row-fluid .span11 {
    width: 91.452991453%;
    *width: 91.3997999636%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.3057828696%;
  }

  .row-fluid .span8 {
    width: 65.811965812%;
    *width: 65.7587743226%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286%;
  }

  .row-fluid .span5 {
    width: 40.170940171%;
    *width: 40.1177486816%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876%;
  }

  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.4767230406%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.9297144936%;
  }
}
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
}
body .widget-type-custom_widget {
  min-height: auto;
}
body .header-container-wrapper {
  min-height: 33px;
}
body .body-container-wrapper .body-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
body .body-container-wrapper .body-container.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
body .body-container-wrapper .body-container .row-fluid-wrapper {
  width: 100%;
}
body .body-container-wrapper .body-container .row-fluid-wrapper .row-fluid {
  display: flex;
}
@media (max-width: 991px) {
  body .body-container-wrapper .body-container .row-fluid-wrapper .row-fluid {
    flex-wrap: wrap;
  }
}
body .body-container-wrapper .body-container .row-fluid-wrapper .row-fluid [class*=span] {
  min-height: auto;
}
@media (max-width: 991px) {
  body .body-container-wrapper .body-container .row-fluid-wrapper .row-fluid [class*=span] {
    min-width: 100%;
    max-width: 100%;
  }
}
body .body-container-wrapper .body-container > .row-fluid-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body .body-container-wrapper .body-container > .row-fluid-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  body .body-container-wrapper .body-container > .row-fluid-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
body .footer-container-wrapper .footer-container.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
}
html:before {
  content: "mobile,tablet,desktop";
  display: none;
}

body {
  font-family: "Myriad Pro", sans-serif;
  font-size: 1.6rem;
  color: #58585A;
  font-weight: 300;
  line-height: 1.5;
  background-color: #fff;
}
body.no-scroll {
  overflow: hidden;
}
body:before {
  content: "mobile";
  display: none;
}
@media (min-width: 320px) {
  body:before {
    content: "mobile";
  }
}
@media (min-width: 768px) {
  body:before {
    content: "tablet";
  }
}
@media (min-width: 992px) {
  body:before {
    content: "desktop";
  }
}

button, input, optgroup, select, textarea {
  font-family: "Myriad Pro", sans-serif;
}

h2, h3, h4, h5, p {
  margin-top: 20px;
  margin-bottom: 0;
}

h1 {
  font-weight: 300;
  font-size: 2.8rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.29;
}
@media (min-width: 576px) {
  h1 {
    font-size: 3.4rem;
  }
}

h2, .h2 {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.1;
}
@media (min-width: 576px) {
  h2, .h2 {
    font-size: 3.4rem;
  }
}

h3, .h3 {
  font-size: 2.4rem;
  color: #0082b7;
  font-weight: 300;
  line-height: 1.29;
}
@media (min-width: 576px) {
  h3, .h3 {
    font-size: 2.8rem;
  }
}

h4, .h4 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 576px) {
  h4, .h4 {
    font-size: 1.6rem;
  }
}

h5, .h5 {
  font-size: 1.6rem;
  font-weight: 300;
}
@media (min-width: 576px) {
  h5, .h5 {
    font-size: 1.8rem;
  }
}

p {
  line-height: 1.5;
}

a {
  text-decoration: none;
}

hr {
  border: none;
  border-bottom: 1px solid #ddd;
}

.bg-img {
  background: url("https://cdn2.hubspot.net/hubfs/5597692/img/grey-bg-reverse.jpg") center no-repeat;
  background-size: cover;
}

.bg-dark-blue {
  background: #0e567b;
  color: #fff;
}

.bg-img-blue {
  background: url("https://cdn2.hubspot.net/hubfs/5597692/img/blue-bg.png") center no-repeat;
  background-size: cover;
  color: #fff;
}
.bg-img-blue h2, .bg-img-blue .h2,
.bg-img-blue h3, .bg-img-blue .h3,
.bg-img-blue h4, .bg-img-blue .h4,
.bg-img-blue h5, .bg-img-blue .h5 {
  color: #fff;
}

.with-bg-color {
  background-color: #F3F8FA;
}

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

.btn-wrap {
  margin-top: 30px;
}

button {
  background: none;
  border: none;
  outline: none;
}

.hidden {
  display: none !important;
}

.arrow {
  position: relative;
  padding-right: 20px;
}
.arrow:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.blue {
  color: #0082b7;
}

.inner-padding {
  padding-left: 50px;
  padding-right: 50px;
}

b,
strong {
  font-weight: 400;
}

.hs_cos_wrapper_type_rich_text blockquote {
  text-align: center;
  position: relative;
  margin: 20px 0;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .hs_cos_wrapper_type_rich_text blockquote {
    margin: 30px;
    padding: 0 40px;
  }
}
.hs_cos_wrapper_type_rich_text blockquote:before, .hs_cos_wrapper_type_rich_text blockquote:after {
  position: absolute;
  color: #0082b7;
  font-size: 80px;
  line-height: 0.8;
  height: 20px;
}
.hs_cos_wrapper_type_rich_text blockquote:before {
  content: "“";
  left: 0;
  top: 0;
}
.hs_cos_wrapper_type_rich_text blockquote:after {
  content: "”";
  right: 0;
  bottom: 0;
}

.with-bg-color {
  padding: 20px !important;
}
@media (min-width: 576px) {
  .with-bg-color {
    padding: 40px !important;
  }
}

.hs-blog-post .wysiwyg-component h1, .hs-blog-post .wysiwyg-component h2, .hs-blog-post .wysiwyg-component h3, .hs-blog-post .wysiwyg-component h4 {
  margin-top: 30px;
  margin-bottom: 0;
}
.hs-blog-post .wysiwyg-component h3,
.hs-blog-post .wysiwyg-component .h3 {
  line-height: 1.1;
}
.hs-blog-post .wysiwyg-component h4,
.hs-blog-post .wysiwyg-component .h4 {
  line-height: 1.1;
}

.section {
  width: 100%;
  max-width: 1440px;
  margin: 30px auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .section {
    padding-left: 40px;
    padding-right: 40px;
    margin: 60px auto;
  }
}
@media (min-width: 992px) {
  .section {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.section.with-padding {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section.with-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section.in-fluid-wrapper-padding {
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .section.in-fluid-wrapper-padding {
    padding: 30px 0;
  }
}
.section.in-fluid-wrapper-margin {
  margin: 15px 0;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .section.in-fluid-wrapper-margin {
    margin: 30px 0;
  }
}
.section.no-top-margin {
  margin-top: 0;
}
.section.no-bottom-margin {
  margin-bottom: 0;
}
.section.no-top-padding {
  padding-top: 0;
}
.section.no-bottom-padding {
  padding-bottom: 0;
}
.section.no-padding {
  padding: 0;
}
.section.after-nav {
  margin-top: 65px;
  margin-bottom: 30px;
  background-size: 0;
}
@media (min-width: 992px) {
  .section.after-nav {
    margin-top: 75px;
    margin-bottom: 60px;
  }
}

.btn,
.cta_button {
  display: inline-block;
  padding: 12px 15px 11px !important;
  color: inherit;
  border-radius: 5px !important;
  transition: 0.3s background;
  text-align: center;
  font-weight: 400;
  outline: none;
  width: auto;
  font-size: 1.8rem;
  line-height: 1.8rem !important;
}
@media (min-width: 768px) {
  .btn,
.cta_button {
    width: auto;
    padding: 12px 25px 11px !important;
  }
}
.btn.download,
.cta_button.download {
  display: table !important;
}
.btn.download:before,
.cta_button.download:before {
  content: "";
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
}
.btn.download.blue:before, .btn.download.outline:before,
.cta_button.download.blue:before,
.cta_button.download.outline:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/download-white.svg");
}
.btn.download.outline:hover:before,
.cta_button.download.outline:hover:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/download-blue.svg");
}
.btn.download.white:before,
.cta_button.download.white:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/download-blue.svg");
}
.btn.download.outline-blue:before,
.cta_button.download.outline-blue:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/download-blue.svg");
}
.btn.download.outline-blue:hover:before,
.cta_button.download.outline-blue:hover:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/download-white.svg");
}
.btn.download.orange:before,
.cta_button.download.orange:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/download-orange.svg");
}
.btn.download.outline-orange:before,
.cta_button.download.outline-orange:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/download-white.svg");
}
.btn.download.pink:before,
.cta_button.download.pink:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/download-pink.svg");
}
.btn.download.outline-pink:before,
.cta_button.download.outline-pink:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/download-white.svg");
}
.btn.blue,
.cta_button.blue {
  background: #0082b7;
  color: #fff;
}
.btn.blue:hover,
.cta_button.blue:hover {
  background: #0e567b;
}
.btn.blue.cta_button:hover,
.cta_button.blue.cta_button:hover {
  color: #fff;
}
.btn.white,
.cta_button.white {
  background: #fff;
  color: #0082b7;
}
.btn.outline,
.cta_button.outline {
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
}
.btn.outline:hover,
.cta_button.outline:hover {
  background: #fff;
  color: #0082b7;
}
.btn.orange,
.cta_button.orange {
  background: #f08a00;
  color: #fff;
}
.btn.pink,
.cta_button.pink {
  background: #e20072;
  color: #fff;
}
.btn.outline-blue,
.cta_button.outline-blue {
  border: 1px solid #0082b7 !important;
  border-width: 1px !important;
  color: #0082b7;
}
.btn.outline-blue:hover,
.cta_button.outline-blue:hover {
  background: #0e567b;
  color: #fff !important;
  border-color: #0e567b;
}
.btn.orange,
.cta_button.orange {
  background: #f08a00;
  color: #fff;
}
.btn.outline-orange,
.cta_button.outline-orange {
  border: 1px solid #f08a00 !important;
  border-width: 1px !important;
  color: #f08a00;
}
.btn.outline-orange:hover,
.cta_button.outline-orange:hover {
  background: #f08a00;
  color: #fff;
}
.btn.pink,
.cta_button.pink {
  background: #e20072;
  color: #fff;
}
.btn.outline-pink,
.cta_button.outline-pink {
  border: 1px solid #e20072 !important;
  border-width: 1px !important;
  color: #e20072;
}
.btn.outline-pink:hover,
.cta_button.outline-pink:hover {
  background: #e20072;
  color: #fff;
}

i, .i {
  display: block;
  font-style: inherit;
}
i:not(.before), .i:not(.before) {
  height: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
i.before, .i.before {
  padding-left: 30px;
  position: relative;
}
i.before:before, .i.before:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -1px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
i.article-white:not(.before), .i.article-white:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/article-white.svg");
}
i.article-white.before:before, .i.article-white.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/article-white.svg");
}
i.date-blue:not(.before), .i.date-blue:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/date-blue.svg");
}
i.date-blue.before:before, .i.date-blue.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/date-blue.svg");
}
i.facebook-white:not(.before), .i.facebook-white:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/facebook-white.svg");
}
i.facebook-white.before:before, .i.facebook-white.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/facebook-white.svg");
}
i.facebook-blue:not(.before), .i.facebook-blue:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/facebook-blue.svg");
}
i.facebook-blue.before:before, .i.facebook-blue.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/facebook-blue.svg");
}
i.linkedin-white:not(.before), .i.linkedin-white:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/linkedin-white.svg");
}
i.linkedin-white.before:before, .i.linkedin-white.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/linkedin-white.svg");
}
i.linkedin-blue:not(.before), .i.linkedin-blue:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/linkedin-blue.svg");
}
i.linkedin-blue.before:before, .i.linkedin-blue.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/linkedin-blue.svg");
}
i.location-white:not(.before), .i.location-white:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/location-white.svg");
}
i.location-white.before:before, .i.location-white.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/location-white.svg");
}
i.location-blue:not(.before), .i.location-blue:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/location-blue.svg");
}
i.location-blue.before:before, .i.location-blue.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/location-blue.svg");
}
i.clock:not(.before), .i.clock:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/clock.svg");
}
i.clock.before:before, .i.clock.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/clock.svg");
}
i.twitter-white:not(.before), .i.twitter-white:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/twitter-white.svg");
}
i.twitter-white.before:before, .i.twitter-white.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/twitter-white.svg");
}
i.twitter-blue:not(.before), .i.twitter-blue:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/twitter-blue.svg");
}
i.twitter-blue.before:before, .i.twitter-blue.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/twitter-blue.svg");
}
i.google-blue:not(.before), .i.google-blue:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/google-blue.svg");
}
i.google-blue.before:before, .i.google-blue.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/google-blue.svg");
}
i.whatsapp-blue:not(.before), .i.whatsapp-blue:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/whatsapp-blue.svg");
}
i.whatsapp-blue.before:before, .i.whatsapp-blue.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/whatsapp-blue.svg");
}
i.views-blue:not(.before), .i.views-blue:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/views-blue.svg");
}
i.views-blue.before:before, .i.views-blue.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/views-blue.svg");
}
i.language-blue:not(.before), .i.language-blue:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/language-blue.svg");
}
i.language-blue.before:before, .i.language-blue.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/language-blue.svg");
}
i.arrow-right-blue:not(.before), .i.arrow-right-blue:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/arrow-right-blue.svg");
}
i.arrow-right-blue.before:before, .i.arrow-right-blue.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/arrow-right-blue.svg");
}
i.youtube-white:not(.before), .i.youtube-white:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/youtube-white.svg");
}
i.youtube-white.before:before, .i.youtube-white.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/youtube-white.svg");
}
i.youtube-blue:not(.before), .i.youtube-blue:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/youtube-blue.svg");
}
i.youtube-blue.before:before, .i.youtube-blue.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/youtube-blue.svg");
}
i.search-blue:not(.before), .i.search-blue:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/search-blue.svg");
}
i.search-blue.before:before, .i.search-blue.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/search-blue.svg");
}
i.search-white:not(.before), .i.search-white:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/search-white.svg");
}
i.search-white.before:before, .i.search-white.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/search-white.svg");
}
i.monitor-blue:not(.before), .i.monitor-blue:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/monitor-blue.svg");
}
i.monitor-blue.before:before, .i.monitor-blue.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/monitor-blue.svg");
}
i.angle-right-grey:not(.before), .i.angle-right-grey:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/angle-right-grey.svg");
}
i.angle-right-grey.before:before, .i.angle-right-grey.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/angle-right-grey.svg");
}
i.phone-blue:not(.before), .i.phone-blue:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/phone-blue.svg");
}
i.phone-blue.before:before, .i.phone-blue.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/phone-blue.svg");
}
i.mail-blue:not(.before), .i.mail-blue:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/mail-blue.svg");
}
i.mail-blue.before:before, .i.mail-blue.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/mail-blue.svg");
}
i.print-blue:not(.before), .i.print-blue:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/print-blue.svg");
}
i.print-blue.before:before, .i.print-blue.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/print-blue.svg");
}
i.clock-blue:not(.before), .i.clock-blue:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/clock-blue.svg");
}
i.clock-blue.before:before, .i.clock-blue.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/clock-blue.svg");
}
i.filter:not(.before), .i.filter:not(.before) {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/filter.svg");
}
i.filter.before:before, .i.filter.before:before {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/filter.svg");
}
i.date-blue.before, .i.date-blue.before {
  padding-left: 25px;
}
i.date-blue.before:before, .i.date-blue.before:before {
  height: 15px;
}

.form-wrap form .field {
  margin-bottom: 10px;
}
.form-wrap form .field label {
  color: #0082b7;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 27px;
  font-weight: 600;
}
.form-wrap form .field label.hs-error-msg {
  text-transform: inherit;
  font-weight: 400;
  color: #FE173B;
}
.form-wrap form .field input,
.form-wrap form .field textarea,
.form-wrap form .field select {
  padding: 7px 15px;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #DCDCDC;
  color: #58585A;
  font-family: "Myriad Pro", sans-serif;
  font-size: 16px;
  line-height: 25px;
  width: 100%;
}
.form-wrap form .field textarea {
  min-height: 130px;
  max-width: 100%;
  min-width: 100%;
}
.form-wrap form label.hs-form-radio-display, .form-wrap form label.hs-form-booleancheckbox-display {
  position: relative;
  display: block;
  margin-bottom: 10px;
  color: #58585A;
  font-weight: 400;
  text-transform: none;
}
.form-wrap form label.hs-form-radio-display input[type=radio],
.form-wrap form label.hs-form-radio-display input[type=checkbox], .form-wrap form label.hs-form-booleancheckbox-display input[type=radio],
.form-wrap form label.hs-form-booleancheckbox-display input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-wrap form label.hs-form-radio-display input[type=radio] + span,
.form-wrap form label.hs-form-radio-display input[type=checkbox] + span, .form-wrap form label.hs-form-booleancheckbox-display input[type=radio] + span,
.form-wrap form label.hs-form-booleancheckbox-display input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.form-wrap form label.hs-form-radio-display input[type=radio] + span:before, .form-wrap form label.hs-form-radio-display input[type=radio] + span:after,
.form-wrap form label.hs-form-radio-display input[type=checkbox] + span:before,
.form-wrap form label.hs-form-radio-display input[type=checkbox] + span:after, .form-wrap form label.hs-form-booleancheckbox-display input[type=radio] + span:before, .form-wrap form label.hs-form-booleancheckbox-display input[type=radio] + span:after,
.form-wrap form label.hs-form-booleancheckbox-display input[type=checkbox] + span:before,
.form-wrap form label.hs-form-booleancheckbox-display input[type=checkbox] + span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
}
.form-wrap form label.hs-form-radio-display input[type=radio] + span:before,
.form-wrap form label.hs-form-radio-display input[type=checkbox] + span:before, .form-wrap form label.hs-form-booleancheckbox-display input[type=radio] + span:before,
.form-wrap form label.hs-form-booleancheckbox-display input[type=checkbox] + span:before {
  height: 15px;
  width: 15px;
  border: 1px solid #DCDCDC;
}
.form-wrap form label.hs-form-radio-display input[type=radio] + span:after,
.form-wrap form label.hs-form-radio-display input[type=checkbox] + span:after, .form-wrap form label.hs-form-booleancheckbox-display input[type=radio] + span:after,
.form-wrap form label.hs-form-booleancheckbox-display input[type=checkbox] + span:after {
  left: 5px;
  top: 8px;
  visibility: hidden;
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form-wrap form label.hs-form-radio-display input[type=radio]:checked + span:before,
.form-wrap form label.hs-form-radio-display input[type=checkbox]:checked + span:before, .form-wrap form label.hs-form-booleancheckbox-display input[type=radio]:checked + span:before,
.form-wrap form label.hs-form-booleancheckbox-display input[type=checkbox]:checked + span:before {
  background-color: #0e567b;
}
.form-wrap form label.hs-form-radio-display input[type=radio]:checked + span:after,
.form-wrap form label.hs-form-radio-display input[type=checkbox]:checked + span:after, .form-wrap form label.hs-form-booleancheckbox-display input[type=radio]:checked + span:after,
.form-wrap form label.hs-form-booleancheckbox-display input[type=checkbox]:checked + span:after {
  visibility: visible;
}
.form-wrap form label.hs-form-radio-display input[type=checkbox] + span, .form-wrap form label.hs-form-booleancheckbox-display input[type=checkbox] + span {
  margin-left: 0;
}
.form-wrap form label.hs-form-radio-display input[type=checkbox] + span:after, .form-wrap form label.hs-form-radio-display input[type=checkbox] + span:before, .form-wrap form label.hs-form-booleancheckbox-display input[type=checkbox] + span:after, .form-wrap form label.hs-form-booleancheckbox-display input[type=checkbox] + span:before {
  border-radius: 0;
}
.form-wrap form label.hs-form-radio-display input[type=checkbox] + span:before, .form-wrap form label.hs-form-booleancheckbox-display input[type=checkbox] + span:before {
  top: 5px;
  border-radius: 5px;
}
.form-wrap form label.hs-form-radio-display input[type=checkbox] + span:after, .form-wrap form label.hs-form-booleancheckbox-display input[type=checkbox] + span:after {
  top: 7px;
}
.form-wrap form label.hs-form-radio-display p, .form-wrap form label.hs-form-booleancheckbox-display p {
  font-weight: 300;
}
.form-wrap form input[type=submit] {
  display: inline-block;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 12px 15px 11px;
  border: none;
  border-radius: 5px;
  transition: 0.3s background;
  text-align: center;
  outline: none;
  width: 100%;
  cursor: pointer;
  margin-bottom: 30px;
  background-color: #0082b7;
  color: #fff;
}
.form-wrap form input[type=submit]:hover {
  background: #0e567b;
}
@media (min-width: 768px) {
  .form-wrap form input[type=submit] {
    width: auto;
    padding: 12px 25px 11px;
  }
}
.form-wrap form ul {
  list-style: none;
  padding-left: 0;
}
.form-wrap form ul label input {
  margin-right: 15px;
}
.form-wrap form .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: rgba(0, 80, 129, 0.05);
  cursor: not-allowed;
}
.form-wrap form .select2-container.select2-container--focus .select2-selection--multiple {
  border: 1px solid #DCDCDC;
}
.form-wrap form .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0082b7 !important;
  color: #fff;
}
.form-wrap form .select2-container .select2-selection--single,
.form-wrap form .select2-container .select2-selection--multiple {
  height: 40px;
  margin-top: 10px;
  padding: 5px;
  font-weight: 400;
  color: #58585A;
  font-family: "Myriad Pro", sans-serif;
  font-size: 16px;
  line-height: 25px;
  border: 1px solid #DCDCDC;
}
.form-wrap form .select2-container .select2-selection--single .select2-selection__rendered,
.form-wrap form .select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 30px;
}
.form-wrap form .select2-container .select2-selection--single .select2-selection__arrow,
.form-wrap form .select2-container .select2-selection--multiple .select2-selection__arrow {
  height: 30px;
  top: 15px;
  right: 10px;
}
.form-wrap form .select2-container .select2-selection--single .select2-selection__arrow b,
.form-wrap form .select2-container .select2-selection--multiple .select2-selection__arrow b {
  border-color: #0082b7 transparent transparent transparent;
  border-width: 5px 4px 0 4px;
}
.form-wrap form .select2-container .select2-selection--multiple {
  height: auto;
  min-height: 40px;
}
.form-wrap form .select2-container .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  margin-top: 3px;
  padding: 0 5px;
}
.form-wrap form .select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 20px;
}
.form-wrap form .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search input {
  height: 19px;
}
.form-wrap form .select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #0082b7 transparent !important;
}
.form-wrap form .select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #0082b7 !important;
}
.form-wrap .inputs-list li:before {
  background: none !important;
}
.form-wrap.newsletter .field label {
  font-weight: 300;
}
.form-wrap.newsletter label {
  color: #fff;
}
.form-wrap.newsletter label.hs-error-msg {
  color: #fff;
  font-weight: 300;
  text-transform: inherit;
}
.form-wrap.newsletter label.hs-form-radio-display, .form-wrap.newsletter label.hs-form-booleancheckbox-display {
  color: #fff;
}
.form-wrap.newsletter label.hs-form-radio-display input[type=radio] + span:before,
.form-wrap.newsletter label.hs-form-radio-display input[type=checkbox] + span:before, .form-wrap.newsletter label.hs-form-booleancheckbox-display input[type=radio] + span:before,
.form-wrap.newsletter label.hs-form-booleancheckbox-display input[type=checkbox] + span:before {
  border: 1px solid #fff;
}
.form-wrap.newsletter label.hs-form-radio-display input[type=radio] + span:after,
.form-wrap.newsletter label.hs-form-radio-display input[type=checkbox] + span:after, .form-wrap.newsletter label.hs-form-booleancheckbox-display input[type=radio] + span:after,
.form-wrap.newsletter label.hs-form-booleancheckbox-display input[type=checkbox] + span:after {
  left: 5px;
  top: 8px;
  visibility: hidden;
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-wrap.newsletter label.hs-form-radio-display input[type=radio]:checked + span:after,
.form-wrap.newsletter label.hs-form-radio-display input[type=checkbox]:checked + span:after, .form-wrap.newsletter label.hs-form-booleancheckbox-display input[type=radio]:checked + span:after,
.form-wrap.newsletter label.hs-form-booleancheckbox-display input[type=checkbox]:checked + span:after {
  font-weight: 300;
}
.form-wrap.newsletter input[type=email],
.form-wrap.newsletter input[type=text] {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.form-wrap.newsletter input[type=email]::-webkit-input-placeholder, .form-wrap.newsletter input[type=text]::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}
.form-wrap.newsletter input[type=email]::-moz-placeholder, .form-wrap.newsletter input[type=text]::-moz-placeholder {
  color: #fff;
  font-weight: 300;
}
.form-wrap.newsletter input[type=email]:-ms-input-placeholder, .form-wrap.newsletter input[type=text]:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}
.form-wrap.newsletter input[type=email]::-ms-input-placeholder, .form-wrap.newsletter input[type=text]::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}
.form-wrap.newsletter input[type=email]::placeholder,
.form-wrap.newsletter input[type=text]::placeholder {
  color: #fff;
  font-weight: 300;
}
.form-wrap.newsletter input[type=submit] {
  margin-top: 20px;
  background-color: #fff;
  color: #0082b7;
}
.form-wrap label.hs-form-radio-display, .form-wrap label.hs-form-booleancheckbox-display {
  color: #fff;
}
.form-wrap label.hs-form-radio-display input[type=radio] + span:before,
.form-wrap label.hs-form-radio-display input[type=checkbox] + span:before, .form-wrap label.hs-form-booleancheckbox-display input[type=radio] + span:before,
.form-wrap label.hs-form-booleancheckbox-display input[type=checkbox] + span:before {
  border: 1px solid #fff;
}
.form-wrap label.hs-form-radio-display input[type=radio] + span:after,
.form-wrap label.hs-form-radio-display input[type=checkbox] + span:after, .form-wrap label.hs-form-booleancheckbox-display input[type=radio] + span:after,
.form-wrap label.hs-form-booleancheckbox-display input[type=checkbox] + span:after {
  left: 5px;
  top: 8px;
  visibility: hidden;
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-wrap label.hs-form-radio-display input[type=radio]:checked + span:after,
.form-wrap label.hs-form-radio-display input[type=checkbox]:checked + span:after, .form-wrap label.hs-form-booleancheckbox-display input[type=radio]:checked + span:after,
.form-wrap label.hs-form-booleancheckbox-display input[type=checkbox]:checked + span:after {
  font-weight: 300;
}

@media print {
  * {
    /*background: transparent !important; */
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
  }

  p a, p a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  p a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img, .img {
    page-break-inside: avoid;
    -webkit-print-color-adjust: exact;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  header, footer,
aside, nav,
form, iframe,
.menu, .hero,
.adslot, .streamer-component,
.header-container, .footer-container-wrapper,
.newsletter-component, .more-info-component,
.relevant-articles-component, .download-info-component,
.article-social-block, .widget-type-social_sharing,
.about-insights-component, .author-link,
.hs-tools-menu {
    display: none !important;
  }

  body {
    margin: 2em;
    color: #fff;
    background-color: #000;
  }
  body h1 {
    page-break-before: always;
    -webkit-column-break-before: always;
       -moz-column-break-before: always;
            break-before: always;
  }
  body .header-container-wrapper {
    display: none;
  }
  body .header-medium-component,
body .header-big-component,
body .header-small-component {
    margin-top: 0;
  }
  body .article-content-component {
    margin-top: 0;
  }
}
.v-align {
  display: table;
  width: 100%;
  height: 100%;
}
.v-align > div {
  display: table-cell;
  vertical-align: middle;
}

.h-align {
  margin: 0 auto;
  float: none;
  display: block;
}

.dh-align {
  text-align: center;
}
.dh-align > div {
  display: inline-block;
  text-align: left;
}

.dv-align {
  position: relative;
}
.dv-align > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 992px) {
  .equal-lg {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .equal-md {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 576px) {
  .equal-sm {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
}

.img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.img.contain {
  background-size: contain;
}

#main-nav.main-nav-component {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 34px;
  z-index: 10;
  border-bottom: 1px solid #DCDCDC;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}
#main-nav.main-nav-component .nav-wrapper {
  padding: 0;
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .nav-wrapper {
    padding: 15px 0 0;
  }
}
#main-nav.main-nav-component .nav-wrapper .logo {
  width: 130px;
  height: 35px;
  background: url("https://cdn2.hubspot.net/hubfs/5597692/img/brand/logo.svg") no-repeat left;
  float: left;
  margin: 15px 0;
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .nav-wrapper .logo {
    height: 43px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .nav-wrapper .menu-wrapper {
    padding-right: 0;
  }
}
#main-nav.main-nav-component .nav-wrapper .menu {
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: calc(65px35px);
  height: calc(100% - 65px35px);
  background-color: #fff;
  overflow-y: auto;
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .nav-wrapper .menu {
    position: static;
    visibility: visible;
    background: none;
    float: right;
  }
}
#main-nav.main-nav-component .nav-wrapper .menu .open-search i {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/search-blue.svg");
}
#main-nav.main-nav-component .nav-wrapper .menu.open {
  visibility: visible;
}
#main-nav.main-nav-component .nav-wrapper .menu .contact {
  width: 100%;
  margin-top: 15px;
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .nav-wrapper .menu .contact {
    float: left;
    width: auto;
    margin-top: 0;
    margin-left: 15px;
    height: 40px;
    padding: 7px 25px;
  }
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .nav-wrapper .menu .search-outer {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: calc( -1px + 75px35px);
    background: #fff;
    border-bottom: 1px solid #DCDCDC;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  }
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .nav-wrapper .menu .search-outer.active {
    display: block;
  }
}
#main-nav.main-nav-component .nav-wrapper .menu .search {
  padding: 0 20px;
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .nav-wrapper .menu .search {
    margin: 0 auto;
    position: static;
    padding: 40px 50px;
    height: auto;
  }
}
#main-nav.main-nav-component .nav-wrapper .menu .search .search-inner {
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #DCDCDC;
}
#main-nav.main-nav-component .nav-wrapper .menu .search input {
  height: 45px;
  padding-left: 20px;
  width: calc(100% - 42px);
  float: left;
  border: none;
  outline: none;
}
#main-nav.main-nav-component .nav-wrapper .menu .search input::-webkit-input-placeholder {
  text-overflow: ellipsis;
  font-weight: 300;
}
#main-nav.main-nav-component .nav-wrapper .menu .search input:-moz-placeholder {
  text-overflow: ellipsis;
  font-weight: 300;
}
#main-nav.main-nav-component .nav-wrapper .menu .search input::-moz-placeholder {
  text-overflow: ellipsis;
  font-weight: 300;
}
#main-nav.main-nav-component .nav-wrapper .menu .search input:-ms-input-placeholder {
  text-overflow: ellipsis;
  font-weight: 300;
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .nav-wrapper .menu .search input {
    float: right;
    width: calc(100% - 162px);
  }
}
#main-nav.main-nav-component .nav-wrapper .menu .search .search-icon-cta {
  height: 45px;
  width: 42px;
  background: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/search-blue.svg") no-repeat center;
  float: left;
  cursor: pointer;
}
#main-nav.main-nav-component .nav-wrapper .menu .search .search-cta {
  display: none;
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .nav-wrapper .menu .search .search-cta {
    display: block;
    width: 120px;
    float: right;
    border-radius: 0;
    cursor: pointer;
    padding: 15px 25px;
  }
}
#main-nav.main-nav-component .nav-wrapper .menu .open-search {
  display: none;
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .nav-wrapper .menu .open-search {
    cursor: pointer;
    display: block;
    float: left;
    padding: 12px;
  }
}
#main-nav.main-nav-component .nav-wrapper .menu .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #dee2e6;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px 15px;
}
#main-nav.main-nav-component .nav-wrapper .menu .hs-search-field--open .hs-search-field__suggestions a {
  color: #58585A;
}
#main-nav.main-nav-component .nav-wrapper .menu .mobile-sub-nav {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#main-nav.main-nav-component .nav-wrapper .menu .mobile-sub-nav li a {
  padding: 10px 0;
  display: inline-block;
  color: #58585A;
}
#main-nav.main-nav-component .nav-wrapper .burger {
  float: right;
  margin-right: -10px;
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .nav-wrapper .burger {
    display: none;
  }
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .hs_cos_wrapper_type_menu {
    float: left;
  }
}
#main-nav.main-nav-component .hs_cos_wrapper_type_menu ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .hs_cos_wrapper_type_menu > ul {
    margin-right: 75px;
  }
}
#main-nav.main-nav-component .hs_cos_wrapper_type_menu li a {
  color: #58585A;
  padding: 10px 15px;
  margin-bottom: 5px;
  display: block;
  transition: 0.3s background;
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .hs_cos_wrapper_type_menu li a {
    margin-bottom: 0;
  }
}
#main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-item-has-children {
  position: static;
}
#main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-item-has-children > a {
  position: relative;
}
#main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-item-has-children > a:after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: 5px;
  vertical-align: top;
  margin-top: 5px;
}
#main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-item-has-children > a:after {
  float: right;
  margin-right: 5px;
  margin-left: 15px;
  color: #0082b7;
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-item-has-children > a:after {
    color: #58585A;
  }
}
#main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-item-has-children > ul {
  display: none !important;
  padding-left: 10px;
  position: relative;
  z-index: unset;
  background-color: white;
  left: auto;
  top: auto;
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-item-has-children > ul {
    position: absolute;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-item-has-children:hover {
    background-color: #0082b7;
    color: #fff;
    border-radius: 5px;
  }
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-item-has-children:hover a {
    color: #fff;
  }
  #main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-item-has-children:hover a:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 10px;
    color: #fff;
  }
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-item-has-children:hover ul {
    top: calc(100% - 20px);
    min-width: 175px;
    background: url("https://cdn2.hubspot.net/hubfs/5597692/img/menu-blue-bg.png") no-repeat left;
    background-size: cover;
    background-position: top left;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
#main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-item-has-children:hover ul li a {
  width: auto;
}
#main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-item-has-children:hover ul li a:hover,
#main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-item-has-children:hover ul li a .active {
  background-color: rgba(102, 176, 214, 0.39);
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-item-has-children:hover > ul {
    display: block !important;
  }
}
#main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-item-has-children.open > a {
  color: #0082b7;
  padding-bottom: 0;
}
#main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-item-has-children.open > a:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 10px;
  color: #0082b7;
}
#main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-item-has-children.open ul li a {
  width: auto;
}
#main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-item-has-children.open > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
#main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-menu-depth-1 > a {
  padding-left: 0;
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-menu-depth-1 {
    float: left;
  }
  #main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-menu-depth-1 > a {
    padding-left: 15px;
  }
  #main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-menu-depth-1 a {
    padding-bottom: 25px;
  }
  #main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-menu-depth-1 a:active,
#main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-menu-depth-1 a .active {
    border-bottom: 1px solid #0082b7;
  }
}
@media (max-width: 1199px) {
  #main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-menu-depth-1 .hs-menu-children-wrapper {
    background-color: #F3F8FA;
    padding-top: 5px;
    border-radius: 5px;
  }
}
#main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-menu-depth-1 .hs-menu-children-wrapper li:first-child a {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-menu-depth-1 .hs-menu-children-wrapper li:first-child a {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-menu-depth-1 .hs-menu-children-wrapper li a {
    padding-bottom: 10px;
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  #main-nav.main-nav-component .hs_cos_wrapper_type_menu li.hs-menu-depth-1:not(.hs-item-has-children) a:hover {
    border-bottom: 1px solid #0082b7;
  }
}

.sub-nav-component {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  right: 0;
  background: url("https://cdn2.hubspot.net/hubfs/5597692/img/subnav-blue-bg.png") no-repeat center;
  background-size: cover;
  height: 35px;
}
.sub-nav-component .language-login {
  justify-content: space-between;
}
.sub-nav-component .language {
  float: left;
  width: 125px;
  max-width: 150px;
}
.sub-nav-component .login {
  float: right;
  width: 175px;
  max-width: 200px;
}
.sub-nav-component .language, .sub-nav-component .login {
  position: relative;
  display: inline-block;
}
.sub-nav-component .language .lang, .sub-nav-component .language .log, .sub-nav-component .login .lang, .sub-nav-component .login .log {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px;
  cursor: pointer;
}
.sub-nav-component .language .lang:after, .sub-nav-component .language .log:after, .sub-nav-component .login .lang:after, .sub-nav-component .login .log:after {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  display: inline-block;
  width: 8px;
  height: 8px;
  right: 0;
  position: absolute;
  top: 11px;
}
.sub-nav-component .language .lang.up::after, .sub-nav-component .language .log.up::after, .sub-nav-component .login .lang.up::after, .sub-nav-component .login .log.up::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  top: 15px;
}
.sub-nav-component .language .lang, .sub-nav-component .language .lang-choice, .sub-nav-component .language .log, .sub-nav-component .language .log-choice, .sub-nav-component .login .lang, .sub-nav-component .login .lang-choice, .sub-nav-component .login .log, .sub-nav-component .login .log-choice {
  color: #fff;
  height: 35px;
  display: flex;
  align-items: center;
}
.sub-nav-component .language .lang-items, .sub-nav-component .language .log-items, .sub-nav-component .login .lang-items, .sub-nav-component .login .log-items {
  padding: 5px;
  background: #0082b7;
  display: none;
}
.sub-nav-component .language .lang-items ul, .sub-nav-component .language .log-items ul, .sub-nav-component .login .lang-items ul, .sub-nav-component .login .log-items ul {
  padding: 0;
}
.sub-nav-component .language .lang-items ul a, .sub-nav-component .language .log-items ul a, .sub-nav-component .login .lang-items ul a, .sub-nav-component .login .log-items ul a {
  font-size: 1.6rem;
  font-weight: 300;
}
.sub-nav-component .left-sub-nav {
  float: left;
}
.sub-nav-component .right-sub-nav {
  float: right;
}
.sub-nav-component ul:not(.lang_list_class) {
  margin: 0;
  list-style: none;
  display: block;
}
.sub-nav-component ul:not(.lang_list_class) li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  padding-left: 10px;
}
.sub-nav-component ul:not(.lang_list_class).left-sub-nav {
  width: 140px;
}
@media (min-width: 768px) {
  .sub-nav-component ul:not(.lang_list_class).left-sub-nav {
    width: 175px;
  }
}
.sub-nav-component ul:not(.lang_list_class).left-sub-nav.level-1 {
  padding: 5px 0;
}
.sub-nav-component ul:not(.lang_list_class).left-sub-nav.level-1 > li {
  height: 20px;
  overflow: hidden;
}
.sub-nav-component ul:not(.lang_list_class).left-sub-nav.level-1 > li > a {
  text-transform: uppercase;
}
.sub-nav-component ul:not(.lang_list_class).left-sub-nav.level-1 > li:hover {
  overflow: visible;
  height: auto;
}
.sub-nav-component ul:not(.lang_list_class).left-sub-nav.level-1 > li:hover a:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 5px;
}
.sub-nav-component ul:not(.lang_list_class).left-sub-nav.level-1 .level-2 {
  margin-top: 5px;
  padding-left: 0;
  background-color: #0082b7;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sub-nav-component ul:not(.lang_list_class).left-sub-nav.level-1 .level-2 li {
  padding: 10px 10px 10px 20px;
}
.sub-nav-component ul:not(.lang_list_class).left-sub-nav.level-1 .level-2 li:first-child {
  padding-top: 15px;
}
.sub-nav-component ul:not(.lang_list_class).left-sub-nav.level-1 .level-2 li:last-child {
  padding-bottom: 20px;
}
.sub-nav-component ul:not(.lang_list_class).left-sub-nav.level-1 .level-2 li:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.sub-nav-component ul:not(.lang_list_class).left-sub-nav.level-1 .level-2 li a {
  font-size: 1.6rem;
  font-weight: 300;
  padding-left: 0;
}
.sub-nav-component ul:not(.lang_list_class).right-sub-nav {
  padding: 5px 0;
}
.sub-nav-component ul:not(.lang_list_class).right-sub-nav > li {
  display: inline-block;
  text-transform: uppercase;
}
.sub-nav-component ul:not(.lang_list_class).right-sub-nav > li:first-child {
  padding-right: 20px;
}
.sub-nav-component .language-switch {
  float: left;
  width: 130px;
  margin: 10px 0 0;
}
.sub-nav-component .language-switch:after {
  border-color: #fff;
  top: 2px;
}
.sub-nav-component .language-switch:hover:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
}
.sub-nav-component .language-switch .lang_switcher_class {
  width: 100%;
}
.sub-nav-component .language-switch .lang_switcher_class .globe_class {
  background-image: none;
  position: relative;
  width: 100%;
}
.sub-nav-component .language-switch .lang_switcher_class .globe_class:before {
  content: "CHOOSE LANGUAGE";
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}
.sub-nav-component .language-switch .lang_switcher_class .globe_class .lang_list_class {
  -webkit-transform: none;
          transform: none;
  top: 20px;
  left: 0;
  padding-top: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #0082b7;
  width: 145px;
  margin-left: -10px;
}
.sub-nav-component .language-switch .lang_switcher_class .globe_class .lang_list_class:before, .sub-nav-component .language-switch .lang_switcher_class .globe_class .lang_list_class:after {
  content: none;
}
.sub-nav-component .language-switch .lang_switcher_class .globe_class .lang_list_class li {
  background-color: transparent;
  border: none;
  text-align: left;
  padding: 10px 10px 10px 20px;
}
.sub-nav-component .language-switch .lang_switcher_class .globe_class .lang_list_class li:first-child {
  padding-top: 15px;
}
.sub-nav-component .language-switch .lang_switcher_class .globe_class .lang_list_class li:last-child {
  padding-bottom: 20px;
}
.sub-nav-component .language-switch .lang_switcher_class .globe_class .lang_list_class li:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.sub-nav-component .language-switch .lang_switcher_class .globe_class .lang_list_class li a {
  font-size: 1.6rem;
  font-weight: 300;
  padding-left: 0;
  color: #fff;
}
.sub-nav-component .language-switch .lang_switcher_class .globe_class .lang_list_class li:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.sub-nav-component .mobile-link {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  float: right;
  margin: 10px 0;
}

@media (max-width: 991px) {
  .read-more-component {
    height: 40px;
    overflow: hidden;
    position: relative;
  }
  .read-more-component:before {
    content: "Verder lezen";
    position: absolute;
    width: 100%;
    height: 40px;
    padding: 12px 15px 11px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #0082b7;
    font-weight: 400;
    text-align: center;
    color: #0082b7;
    line-height: 1;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .read-more-component:before {
    max-width: 175px;
    left: 0;
  }
}
.read-more-component.open {
  height: auto;
  overflow: auto;
}
.read-more-component .read-more-wrap {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .read-more-component .read-more-wrap {
    padding-top: 0;
  }
}

.newsletter-component {
  background-color: #0e567b;
  color: #fff;
}
.newsletter-component .content-wrap .title {
  margin-top: 20px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.333;
  text-align: left;
}
.newsletter-component .content-wrap .subtitle {
  margin-top: 10px;
  color: #fff;
  text-align: left;
}
.newsletter-component .content-wrap .privacy {
  color: #fff;
  font-size: 1.2rem;
  font-style: italic;
  margin-top: 10px;
}
.newsletter-component .content-wrap .privacy a {
  color: #fff;
  font-size: 1.2rem;
  font-style: italic;
  text-decoration: underline;
}
.newsletter-component .form-wrap form .hs-form-required {
  display: none;
}
.newsletter-component .form-wrap form input[type=email] {
  color: #fff;
  padding: 15px 20px;
}
.newsletter-component .form-wrap form ul {
  list-style: none;
  padding-left: 0;
}
.newsletter-component .form-wrap form ul label input {
  margin-right: 15px;
}
.newsletter-component .form-wrap form label {
  color: #fff;
}
.newsletter-component .form-wrap form p a {
  color: #fff;
  text-decoration: underline;
}

.quote-component.quote-component {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .quote-component.quote-component {
    margin-top: 0;
  }
}
.quote-component .img-wrap {
  position: relative;
  top: -30px;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  z-index: 2;
}
@media (min-width: 768px) {
  .quote-component .img-wrap {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: auto;
    height: 100%;
    width: 100%;
  }
}
.quote-component .img-wrap .img {
  border-radius: 50%;
  height: 100%;
  background-size: cover;
}
@media (min-width: 768px) {
  .quote-component .img-wrap .img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .quote-component .img-wrap .img.no-bg {
    border-radius: 5px;
  }
}
.quote-component .quote-wrap {
  text-align: center;
  margin-top: -60px;
  padding: 20px 20px 40px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .quote-component .quote-wrap {
    margin-top: auto;
    text-align: left;
    padding: 30px 40px 60px;
  }
}
.quote-component .quote-wrap .quote {
  font-style: italic;
  font-size: 1.9rem;
  line-height: 1.46;
  background-size: 50%;
  background-position: center;
}
@media (min-width: 768px) {
  .quote-component .quote-wrap .quote {
    padding-top: 30px;
    font-size: 2.4rem;
    line-height: 1.46;
    background-position: left top;
    background-size: 20%;
  }
}
.quote-component .quote-wrap .author-name {
  margin-bottom: 0;
  font-size: 1.9rem;
  font-weight: 400;
  color: #58585A;
}
.quote-component .quote-wrap .author-title {
  margin-top: 5px;
  font-style: italic;
  font-weight: 400;
  font-size: 1.4rem;
  color: #0082b7;
  line-height: 0.5;
}

.footer-component {
  margin-bottom: 0;
}
.footer-component .footer-logo {
  height: 47px;
  width: 160px;
}
.footer-component ul.socials {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .footer-component ul.socials {
    margin-bottom: 0;
  }
}
.footer-component ul.socials li {
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 576px) {
  .footer-component ul.socials li.follow {
    display: block;
  }
}
@media (min-width: 992px) {
  .footer-component ul.socials li.follow {
    display: inline-block;
  }
}
.footer-component ul.socials li .icon {
  width: 30px;
  height: 30px;
  background-position: bottom;
  background-repeat: no-repeat;
  display: block;
}
.footer-component ul.socials li .icon.youtube {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/youtube-blue.svg");
}
.footer-component ul.socials li .icon.twitter {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/twitter-blue.svg");
}
.footer-component ul.socials li .icon.facebook {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/facebook-blue.svg");
  width: 20px;
}
.footer-component ul.socials li .icon.linkedin {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/linkedin-blue.svg");
  width: 20px;
}
@media (max-width: 991px) {
  .footer-component .location:last-child {
    margin-top: 20px;
  }
}
.footer-component .location .wrapper {
  padding-left: 30px;
}
.footer-component .location .wrapper .title {
  font-weight: 400;
  color: #0082b7;
}
.footer-component .location .wrapper:before {
  content: "";
  position: absolute;
  left: 10px;
  width: 25px;
  height: 25px;
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/location-blue.svg");
}
.footer-component .location .wrapper span {
  display: block;
}
.footer-component hr {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .footer-component hr {
    margin: 10px 0;
  }
}
.footer-component .copyright {
  text-align: center;
  color: #58585A;
  font-size: 1.2rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer-component .copyright {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .footer-component .copyright {
    text-align: left;
  }
}
.footer-component .footer-menu {
  list-style: none;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-component .footer-menu {
    text-align: right;
  }
}
.footer-component .footer-menu li {
  display: inline-block;
}
.footer-component .footer-menu li a {
  padding: 0 15px;
  text-decoration: none;
  color: #58585A;
  font-size: 1.4rem;
  font-weight: 300;
}

.header-medium-component {
  margin-top: 65px;
  margin-bottom: 0;
  background-size: 0;
}
@media (min-width: 992px) {
  .header-medium-component {
    margin-top: 75px;
    margin-bottom: 0;
  }
}
.header-medium-component img {
  height: auto;
  width: 100%;
  background-size: contain;
  background-position: left top;
}
@media (min-width: 992px) {
  .header-medium-component img {
    max-height: 350px;
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .header-medium-component img {
    max-height: 400px;
    width: auto;
  }
}
.header-medium-component .flex-container {
  display: flex;
  align-items: center;
}
.header-medium-component .flex-container .content-wrap {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .header-medium-component .flex-container .content-wrap {
    margin-top: 0;
    padding-right: 20px;
  }
}
.header-medium-component .flex-container .content-wrap .brand-icon {
  height: 25px;
  margin: 20px 0;
  width: auto;
  background-size: contain;
  background-position: left center;
}
.header-medium-component .flex-container .content-wrap .title {
  color: #0082b7;
}
.header-medium-component .flex-container .content-wrap .subtitle {
  color: #58585A;
  font-size: 1.8rem;
  font-weight: 400;
}
.header-medium-component .flex-container .content-wrap p {
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: 300;
}

.header-big-component {
  position: relative;
  height: 350px;
  margin: 65px -20px 0;
  overflow-x: hidden;
  background-position: center top;
}
@media (min-width: 992px) {
  .header-big-component {
    padding: 0 20px;
  }
}
.header-big-component:after {
  content: "";
  position: absolute;
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/hoekje.svg");
  bottom: 0;
  right: 0;
  height: 150px;
  width: 275px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 1;
}
@media (min-width: 768px) {
  .header-big-component {
    margin: 65px -40px 0;
  }
}
@media (min-width: 992px) {
  .header-big-component {
    height: 400px;
    margin: 75px auto 0;
  }
}
.header-big-component .above-shape {
  z-index: 2;
}
.header-big-component .content-wrap {
  padding: 0 20px;
}
.header-big-component .content-wrap .title,
.header-big-component .content-wrap .sub-title,
.header-big-component .content-wrap p {
  color: #fff;
}
.header-big-component .content-wrap .title,
.header-big-component .content-wrap .subtitle {
  font-weight: 400;
}
.header-big-component .content-wrap .title.large-font {
  font-size: 3rem;
  line-height: 1.23;
  font-weight: 300;
}
@media (min-width: 992px) {
  .header-big-component .content-wrap .title.large-font {
    font-size: 4.4rem;
  }
}
.header-big-component .content-wrap p {
  margin-top: 30px;
}
.header-big-component .content-wrap .btn-wrap a {
  min-width: 165px;
}

.benefits-component .content-wrap {
  text-align: right;
}
@media (min-width: 576px) {
  .benefits-component .content-wrap {
    text-align: center;
  }
}
.benefits-component .content-wrap .title {
  font-size: 2.4rem;
  color: #0082b7;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
}
@media (min-width: 768px) {
  .benefits-component .content-wrap .title {
    font-size: 2.8rem;
    text-align: center;
  }
}
.benefits-component .content-wrap .content {
  margin-top: 15px;
  text-align: left;
}
@media (min-width: 768px) {
  .benefits-component .content-wrap .content {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .benefits-component .benefit-wrap .benefit {
    text-align: center;
  }
}
.benefits-component .benefit-wrap .benefit p {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  text-align: left;
}
.benefits-component .benefit-wrap .benefit p:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  color: #C9D200;
  font-weight: 400;
  background: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/check-green.svg") center no-repeat;
}
.benefits-component .btn-wrap {
  margin-top: 25px;
}
@media (min-width: 576px) {
  .benefits-component .btn-wrap {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .community-block.coded {
    background-color: #F3F8FA;
  }
}
.community-block.coded > section {
  background-color: #F3F8FA;
  background-clip: content-box;
}
@media (min-width: 768px) {
  .community-block.coded > section {
    background-color: transparent;
  }
}
.community-block.coded .content-wrap {
  padding: 30px 20px 20px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
@media (min-width: 768px) {
  .community-block.coded .content-wrap {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
}
.community-block.coded .content-wrap .title {
  text-align: center;
}
@media (min-width: 768px) {
  .community-block.coded .content-wrap .title {
    text-align: left;
    margin-top: 0;
  }
}
.community-block.coded .content-wrap .content {
  text-align: center;
}
@media (min-width: 768px) {
  .community-block.coded .content-wrap .content {
    text-align: left;
  }
}
.community-block.coded .content-wrap .button-wrap {
  margin-top: 20px;
}
.community-block.coded .image-button-wrap {
  padding: 20px 20px;
  position: relative;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (min-width: 768px) {
  .community-block.coded .image-button-wrap {
    padding: 20px 20px 0;
  }
}
.community-block.coded .image-button-wrap .image-wrap {
  height: 300px;
  width: auto;
  background-position: center;
  background-size: contain;
}
@media (min-width: 576px) {
  .community-block.coded .image-button-wrap .image-wrap {
    background-position: top center;
  }
}
.community-block.coded .image-button-wrap .button-wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
}

.relevant-articles-component {
  border-radius: 5px;
}
.relevant-articles-component .title {
  font-size: 2.4rem;
  text-align: left;
  margin: 0;
  line-height: 1;
}
@media (min-width: 992px) {
  .relevant-articles-component .title {
    font-size: 2.8rem;
  }
}
.relevant-articles-component .subtitle {
  margin: 20px 0;
}
.relevant-articles-component p a {
  color: #0082b7;
  font-weight: 400;
}
@media (min-width: 992px) {
  .relevant-articles-component .cards .hs_cos_wrapper {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
  }
}
.relevant-articles-component .cards .hs_cos_wrapper .card-wrap .card {
  display: block;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 100%;
  margin-bottom: 30px;
}
.relevant-articles-component .cards .hs_cos_wrapper .card-wrap .card .logo {
  height: 20px;
  width: auto;
}
.relevant-articles-component .cards .hs_cos_wrapper .card-wrap .card .img-header {
  height: 175px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}
.relevant-articles-component .cards .hs_cos_wrapper .card-wrap .card .card-content {
  position: relative;
  height: calc(100% - 175px);
  padding: 25px 20px 80px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
  color: #58585A;
  background-color: #fff;
}
@media (min-width: 992px) {
  .relevant-articles-component .cards .hs_cos_wrapper .card-wrap .card .card-content {
    padding-bottom: 60px;
  }
}
.relevant-articles-component .cards .hs_cos_wrapper .card-wrap .card .card-content .date-blue {
  font-size: 1.2rem;
  font-weight: 600;
  color: #58585A;
  text-transform: uppercase;
  margin-top: 0;
}
.relevant-articles-component .cards .hs_cos_wrapper .card-wrap .card .card-content .title {
  margin-top: 20px;
  font-size: 2.4rem;
  color: #0082b7;
  margin-bottom: 0;
  line-height: 1.125;
}
.relevant-articles-component .cards .hs_cos_wrapper .card-wrap .card .card-content .summary {
  margin-top: 10px;
}
.relevant-articles-component .cards .hs_cos_wrapper .card-wrap .card .card-content .tags {
  margin-top: 20px;
}
.relevant-articles-component .cards .hs_cos_wrapper .card-wrap .card .card-content .tags .tag {
  display: inline-block;
  padding: 8px;
  margin: 0 10px 10px 0;
  background-color: #F3F8FA;
  color: #0082b7;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
}
.relevant-articles-component .cards .hs_cos_wrapper .card-wrap .card .card-content .btn,
.relevant-articles-component .cards .hs_cos_wrapper .card-wrap .card .card-content .details {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.relevant-articles-component .cards .hs_cos_wrapper .card-wrap .card .card-content .details {
  border-top: 1px solid #DCDCDC;
  height: 50px;
  padding: 10px 0;
}
.relevant-articles-component .cards .hs_cos_wrapper .card-wrap .card .card-content .details .details-inner .author {
  float: left;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.relevant-articles-component .cards .hs_cos_wrapper .card-wrap .card .card-content .details .details-inner .views-blue {
  float: right;
}
.relevant-articles-component .cards .hs_cos_wrapper .card-wrap .card .card-content .btn {
  width: auto;
}
.relevant-articles-component .cards .hs_cos_wrapper .card-wrap .card .card-content.article {
  padding: 25px 20px 60px;
}
@media (min-width: 992px) {
  .relevant-articles-component .cards .hs_cos_wrapper .card-wrap .card .card-content.article {
    padding-bottom: 30px;
  }
}
.relevant-articles-component .cards .hs_cos_wrapper .card-wrap .card .card-content.article .details {
  bottom: 0;
}

.about-insights-component {
  border-radius: 5px;
  padding: 20px;
}
.about-insights-component p {
  line-height: 2;
}
.about-insights-component .wysiwyg-component {
  margin-top: 20px;
}
.about-insights-component .wysiwyg-component h3, .about-insights-component .wysiwyg-component p {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.2;
}
.about-insights-component .wysiwyg-component h3 {
  font-size: 3.4rem;
}
.about-insights-component .cta_button {
  font-size: 16px;
}

.text-video-component .video-wrap {
  height: 200px;
  position: relative;
  /*.still-image {
      height: 100%;
      background-size: cover;
      background-position: center;


      @media($md) {
          position: relative;
          width: auto;
      }



  }*/
}
@media (min-width: 768px) {
  .text-video-component .video-wrap {
    height: 100%;
    min-height: 275px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.text-video-component .video-wrap.right {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (min-width: 768px) {
  .text-video-component .video-wrap.right {
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 0;
  }
}
.text-video-component .video-wrap.right.no-bg {
  border-radius: 5px;
}
.text-video-component .video-wrap.left {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
@media (min-width: 768px) {
  .text-video-component .video-wrap.left {
    border-top-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
.text-video-component .video-wrap.left.no-bg {
  border-radius: 5px;
}
.text-video-component .video-wrap.with-video {
  cursor: pointer;
}
.text-video-component .video-wrap.with-video:before {
  content: "";
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 4px solid #FFF;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/play.svg");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
}
@media (min-width: 768px) {
  .text-video-component .content-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.text-video-component .content-wrap.right {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (min-width: 768px) {
  .text-video-component .content-wrap.right {
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 20px 0 20px 40px;
    margin-top: 0;
  }
}
.text-video-component .content-wrap.left {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (min-width: 768px) {
  .text-video-component .content-wrap.left {
    border-top-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 20px 40px 20px 0;
  }
}
.text-video-component .content-wrap.with-bg-color, .text-video-component .content-wrap.with-bg-shape {
  padding: 20px 20px 40px;
}
@media (min-width: 768px) {
  .text-video-component .content-wrap.with-bg-color, .text-video-component .content-wrap.with-bg-shape {
    padding: 20px 40px;
  }
}
.text-video-component .content-wrap.with-bg-shape {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/blue-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.text-video-component .content-wrap.with-bg-shape .title,
.text-video-component .content-wrap.with-bg-shape .content {
  color: #fff;
}
.text-video-component .content-wrap h3 {
  margin-top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .text-video-component .content-wrap h3 {
    text-align: left;
  }
}
.text-video-component .content-wrap p {
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .text-video-component .content-wrap p {
    text-align: left;
  }
}
.text-video-component .content-wrap .btn-wrap {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .download-info-component {
    margin-top: 30px !important;
  }
}
@media (min-width: 576px) {
  .download-info-component .flex-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .download-info-component .flex-row {
    display: none;
  }
}
.download-info-component .flex-row .text-left {
  color: #fff;
  line-height: 30px;
  font-size: 22px;
  font-family: "Myriad Pro";
  font-weight: 100;
}
.download-info-component .flex-row .text-left p {
  color: #fff;
  line-height: 30px;
  font-size: 22px;
  font-weight: 100;
  font-family: "Myriad Pro";
}
.download-info-component .flex-row .text-left p:first-of-type {
  margin-top: 0;
}
.download-info-component .flex-row .text-right {
  color: #fff;
  line-height: 24px;
  font-size: 16px;
  font-family: "Myriad Pro";
}
.download-info-component .flex-row .text-right p {
  color: #fff;
  line-height: 24px;
  font-size: 16px;
  font-family: "Myriad Pro";
}
.download-info-component .flex-row .text-right p:first-of-type {
  margin-top: 0;
}
.download-info-component .flex-row .text-right .cta_button {
  font-size: 16px;
  line-height: 19px;
  font-family: Myriad Pro;
  color: #0082B7;
  margin-top: 20px;
}
.download-info-component .flex-row img {
  max-width: 100%;
}
@media (max-width: 575px) {
  .download-info-component .flex-row img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.download-info-component .second-row {
  display: none;
}
@media (max-width: 991px) and (min-width: 576px) {
  .download-info-component .second-row {
    display: flex;
  }
  .download-info-component .second-row .text-left {
    margin-bottom: 30px;
  }
}
.download-info-component .second-row img {
  max-width: 100%;
}
.download-info-component .bg {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/bg-pink.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  padding: 40px 30px;
}
.download-info-component .bg.bg-pink {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/bg-pink.png");
}
.download-info-component .bg.bg-turquoise {
  background-image: url("https://cdn2.hubspot.net/hubfs/3777110/img/bg-turquoise.png");
}
.download-info-component .bg.bg-purple {
  background-image: url("https://cdn2.hubspot.net/hubfs/3777110/img/bg-purple.png");
}
.download-info-component .bg.bg-orange {
  background-image: url("https://cdn2.hubspot.net/hubfs/3777110/img/bg-orange.png");
}
.download-info-component .bg.bg-blue {
  background-image: url("https://cdn2.hubspot.net/hubfs/3777110/img/bg-blue.png");
}
.download-info-component .logo {
  width: 130px;
  height: 40px;
  margin: 0 auto;
}
.download-info-component .img-wrap {
  width: 160px;
  height: 150px;
  margin: 20px auto;
  background-position: 30px center;
}
@media (min-width: 768px) {
  .download-info-component .img-wrap {
    position: absolute;
    top: -80px;
    left: 50%;
    width: 200px;
    height: 240px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.download-info-component .cta-wrap .title {
  text-align: left;
  font-weight: 300;
  font-size: 2.8rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  line-height: 1;
}
.download-info-component .cta-wrap .text {
  color: #fff;
  text-align: left;
}
@media (max-width: 575px) {
  .download-info-component .d-xs-none {
    display: none;
  }
}
@media (min-width: 992px) {
  .download-info-component.download-info-component-2 .bg {
    padding: 40px 30px;
  }
}
@media (min-width: 768px) {
  .download-info-component.download-info-component-2 .text-center {
    margin-top: -120px;
    margin-bottom: -120px;
  }
}
@media (max-width: 575px) {
  .download-info-component.download-info-component-2 .image-mobile {
    margin-top: -120px;
  }
}

.steps-component .title {
  margin-top: 0;
}
.steps-component .btn-wrap {
  margin-top: 20px;
}
.steps-component .step-wrap {
  margin-top: 20px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .steps-component .step-wrap {
    margin-top: 0;
  }
}
.steps-component .step-wrap .shape {
  position: relative;
  height: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .steps-component .step-wrap .shape:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    border: 2px solid #0082b7;
    border-radius: 50%;
    left: 0;
  }
  .steps-component .step-wrap .shape.not-last:after {
    content: "";
    position: absolute;
    left: 15px;
    background: url("https://cdn2.hubspot.net/hubfs/5597692/img/line.svg") left center;
    color: #58585A;
    font-weight: 300;
    width: 100%;
    height: 100%;
  }
}
.steps-component .step-wrap .numb {
  font-weight: 600;
  font-size: 1.2rem;
  text-align: left;
  color: #58585A;
  margin-top: 10px;
  text-transform: uppercase;
}
.steps-component .step-wrap .content-wrap {
  padding-right: 20px;
}
.steps-component .step-wrap .content-wrap .title {
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
}
.steps-component .step-wrap .content-wrap .description {
  margin-top: 10px;
  color: #58585A;
  line-height: 1.5;
}
.steps-component .step-wrap .content-wrap a {
  color: #0082b7;
  font-weight: 400;
}
.steps-component .step-wrap .content-wrap a:hover {
  color: #66b0d6;
}

.more-info-component.event-image-text-component .content-wrap .title, .more-info-component.event-image-text-component .content-wrap .content, .more-info-component.event-costs-component .content-wrap .title, .more-info-component.event-costs-component .content-wrap .content, .more-info-component.event-group-component .content-wrap .title, .more-info-component.event-group-component .content-wrap .content {
  text-align: left;
}
.more-info-component.event-costs-component .row-reverse, .more-info-component.event-image-text-component .row-reverse {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .more-info-component.event-costs-component .row-reverse, .more-info-component.event-image-text-component .row-reverse {
    flex-direction: row-reverse;
  }
}
.more-info-component.event-costs-component .magazine, .more-info-component.event-image-text-component .magazine {
  background-size: contain;
}
.more-info-component.event-costs-component .magazine {
  display: none;
}
@media (min-width: 768px) {
  .more-info-component.event-costs-component .magazine {
    display: block;
    background-position: right;
    height: 300px;
    margin: -40px;
  }
}
.more-info-component.event-image-text-component .magazine {
  background-position: left;
  height: 50px;
  margin: 0;
}
.more-info-component .content-wrap {
  padding: 0 0 20px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
@media (min-width: 768px) {
  .more-info-component .content-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
}
.more-info-component .content-wrap .title {
  line-height: 1.29;
  text-align: center;
}
@media (min-width: 768px) {
  .more-info-component .content-wrap .title {
    text-align: left;
    margin-top: 0;
  }
}
.more-info-component .content-wrap .content {
  text-align: center;
}
@media (min-width: 768px) {
  .more-info-component .content-wrap .content {
    text-align: left;
  }
}
.more-info-component .content-wrap .button-wrap {
  margin-top: 20px;
}
.more-info-component .image-button-wrap {
  padding: 20px 20px;
  position: relative;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (min-width: 768px) {
  .more-info-component .image-button-wrap {
    height: 100%;
    padding: 20px 20px 0;
  }
}
.more-info-component .image-button-wrap .image-wrap.img {
  height: 150px;
  background-size: contain;
  bottom: 0;
  width: 100%;
  background-position: bottom center;
}
@media (min-width: 768px) {
  .more-info-component .image-button-wrap .image-wrap.img {
    height: 300px;
  }
}
.more-info-component .image-button-wrap .button-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .more-info-component .image-button-wrap .button-wrap {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.more-info-component .image-button-wrap .button-wrap a.cta_button {
  width: calc(100% - 40px) !important;
}
@media (min-width: 768px) {
  .more-info-component .image-button-wrap .button-wrap a.cta_button {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .more-info-component.with-bg-color .image-button-wrap .image-wrap {
    position: absolute;
    margin-bottom: -40px;
  }
}

.article-content-component {
  margin-top: 100px;
}
@media (min-width: 992px) {
  .article-content-component {
    margin-top: 110px;
  }
}
.article-content-component .featured-image {
  height: 200px;
  width: auto;
  border-radius: 5px;
  background-position: top center;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .article-content-component .featured-image {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .article-content-component .featured-image {
    height: 400px;
  }
}
.article-content-component .date-blue {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #58585A;
}
@media (min-width: 768px) {
  .article-content-component .date-blue {
    float: right;
    font-size: 1.6rem;
  }
}
.article-content-component .tags-block {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .article-content-component .tags-block {
    margin: 8px 0;
  }
}

.tags-block {
  margin-top: 20px;
}
.tags-block .tag {
  display: inline-block;
  padding: 8px;
  margin: 0 10px 10px 0;
  background-color: #F3F8FA;
  color: #0082b7;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .tags-block .tag:last-of-type {
    display: none;
  }
}
.tags-block.white-tags .tag {
  background-color: #fff;
}

.side-nav-component {
  display: none !important;
}
@media (min-width: 992px) {
  .side-nav-component {
    display: block !important;
    margin-top: 110px;
  }
}
.side-nav-component .title {
  font-size: 2.4rem;
  color: #58585A;
}
.side-nav-component .sidebar-wrap {
  padding-left: 20px;
}
.side-nav-component .sidebar-wrap .article-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 50px;
}
.side-nav-component .sidebar-wrap .article-list .article {
  display: block;
  height: 90px;
  margin-bottom: 20px;
  color: #58585A;
  font-weight: 400;
}
.side-nav-component .sidebar-wrap .article-list .article .img {
  display: inline-block;
  height: 100%;
  width: 33.33%;
  float: left;
  border-radius: 5px;
}
.side-nav-component .sidebar-wrap .article-list .article .content {
  display: inline-block;
  padding-left: 15px;
  width: 66.66%;
  height: 100%;
  float: right;
  position: relative;
}
.side-nav-component .sidebar-wrap .article-list .article .content h4 {
  margin-top: 5px;
  max-height: 70px;
  overflow: hidden;
}
.side-nav-component .sidebar-wrap .article-list .article .content h4:hover {
  color: #0082b7;
}
@media (min-width: 768px) {
  .side-nav-component .sidebar-wrap .article-list .article .content h4 {
    font-size: 1.8rem;
  }
}
.side-nav-component .sidebar-wrap .article-list .article .content .tags-block {
  margin-top: 0;
  position: absolute;
  bottom: 0;
}
.side-nav-component .sidebar-wrap .article-list .article .content .tags-block .tag {
  margin-bottom: 0;
}
.side-nav-component .sidebar-wrap .sidebar-footer {
  border-radius: 5px;
}
.side-nav-component .sidebar-wrap .sidebar-footer .title {
  margin-top: 0;
  line-height: 1;
  color: #0082b7;
}
.side-nav-component .sidebar-wrap .sidebar-footer .content {
  margin-top: 10px;
}
.side-nav-component .sidebar-wrap .sidebar-footer .btn-wrap {
  margin-top: 10px;
}
.side-nav-component .sidebar-wrap .sidebar-footer.with-line {
  border: 1px solid #ddd;
}
.side-nav-component .sidebar-wrap h3 {
  font-size: 2.8rem;
}

.article-social-block .title {
  display: block;
  text-align: center;
  color: #58585A;
  font-weight: 400;
}
@media (min-width: 576px) {
  .article-social-block .title {
    display: inline-block;
    text-align: left;
    margin-right: 50px;
  }
}
.article-social-block .social-wrap {
  display: block;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 576px) {
  .article-social-block .social-wrap {
    display: inline-flex;
    align-items: center;
    margin-top: 0;
  }
}
.article-social-block .social-wrap a {
  margin-right: 20px;
}
.article-social-block .social-wrap .print-page {
  cursor: pointer;
  margin-right: 20px;
  width: 24px;
  display: inherit;
}
.article-social-block .social-wrap .print-page .icon {
  height: 24px;
  width: 24px;
}

.article-author-block {
  margin: 30px auto;
}
@media (min-width: 768px) {
  .article-author-block {
    margin: 60px auto;
  }
}
.article-author-block .img-wrap {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .article-author-block .img-wrap {
    margin-left: 0;
  }
}
.article-author-block .avatar-sub-text {
  margin-top: 20px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.22;
  text-align: center;
}
.article-author-block .author-name {
  margin-top: 0;
  text-align: center;
  color: #58585A;
  font-weight: 400;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .article-author-block .author-name {
    text-align: left;
  }
}
.article-author-block .author-bio {
  margin-top: 20px;
  line-height: 1.69;
  text-align: center;
}
@media (min-width: 768px) {
  .article-author-block .author-bio {
    text-align: left;
  }
}
.article-author-block .btn-wrap {
  margin-bottom: 30px;
}

.event-block {
  background-color: #F3F8FA;
  border-radius: 5px;
}
.event-block.article {
  margin: 30px auto;
}
@media (min-width: 768px) {
  .event-block.article {
    margin: 60px auto;
  }
}
.event-block.article .img-wrap {
  width: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.event-block.article .content-wrap {
  padding: 30px 20px 10px;
}
@media (min-width: 768px) {
  .event-block.article .content-wrap {
    padding: 30px 40px;
  }
}
.event-block.article .content-wrap .tags-block {
  margin-top: 0;
  text-align: left;
}
.event-block.article .content-wrap .title {
  font-size: 2.4rem;
  line-height: 1.33;
  color: #58585A;
  margin-top: 0;
}
@media (min-width: 768px) {
  .event-block.article .content-wrap .title {
    font-size: 2.8rem;
  }
}
.event-block.article .content-wrap .date-blue {
  font-size: 1.2rem;
  font-weight: 600;
  color: #58585A;
  margin-top: 0;
}
.event-block.article .content-wrap .usp-wrap p {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
}
.event-block.article .content-wrap .usp-wrap p:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  color: #C9D200;
  font-weight: 400;
  background: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/check-green.svg") center no-repeat;
}
.event-block.article .content-wrap .btn-wrap {
  margin-top: 30px;
}
.event-block.article .content-wrap .btn-wrap a {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .event-block.article .content-wrap .btn-wrap a {
    margin-bottom: 0;
  }
}

.event-component .bg-wrap {
  border-radius: 5px;
  overflow: hidden;
}
.event-component .bg-wrap .event-wrapper {
  padding: 30px;
}
.event-component .bg-wrap .event-wrapper .country {
  text-transform: uppercase;
  color: #0082b7;
  font-weight: 600;
  font-size: 1.3rem;
}
.event-component .bg-wrap .event-wrapper .title {
  color: #0082b7;
  margin: 0;
}
.event-component .bg-wrap .event-wrapper .details {
  list-style: none;
  font-weight: 600;
  color: #58585A;
  display: block;
  padding: 0;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .event-component .bg-wrap .event-wrapper .details {
    display: flex;
  }
}
.event-component .bg-wrap .event-wrapper .details .date,
.event-component .bg-wrap .event-wrapper .details .location {
  font-size: 12px;
}
.event-component .bg-wrap .event-wrapper .details .date:before,
.event-component .bg-wrap .event-wrapper .details .location:before,
.event-component .bg-wrap .event-wrapper .details .time:before {
  content: "";
  background-size: contain;
  width: 15px;
  height: 30px;
  position: absolute;
  left: -20px;
}
.event-component .bg-wrap .event-wrapper .details .date {
  text-transform: uppercase;
  margin-right: 35px;
  margin-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .event-component .bg-wrap .event-wrapper .details .date {
    margin-bottom: 0px;
  }
}
.event-component .bg-wrap .event-wrapper .details .date:before {
  background: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/date-blue.svg") no-repeat;
}
.event-component .bg-wrap .event-wrapper .details .location {
  text-transform: uppercase;
  margin-right: 35px;
  margin-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .event-component .bg-wrap .event-wrapper .details .location {
    margin-bottom: 0;
  }
}
.event-component .bg-wrap .event-wrapper .details .location:before {
  background: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/pin.svg") no-repeat;
}
.event-component .bg-wrap .event-wrapper .details .time {
  text-transform: uppercase;
  margin-right: 35px;
  margin-left: 30px;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
}
@media (min-width: 768px) {
  .event-component .bg-wrap .event-wrapper .details .time {
    margin-bottom: 0;
  }
}
.event-component .bg-wrap .event-wrapper .details .time:before {
  background: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/clock.svg") no-repeat;
}
.event-component .bg-wrap .event-wrapper .btn-wrap .cta_button {
  margin-bottom: 10px;
}
.event-component .bg-wrap .event-wrapper .btn-wrap .btn-left,
.event-component .bg-wrap .event-wrapper .btn-wrap .btn-right {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .event-component .bg-wrap .event-wrapper .btn-wrap .btn-left,
.event-component .bg-wrap .event-wrapper .btn-wrap .btn-right {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 768px) {
  .event-component .bg-wrap .event-wrapper .btn-wrap .btn-left {
    margin-right: 20px;
  }
}
.event-component .bg-wrap .event-wrapper .facilitated-by {
  margin-top: 20px;
}
.event-component .bg-wrap .event-wrapper .facilitated-by .facilitated-by-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 14px;
}
.event-component .bg-wrap .event-wrapper .facilitated-by .flex-wrapper {
  display: flex;
  align-items: center;
}
.event-component .bg-wrap .event-wrapper .facilitated-by .flex-wrapper .facilitated_by_image {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 15px;
  background-size: cover;
  background-position: center center;
}
.event-component .bg-wrap .image {
  background-size: cover;
  width: 100%;
  height: 100%;
}

.shape-header-block.coded {
  margin-top: 100px;
}
@media (min-width: 992px) {
  .shape-header-block.coded {
    margin-top: 110px;
  }
}
.shape-header-block.coded .bg-shape {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/blue-doughnut.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 140px;
}

.contact-form-block.coded input:not([type=submit]) {
  border: 1px solid #ddd;
  border-radius: 5px;
}

.wysiwyg-component.post-body {
  padding-left: 0;
}
.wysiwyg-component.event-confirmation .steps-component .row.no-gutters {
  margin-left: 0;
}
.wysiwyg-component a {
  color: #0082b7;
  font-weight: 400;
}
.wysiwyg-component a:hover {
  color: #66b0d6;
}
.wysiwyg-component img {
  max-width: 100%;
  height: auto !important;
}
.wysiwyg-component ul, .wysiwyg-component ol {
  line-height: 1.5;
  padding-left: 20px;
  margin-top: 5px;
}
.wysiwyg-component ul li, .wysiwyg-component ol li {
  padding-left: 10px;
}
.wysiwyg-component ul {
  list-style: none;
  position: relative;
}
.wysiwyg-component ul li:before {
  position: absolute;
  left: 10px;
}
.wysiwyg-component ul:not([style*=list-style-type]) li:before {
  content: "";
  background: url(https://cdn2.hubspot.net/hubfs/5597692/img/icon/checkmark-blue.svg) no-repeat center;
  height: 22px;
  width: 10px;
}
.wysiwyg-component ul[style*="list-style-type: circle;"] {
  list-style: none !important;
}
.wysiwyg-component ul[style*="list-style-type: circle;"] li:before {
  content: "◯";
  font-size: 8px;
  line-height: 28px;
  color: #0082b7;
  font-weight: 400;
}
.wysiwyg-component h1, .wysiwyg-component h2, .wysiwyg-component h3, .wysiwyg-component h4 {
  margin-top: 30px;
  margin-bottom: 0;
}
.wysiwyg-component p {
  margin-bottom: 20px;
  margin-top: 0;
}
.wysiwyg-component p strong em {
  font-style: italic;
}
.wysiwyg-component h4 {
  font-weight: 400;
  font-size: 20px;
}
.wysiwyg-component blockquote {
  text-align: center;
  position: relative;
  margin: 20px 0;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .wysiwyg-component blockquote {
    margin: 30px;
    padding: 0 40px;
  }
}
.wysiwyg-component blockquote:before, .wysiwyg-component blockquote:after {
  position: absolute;
  color: #0082b7;
  font-size: 80px;
  line-height: 0.8;
  height: 20px;
}
.wysiwyg-component blockquote:before {
  content: "“";
  left: 0;
  top: 0;
}
.wysiwyg-component blockquote:after {
  content: "”";
  right: 0;
  bottom: 0;
}
.wysiwyg-component table {
  width: auto !important;
  border-radius: 5px;
}
.wysiwyg-component table td {
  padding: 20px;
}
@media (min-width: 768px) {
  .wysiwyg-component table td {
    padding: 30px 40px;
  }
}
.wysiwyg-component *[style*="padding-left: 40px"],
.wysiwyg-component *[style*="padding-left: 80px"] {
  border-left: 2px solid #0082b7;
}
.wysiwyg-component .hs-responsive-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.wysiwyg-component .hs-responsive-embed-youtube .hs-responsive-embed-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.wysiwyg-component .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.wysiwyg-component .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.two-column-text-component.in-blog-overview {
  padding-top: 100px;
}
@media (min-width: 992px) {
  .two-column-text-component.in-blog-overview {
    padding-top: 110px;
  }
}
.two-column-text-component.in-blog-overview .title {
  color: #0082b7;
}
.two-column-text-component .bg-color {
  border-radius: 5px;
}
.two-column-text-component .title {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .two-column-text-component .title {
    margin-bottom: 15px;
  }
}

.faq-component .faq-title {
  color: #0082b7;
}
.faq-component .faq-list {
  list-style: none;
  padding-left: 0;
}
.faq-component .faq-list .faq-card {
  display: block;
  position: relative;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #DCDCDC;
  text-decoration: none;
  color: #58585A;
  cursor: pointer;
  padding-right: 40px;
  text-align: left;
  width: 100%;
}
.faq-component .faq-list .faq-card.open h4:before {
  content: "";
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/min.svg");
  background-size: cover;
  position: absolute;
  right: 25px;
  width: 20px;
  height: 20px;
  top: 22px;
}
.faq-component .faq-list .faq-card h4 {
  font-weight: 600;
  color: #58585A;
  cursor: pointer;
  margin: 0;
}
.faq-component .faq-list .faq-card h4:before {
  content: "";
  background: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/plus.svg") no-repeat;
  background-size: cover;
  position: absolute;
  right: 25px;
  width: 20px;
  height: 20px;
  top: 22px;
}
.faq-component .faq-list .faq-card .faq-content {
  font-weight: 300;
  margin-top: 5px;
  font-size: 16px;
}
.faq-component .faq-list .faq-card .faq-content a {
  color: #0082b7;
}
.faq-component .faq-list .faq-card .faq-content.hidden {
  display: none;
}

.faqs .category-list {
  list-style: none;
  padding-left: 0;
}
.faqs .category-list .category-link {
  display: block;
  position: relative;
  padding: 15px 20px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  color: #58585A;
  font-weight: 500;
}
.faqs .category-list .category-link.active {
  background-color: #eef1f6;
}
.faqs .category-list .category-link.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #00689a;
}
.faqs .category-list .category-link::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  height: 10px;
  width: 10px;
  border-bottom: 2px solid #0082b7;
  border-right: 2px solid #0082b7;
}

.single-case-component .video-wrap {
  min-height: 200px;
}
.single-case-component .video-wrap .placeholder-img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-size: cover;
}
@media (min-width: 768px) {
  .single-case-component .video-wrap .placeholder-img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
  }
}
.single-case-component .video-wrap .placeholder-img.with-video {
  cursor: pointer;
}
.single-case-component .video-wrap .placeholder-img.with-video:before {
  content: "";
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 4px solid #FFF;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/play.svg");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
}
.single-case-component .single-case-wrap {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/blue-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 40px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .single-case-component .single-case-wrap {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.single-case-component .single-case-wrap .case-logo {
  margin-top: 15px;
  max-width: 100%;
  height: 35px;
  background-repeat: no-repeat;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-case-component .single-case-wrap .title {
  margin-top: 15px;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #fff;
  font-weight: 300;
}
@media (min-width: 992px) {
  .single-case-component .single-case-wrap .title {
    font-size: 2.8rem;
  }
}
.single-case-component .single-case-wrap .content {
  color: #fff;
}
.single-case-component .single-case-wrap .content strong {
  font-weight: 600;
}
.single-case-component .single-case-wrap .quote-footer {
  color: #fff;
  font-weight: 600;
  font-size: 1.7rem;
}
@media (min-width: 992px) {
  .single-case-component .single-case-wrap .quote-footer {
    font-size: 1.5rem;
  }
}
.single-case-component .single-case-wrap .btn-wrap {
  margin-top: 20px;
}

.slider-component.with-bg-color {
  background-color: #F3F8FA;
  position: relative;
  margin-top: 85px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .slider-component.with-bg-color {
    margin-top: 115px;
    margin-bottom: 60px;
  }
}
.slider-component.with-bg-color::before {
  content: "";
  background: url("https://cdn2.hubspot.net/hubfs/5597692/img/boog-boven.svg") no-repeat;
  width: 100%;
  height: 20px;
  background-size: contain;
  background-position: center bottom;
  position: absolute;
  top: -20px;
  left: 0;
}
.slider-component.with-bg-color::after {
  content: "";
  background: url("https://cdn2.hubspot.net/hubfs/5597692/img/boog-onder.svg") no-repeat;
  width: 100%;
  height: 20px;
  background-size: contain;
  background-position: center top;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.slider-component .header h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.slider-component .header .wysiwyg-component {
  margin-top: 20px;
}
.slider-component .header .wysiwyg-component > *:first-child {
  margin-top: 0;
}
.slider-component .cards {
  margin-right: -15px;
  margin-top: 20px;
}
@media (min-width: 576px) {
  .slider-component .cards {
    margin-right: 0;
  }
}
.slider-component .cards .card {
  position: relative;
  padding-bottom: 70px;
  background-color: #fff;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 270px;
  color: #58585A;
}
.slider-component .cards .card.case-slider {
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .slider-component .cards .card {
    width: auto;
  }
}
.slider-component .cards .card .wrapper {
  display: flex;
  flex-direction: column;
}
.slider-component .cards .card .card-header .card-img-top {
  height: 175px;
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-position: center top;
}
.slider-component .cards .card .card-header .date {
  padding: 20px 20px 0;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 35px 10px 30px;
  position: relative;
  font-size: 1.2rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .slider-component .cards .card .card-header .date {
    margin-bottom: 0px;
  }
}
.slider-component .cards .card .card-header .date:before {
  content: "";
  background: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/date-blue.svg") no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -5px;
  bottom: 3px;
}
.slider-component .cards .card .card-body {
  padding: 0 20px 0;
}
.slider-component .cards .card .card-body .brand-icon {
  height: 25px;
  margin-top: 20px;
  width: auto;
  background-size: contain;
  background-position: left center;
}
.slider-component .cards .card .card-body .card-title {
  margin-top: 15px;
  color: #0082b7;
  font-size: 2.4rem;
}
.slider-component .cards .card .card-body .card-text {
  margin-top: 10px;
}
.slider-component .cards .card .card-body .tags {
  margin-top: 20px;
  margin-bottom: 15px;
}
.slider-component .cards .card .card-body .tags .tag {
  display: inline-block;
  padding: 8px;
  margin: 0 10px 10px 0;
  background-color: #F3F8FA;
  color: #0082b7;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
}
.slider-component .cards .card .card-footer {
  padding: 0 20px 20px;
  position: absolute;
  height: 70px;
  bottom: 0;
  right: 0;
  left: 0;
}
.slider-component .cards .card .card-footer.case-slider {
  bottom: 20px;
}
.slider-component .cards .card .card-footer p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
}
.slider-component .btn-wrap {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .slider-component .btn-wrap .btn {
    float: right;
  }
}
.slider-component .btn-case-wrap {
  margin-top: 20px;
}
.slider-component .btn-case-wrap .btn {
  width: 100%;
}
.slider-component .owl-nav {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}
.slider-component .owl-carousel .owl-nav button {
  border: none !important;
}
.slider-component .owl-carousel .owl-nav button.owl-prev, .slider-component .owl-carousel .owl-nav button.owl-next {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 8px !important;
}
.slider-component .owl-carousel .owl-nav button.owl-prev .prev, .slider-component .owl-carousel .owl-nav button.owl-next .prev {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/links.svg");
  height: 30px;
  width: 30px;
  display: block;
  cursor: pointer;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border: 1px solid #0082b7;
  border-radius: 50%;
  padding: 10px;
}
.slider-component .owl-dots {
  display: none;
}
.slider-component nav button.owl-prev, .slider-component .owl-carousel .owl-nav {
  margin-top: 10px;
}
.slider-component .owl-carousel .owl-nav button.owl-prev, .slider-component .slider-component .owl-carousel .owl-nav button.owl-next {
  margin-right: 0;
}
.slider-component nav button.owl-prev, .slider-component .owl-carousel .owl-nav button.owl-next {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 8px !important;
}
.slider-component nav button.owl-prev .next, .slider-component .owl-carousel .owl-nav button.owl-next .next {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/rechts.svg");
  height: 30px;
  width: 30px;
  display: block;
  cursor: pointer;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border: 1px solid #0082b7;
  border-radius: 50%;
  padding: 10px;
}
.slider-component .owl-carousel .owl-stage-outer .owl-stage {
  padding-left: 0px !important;
}
@media (min-width: 768px) {
  .slider-component .owl-carousel .owl-stage-outer .owl-stage {
    padding-right: 0;
  }
}

.topic-info-component {
  border-radius: 5px;
  margin-top: 85px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .topic-info-component {
    margin-top: 115px;
    margin-bottom: 60px;
  }
}
.topic-info-component .content-wrap .title {
  color: #0082b7;
}
.topic-info-component .content-wrap .subtitle {
  color: #58585A;
  font-weight: 400;
}

@media (min-width: 992px) {
  .highlighted-article-component {
    margin-top: 115px;
    margin-bottom: 60px;
  }
}
.highlighted-article-component .card-wrap .card {
  display: block;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 100%;
  margin-bottom: 30px;
}
.highlighted-article-component .card-wrap .card .logo {
  height: 20px;
  width: auto;
}
.highlighted-article-component .card-wrap .card .img-header {
  height: 225px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}
.highlighted-article-component .card-wrap .card .card-content {
  position: relative;
  height: calc(100% - 450px);
  padding: 25px 20px 80px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
  color: #58585A;
  background-color: #fff;
}
@media (min-width: 992px) {
  .highlighted-article-component .card-wrap .card .card-content {
    padding-bottom: 60px;
  }
}
.highlighted-article-component .card-wrap .card .card-content .date-blue {
  font-size: 1.2rem;
  font-weight: 600;
  color: #58585A;
  margin-top: 0;
}
.highlighted-article-component .card-wrap .card .card-content .title {
  margin-top: 20px;
  font-size: 2.4rem;
  color: #0082b7;
  margin-bottom: 0;
  line-height: 1.125;
}
.highlighted-article-component .card-wrap .card .card-content .summary {
  margin-top: 10px;
}
.highlighted-article-component .card-wrap .card .card-content .tags {
  margin-top: 20px;
}
.highlighted-article-component .card-wrap .card .card-content .tags .tag {
  display: inline-block;
  padding: 8px;
  margin: 0 10px 10px 0;
  background-color: #F3F8FA;
  color: #0082b7;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
}
.highlighted-article-component .card-wrap .card .card-content .btn,
.highlighted-article-component .card-wrap .card .card-content .details {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.highlighted-article-component .card-wrap .card .card-content .details {
  border-top: 1px solid #DCDCDC;
  height: 50px;
  padding: 10px 0;
}
.highlighted-article-component .card-wrap .card .card-content .details .details-inner .author {
  float: left;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.highlighted-article-component .card-wrap .card .card-content .details .details-inner .views-blue {
  float: right;
}
.highlighted-article-component .card-wrap .card .card-content .btn {
  width: auto;
}
.highlighted-article-component .card-wrap .card .card-content.article {
  padding: 25px 20px 60px;
}
.highlighted-article-component .card-wrap .card .card-content.article .details {
  bottom: 0;
}

.in-blog-overview .highlighted-article-component {
  margin-top: 0;
  margin-bottom: 0;
}

.article-overview-component {
  margin-top: 40px;
  padding-top: 110px;
}
.article-overview-component ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-overview-component .tab-bar {
  overflow: hidden;
  text-align: center;
}
.article-overview-component .tab-bar li {
  width: 50%;
  float: left;
  border-bottom: 1px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 2px solid #ddd;
  padding: 20px 0;
  margin-top: -20px;
  transition: 0.2s color, 0.2s border;
}
.article-overview-component .tab-bar li.active, .article-overview-component .tab-bar li:hover {
  color: #66b0d6;
  border-color: #66b0d6;
}
.article-overview-component .tab-container {
  margin-top: 30px;
}
.article-overview-component .tab-container ul {
  display: none;
}
.article-overview-component .tab-container ul.active {
  display: block;
}
.article-overview-component .tab-container li {
  height: 90px;
  overflow: hidden;
  margin-top: 20px;
}
.article-overview-component .tab-container li a {
  color: #58585A;
  display: block;
  height: 100%;
  transition: 0.3s color;
}
.article-overview-component .tab-container li a:hover {
  color: #66b0d6;
}
.article-overview-component .tab-container li .img {
  width: 25%;
  height: 100%;
  float: left;
  border-radius: 5px;
}
.article-overview-component .tab-container li .content {
  width: 75%;
  float: right;
  padding-left: 20px;
  height: 100%;
  position: relative;
}
.article-overview-component .tab-container li .content .tags-block {
  margin-top: 0;
  position: absolute;
  bottom: 0;
}
.article-overview-component .tab-container li .content .tags-block .tag {
  margin-bottom: 0;
}
.article-overview-component .tab-container li .content h4 {
  margin-top: 5px;
  font-weight: 400;
}

.tags-cloud-component .title {
  margin-top: 0;
  margin-bottom: 20px;
}
.tags-cloud-component .tag {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 10px 10px 0;
  background-color: #F3F8FA;
  color: #0082b7;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
}
.tags-cloud-component.white-tags .tag {
  background-color: #fff;
}

.article-tab-title-component .tab-title {
  margin-bottom: 20px;
  color: #0082b7;
  line-height: 1.06;
  font-size: 2.8rem;
}
@media (min-width: 992px) {
  .article-tab-title-component .tab-title {
    font-size: 3.4rem;
  }
}

.points-component {
  margin-top: 20px;
}
.points-component .point {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .points-component .point {
    margin-top: 0;
  }
}
.points-component .point .header {
  display: flex;
}
.points-component .point .header .number {
  font-size: 1.4rem;
  margin-right: 15px;
  background-color: #0082b7;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  font-weight: 600;
}
.points-component .point .header h3 {
  margin: 0;
  font-size: 1.8rem;
}
.points-component .point .content {
  margin-top: 10px;
}

.info-form-component .content-wrap .title {
  margin-top: 0;
}
.info-form-component .content-wrap .subtitle {
  font-size: 1.6rem;
  color: #343437;
  font-weight: 400;
}
.info-form-component .content-wrap .privacy {
  color: #58585A;
  font-size: 1.2rem;
  font-style: italic;
  margin-top: 10px;
}
.info-form-component .content-wrap .privacy a {
  color: #58585A;
  font-size: 1.2rem;
  font-style: italic;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .how-we-work-component .content-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.how-we-work-component .content-wrap.left {
  border-radius: 5px;
}
@media (min-width: 768px) {
  .how-we-work-component .content-wrap.left {
    margin-top: 0;
  }
}
.how-we-work-component .content-wrap.with-bg-color {
  padding: 20px 20px 40px;
  background-color: #F3F8FA;
}
@media (min-width: 768px) {
  .how-we-work-component .content-wrap.with-bg-color {
    padding: 40px;
  }
}
.how-we-work-component .content-wrap h3 {
  margin-top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .how-we-work-component .content-wrap h3 {
    text-align: left;
  }
}
.how-we-work-component .content-wrap p {
  margin-top: 5px;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .how-we-work-component .content-wrap p {
    text-align: left;
  }
}
.how-we-work-component .content-wrap .btn-wrap {
  margin-top: 25px;
}
.how-we-work-component .points {
  padding: 30px 40px;
}
.how-we-work-component .points ul {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
  position: relative;
}
.how-we-work-component .points ul li {
  line-height: 28px;
}
.how-we-work-component .points ul li:before {
  content: "";
  position: absolute;
  left: 10px;
  margin-right: 20px;
  width: 14px;
  height: 25px;
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/icon-people.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.solution-cards-component {
  margin-bottom: 60px;
  padding: 15px 0;
}
.solution-cards-component h3 {
  margin: 0;
}
.solution-cards-component .text-center {
  margin: 0 auto;
  max-width: 700px;
}
.solution-cards-component .text-center p {
  margin-top: 15px;
  margin-bottom: 30px;
}
.solution-cards-component .text-left p {
  margin-bottom: 30px;
}
.solution-cards-component .single-solution {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .solution-cards-component .single-solution {
    margin-bottom: 0;
  }
}
.solution-cards-component .single-solution img {
  border-radius: 5px;
}
.solution-cards-component .single-solution h3 {
  margin-top: 20px;
}
.solution-cards-component .single-solution p {
  margin: 10px 0 15px 0;
}
.solution-cards-component .single-solution .read-more:after {
  content: "";
  display: inline-block;
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/angle-right-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 12px;
  margin-left: 10px;
}

.header-small-component {
  margin-top: 65px;
  margin-bottom: 0;
  background-size: 0;
}
.header-small-component .img {
  height: 200px;
  background-size: contain;
  background-position: right top;
}
.header-small-component .content-wrap {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.header-small-component .content-wrap .title, .header-small-component .content-wrap .course {
  color: #0082b7;
}
.header-small-component .content-wrap .course {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.header-small-component .content-wrap h3 {
  font-weight: 400;
  font-size: 2.6rem;
}
.header-small-component .content-wrap .content-quote {
  font-weight: 400;
}
.header-small-component .content-wrap .subtitle {
  color: #58585A;
  font-weight: 400;
}
.header-small-component .content-wrap p {
  margin: 0;
}

@media (min-width: 992px) {
  .header-small-component {
    margin-top: 75px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .header-small-component .img {
    height: 300px;
    display: block;
  }
}
@media (min-width: 992px) {
  .header-small-component .content-wrap {
    padding-right: 20px;
  }
}
.contact-info-component {
  background-color: #F3F8FA;
  margin-bottom: 30px;
  border-radius: 5px;
}
.contact-info-component .text-wrapper {
  padding: 30px;
}
.contact-info-component .text-wrapper .h3 {
  margin-top: 0;
}
.contact-info-component .cta_button {
  margin-top: 20px;
}

.search-input-component {
  margin-top: 85px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .search-input-component {
    margin-top: 95px;
    margin-bottom: 20px;
  }
}
.search-input-component .input-bar .field {
  position: relative;
}
.search-input-component .input-bar .field input {
  padding: 15px;
}
.search-input-component .input-bar .field i {
  cursor: pointer;
}
.search-input-component .input-bar .field i.cross {
  background-image: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/cross-red.svg");
  position: absolute;
  top: 0px;
  right: 0px;
  height: 45px;
  width: 45px;
  background-size: 15px;
}

.search-result-component .result-row {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(33, 36, 37, 0.05);
  border: 1px solid #DDDDDD;
}
.search-result-component .result-row a.result-title {
  color: #0082b7;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}
.search-result-component .result-row .result-description {
  margin: 0;
}

.event-lister-component .filter-component {
  position: relative;
}
.event-lister-component .filter-component .event-counter {
  margin-bottom: 30px;
  text-align: center;
}
.event-lister-component .filter-component .filter-row {
  align-items: center;
  border-radius: 5px;
  margin: 0;
}
@media (min-width: 768px) {
  .event-lister-component .filter-component .filter-row {
    border: 1px solid #DCDCDC;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  }
}
.event-lister-component .filter-component .filter-component-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  color: #0082b7;
  text-transform: uppercase;
  background: #fff;
}
.event-lister-component .filter-component .filter-component-title .title-wrapper {
  color: #0082b7;
  font-size: 14px;
}
.event-lister-component .filter-component .filter-component-title .title-wrapper.mobile {
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
}
.event-lister-component .filter-component .filters-wrapper {
  display: none;
  padding: 0 15px;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  background: #fff;
}
@media (min-width: 768px) {
  .event-lister-component .filter-component .filters-wrapper {
    background: transparent;
  }
}
.event-lister-component .filter-component .filters-wrapper.active {
  display: block;
}
@media (min-width: 768px) {
  .event-lister-component .filter-component .filters-wrapper {
    padding: 0 5px;
    position: relative;
    height: auto;
    top: 0;
    width: auto;
    display: flex;
    flex-grow: 5;
  }
}
.event-lister-component .filter-component .filters-wrapper .reset-filters {
  padding: 0 15px;
  display: flex;
  font-size: 14px;
  align-self: center;
  text-transform: uppercase;
  color: #ddd;
  font-weight: 400;
}
.event-lister-component .filter-component .filters-wrapper .reset-filters.active {
  color: #0082b7;
}
.event-lister-component .filter-component .filters-wrapper .title-wrapper {
  color: #0082b7;
}
.event-lister-component .filter-component .filters-wrapper .title-wrapper.mobile {
  text-align: center;
  padding: 10px 0;
}
.event-lister-component .filter-component .filters-wrapper .filter-component-level {
  background: #fff;
  display: inline-block;
  float: left;
  border-left: 1px solid #f3f8fa;
}
.event-lister-component .filter-component .filters-wrapper .filter-component-level .filter-option {
  padding-left: 0;
}
.event-lister-component .filter-component .filters-wrapper .filter-component-level .filter-option ul {
  padding-left: 0;
}
.event-lister-component .filter-component .filters-wrapper .filter-component-level .filter-option .filter-option-title {
  cursor: pointer;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}
@media (min-width: 768px) {
  .event-lister-component .filter-component .filters-wrapper .filter-component-level .filter-option .filter-option-title {
    font-weight: 400;
  }
}
.event-lister-component .filter-component .filters-wrapper .filter-component-level .filter-option .filter-option-content {
  display: none;
  cursor: pointer;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 9;
}
@media (min-width: 768px) {
  .event-lister-component .filter-component .filters-wrapper .filter-component-level .filter-option .filter-option-content {
    position: absolute;
    border-radius: 0 0 9px 9px;
    border-top: 1px solid #f3f8fa;
    top: 100%;
  }
}
.event-lister-component .filter-component .filters-wrapper .filter-component-level .filter-option .filter-option-content .option-content-data {
  font-weight: 400;
  position: relative;
  display: block;
}
.event-lister-component .filter-component .filters-wrapper .filter-component-level .filter-option .filter-option-content .option-content-data:hover {
  color: #0e567b;
}
.event-lister-component .filter-component .filters-wrapper .filter-component-level .filter-option .filter-option-content .option-content-data .container {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #F3F8FA;
  margin: 0 auto 0 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .event-lister-component .filter-component .filters-wrapper .filter-component-level .filter-option .filter-option-content .option-content-data .container {
    padding: 15px 20px;
  }
}
.event-lister-component .filter-component .filters-wrapper .filter-component-level .filter-option .filter-option-content .option-content-data .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.event-lister-component .filter-component .filters-wrapper .filter-component-level .filter-option .filter-option-content .option-content-data .container input:checked ~ .checkmark:after {
  content: "";
  background: url(https://cdn2.hubspot.net/hubfs/5597692/img/icon/checkmark-blue.svg) no-repeat center;
  background-size: 10px;
  height: 10px;
  width: 10px;
  display: block;
}
.event-lister-component .filter-component .filters-wrapper .filter-component-level .filter-option .filter-option-content .option-content-data .container input:checked ~ .container {
  color: #0082b7;
}
.event-lister-component .filter-component .filters-wrapper .filter-component-level .filter-option .filter-option-content .option-content-data .container .checkmark {
  height: 10px;
  width: 10px;
  position: absolute;
  right: 20px;
}
.event-lister-component .filter-component .filters-wrapper .filter-component-level .filter-option .filter-option-content .checked:before {
  background: url(https://cdn2.hubspot.net/hubfs/5597692/img/icon/checkmark-blue.svg) no-repeat center;
  background-size: 10px;
}
.event-lister-component .filter-component .filters-wrapper .close-filters {
  font-size: 16px;
  line-height: 19px;
  width: calc(100% - 15px);
}
.event-lister-component .filter-component ul, .event-lister-component .filter-component li {
  list-style-type: none;
}
.event-lister-component .filter-component .filter-arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  background: url(https://cdn2.hubspot.net/hubfs/5597692/img/icon/angle-right-grey.svg) no-repeat center;
  background-size: 6px;
  display: inline-block;
  height: 12px;
  width: 19px;
}
.event-lister-component .filter-component .filter-arrow-active {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
.event-lister-component .row.event-lister {
  margin-left: -10px;
  margin-right: -10px;
}
.event-lister-component .row.event-lister .col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
.event-lister-component .row.event-lister .col.card-wrapper {
  display: block;
}
.event-lister-component .row.event-lister .col.card-wrapper.hide {
  display: none;
}
.event-lister-component .row.event-lister .col.card-wrapper:nth-of-type(4) {
  display: none !important;
}
.event-lister-component .row.event-lister .col .card {
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.event-lister-component .row.event-lister .col .card .event-wrapper {
  padding: 17px 0;
}
.event-lister-component .row.event-lister .col .card .event-wrapper .title {
  margin-top: 15px;
}
.event-lister-component .row.event-lister .col .card .event-wrapper .facilitated-by {
  margin-bottom: 20px;
}
.event-lister-component .row.event-lister .col .card .event-wrapper .facilitated-by .facilitated-by-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 14px;
}
.event-lister-component .row.event-lister .col .card .event-wrapper .facilitated-by .flex-wrapper {
  display: flex;
  align-items: center;
}
.event-lister-component .row.event-lister .col .card .event-wrapper .facilitated-by .flex-wrapper .facilitated_by_image {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 15px;
  background-size: cover;
  background-position: center center;
}
.event-lister-component .row.event-lister .col .card .event-wrapper .content.wysiwyg-component {
  margin-bottom: 20px;
}
.event-lister-component .row.event-lister .col .card .event-wrapper .country {
  color: #0082b7;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.event-lister-component .row.event-lister .col .card .event-wrapper .details {
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 0;
  font-size: 12px;
  display: flex;
}
.event-lister-component .row.event-lister .col .card .event-wrapper .details li {
  float: left;
  margin: 0 5px 5px 20px !important;
}
.event-lister-component .row.event-lister .col .card .event-wrapper .details li:before {
  left: -20px;
}
.event-lister-component .row.event-lister .col .card .event-wrapper .details .date:before,
.event-lister-component .row.event-lister .col .card .event-wrapper .details .location:before,
.event-lister-component .row.event-lister .col .card .event-wrapper .details .time:before {
  content: "";
  background-size: contain;
  width: 15px;
  height: 30px;
  position: absolute;
}
.event-lister-component .row.event-lister .col .card .event-wrapper .details .date {
  text-transform: uppercase;
  margin-right: 35px;
  margin-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .event-lister-component .row.event-lister .col .card .event-wrapper .details .date {
    margin-bottom: 0px;
  }
}
.event-lister-component .row.event-lister .col .card .event-wrapper .details .date:before {
  background: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/date-blue.svg") no-repeat;
}
.event-lister-component .row.event-lister .col .card .event-wrapper .details .location {
  text-transform: uppercase;
  margin-right: 35px;
  margin-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .event-lister-component .row.event-lister .col .card .event-wrapper .details .location {
    margin-bottom: 0;
  }
}
.event-lister-component .row.event-lister .col .card .event-wrapper .details .location:before {
  background: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/pin.svg") no-repeat;
}
.event-lister-component .row.event-lister .col .card .event-wrapper .details .time {
  text-transform: uppercase;
  margin-right: 35px;
  margin-left: 30px;
  margin-bottom: 10px;
  position: relative;
  font-size: 13px;
}
@media (min-width: 768px) {
  .event-lister-component .row.event-lister .col .card .event-wrapper .details .time {
    margin-bottom: 0;
  }
}
.event-lister-component .row.event-lister .col .card .event-wrapper .details .time:before {
  background: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/clock.svg") no-repeat;
}
.event-lister-component .row.event-lister .col .btn-wrap .btn-left {
  float: left;
}
.event-lister-component .load-more {
  width: 100%;
  text-align: center;
}
.event-lister-component .load-more .btn {
  font-size: 16px;
}
.event-lister-component .btn-wrap {
  text-align: center;
}
@media (min-width: 768px) {
  .event-lister-component .btn-wrap {
    text-align: right;
  }
}
.event-lister-component.filter .row.event-lister .col.card-wrapper {
  display: block;
}
.event-lister-component.filter .row.event-lister .col.card-wrapper.hide {
  display: none;
}
.event-lister-component.filter .row.event-lister .col.card-wrapper:nth-of-type(4) {
  display: block !important;
}
.event-lister-component.filter .row.event-lister .col .btn-wrap .btn-left {
  float: left;
}

.author-header-component .img {
  height: 300px;
  background-size: contain;
}
@media (min-width: 768px) {
  .author-header-component .img {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .author-header-component .img {
    height: 500px;
  }
}
.author-header-component .author-bio {
  max-width: 700px;
  margin: 20px auto;
  text-align: center;
}
.author-header-component .author-social {
  width: 100%;
}
.author-header-component .author-social ul {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 768px) {
  .author-header-component .author-social ul {
    flex-direction: row;
  }
}
.author-header-component .author-social ul li {
  margin: 10px 20px;
}
.author-header-component .author-social ul li a {
  height: 18px;
  color: #58585A;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
.author-header-component .author-social ul li a:before {
  margin-right: 10px;
}
.author-header-component .author-social ul li a.i.before {
  padding-left: 40px;
}

.streamer-component {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: calc(65px + 35px - 1px);
  z-index: 8;
  border-bottom: 1px solid #DCDCDC;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
}
@media (min-width: 992px) {
  .streamer-component {
    top: calc(75px + 35px - 1px);
  }
}
.streamer-component .toggle-mobile-streamer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.streamer-component .toggle-mobile-streamer .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.streamer-component .streamer-items-wrapper {
  flex-wrap: wrap;
  display: none;
}
@media (min-width: 992px) {
  .streamer-component .streamer-items-wrapper {
    display: flex;
  }
}
.streamer-component .streamer-items-wrapper a {
  color: #0082b7;
  width: 100%;
  padding: 15px 0;
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .streamer-component .streamer-items-wrapper a {
    padding: 15px;
    width: auto;
  }
}
.streamer-component.active .toggle-mobile-streamer .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.streamer-component.active .streamer-items-wrapper {
  display: flex;
}

.topic-overview-component .card-wrap {
  margin-bottom: 30px;
}
.topic-overview-component .card-wrap .card {
  display: block;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 100%;
}
.topic-overview-component .card-wrap .card .logo {
  height: 20px;
  width: auto;
}
.topic-overview-component .card-wrap .card .img-header {
  height: 225px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}
.topic-overview-component .card-wrap .card .card-content {
  position: relative;
  height: calc(100% - 225px);
  padding: 25px 20px 80px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
  color: #58585A;
  background-color: #fff;
}
@media (min-width: 992px) {
  .topic-overview-component .card-wrap .card .card-content {
    padding-bottom: 60px;
  }
}
.topic-overview-component .card-wrap .card .card-content .date-blue {
  font-size: 1.2rem;
  font-weight: 600;
  color: #58585A;
  margin-top: 0;
}
.topic-overview-component .card-wrap .card .card-content .title {
  margin-top: 20px;
  font-size: 2.4rem;
  color: #0082b7;
  margin-bottom: 0;
  line-height: 1.125;
}
.topic-overview-component .card-wrap .card .card-content .subtitle {
  margin-top: 0;
  margin-bottom: 10px;
}
.topic-overview-component .card-wrap .card .card-content .summary {
  margin-top: 10px;
}
.topic-overview-component .card-wrap .card .card-content .tags {
  margin-top: 20px;
}
.topic-overview-component .card-wrap .card .card-content .tags .tag {
  display: inline-block;
  padding: 8px;
  margin: 0 10px 10px 0;
  background-color: #F3F8FA;
  color: #0082b7;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
}
.topic-overview-component .card-wrap .card .card-content .btn,
.topic-overview-component .card-wrap .card .card-content .details {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.topic-overview-component .card-wrap .card .card-content .details {
  border-top: 1px solid #DCDCDC;
  height: 50px;
  padding: 10px 0;
}
.topic-overview-component .card-wrap .card .card-content .details .details-inner .author {
  float: left;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.topic-overview-component .card-wrap .card .card-content .details .details-inner .views-blue {
  float: right;
}
.topic-overview-component .card-wrap .card .card-content .btn {
  width: auto;
}
.topic-overview-component .card-wrap .card .card-content.article {
  padding: 25px 20px 60px;
}
.topic-overview-component .card-wrap .card .card-content.article .details {
  bottom: 0;
}
.topic-overview-component .load-more {
  width: 100%;
  text-align: center;
}
.topic-overview-component .load-more .btn {
  font-size: 16px;
}
.topic-overview-component .btn-wrap {
  text-align: center;
}
@media (min-width: 768px) {
  .topic-overview-component .btn-wrap {
    text-align: right;
  }
}

.event-data-component {
  background-color: #F3F8FA;
  margin-bottom: 30px;
  border-radius: 5px;
  font-weight: 400;
}
.event-data-component.event-data-landingpage {
  background-color: #fff;
  border-radius: 0;
}
.event-data-component.event-data-landingpage .text-wrapper {
  background-color: #F3F8FA;
  border-radius: 5px;
  margin-bottom: 10px;
}
.event-data-component.mobile {
  overflow-x: scroll;
  white-space: nowrap;
}
.event-data-component.mobile .text-wrapper {
  display: inline-block;
  margin-right: 30px;
}
.event-data-component.mobile .text-wrapper:last-of-type {
  margin-right: 0;
}
.event-data-component.mobile .text-wrapper .event-btn {
  display: none;
}
@media (min-width: 768px) {
  .event-data-component.mobile .text-wrapper {
    display: none;
  }
}
@media (min-width: 768px) {
  .event-data-component.mobile {
    overflow-x: hidden;
  }
}
.event-data-component.desktop {
  display: none;
}
@media (min-width: 768px) {
  .event-data-component.desktop {
    display: block;
    margin-top: -67px;
  }
}
.event-data-component .text-wrapper {
  padding: 30px;
}
.event-data-component .text-wrapper .flex-wrapper {
  display: flex;
  margin-bottom: 15px;
}
.event-data-component .text-wrapper .flex-wrapper.multiple-events {
  justify-content: space-between;
  margin-bottom: 0;
  align-items: center;
}
.event-data-component .text-wrapper .flex-wrapper.multiple-events .event-day {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.event-data-component .text-wrapper .flex-wrapper.multiple-events .event-btn {
  background: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/plus.svg") no-repeat;
  width: 20px;
  height: 20px;
}
.event-data-component .text-wrapper .flex-wrapper.multiple-events .event-btn:hover {
  cursor: pointer;
}
.event-data-component .text-wrapper .flex-wrapper.multiple-events .event-btn.open {
  background: url("https://cdn2.hubspot.net/hubfs/5597692/img/icon/min.svg") no-repeat;
}
.event-data-component .text-wrapper .flex-wrapper i {
  margin-right: 10px;
}
.event-data-component .text-wrapper .facilitated-by {
  margin-bottom: 20px;
}
.event-data-component .text-wrapper .facilitated-by .flex-wrapper {
  display: flex;
  align-items: center;
}
.event-data-component .text-wrapper .facilitated-by .flex-wrapper .facilitated-by-image {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 15px;
  background-size: cover;
  background-position: center center;
}
.event-data-component .text-wrapper .facilitated-by .flex-wrapper .facilitated-by-name {
  font-size: 1.4rem;
}
.event-data-component .text-wrapper.open .flex-wrapper.multiple-events {
  margin-bottom: 15px;
}
.event-data-component .cta_button {
  margin-top: 20px;
}

.article-content-component .featured-image {
  height: 200px;
  width: auto;
  border-radius: 5px;
  background-position: top center;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .article-content-component .featured-image {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .article-content-component .featured-image {
    height: 400px;
  }
}
.article-content-component .date-blue {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #58585A;
}
@media (min-width: 768px) {
  .article-content-component .date-blue {
    float: right;
    font-size: 1.6rem;
  }
}
.article-content-component .tags-block {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .article-content-component .tags-block {
    margin: 8px 0;
  }
}

.page-404-block.page-404-block {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)), url("https://cdn2.hubspot.net/hubfs/5597692/404-Page.jpg");
  margin-bottom: 20px;
}

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