@charset "UTF-8";
/*


 ************************
 *                      *
 *      Style CSS       *      **********  **********  **********
 *   Created By #zuka   *      *           *           *
 *                      *      *           **********  **********
 *       Version:       *      *                    *           *
 *       26.08.86       *      **********  **********  **********
 *                      *
 ************************

 *
 *  To get excellent service from #zuka,
 *  please do not make any changes to this CSS file.
 *


*/
/*



* - * - * ----- Accessibility ----- * - * - *

*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
a,
input,
select,
textarea,
button {
  border: 1px dashed transparent;
}
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  border: 1px dashed #b0bec5;
}

/*



* - * - * ----- Zukalize ----- * - * - *

*/
/*

 *                                                                                  *
 *  Zukalize standard                                                               *
 *  Based on normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css  *
 *                                                                                  *

*/
* {
  transition: all 0.5s ease;
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
}

footer {
  margin-top: auto;
}

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a:active, a:hover {
  outline-width: 0;
}
a:hover, a:focus, a:active, a:visited {
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

input,
select,
textarea {
  width: 100%;
  font-size: inherit;
  font-family: inherit;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

menu {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

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

i {
  text-align: center;
}

sub,
sup {
  font-size: 75%;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

small {
  font-size: 80%;
}

kbd,
pre,
code,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

mark {
  background-color: #ff0;
  color: black;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  height: 0;
}

/*



* - * - * ----- Colors ----- * - * - *

*/
/*



* - * - * ----- Typography ----- * - * - *

*/
html {
  direction: rtl;
  line-height: 1.3;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-optical-sizing: auto;
  font-style: normal;
  color: #061039;
}

h1 {
  font-weight: 700;
  font-size: 50px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  padding: 0;
  margin: 0 0 30px;
}

h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  margin: 20px 0 10px;
}

h4 {
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  margin: 10px 0;
}

h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin: 10px 0;
}

h6 {
  font-weight: 300;
  font-size: 13px;
  margin: 10px 0;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 900;
}

small {
  font-size: 13px;
}

blockquote {
  display: inline-table;
  font-weight: 700;
  margin: 20px 0;
}

/*



* - * - * ----- Style ----- * - * - *

*/
html {
  scroll-behavior: smooth;
}

body {
  color: #061039;
}

section {
  padding: 50px 0;
  outline: none;
}

figure {
  display: flex;
}

address {
  font-style: normal;
}

a:hover {
  color: #1E81D6;
  text-decoration: underline;
}

svg {
  height: 20px;
}

a:has(svg),
button:has(svg) {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
}
a:has(svg):hover,
button:has(svg):hover {
  background: #c1e3ff;
}
a:has(svg) svg,
button:has(svg) svg {
  fill: #061039;
}
a:has(svg) svg:hover,
button:has(svg) svg:hover {
  fill: #1E81D6;
  transition: all 0.1s ease;
}

input[type=button],
button {
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  direction: inherit;
  color: inherit;
  white-space: nowrap;
  padding: 5px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wrapper {
  max-width: 1800px;
  padding: 0 100px;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .wrapper {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100vw;
    padding: 0 30px;
  }
}

.site .a-btn {
  background: #1E81D6;
  border-radius: 50px;
  padding: 5px 30px;
  color: white;
  font-size: 20px;
  text-decoration: none;
  white-space: normal;
  text-align: center;
}
.site .a-btn:hover {
  background: #002161;
}
.site .a-btn svg {
  fill: white;
}
.site .a-cta {
  font-size: 25px;
  font-weight: 700;
  color: white;
  background: #002161;
  padding: 15px 35px;
  display: block;
  width: fit-content;
  text-align: center;
  position: relative;
}
.site .a-cta:before {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  background: transparent;
  border: 2px solid;
  border-radius: 50px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.site .a-cta:hover {
  background: #1E81D6;
}
.site .a-cancel {
  color: white;
  background: transparent;
  text-decoration: none;
}
.site .a-cancel svg {
  fill: white;
}
.site .a-cancel:hover {
  background: transparent;
  color: #1E81D6;
}
.site .a-cancel:hover svg {
  fill: #1E81D6;
}

.middle-line {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.middle-line:before {
  border-top: 2px solid black;
  content: "";
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  bottom: 0;
  z-index: 0;
}

/*



* - * - * ----- General ----- * - * - *

*/
::-moz-selection {
  background: rgba(218, 225, 203, 0.6);
}

::selection {
  background: rgba(218, 225, 203, 0.6);
}

::placeholder {
  color: #E0E0E0;
}

::-webkit-scrollbar {
  width: 0;
}

header {
  position: sticky;
  top: 0;
  padding: 15px 0;
  background: white;
  box-shadow: 0 0 20px #061039;
  z-index: 2681986;
}
header .site-header {
  padding: 0 200px 0 30px;
  align-items: center;
  justify-content: flex-end;
}
header .site-logo {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 60px 60px;
  overflow: hidden;
}
header .site-logo:before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: auto;
  background: white;
  box-shadow: 0 0 20px #061039;
  width: 150px;
  height: 140px;
  border-radius: 0 0 10px 10px;
  transform: rotate(-10deg);
  transition: all 0.5s ease;
}
header .site-logo a {
  position: relative;
}
header .site-logo a img {
  height: 70px;
}
header .nav-dotDivider ul {
  display: flex;
  gap: 3px;
}
header .nav-dotDivider ul > li {
  padding: 0 15px;
  position: relative;
}
header .nav-dotDivider ul > li:after {
  content: "·";
  position: absolute;
  top: 0;
  left: -4px;
  color: #1E81D6;
}
header .nav-dotDivider ul > li:last-of-type:after {
  display: none;
}
header .nav-dotDivider ul > li > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0 40px;
  background: white;
  box-shadow: 0 0 20px #061039;
  border-radius: 20px 0 20px 20px;
  padding: 30px 50px;
  position: absolute;
  top: calc(100% + 30px);
  right: 0;
  z-index: 0;
  width: max-content;
  max-height: 80vh;
  transform-origin: top right;
  transform: scale(0);
  opacity: 0;
}
header .nav-dotDivider ul > li > ul li {
  all: revert;
  padding: 10px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
header .nav-dotDivider ul > li > ul li:after {
  content: "";
  position: absolute;
  top: unset;
  bottom: 0;
  right: 10px;
  width: 20px;
  height: 0;
  border-bottom: 1px solid #c1e3ff;
}
header .nav-dotDivider ul > li:hover:has(ul) span {
  position: relative;
}
header .nav-dotDivider ul > li:hover:has(ul):before {
  content: "";
  background: transparent;
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
header .nav-dotDivider ul > li:hover > ul {
  transform: scale(1);
  opacity: 1;
}
header .menu-area {
  align-items: center;
  width: calc(100% - 42px);
}
header .menu-area .more-links {
  margin: 0 100px 0 auto;
}
header .menu-area .form-area {
  margin-right: auto;
}
header .social-links {
  display: flex;
  align-items: center;
}
header .menu-btn {
  display: none;
}
header .menu-btn .times {
  opacity: 0;
}
@media screen and (max-width: 1300px) {
  header .nav-dotDivider ul > li {
    padding: 0 8px;
  }
  header .menu-area .more-links {
    margin: 0 10px 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  header .menu-btn {
    display: flex;
  }
  header .menu-area {
    position: fixed;
    background: white;
    box-shadow: 0 0 20px #061039;
    bottom: 0;
    left: 0;
    height: calc(100vh - 75px);
    border-radius: 0 20px 0 0;
    z-index: -1;
    flex-direction: column;
    width: 0;
    overflow-x: hidden;
    padding: 30px 0 0;
    align-items: flex-start;
    gap: 50px;
  }
  header .menu-area .form-area {
    margin: 0;
  }
  header .menu-area .form-area .search-btn:after {
    content: "חיפוש באתר";
    font-size: 20px;
  }
  header .menu-area .dot {
    display: none;
  }
  header .menu-area .social-links {
    background: white;
    width: 100%;
    padding: 10px;
    justify-content: center;
    gap: 15px;
    border-top: 1px solid #1E81D6;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: auto;
  }
  header .menu-area .nav-dotDivider > ul {
    flex-direction: column;
    gap: 0;
  }
  header .menu-area .nav-dotDivider > ul > li {
    white-space: nowrap;
    padding: 15px 10px;
    font-size: 20px;
  }
  header .menu-area .nav-dotDivider > ul > li:after {
    content: "";
    position: absolute;
    top: unset;
    bottom: 0;
    right: 10px;
    width: 20px;
    height: 0;
    border-bottom: 1px solid #c1e3ff;
  }
  header .menu-area .nav-dotDivider > ul > li > ul {
    display: none;
  }
  header .menu-area .nav-dotDivider > ul > li:hover:before {
    display: none;
  }
  header .menu-area .more-links {
    margin: unset;
  }
}
@media screen and (max-width: 767px) {
  header .site-logo {
    padding: 15px 50px 50px;
  }
  header .site-logo:before {
    box-shadow: 0 0 12px #061039;
    width: 120px;
    height: 120px;
  }
  header .site-logo a img {
    height: 50px;
  }
}

.headerOnScroll header .site-logo:before {
  transform: rotate(0);
}

.menuIsOpen {
  overflow: hidden;
}
.menuIsOpen header .menu-btn .bars {
  opacity: 0;
}
.menuIsOpen header .menu-btn .times {
  opacity: 1;
}
.menuIsOpen header .menu-area {
  width: 300px;
  padding: 30px 30px 0;
}

.dot {
  width: 10px;
  font-style: normal;
  text-align: center;
}
.dot:after {
  content: "·";
  color: #1E81D6;
}

.form-area .the-form {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 16, 57, 0.8);
  padding: 0 30px;
  width: 100vw;
  height: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.form-area .the-form form {
  padding: 30px;
  background: white;
  box-shadow: 0 0 20px #061039;
  border-radius: 20px;
  width: 60vw;
  position: relative;
}
.form-area .the-form form .content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-area .the-form form .content label {
  position: absolute;
  top: -50px;
  right: 0;
  color: white;
  font-size: 30px;
}
.form-area .the-form form .content input {
  font-size: 30px;
}
.form-area .the-form form .content .a-cancel {
  position: absolute;
  top: -45px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .form-area .the-form form {
    width: 100%;
  }
  .form-area .the-form form .content {
    flex-direction: column;
  }
  .form-area .the-form form .content input {
    font-size: 20px;
  }
}

.searchIsOpen .form-area .the-form {
  height: 100vh;
  opacity: 1;
}

footer {
  background: #002161;
  color: white;
  border-radius: 20px 20px 0 0;
  padding-top: 60px;
  position: relative;
}
footer:before {
  content: url("../images/decoration/starsSmallDecoration.svg");
  width: 40%;
  max-width: 250px;
  position: absolute;
  top: 0;
  left: 500px;
  opacity: 0.05;
  filter: invert(1);
  pointer-events: none;
}
footer .site-footer {
  padding: 0 30px;
}
footer .site-footer .navigation-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 6vw 50px;
  gap: 50px;
  width: calc(100% - 450px);
  position: relative;
}
footer .site-footer .navigation-area:before {
  content: url("../images/decoration/sportsDecoration.svg");
  width: 85%;
  max-width: 860px;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: -10px;
  left: 0;
  opacity: 0.4;
  pointer-events: none;
}
footer .site-footer .navigation-area:after {
  content: url("../images/decoration/starsBigDecoration.svg");
  width: 40%;
  max-width: 300px;
  position: absolute;
  top: -30px;
  right: 0;
  opacity: 0.05;
  filter: invert(1);
  pointer-events: none;
}
footer .site-footer .navigation-area nav {
  position: relative;
}
footer .site-footer .navigation-area nav h4 {
  margin: 0;
  color: #1E81D6;
  font-size: 20px;
  font-weight: 700;
  width: fit-content;
  padding-bottom: 32px;
  position: relative;
}
footer .site-footer .navigation-area nav h4:after {
  content: "";
  width: 30px;
  border-bottom: 2px solid;
  position: absolute;
  bottom: 15px;
  right: 0;
}
footer .site-footer .navigation-area nav ul li {
  padding: 6px 0;
}
footer .site-footer .navigation-area nav:nth-of-type(2) ul {
  columns: 3;
}
footer .site-footer .navigation-area .special-footer-link {
  display: block;
  padding: 6px 20px;
  border: 1px solid;
  position: relative;
}
footer .site-footer .field-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
footer .site-footer .field-decoration:before {
  content: "";
  height: calc(100% + 120px);
  width: 0;
  border-right: 1px solid #1E81D6;
  position: absolute;
  top: -60px;
}
footer .site-footer .field-decoration:after {
  content: "";
  height: 0;
  border-top: 1px solid #1E81D6;
  position: absolute;
  top: 0;
  width: 550px;
  right: -70px;
}
footer .site-footer .field-decoration .dot {
  width: 150px;
  height: 150px;
  border: 1px solid #1E81D6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .site-footer .field-decoration .dot:after {
  transform: translateX(0.5px);
}
footer .site-footer .info-area {
  width: 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
footer .site-footer .info-area .site-logo {
  width: 200px;
}
footer .site-footer .info-area .site-logo img {
  filter: brightness(4);
}
footer .site-footer .info-area address {
  font-style: normal;
  margin: 50px 0 20px;
}
footer .site-footer .info-area address b {
  display: block;
}
footer .site-footer .info-area .contact-links {
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
}
footer .site-footer .info-area .contact-links a svg {
  height: 30px;
  fill: #1E81D6;
}
footer .site-footer .info-area .contact-links a:hover {
  background: transparent;
}
footer .site-footer .info-area .contact-links a:hover svg {
  fill: #c1e3ff;
}
footer .site-footer .info-area .social-links {
  position: absolute;
  bottom: -13px;
  padding: 5px 0 3px;
  left: calc(100% - 71px);
  width: 300px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  background: #002161;
  gap: 15px;
}
footer .site-footer .info-area .social-links a {
  display: block;
  line-height: 0.9;
}
footer .copyright {
  border-top: 1px solid #1E81D6;
  padding: 20px 30px;
  gap: 2px 15px;
  flex-wrap: wrap;
}
footer .copyright p i {
  font-style: normal;
  color: #1E81D6;
  transform: translate(3px, 1px);
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  footer .site-footer .navigation-area {
    padding: 60px 20px 50px;
  }
}
@media screen and (max-width: 1100px) {
  footer {
    padding-top: 20px;
  }
  footer:before {
    width: 40%;
    max-width: 250px;
    top: 20px;
    left: 30px;
  }
  footer .site-footer {
    flex-direction: column;
  }
  footer .site-footer .navigation-area {
    width: 100%;
  }
  footer .site-footer .navigation-area:before {
    width: 100%;
    max-width: 750px;
    bottom: -85px;
    left: -20px;
  }
  footer .site-footer .navigation-area:after {
    width: 100%;
    top: 20px;
  }
  footer .site-footer .field-decoration:before {
    width: 100%;
    height: 0;
    border-top: 1px solid #1E81D6;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  footer .site-footer .field-decoration:after {
    display: none;
  }
  footer .site-footer .info-area {
    margin: 30px auto;
    width: auto;
  }
  footer .site-footer .info-area .social-links {
    position: static;
    padding: 20px 0;
    width: auto;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  footer:before {
    top: 300px;
  }
  footer .site-footer .navigation-area nav:nth-of-type(2) ul {
    columns: 2;
  }
  footer .copyright {
    text-align: center;
    flex-direction: column;
  }
  footer .copyright .dot {
    display: none;
  }
}

.anchor {
  border: none;
  display: block;
  visibility: hidden;
  position: relative;
  top: -70px;
  width: 0;
}

/*



* - * - * ----- Pages ----- * - * - *

*/
.slick-slider .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  color: #c1e3ff;
  background: white;
  border: 1px solid;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  z-index: 1;
  left: 100%;
  right: unset;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slick-slider .slick-arrow:before {
  content: "⮕";
  color: #c1e3ff;
}
.slick-slider .slick-arrow:hover {
  background: #c1e3ff;
  color: #1E81D6;
  transform: scale(1.05);
}
.slick-slider .slick-arrow:hover:before {
  color: #1E81D6;
}
.slick-slider .slick-next {
  right: 100%;
  left: unset;
}
.slick-slider .slick-next:before {
  content: "⬅";
}
.slick-slider .slick-disabled {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .slick-slider .slick-arrow {
    left: calc(100% - 20px);
  }
  .slick-slider .slick-next {
    right: calc(100% - 20px);
  }
}

.iconTitle {
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 20px;
  position: relative;
}
.iconTitle:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 140px;
  border-bottom: 3px solid #1E81D6;
}
.iconTitle img {
  width: 80px;
}
.iconTitle h3 small {
  display: block;
  font-weight: 400;
  font-size: 16px;
}

.iconTitle-fullWidth {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin-bottom: 40px;
}
.iconTitle-fullWidth:before {
  border-top: 1px solid #002161;
  content: "";
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.iconTitle-fullWidth > div {
  background: white;
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.iconTitle-fullWidth > div img {
  width: 100px;
}
.iconTitle-fullWidth > div h3 {
  margin: 0;
  color: #002161;
  transform: translateY(-12px);
}

.linkAll-area {
  justify-content: flex-end;
  padding: 20px 0;
}
.linkAll-area .a-btn {
  background: white;
  color: #002161;
  border: 1px solid;
}
.linkAll-area .a-btn:hover {
  color: white;
}

.breadcrumbs-section {
  padding: 0;
  position: relative;
}
.breadcrumbs-section .breadcrumbs {
  border-bottom: 1px solid #E0E0E0;
}
.breadcrumbs-section .breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  padding: 25px 0;
  color: #9E9E9E;
}
.breadcrumbs-section .breadcrumbs ul li {
  position: relative;
}
.breadcrumbs-section .breadcrumbs ul li:after {
  content: ">";
  margin-right: 10px;
  color: #c1e3ff;
}
.breadcrumbs-section .breadcrumbs ul li:last-of-type:after {
  display: none;
}

.root-page .heroPage-section {
  position: relative;
  line-height: 0;
  min-height: 18vw;
}
.root-page .heroPage-section .main-image {
  width: 100%;
}
.root-page .heroPage-section .page-title {
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(90deg, transparent, #002161);
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  line-height: 1.3;
}
.root-page .heroPage-section .page-title .wrapper {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .root-page .heroPage-section .page-title {
    position: static;
    padding: 20px 0;
    background: #002161;
  }
}

.the-surveySocial {
  border-top: 1px solid #E0E0E0;
  padding-top: 40px;
}

.rich-text a {
  color: #1E81D6;
  text-decoration: underline;
}
.rich-text a:hover {
  color: #c1e3ff;
}
.rich-text .a-btn {
  margin: 20px 0;
  display: block;
  width: fit-content;
}
.rich-text p {
  margin: 0 0 10px;
}
.rich-text ul, .rich-text ol {
  list-style-type: disc;
  margin: 10px 0;
  padding: 0 30px;
}
.rich-text ul li, .rich-text ol li {
  margin: 5px 0;
}
.rich-text ol {
  list-style-type: decimal;
}

.home-page h2 {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  margin: 10px 0 80px;
  position: relative;
}
.home-page h2:before {
  content: "";
  width: 60px;
  border-bottom: 4px solid #1E81D6;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -25px;
}

.heroHome-section {
  padding: 0;
}
.heroHome-section img {
  width: 100%;
}
.heroHome-section .wrapper {
  position: absolute;
  z-index: 1;
  top: 26vw;
  left: 0;
  right: 0;
  width: 100%;
}
.heroHome-section .wrapper h1 {
  font-size: 55px;
  color: white;
  font-weight: 400;
}
.heroHome-section .wrapper h1:first-line {
  font-weight: 700;
  font-size: 80px;
}
.heroHome-section .flashNews-area {
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 2;
  width: 0;
  filter: drop-shadow(0px 0px 20px #061039);
  transition: all 1.4s ease;
}
.heroHome-section .flashNews-area .flashNews-btn {
  position: absolute;
  top: 0;
  left: 100%;
  background: white;
  border-radius: 0 10px 10px 0;
}
.heroHome-section .flashNews-area .flashNews-btn svg {
  fill: #002161;
  height: 30px;
  margin: 5px;
}
.heroHome-section .flashNews-area .flashNews-btn:before {
  content: url("../images/br.svg");
  filter: invert(1);
  position: absolute;
  top: calc(100% + 1px);
  left: -1px;
  width: 20px;
  height: 20px;
  transform: scaleX(-1) rotate(180deg);
}
.heroHome-section .flashNews-area .flashNews-btn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #E53A35;
  position: absolute;
  top: 14px;
  right: 14px;
}
.heroHome-section .flashNews-area .the-flashNews {
  padding: 0;
  background: white;
  border-radius: 0 0 20px 20px;
  height: calc(100vh - 220px);
  overflow: auto;
}
.heroHome-section .flashNews-area .the-flashNews h3 {
  margin-bottom: 10px;
  position: sticky;
  top: 0;
  background: white;
  padding: 15px 0;
  opacity: 0;
}
.heroHome-section .flashNews-area .the-flashNews ul {
  opacity: 0;
}
.heroHome-section .flashNews-area .the-flashNews ul li {
  width: 260px;
  padding: 20px 0;
  border-top: 1px solid #c1e3ff;
}
.heroHome-section .flashNews-area .the-flashNews ul li a {
  display: block;
}
.heroHome-section .flashNews-area .the-flashNews ul li a .date {
  font-weight: 700;
  display: block;
}
.heroHome-section .flashNews-area:hover {
  width: 400px;
}
.heroHome-section .flashNews-area:hover .flashNews-btn svg {
  fill: #1E81D6;
  transform: rotate(-30deg);
}
.heroHome-section .flashNews-area:hover .the-flashNews {
  padding: 0 40px;
}
.heroHome-section .flashNews-area:hover .the-flashNews ul,
.heroHome-section .flashNews-area:hover .the-flashNews h3 {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .heroHome-section .wrapper {
    top: 40vw;
  }
  .heroHome-section .wrapper h1 {
    font-size: 25px;
  }
  .heroHome-section .wrapper h1:first-line {
    font-weight: 700;
    font-size: 45px;
  }
  .heroHome-section .flashNews-area {
    top: 120px;
  }
  .heroHome-section .flashNews-area:hover {
    width: 250px;
  }
  .heroHome-section .flashNews-area:hover .the-flashNews {
    padding: 0 20px;
  }
  .heroHome-section .flashNews-area .the-flashNews ul li {
    width: 190px;
  }
}

.sportsTypes-section .sportsType-SlickSlider .slick-arrow {
  left: calc(100% - 30px);
}
.sportsTypes-section .sportsType-SlickSlider .slick-next {
  right: calc(100% - 27px);
  left: unset;
}
.sportsTypes-section .sportsType-SlickSlider li {
  width: 12%;
  padding: 10px;
}
.sportsTypes-section .sportsType-SlickSlider li a {
  display: block;
  background: white;
  border: 1px solid #c1e3ff;
}
.sportsTypes-section .sportsType-SlickSlider li a .sportTitle {
  justify-content: flex-end;
  padding: 20px 20px 0;
}
.sportsTypes-section .sportsType-SlickSlider li a:hover {
  transform: scale(1.05);
  background: #f3f9ff;
  text-decoration: none;
}
.sportsTypes-section .sportsType-SlickSlider li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .sportsTypes-section .sportsType-SlickSlider li {
    padding: 5px;
  }
  .sportsTypes-section .sportsType-SlickSlider li a {
    position: relative;
  }
  .sportsTypes-section .sportsType-SlickSlider li a .sportTitle {
    text-align: left;
    min-height: 90px;
    align-items: center;
    padding: 20px;
  }
  .sportsTypes-section .sportsType-SlickSlider li a img {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0.5;
  }
}
.sportsTypes-section .the-sportsTypes ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.sportsTypes-section .the-sportsTypes ul li {
  width: 10%;
  min-width: 170px;
}
.sportsTypes-section .the-sportsTypes ul li a {
  display: block;
  background: white;
  border: 1px solid #c1e3ff;
}
.sportsTypes-section .the-sportsTypes ul li a .sportTitle {
  justify-content: flex-end;
  padding: 20px 20px 0;
}
.sportsTypes-section .the-sportsTypes ul li a img {
  width: 100%;
}
.sportsTypes-section .the-sportsTypes ul li a:hover {
  transform: scale(1.1);
  background: #f3f9ff;
  text-decoration: none;
}
.sportsTypes-section .linkAll-area {
  justify-content: center;
}

.eventsArticles-section .eventsArticles-layout {
  gap: 50px;
}
.eventsArticles-section .eventsArticles-layout > figure {
  flex-direction: column;
  gap: 40px;
}
.eventsArticles-section .eventsArticles-layout > figure .linkAll-area {
  margin-top: auto;
}
.eventsArticles-section .eventsArticles-layout .events-area {
  width: 400px;
}
.eventsArticles-section .eventsArticles-layout .articles-area {
  width: calc(100% - 450px);
}
.eventsArticles-section .eventsArticles-layout .articles-area .iconTitle:after {
  content: url("../images/decoration/decoration-bicycle.svg");
  position: absolute;
  right: calc(100% + 50px);
  top: -90px;
  z-index: -1;
  pointer-events: none;
  width: 200px;
  height: auto;
  opacity: 0.4;
}
@media screen and (max-width: 1023px) {
  .eventsArticles-section .eventsArticles-layout {
    flex-direction: column;
  }
  .eventsArticles-section .eventsArticles-layout .events-area,
.eventsArticles-section .eventsArticles-layout .articles-area {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .eventsArticles-section .eventsArticles-layout .articles-area .iconTitle:after {
    display: none;
  }
}

.the-events h4 {
  font-weight: 400;
  color: #1E81D6;
}
.the-events ul li {
  padding: 25px 0;
  border-bottom: 1px solid #E0E0E0;
}
.the-events ul li:last-of-type {
  border-bottom-color: transparent;
}
.the-events ul li a {
  display: flex;
  align-items: center;
  gap: 0 20px;
  text-decoration: none;
}
.the-events ul li a time {
  border: 1px solid #E0E0E0;
  font-size: 30px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.the-events ul li a .event-content {
  width: calc(100% - 85px);
}
.the-events ul li a .event-content h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .the-events ul li a {
    flex-direction: column;
    align-items: flex-start;
  }
  .the-events ul li a .event-content {
    width: 100%;
  }
  .the-events ul li a .event-content h5 {
    overflow: unset;
    display: block;
  }
}

.the-articles ul {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.the-articles ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
  flex-grow: 1;
  gap: 30px;
  position: relative;
}
.the-articles ul li:after {
  content: "";
  height: 100%;
  border-left: 1px solid #E0E0E0;
  position: absolute;
  top: 0;
  left: -30px;
}
.the-articles ul li:last-of-type:after {
  display: none;
}
.the-articles ul li a {
  display: flex;
  flex-direction: column;
}
.the-articles ul li a .the-image {
  line-height: 0;
  overflow: hidden;
}
.the-articles ul li a .the-image:hover img {
  transform: scale(1.3);
}
.the-articles ul li a h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.the-articles ul li a:hover {
  text-decoration: none;
}
.the-articles ul li a:hover h4 {
  text-decoration: underline;
}
.the-articles ul li .categoryTag {
  color: #1E81D6;
  flex-direction: row;
  gap: 5px;
  width: fit-content;
  padding: 2px 10px;
  border: 1px solid #c1e3ff;
  border-radius: 50px;
  text-decoration: none;
}
.the-articles ul li .categoryTag:before {
  content: "⏍";
  transform: rotate(90deg);
}
.the-articles ul li .categoryTag:hover {
  background: #c1e3ff;
}
@media screen and (max-width: 1300px) {
  .the-articles ul {
    flex-direction: column;
  }
  .the-articles ul li {
    width: 100%;
  }
  .the-articles ul li a {
    flex-direction: row;
    gap: 30px;
  }
  .the-articles ul li a .the-image {
    width: 170px;
  }
  .the-articles ul li a .content {
    width: calc(100% - 200px);
  }
  .the-articles ul li a h4 {
    overflow: unset;
    display: block;
  }
  .the-articles ul li .categoryTag {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .the-articles ul li:after {
    height: 0;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    top: unset;
    bottom: -30px;
    left: unset;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .the-articles ul li a {
    flex-direction: column;
  }
  .the-articles ul li a .the-image,
.the-articles ul li a .content {
    width: 100%;
  }
  .the-articles ul li .categoryTag {
    position: static;
  }
}

.sportSwim-section .sportSwim-layout {
  align-items: center;
  position: relative;
}
.sportSwim-section .sportSwim-layout:after {
  content: url("../images/decoration/decoration-run.svg");
  position: absolute;
  left: 10px;
  bottom: -10px;
  z-index: -1;
  pointer-events: none;
  width: 20vw;
  height: auto;
  opacity: 0.4;
}
.sportSwim-section .sportSwim-layout .stickSide-image {
  position: relative;
  padding: 40px 100px 120px 0;
}
.sportSwim-section .sportSwim-layout .stickSide-image img {
  position: relative;
  z-index: 1;
  border: 10px solid white;
  max-width: 550px;
}
.sportSwim-section .sportSwim-layout .stickSide-image .main-info {
  color: white;
  background: #002161;
  position: absolute;
  padding: 40px 100px 30px 60px;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
}
.sportSwim-section .sportSwim-layout .stickSide-image .main-info p {
  padding: 5px 10px;
  border-right: 4px solid #1E81D6;
}
.sportSwim-section .sportSwim-layout .stickSide-image .main-info p b {
  display: block;
  font-size: 25px;
}
.sportSwim-section .sportSwim-layout .content {
  position: relative;
}
.sportSwim-section .sportSwim-layout .sportSwim-logo {
  margin-bottom: 30px;
}
.sportSwim-section .sportSwim-layout .rich-text {
  margin: 30px 0;
  font-size: 20px;
}
.sportSwim-section .sportSwim-layout:first-of-type .stickSide-image:before {
  content: url("../images/decoration/decoration-dumbbells.svg");
  position: absolute;
  right: 80px;
  bottom: calc(100% - 12px);
  z-index: -1;
  pointer-events: none;
  width: 16vw;
  min-width: 180px;
  height: auto;
  opacity: 0.4;
}
.sportSwim-section .sportSwim-layout:nth-of-type(even) {
  flex-direction: row-reverse;
}
.sportSwim-section .sportSwim-layout:nth-of-type(even):after {
  content: url("../images/decoration/decoration-swim.svg");
  position: absolute;
  left: unset;
  bottom: unset;
  top: -10px;
  right: 150px;
}
.sportSwim-section .sportSwim-layout:nth-of-type(even) .stickSide-image {
  padding: 40px 0 120px 100px;
}
.sportSwim-section .sportSwim-layout:nth-of-type(even) .stickSide-image .main-info {
  padding: 40px 60px 30px 100px;
  right: unset;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .sportSwim-section .sportSwim-layout {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 50px;
  }
  .sportSwim-section .sportSwim-layout:after {
    bottom: -60px;
    width: 200px;
  }
  .sportSwim-section .sportSwim-layout:nth-of-type(even) {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .sportSwim-section .sportSwim-layout .stickSide-image {
    padding: 40px 30px 120px;
  }
  .sportSwim-section .sportSwim-layout .stickSide-image img {
    width: 100%;
    max-width: unset;
  }
  .sportSwim-section .sportSwim-layout .stickSide-image .main-info {
    padding: 40px 30px;
  }
  .sportSwim-section .sportSwim-layout:nth-of-type(even) .stickSide-image {
    padding: 40px 30px 150px;
  }
  .sportSwim-section .sportSwim-layout:nth-of-type(even) .stickSide-image .main-info {
    padding: 40px 30px;
  }
  .sportSwim-section .sportSwim-layout:nth-of-type(even):after {
    left: 40px;
    top: 50%;
    right: unset;
  }
  .sportSwim-section .sportSwim-layout .rich-text {
    font-size: 16px;
  }
  .sportSwim-section .sportSwim-layout .a-cta {
    font-size: 18px;
  }
}

.videoGallery-section .videoSpecialTitle {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.videoGallery-section .videoSpecialTitle img {
  transform: translate(-50px, 20px) rotate(4deg);
}
@media screen and (max-width: 767px) {
  .videoGallery-section .videoSpecialTitle img {
    transform: none;
  }
}

.videoGallery-SlickSlider li {
  padding: 10px;
}
.videoGallery-SlickSlider li iframe {
  height: 350px;
}
.videoGallery-SlickSlider .portrait {
  aspect-ratio: 9/16;
}
.videoGallery-SlickSlider .landscape {
  aspect-ratio: 16/9;
}

.sportType-page .heroPage-section {
  padding: 0;
  position: relative;
}
.sportType-page .heroPage-section:after {
  content: "";
  background: white;
  width: 100%;
  height: 60px;
  position: absolute;
  top: calc(100% - 10px);
  right: 0;
}
.sportType-page .heroPage-section .main-image {
  width: 100%;
}
.sportType-page .heroPage-section .a-btn {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
}
.sportType-page .heroPage-section .sportPage-title {
  align-items: end;
  border-bottom: 40px solid white;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  filter: drop-shadow(0 0 20px #061039);
}
.sportType-page .heroPage-section .sportPage-title:before {
  content: "";
  background: linear-gradient(transparent, #002161);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.4;
}
.sportType-page .heroPage-section .sportPage-title .br {
  height: 62px;
  position: relative;
  fill: white;
}
.sportType-page .heroPage-section .sportPage-title .brAllLeft {
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 32px;
  fill: white;
}
.sportType-page .heroPage-section .sportPage-title .sportType-image {
  align-items: flex-end;
  position: relative;
  top: 2px;
  gap: 22px;
}
.sportType-page .heroPage-section .sportPage-title .sportType-image:before {
  content: "";
  background: white;
  width: 180px;
  height: calc(100% + 20px);
  position: absolute;
  top: 0;
  right: 67px;
  border-radius: 15px;
  transform: rotate(-10deg);
}
.sportType-page .heroPage-section .sportPage-title .sportType-image img {
  width: 160px;
  position: relative;
  background: white;
  z-index: 1;
  top: 20px;
}
.sportType-page .heroPage-section .sportPage-title .sportType-image .brL {
  transform: scaleX(-1) translateX(-22px);
}
.sportType-page .heroPage-section .sportPage-title .main-info {
  color: white;
  position: relative;
  padding: 10px 10px 30px 30px;
  width: calc(100% - 325px);
}
.sportType-page .heroPage-section .sportPage-title .main-info h1 {
  font-weight: 700;
  font-size: 70px;
  margin-bottom: 40px;
  position: relative;
}
.sportType-page .heroPage-section .sportPage-title .main-info h1:before {
  content: "";
  width: 60px;
  border-bottom: 4px solid #1E81D6;
  position: absolute;
  right: 0;
  bottom: -20px;
}
.sportType-page .heroPage-section .sportPage-title .main-info p {
  max-width: 600px;
}
.sportType-page .breadcrumbs-section .breadcrumbs {
  transform: translateY(-25px);
}
.sportType-page .sportType-first-section {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .sportType-page .heroPage-section:after {
    display: none;
  }
  .sportType-page .heroPage-section .sportPage-title {
    position: relative;
    background: #002161;
    border-bottom: 20px solid white;
    bottom: 10px;
    filter: none;
  }
  .sportType-page .heroPage-section .sportPage-title:before {
    display: none;
  }
  .sportType-page .heroPage-section .sportPage-title .sportType-image {
    top: 0;
    border: 10px solid #002161;
  }
  .sportType-page .heroPage-section .sportPage-title .sportType-image:before {
    display: none;
  }
  .sportType-page .heroPage-section .sportPage-title .sportType-image img {
    top: 0;
  }
  .sportType-page .heroPage-section .sportPage-title .br {
    display: none;
  }
  .sportType-page .heroPage-section .sportPage-title .main-info {
    width: calc(100% - 180px);
  }
  .sportType-page .heroPage-section .sportPage-title .main-info h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sportType-page .heroPage-section .sportPage-title {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .sportType-page .heroPage-section .sportPage-title .sportType-image img {
    background: transparent;
    filter: brightness(4);
  }
  .sportType-page .heroPage-section .sportPage-title .main-info {
    width: 100%;
  }
  .sportType-page .heroPage-section .sportPage-title .main-info h1 {
    font-size: 50px;
  }
}

.asideNavWithRichText-layout {
  flex-direction: row-reverse;
  gap: 100px;
}
.asideNavWithRichText-layout .the-pageNav nav {
  padding: 0 40px 0 0;
  border-right: 1px solid #E0E0E0;
}
.asideNavWithRichText-layout .the-pageNav nav ul {
  width: 270px;
}
.asideNavWithRichText-layout .the-pageNav nav ul li {
  padding: 20px 0 20px 10px;
  border-bottom: 1px solid #E0E0E0;
}
.asideNavWithRichText-layout .the-pageNav nav ul li:last-of-type {
  border-bottom: none;
}
.asideNavWithRichText-layout .the-pageNav nav ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.asideNavWithRichText-layout .the-pageNav nav ul li a img {
  width: 80px;
}
.asideNavWithRichText-layout .the-pageNav nav ul li a span {
  line-height: 1.1;
}
.asideNavWithRichText-layout .the-pageNav nav ul li a span b {
  display: block;
  font-size: 20px;
}
.asideNavWithRichText-layout .the-pageNav nav ul li a span small {
  font-size: 16px;
}
.asideNavWithRichText-layout .the-pageNav nav ul li a:hover {
  background: #c1e3ff;
  text-decoration: none;
}
.asideNavWithRichText-layout .rich-text {
  flex-grow: 1;
  width: calc(100% - 400px);
}
@media screen and (max-width: 767px) {
  .asideNavWithRichText-layout {
    flex-direction: column;
    gap: 20px;
  }
  .asideNavWithRichText-layout .the-pageNav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 26081986;
    width: 100vw;
  }
  .asideNavWithRichText-layout .the-pageNav nav {
    padding: 0;
    border-right: none;
  }
  .asideNavWithRichText-layout .the-pageNav nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    background: white;
    border-top: 1px solid #1E81D6;
  }
  .asideNavWithRichText-layout .the-pageNav nav ul li {
    padding: 0;
    border-bottom: none;
    border-left: 1px solid #E0E0E0;
    flex-grow: 1;
  }
  .asideNavWithRichText-layout .the-pageNav nav ul li:last-of-type {
    border: none;
  }
  .asideNavWithRichText-layout .the-pageNav nav ul li a {
    padding: 5px;
    width: fit-content;
    margin: auto;
  }
  .asideNavWithRichText-layout .the-pageNav nav ul li a img {
    width: 40px;
  }
  .asideNavWithRichText-layout .the-pageNav nav ul li a span {
    display: none;
  }
  .asideNavWithRichText-layout .rich-text {
    width: 100%;
  }
}

.placesList-area ul {
  width: fit-content;
  margin: auto;
}
.placesList-area ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid #E0E0E0;
  gap: 20px 100px;
}
.placesList-area ul li:last-of-type {
  border-bottom: none;
}
.placesList-area ul li > figure {
  align-items: center;
  gap: 20px;
}
.placesList-area ul li > figure a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 15px 6px 25px;
  color: #1E81D6;
  border: 1px solid;
  border-radius: 50px;
  text-decoration: none;
}
.placesList-area ul li > figure a:hover {
  background: #c1e3ff;
}
.placesList-area ul li .main-info > img {
  width: 80px;
}
.placesList-area ul li .main-info > div {
  padding: 10px 30px 10px 0;
  border-right: 1px solid #E0E0E0;
}
.placesList-area ul li .main-info > div h3 {
  margin: 0;
  font-weight: 700;
}
.placesList-area ul li .main-info > div .dot {
  margin: 0 10px;
}
.placesList-area ul li .linksToNavApps {
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .placesList-area ul li .main-info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .placesList-area ul li .main-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 20px;
  }
  .placesList-area ul li .main-info > div {
    padding: 0;
    border: none;
  }
}

.coachesList-area ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 50px;
  max-width: 1300px;
  margin: auto;
}
.coachesList-area ul li {
  position: relative;
  width: calc(25% - 15px);
  min-width: 250px;
  line-height: 0;
  border-radius: 20px;
  overflow: hidden;
}
.coachesList-area ul li .main-info {
  flex-direction: column;
  justify-content: flex-end;
  background: #002161;
  color: white;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 125px;
  border-radius: 20px;
}
.coachesList-area ul li .main-info h4 small {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.coachesList-area ul li .main-info .the-bio {
  line-height: 1.3;
  overflow: hidden;
  padding: 0;
  height: 0;
  max-height: 100px;
}
.coachesList-area ul li .main-info > button {
  border-top: 1px solid;
  margin-top: 10px;
  color: #1E81D6;
  text-align: left;
}
.coachesList-area ul li .main-info > button:hover {
  color: white;
}
.coachesList-area ul li .main-info:hover {
  height: 100%;
  background: linear-gradient(transparent, #002161);
}
.coachesList-area ul li .main-info:hover .the-bio {
  padding: 20px 0;
  height: 100%;
}
.coachesList-area ul li .main-info:hover > button {
  color: white;
}

.REPLACE-AND-DELETE-THIS-DIV---ADD-YOUR-CONTENT {
  color: #9E9E9E;
  text-align: center;
}
.REPLACE-AND-DELETE-THIS-DIV---ADD-YOUR-CONTENT p {
  padding: 20px;
}
.REPLACE-AND-DELETE-THIS-DIV---ADD-YOUR-CONTENT > figure {
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px 0;
  gap: 20px;
}
.REPLACE-AND-DELETE-THIS-DIV---ADD-YOUR-CONTENT > figure p {
  width: 200px;
  border: 1px solid #E0E0E0;
}

/*



* - * - * ----- Responsive ----- * - * - *

*/

/*# sourceMappingURL=binaa-z-style.css.map */
