* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-feature-settings: lnum;
          font-feature-settings: lnum;
  font-variant-numeric: lining-nums;
}

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  font-size: 18px;
  color: #000000;
  font-family: "RuckSack-Book";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
img {
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}

ul {
  list-style-type: none;
  margin-bottom: 0px;
}

input,
textarea,
select,
input[type=text],
input[type=email],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0px;
}

a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

p:empty {
  display: none;
}

svg {
  max-width: 100%;
}

img {
  vertical-align: middle;
}

::-moz-selection {
  background: #008CAA;
  color: #ffffff;
}

::selection {
  background: #008CAA;
  color: #ffffff;
}

::-webkit-input-placeholder {
  color: #585555 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #585555 !important;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #585555 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #585555 !important;
}

.block-spacer {
  margin: 20px 0;
  border-bottom: 2px solid #E5F3F6;
}

.main-banner {
  background-color: #E5F3F6;
  padding: 120px 0px 83px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .main-banner {
    padding: 90px 0px 80px;
  }
}
@media only screen and (max-width: 991px) {
  .main-banner {
    padding: 40px 0px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .main-banner {
    padding: 20px 0px 30px;
  }
}
.main-banner.tips-part,
.main-banner.local-exercise-offer-part {
  background-color: #FFFFFF;
}

.main-block {
  padding: 120px 0px 83px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .main-block {
    padding: 90px 0px 80px;
  }
}
@media only screen and (max-width: 991px) {
  .main-block {
    padding: 40px 0px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .main-block {
    padding: 20px 0px 30px;
  }
}

.inner-column {
  margin-top: 1px;
}
@media only screen and (max-width: 767px) {
  .inner-column {
    margin-bottom: 40px;
  }
}
.inner-column h1 {
  margin-bottom: 20px;
}
.inner-column h3 {
  margin-bottom: 36px;
}
@media only screen and (max-width: 991px) {
  .inner-column h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-column h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}
.inner-column .main-btn {
  float: left;
  margin-top: -6px;
}
@media only screen and (max-width: 767px) {
  .inner-column .main-btn {
    margin-top: 0;
  }
}

.main-btn,
.font_button {
  border-radius: 33px;
  background-color: #008CAA;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 21.3px 8px 22px;
  font-size: 18px;
  line-height: 34px;
  color: #ffffff;
  font-family: "RuckSack-Medium";
}
@media only screen and (max-width: 1199px) {
  .main-btn,
.font_button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .main-btn,
.font_button {
    padding: 5px 21.3px 5px 18px !important;
  }
}
@media only screen and (max-width: 767px) {
  .main-btn,
.font_button {
    padding: 5px 18.3px 5px 18px !important;
  }
}
.main-btn i,
.font_button i {
  height: 15px;
  width: 15px;
  float: left;
  margin: 3px 0px 0px 14px;
}
@media only screen and (max-width: 1199px) {
  .main-btn i,
.font_button i {
    height: 12px;
    width: 12px;
  }
}
.main-btn i img,
.font_button i img {
  height: 100%;
  width: 100%;
  float: left;
}
.main-btn:hover,
.font_button:hover {
  color: #ffffff;
  background-color: #005F73;
}
.main-btn:hover i,
.font_button:hover i {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

@media only screen and (max-width: 767px) {
  .tips-part > .container > .row,
.local-exercise-offer-part > .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .tips-part > .container > .row .part-left,
.local-exercise-offer-part > .container > .row .part-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .tips-part > .container > .row .part-right,
.local-exercise-offer-part > .container > .row .part-right {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 30px;
  }
}

/* .tips-cover {
    width: 560px;
    height: 361px;

    @include responsive(md) {
        width: 100%;
    }

    @include responsive(xs) {
        height: 185px;
    }
} */
.block-paragraph ul {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .block-paragraph ul {
    margin-bottom: 20px;
  }
}
.block-paragraph ul li {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 30px;
  line-height: 32px;
}
@media only screen and (max-width: 991px) {
  .block-paragraph ul li {
    line-height: 28px;
  }
}
.block-paragraph ul li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 14px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #008CAA;
}

.block-heading {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.centered-header {
  text-align: center;
  margin-top: -80px;
}

.centered {
  text-align: center;
}

.block-two_column_block h3 {
  margin-bottom: 10px;
}
.block-two_column_block p {
  margin-bottom: 32px;
  line-height: 32px;
}
.block-two_column_block .main-btn {
  margin: 3px 0px 0px 1px;
  padding: 8px 17.25px 8px 23px;
}
.block-two_column_block .main-btn i {
  margin-left: 19px;
}

.text-link-list {
  float: left;
  width: 100%;
  position: relative;
  left: 2px;
}
.text-link-list li {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .text-link-list li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .text-link-list li {
    width: 100%;
  }
}
.text-link-list li a {
  color: #008CAA;
  line-height: 32px;
  text-decoration: underline;
}
.text-link-list li a:hover {
  color: #F08900;
}

.template-video-index-page h3 {
  float: left;
  margin-top: 20px;
}

.template-video-item-page .nav-back {
  width: 100%;
  height: 70px;
  background-color: #008CAA;
}
.template-video-item-page .back-button {
  color: #008CAA;
  background-color: #ffffff;
  margin: 10px;
}
.template-video-item-page .back-button i {
  margin: 3px 14px 0px 0px;
}

.banner-shape-cover {
  position: absolute;
  right: calc(50% - 368px);
  top: -149px;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .banner-shape-cover {
    right: calc(50% - 200px) !important;
    top: 20px;
  }
}
.banner-shape-cover img {
  float: left;
  width: 747px;
  height: 853px;
}

@media only screen and (max-width: 767px) {
  .banner-shape-cover img {
    width: 400px;
    height: auto;
  }
}
.common-banner-cover {
  border-radius: 20px;
  overflow: hidden;
  float: left;
}
@media only screen and (max-width: 767px) {
  .common-banner-cover {
    height: 220px;
  }
}
.common-banner-cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 270px;
}
@media only screen and (max-width: 991px) {
  .common-banner-cover img {
    min-height: 100%;
  }
}
.common-banner-cover .video-play-btn {
  position: absolute;
  left: 0;
  right: -9px;
  top: 10px;
  bottom: 0;
  margin: auto;
}

.video-play-btn {
  height: 83.2px;
  width: 83.2px;
  background-color: #F08900;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .video-play-btn {
    height: 70px;
    width: 70px;
  }
}
.video-play-btn .arrow-right {
  width: 0;
  height: 0;
  border-top: 19.5px solid transparent;
  border-bottom: 19.5px solid transparent;
  border-left: 25px solid #ffffff;
  position: relative;
  left: 4px;
}
@media only screen and (max-width: 767px) {
  .video-play-btn .arrow-right {
    border-top: 14.5px solid transparent;
    border-bottom: 14.5px solid transparent;
    border-left: 20px solid #ffffff;
    left: 3px;
  }
}

input[type=text],
input[type=email],
textarea {
  padding: 5px;
  width: 100%;
  max-width: 561px;
  background: #FFFFFF;
  border: 1px solid #979797;
  -webkit-box-shadow: 0 0 20px 0 rgba(209, 207, 207, 0.5);
          box-shadow: 0 0 20px 0 rgba(209, 207, 207, 0.5);
}

.form-fieldwrapper_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}

.font_button {
  margin: 20px 0;
  border-radius: 33px !important;
}

.centered-container {
  max-width: 400px;
  width: 100%;
  margin: 200px auto 0px;
}
.centered-container label {
  display: none;
}
.centered-container h3 {
  text-align: center;
}
.centered-container .font_button {
  float: right;
}
.centered-container input[type=password] {
  margin: 20px 0;
  text-align: center;
  padding: 5px;
  width: 100%;
  max-width: 561px;
  background: #FFFFFF;
  border: 1px solid #979797;
  -webkit-box-shadow: 0 0 20px 0 rgba(209, 207, 207, 0.5);
          box-shadow: 0 0 20px 0 rgba(209, 207, 207, 0.5);
}

@font-face {
  font-family: "RuckSack-Medium";
  src: url("../fonts/RuckSack-Medium.eot");
  src: url("../fonts/RuckSack-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/RuckSack-Medium.woff2") format("woff2"), url("../fonts/RuckSack-Medium.woff") format("woff"), url("../fonts/RuckSack-Medium.ttf") format("truetype"), url("../fonts/RuckSack-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RuckSack-Book";
  src: url("../fonts/RuckSack-Book.eot");
  src: url("../fonts/RuckSack-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/RuckSack-Book.woff2") format("woff2"), url("../fonts/RuckSack-Book.woff") format("woff"), url("../fonts/RuckSack-Book.ttf") format("truetype"), url("../fonts/RuckSack-Book.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Common css */
.main-menu .main-menu-list .sub-menu-list, .footer-links li a, .news-overview-part .news-card-inner h3, .main-menu .main-menu-list .sub-menu i, .main-menu .main-menu-list .home i, .main-menu .main-menu-list li a g, .main-menu .main-menu-list li a, .custom-logo, .main-header, .main-btn,
.font_button, .main-btn i,
.font_button i, .text-link-list li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section,
header,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  float: left;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #008CAA;
  font-family: "RuckSack-Medium";
}

h1 {
  font-size: 36px;
  line-height: 40px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

h2 {
  font-size: 28px;
  line-height: 40px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

h3 {
  font-size: 22px;
  line-height: 36px;
}
@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    line-height: 28px;
  }
}

h4 {
  font-size: 18px;
  line-height: 24px;
  color: #008CAA;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 18px;
  line-height: 21px;
}
@media only screen and (max-width: 991px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 18px;
  line-height: 21px;
}
@media only screen and (max-width: 991px) {
  h6 {
    font-size: 16px;
  }
}

p {
  font-size: 18px;
  line-height: 25px;
  font-family: "RuckSack-Book";
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  p {
    font-size: 16px;
  }
}

svg {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  body,
html {
    overflow-x: hidden;
  }
}

body.menu-is-open {
  overflow-y: hidden;
}
body.menu-is-open .main-header {
  background-color: #E5F3F6;
}

/* ********************* Main css ********************* */
@media only screen and (min-width: 1200px) {
  .container {
    width: 1190px;
  }
}

.main-header {
  padding: 23px 43px 19px 25.5px;
}
@media only screen and (max-width: 1199px) {
  .main-header {
    padding: 23px 0px 19px 0px;
  }
}

@media only screen and (max-width: 991px) {
  .home-page-template .main-header {
    background-color: #E5F3F6;
  }
}

.custom-logo {
  float: left;
  width: 300px;
}
@media only screen and (max-width: 1349px) {
  .custom-logo {
    width: 220px;
  }
}
@media only screen and (max-width: 1349px) {
  .custom-logo {
    width: 160px;
  }
}
.custom-logo a {
  display: inline-block;
}

.main-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .main-header-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 45px;
  }
}

.main-menu {
  float: left;
  width: calc(100% - 300px);
  margin-top: -9.5px;
}
@media only screen and (max-width: 1349px) {
  .main-menu {
    width: calc(100% - 220px);
    margin-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .main-menu {
    width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 991px) {
  .main-menu {
    display: none;
    position: absolute;
    left: 0;
    top: -23px;
    width: 100%;
    z-index: 1;
    background: #E5F3F6;
    overflow-y: auto;
    height: 100vh;
  }
}
.main-menu .main-menu-list {
  float: right;
  width: auto;
}
@media only screen and (max-width: 991px) {
  .main-menu .main-menu-list {
    width: 100%;
    padding: 110px 15px 50px 15px;
  }
}
.main-menu .main-menu-list li {
  float: left;
  width: auto;
  border-right: 1px solid #979797;
}
@media only screen and (max-width: 991px) {
  .main-menu .main-menu-list li {
    width: 100%;
    border-right: none;
    margin-bottom: 18px;
  }
}
.main-menu .main-menu-list li a {
  display: inline-block;
  line-height: 44px;
  color: #000000;
  padding: 0px 19px 0px 17px;
}
.main-menu .main-menu-list li a:hover {
  color: #008CAA;
}
.main-menu .main-menu-list li a:hover g {
  fill: #008CAA;
}
@media only screen and (max-width: 1349px) {
  .main-menu .main-menu-list li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-menu .main-menu-list li a {
    padding: 0px 12px 0px 12px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .main-menu .main-menu-list li a {
    padding: 0 !important;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    font-family: "RuckSack-Medium";
    color: #008CAA;
  }
}
.main-menu .main-menu-list li:last-child {
  border-right: none;
}
.main-menu .main-menu-list li:last-child a {
  padding-right: 0;
}
.main-menu .main-menu-list .home {
  font-size: 0;
}
.main-menu .main-menu-list .home a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1349px) {
  .main-menu .main-menu-list .home a {
    font-size: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .main-menu .main-menu-list .home a {
    display: block;
    font-size: 22px;
  }
}
.main-menu .main-menu-list .home i {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .main-menu .main-menu-list .home i {
    display: none;
  }
}
.main-menu .main-menu-list .active i {
  color: #008CAA;
}
.main-menu .main-menu-list .active a {
  color: #008CAA;
}
.main-menu .main-menu-list .sub-menu {
  position: relative;
}
.main-menu .main-menu-list .sub-menu:hover .sub-menu-list {
  display: block;
}
@media only screen and (max-width: 991px) {
  .main-menu .main-menu-list .sub-menu:hover .sub-menu-list {
    display: none;
  }
}
.main-menu .main-menu-list .sub-menu:hover a i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 991px) {
  .main-menu .main-menu-list .sub-menu:hover a i {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.main-menu .main-menu-list .sub-menu a {
  padding-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .main-menu .main-menu-list .sub-menu a {
    padding-right: 12px;
  }
}
.main-menu .main-menu-list .sub-menu i {
  margin-left: 12px;
  display: inline-block;
  position: relative;
  top: -2px;
  width: 11px;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .main-menu .main-menu-list .sub-menu i {
    width: 12px;
    top: -3px;
  }
}
.main-menu .main-menu-list .sub-menu i svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  float: left;
}
@media only screen and (max-width: 991px) {
  .main-menu .main-menu-list .sub-menu i svg g {
    fill: #008CAA;
  }
}
.main-menu .main-menu-list .sub-menu.rotate i {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

.news-overview-part {
  background-color: #E5F3F6;
  padding: 38.5px 0px 68px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .news-overview-part {
    padding: 40px 0px 50px;
  }
}
.news-overview-part .overview-title-part {
  margin-bottom: 35px;
  left: 2px;
}
.news-overview-part .overview-title-part h2 {
  position: relative;
  left: -5px;
}
.news-overview-part .btn-wrapper {
  width: 100%;
  text-align: center;
  position: relative;
  left: -5px;
}

.news-oveview-list {
  float: left;
  width: 100%;
  margin-bottom: 27px;
}
@media only screen and (max-width: 991px) {
  .news-oveview-list {
    margin-bottom: 0px;
  }
}
.news-oveview-list .row.d-flex {
  margin: 0px -5px;
}

.row.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-card {
  padding: 0px 20px;
  margin-bottom: 40px;
}

.news-card-inner {
  float: left;
  width: 100%;
  position: relative;
}

.news-card-top-part {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .news-card-top-part {
    margin-bottom: 15px;
  }
}

.news-card-bottom-part {
  float: left;
  width: 100%;
}
.news-card-bottom-part p {
  color: #008CAA;
  line-height: 32px;
  font-family: "RuckSack-Medium";
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .news-card-bottom-part p {
    margin-bottom: 3px;
  }
}
.news-card-bottom-part h3 {
  color: #000000;
  line-height: 30px;
}

.btn-wrapper {
  float: left;
  width: auto;
}

.link-cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
}

.partner-logo-part {
  padding: 41px 0px 76px;
}
@media only screen and (max-width: 1349px) {
  .partner-logo-part > .container > .row {
    margin: 0px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .partner-logo-part {
    padding: 40px 0px 50px;
  }
}
.partner-logo-part .overview-title-part {
  text-align: center;
  margin-bottom: 85px;
}
.partner-logo-part .btn-wrapper {
  width: 100%;
  text-align: center;
  position: relative;
  left: -5px;
}

.partner-logo-list {
  width: 97.5%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 25px;
}

.partner-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(16% - 8px);
          flex: 0 1 calc(16% - 8px);
}

.news-date {
  font-family: "RuckSack-Medium";
  line-height: 40px;
  margin-bottom: 20px;
}

.partner-card {
  float: left;
  width: auto;
  margin: 0px 0px 30px;
}
@media only screen and (max-width: 1199px) {
  .partner-card {
    max-width: 16%;
  }
}
@media only screen and (max-width: 767px) {
  .partner-card {
    max-width: 100%;
    margin: 0px 30px 30px 0px;
  }
}
.partner-card img {
  max-height: 86px;
  max-width: 434px;
}
@media only screen and (max-width: 1199px) {
  .partner-card img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .partner-card img {
    max-width: 220px;
    max-height: 52px;
  }
}

.news-overview-part .main-btn {
  padding: 8px 21.3px 8px 22px;
}
.news-overview-part .main-btn i {
  margin-left: 17px;
}
.news-overview-part .news-card-inner:hover h3 {
  color: #F08900;
}
.partner-logo-part .main-btn {
  padding: 8px 25.93px 8px 25px;
}
.partner-logo-part .main-btn i {
  margin-left: 20px;
}

.main-footer {
  background-color: #008CAA;
  padding: 39px 0px 41px;
}
.main-footer a,
.main-footer h6,
.main-footer p {
  color: #ffffff;
}
.main-footer a:hover {
  color: #ffffff;
}
.main-footer .footer-column .footer-links li a {
  line-height: 28px;
}
@media only screen and (max-width: 991px) {
  .main-footer .footer-column:first-child {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .main-footer .footer-column:first-child .footer-links {
    max-width: 70%;
  }
}
.main-footer .footer-column:first-child .footer-links:last-child {
  margin-top: 26px;
}
@media only screen and (max-width: 991px) {
  .main-footer .footer-column:first-child .footer-links:last-child {
    margin-top: 20px;
    max-width: 100%;
  }
}
.main-footer .footer-column:nth-child(2) {
  left: 1px;
}
@media only screen and (max-width: 767px) {
  .main-footer .footer-column:nth-child(2) {
    display: none;
  }
}
.main-footer .footer-column:nth-child(3) {
  left: 3px;
}
@media only screen and (max-width: 767px) {
  .main-footer .footer-column:nth-child(3) {
    left: 0;
  }
}
.main-footer .footer-column:last-child {
  left: 7px;
}
@media only screen and (max-width: 767px) {
  .main-footer .footer-column:last-child {
    left: 0;
  }
}

.footer-column h6 {
  line-height: 28px;
}
.footer-column a,
.footer-column p {
  line-height: 32px;
}

.footer-links {
  float: left;
  width: 100%;
}
.footer-links li {
  float: left;
  width: 100%;
}
.footer-links li a {
  display: inline-block;
  position: relative;
}
.footer-links li a:hover {
  text-decoration: underline;
}

.main-menu .main-menu-list .sub-menu-list {
  position: absolute;
  right: -1px;
  top: 44px;
  z-index: 1;
  border: 1px solid #979797;
  padding: 9px 20px 7px 19px;
  background-color: #ffffff;
  width: 252px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .main-menu .main-menu-list .sub-menu-list {
    position: initial;
    float: left;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 100%;
    padding: 30px 0px 10px;
  }
}
.main-menu .main-menu-list .sub-menu-list li {
  border-right: none;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .main-menu .main-menu-list .sub-menu-list li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .main-menu .main-menu-list .sub-menu-list li:last-child {
    margin-bottom: 0;
  }
}
.main-menu .main-menu-list .sub-menu-list li a {
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .main-menu .main-menu-list .sub-menu-list li a {
    font-size: 16px;
  }
}
.main-menu .main-menu-list .sub-menu-list.open {
  display: block !important;
}

.news-overview-section {
  padding: 37px 0px 33px;
  background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .news-overview-section {
    padding: 30px 0px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .news-overview-section {
    padding: 20px 0px 10px;
  }
}
.news-overview-section .news-card {
  margin-bottom: 38px;
}
.news-overview-section .news-card-bottom-part p {
  margin-bottom: 2px;
}
.news-overview-section .news-card-bottom-part h3 {
  margin-bottom: 26px;
}
@media only screen and (max-width: 991px) {
  .news-overview-section .news-card-bottom-part h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .news-overview-section .news-card-bottom-part h3 {
    margin-bottom: 15px;
  }
}
.news-overview-section .news-card-bottom-part .main-btn {
  margin-bottom: 4px;
  font-size: 14px;
  padding: 3px 18.422px 3px 18px;
}
.news-overview-section .news-card-bottom-part .main-btn i {
  height: 10px;
  width: 10px;
  margin: 2px 0px 0px 14px;
}

.news-overview-section-meta-part {
  float: left;
  max-width: 59.3%;
  margin-bottom: 58px;
  position: relative;
  left: -2.5px;
}
@media only screen and (max-width: 991px) {
  .news-overview-section-meta-part {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .news-overview-section-meta-part {
    margin-bottom: 30px;
  }
}
.news-overview-section-meta-part h1 {
  margin-bottom: 18px;
}
.news-overview-section-meta-part p {
  line-height: 32px;
}

.template-newspage h1 {
  margin-bottom: 0px;
}

b {
  font-family: "RuckSack-Medium";
}

.partner-oveview-list {
  float: left;
  width: 100%;
}
.partner-oveview-list .row.d-flex {
  margin: 0px -5px;
}

.partner-overview-card {
  padding: 0px 18.5px;
  margin-bottom: 16px;
}

.partner-overview-card-inner,
.partner-overview-card-top-part,
.partner-overview-card-bottom-part {
  float: left;
  width: 100%;
}

.partner-overview-card-inner {
  border-radius: 19px;
  border: 3px solid #F08900;
  min-height: 380px;
  padding: 0px 25px 22px 27px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .partner-overview-card-inner {
    padding: 0px 20px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .partner-overview-card-inner {
    min-height: auto;
  }
}

.partner-overview-card-top-part {
  height: 180px;
  padding: 42px 34px 35px 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #979797;
}
@media only screen and (max-width: 991px) {
  .partner-overview-card-top-part {
    padding: 22px 14px 15px 23px;
  }
}
@media only screen and (max-width: 767px) {
  .partner-overview-card-top-part {
    height: 180px;
  }
}
.partner-overview-card-top-part img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .partner-overview-card-top-part img {
    max-width: 240px;
  }
}

.partner-overview-card-bottom-part {
  padding-top: 23px;
}
@media only screen and (max-width: 767px) {
  .partner-overview-card-bottom-part {
    padding-top: 15px;
  }
}
.partner-overview-card-bottom-part p {
  line-height: 32px;
  margin-left: -1px;
}

.partner-overview-section {
  padding: 37.5px 0px 104px;
}
@media only screen and (max-width: 1199px) {
  .partner-overview-section {
    padding: 35px 0px 70px;
  }
}
@media only screen and (max-width: 991px) {
  .partner-overview-section {
    padding: 30px 0px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .partner-overview-section {
    padding: 20px 0px 30px;
  }
}
.partner-overview-section .news-overview-section-meta-part {
  margin-bottom: 68px;
}
@media only screen and (max-width: 1199px) {
  .partner-overview-section .news-overview-section-meta-part {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .partner-overview-section .news-overview-section-meta-part {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .partner-overview-section .news-overview-section-meta-part {
    margin-bottom: 30px;
  }
}
.partner-overview-section .news-overview-section-meta-part h1 {
  margin-bottom: 20px;
}

.hamburger-box {
  display: none;
}
@media only screen and (max-width: 991px) {
  .hamburger-box {
    display: block;
    width: 38px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
  }
}
.hamburger-box .hamburger-inner,
.hamburger-box .hamburger-inner::before,
.hamburger-box .hamburger-inner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #008CAA;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 0;
}
.hamburger-box .hamburger-inner {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-box .hamburger-inner::after {
  bottom: -10px;
  -webkit-transition: bottom 75ms 0.12s ease, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-box .hamburger-inner::before {
  top: -10px;
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}

.hamburger-box.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger-box.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.hamburger-box.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 75ms ease, -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease, -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.no-image {
  background-image: url(../svg/no-image.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
@media only screen and (max-width: 991px) {
  .no-image {
    background-size: 50%;
  }
}

.block-image .banner-cover {
  margin: 20px 0;
}
.block-image img {
  width: 100%;
  height: auto;
}

.block-two_column_block .block-image .banner-cover {
  margin: 0;
}

/* video overlay */
.videomodal {
  text-align: center;
}
.videomodal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.videomodal .modal-dialog {
  width: 85%;
  max-width: 94%;
  margin: 30px auto;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.videomodal .modal-content {
  margin-bottom: 30px;
  background-color: transparent;
  border: none !important;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.videomodal .modal-content,
.videomodal .video-box {
  float: left;
  width: 100%;
}
.videomodal button.close {
  position: absolute;
  top: 10px;
  right: -10px;
  opacity: 1;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 24px;
  text-shadow: none;
  width: 60px;
  height: 60px;
  background-color: #F08900;
  border-radius: 50%;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  .videomodal button.close {
    top: 20px;
    right: -5px;
    width: 40px;
    height: 40px;
  }
}
.videomodal .video-box {
  z-index: 1;
  height: auto;
  padding-top: 56.25%;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background-color: #000000;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.videomodal .video-box video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.videomodal .modal-backdrop {
  background-color: #008CAA;
}
.videomodal .modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.videomodal .modal-body {
  float: left;
  width: 100%;
  padding-top: 40px;
}

.icon-close {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 22px;
  height: 22px;
}
@media only screen and (max-width: 767px) {
  .icon-close {
    height: 12px;
    width: 12px;
  }
}
.icon-close::before, .icon-close::after {
  position: absolute;
  left: 12.5px;
  content: " ";
  height: 23px;
  width: 2px;
  background-color: #ffffff;
  top: -2px;
}
@media only screen and (max-width: 767px) {
  .icon-close::before, .icon-close::after {
    height: 13px;
    top: -7px;
    left: 13px;
  }
}
.icon-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.icon-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}