/* main.scss */
/*  utils/_placeholders.scss */
.header-logo, .footer-pattern, .footer-logo, .footer-social__link, .hero-char, .programs-section-title .icon {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*------------------------------------*\
  #RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
  outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
  outline: none;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #404040;
  padding: 0.2em 0;
}

/*------------------------------------*\
  #BASE
\*------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

body {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  font-size: 62.5%;
  line-height: 1.35em;
  overflow-x: hidden;
}

body.homepage {
  width: 100%;
  max-width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  outline: 0;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.theme--red {
  background-color: #E74F3D;
}

.theme--yellow {
  background-color: #FFB81B;
}

.theme--blue {
  background-color: #36B0C9;
}

.theme--purple {
  background-color: #7765A0;
}

/*------------------------------------*\
#HEADER
\*------------------------------------*/
.main-header {
  padding: 54px 0 0 0;
}

@media screen and (max-width: 1260px) {
  .main-header {
    padding: 48px 0 0 0;
  }
}

@media screen and (max-width: 1030px) {
  .main-header {
    padding: 32px 0 0 0;
  }
}

@media screen and (max-width: 640px) {
  .main-header {
    padding: 28px 0 0 0;
  }
}

.header-block {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  /* ie 10 */
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* ie 10 */
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: justify;
  /* ie 10 */
  justify-content: space-between;
}

.header-logo {
  display: block;
  width: 195px;
  height: 88px;
  background-image: url(../images/assets/main-logo.svg);
}

@media screen and (max-width: 1260px) {
  .header-logo {
    width: 160px;
    height: 73px;
  }
}

@media screen and (max-width: 1030px) {
  .header-logo {
    width: 120px;
    height: 54px;
  }
}

@media screen and (max-width: 800px) {
  .header-logo {
    width: 110px;
    height: 50px;
  }
}

@media screen and (max-width: 640px) {
  .header-logo {
    width: 85px;
    height: 38px;
  }
}

.header-lang {
  color: #7765A0;
}

/*------------------------------------*\
#CONTAINER
\*------------------------------------*/
.container {
  width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .container {
    width: 1200px;
  }
}

@media screen and (max-width: 1260px) {
  .container {
    width: 100%;
    padding: 0 32px;
  }
}

@media screen and (max-width: 800px) {
  .container {
    padding: 0 24px;
  }
}

/*------------------------------------*\
#FOOTER
\*------------------------------------*/
.main-footer {
  position: relative;
  background-color: #7765A0;
  padding: 40px 0 20px 0;
  color: #fff;
}

.footer-pattern {
  position: absolute;
  top: -142px;
  width: 800px;
  height: 142px;
  background-image: url(../images/assets/pattern.svg);
}

@media screen and (max-width: 1260px) {
  .footer-pattern {
    width: 660px;
    height: 118px;
    top: -118px;
  }
}

@media screen and (max-width: 1030px) {
  .footer-pattern {
    width: 520px;
    height: 93px;
    top: -93px;
  }
}

@media screen and (max-width: 800px) {
  .footer-pattern {
    width: 450px;
    height: 80px;
    top: -80px;
  }
}

@media screen and (max-width: 640px) {
  .footer-pattern {
    width: 360px;
    height: 64px;
    top: -64px;
  }
}

@media screen and (max-width: 400px) {
  .footer-pattern {
    width: 310px;
    height: 55px;
    top: -55px;
  }
}

.top-footer {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  /* ie 10 */
  display: flex;
}

@media screen and (max-width: 1030px) {
  .top-footer {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: justify;
    /* ie 10 */
    justify-content: space-between;
  }
}

@media screen and (max-width: 640px) {
  .top-footer {
    display: block;
  }
}

.footer-logo {
  display: block;
  width: 120px;
  height: 60px;
  background-image: url(../images/assets/footer-logo.svg);
}

@media screen and (max-width: 1260px) {
  .footer-logo {
    width: 110px;
    height: 55px;
  }
}

@media screen and (max-width: 1030px) {
  .footer-logo {
    width: 90px;
    height: 45px;
  }
}

@media screen and (max-width: 800px) {
  .footer-logo {
    width: 80px;
    height: 40px;
  }
}

.footer-title {
  margin-bottom: 16px;
}

@media screen and (max-width: 1260px) {
  .footer-title {
    margin-bottom: 10px;
  }
}

.footer-body p:not(:first-child) {
  margin-top: 8px;
}

@media screen and (max-width: 1260px) {
  .footer-body p:not(:first-child) {
    margin-top: 5px;
  }
}

.footer-body a {
  color: #fff;
}

.bottom-footer {
  padding-top: 45px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  /* ie 10 */
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1260px) {
  .bottom-footer {
    padding-top: 32px;
  }
}

@media screen and (max-width: 640px) {
  .bottom-footer {
    display: block;
  }
}

.footer-social__link {
  display: inline-block;
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 1260px) {
  .footer-social__link {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 1030px) {
  .footer-social__link {
    width: 20px;
    height: 20px;
  }
}

.facebook {
  background-image: url(../images/assets/social/facebook.svg);
}

.instagram {
  background-image: url(../images/assets/social/instagram.svg);
}

.snapchat {
  background-image: url(../images/assets/social/snapchat.svg);
}

.tiktok {
  background-image: url(../images/assets/social/tiktok.svg);
}

@media screen and (max-width: 640px) {
  .footer-block--contact {
    margin-top: 32px;
  }
}

@media screen and (max-width: 640px) {
  .footer-block--address {
    margin-top: 24px;
  }
}

@media screen and (max-width: 640px) {
  .footer-block--social {
    margin-top: 24px;
  }
}

/*------------------------------------*\
  #HERO
\*------------------------------------*/
.hero-section {
  position: relative;
}

.hero-intro {
  padding-top: 260px;
  padding-bottom: 90px;
}

@media screen and (max-width: 1440px) {
  .hero-intro {
    padding-top: 240px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1260px) {
  .hero-intro {
    padding-top: 190px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 1030px) {
  .hero-intro {
    padding-top: 160px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 800px) {
  .hero-intro {
    padding-top: 100px;
  }
}

.hero-intro__slogan {
  max-width: 580px;
}

@media screen and (max-width: 1440px) {
  .hero-intro__slogan {
    max-width: 490px;
  }
}

@media screen and (max-width: 1260px) {
  .hero-intro__slogan {
    max-width: 400px;
  }
}

@media screen and (max-width: 1030px) {
  .hero-intro__slogan {
    max-width: 340px;
  }
}

@media screen and (max-width: 800px) {
  .hero-intro__slogan {
    max-width: 300px;
  }
}

@media screen and (max-width: 640px) {
  .hero-intro__slogan {
    max-width: 200px;
  }
}

.hero-audio {
  max-width: 580px;
  margin-top: 32px;
}

@media screen and (max-width: 1440px) {
  .hero-audio {
    max-width: 490px;
  }
}

@media screen and (max-width: 1260px) {
  .hero-audio {
    max-width: 400px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 1030px) {
  .hero-audio {
    max-width: 340px;
  }
}

@media screen and (max-width: 800px) {
  .hero-audio {
    max-width: 320px;
  }
}

@media screen and (max-width: 640px) {
  .hero-audio {
    max-width: 100%;
    margin-top: 16px;
  }
}

.hero-char {
  position: absolute;
  bottom: 0;
  width: 430px;
  height: 439px;
  background-image: url(../images/assets/hero-man.svg);
}

@media screen and (max-width: 1440px) {
  .hero-char {
    width: 380px;
    height: 388px;
  }
}

@media screen and (max-width: 1260px) {
  .hero-char {
    width: 300px;
    height: 307px;
  }
}

@media screen and (max-width: 1030px) {
  .hero-char {
    width: 240px;
    height: 245px;
  }
}

@media screen and (max-width: 800px) {
  .hero-char {
    width: 180px;
    height: 185px;
  }
}

@media screen and (max-width: 640px) {
  .hero-char {
    width: 120px;
    height: 123px;
    bottom: 89px;
  }
}

.audioplayer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1em 0;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #36B0C9;
  border-radius: 80px;
  background: #fff;
}

@media screen and (max-width: 1260px) {
  .audioplayer {
    height: 70px;
  }
}

@media screen and (max-width: 1030px) {
  .audioplayer {
    height: 60px;
  }
}

@media screen and (max-width: 800px) {
  .audioplayer {
    height: 55px;
  }
}

@media screen and (max-width: 640px) {
  .audioplayer {
    height: 50px;
  }
}

.audioplayer-playpause {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media screen and (max-width: 1260px) {
  .audioplayer-playpause {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 1030px) {
  .audioplayer-playpause {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 800px) {
  .audioplayer-playpause {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 640px) {
  .audioplayer-playpause {
    width: 32px;
    height: 32px;
  }
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background-color: transparent;
  border: 2px solid #36B0C9;
}

/* .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
  background: rgba(91, 130, 255, 0.1);
} */
.audioplayer-playing .audioplayer-playpause {
  background: rgba(253, 79, 26, 0);
  border: 2px solid #36B0C9;
}

/* .audioplayer-playing .audioplayer-playpause:hover {
  background: rgba(235, 79, 26, 0.1);
} */
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  content: '';
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

@media screen and (max-width: 640px) {
  .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
}

.audioplayer-playing .audioplayer-playpause a {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 12px;
  height: 14px;
}

@media screen and (max-width: 640px) {
  .audioplayer-playing .audioplayer-playpause a {
    width: 9px;
  }
}

.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
  content: '';
  width: 4px;
  height: 14px;
  background-color: #36B0C9;
}

@media screen and (max-width: 640px) {
  .audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
    width: 3px;
  }
}

.audioplayer-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(51, 51, 51, 0.6);
}

.audioplayer-time-duration {
  display: none;
}

.audioplayer-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 12px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer;
}

.audioplayer-bar::before {
  content: '';
  position: absolute;
  top: 5px;
  width: 100%;
  height: 2px;
  background-color: #DDE2E6;
}

.audioplayer-bar > div {
  position: absolute;
  top: 5px;
}

.audioplayer-bar-loaded {
  z-index: 1;
  height: 2px;
  background: #BEC8D2;
}

.audioplayer-bar-played {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  z-index: 2;
  height: 2px;
  background: -webkit-linear-gradient(left, #36B0C9, #36B0C9);
}

.audioplayer-bar-played::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -5px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 6px;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
  border: 2px solid #BEC8D2;
}

.audioplayer-playing .audioplayer-bar-played::after {
  border: 2px solid #36B0C9;
}

.audioplayer-volume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1030px) {
  .audioplayer-volume {
    display: none;
  }
}

.audioplayer-volume-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.audioplayer-volume-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6px;
  height: 8px;
  background-color: #36B0C9;
  position: relative;
}

.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
  content: '';
  position: absolute;
}

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: -4px;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  top: -2px;
  width: 6px;
  height: 6px;
  border: 6px double #36B0C9;
}

.audioplayer-mute .audioplayer-volume-button a {
  background-color: #36B0C9;
}

.audioplayer-mute .audioplayer-volume-button a:before {
  border-right: 9px solid #36B0C9;
}

.audioplayer-volume-adjust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.audioplayer-volume-adjust > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 2px;
  cursor: pointer;
  background-color: #BEC8D2;
}

.audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  height: 2px;
  background-color: #36B0C9;
}

/* responsive | you can change the max-width value to match your theme */
@media screen and (max-width: 679px) {
  .audioplayer-volume-adjust {
    display: none;
  }
}

/*------------------------------------*\
#ABOUT
\*------------------------------------*/
.about-strip {
  position: relative;
  padding: 260px 0;
}

@media screen and (max-width: 1440px) {
  .about-strip {
    padding: 200px 0;
  }
}

@media screen and (max-width: 1260px) {
  .about-strip {
    padding: 140px 0;
  }
}

@media screen and (max-width: 1030px) {
  .about-strip {
    padding: 100px 0;
  }
}

@media screen and (max-width: 800px) {
  .about-strip {
    padding: 80px 0;
  }
}

@media screen and (max-width: 640px) {
  .about-strip {
    padding: 50px 0 140px 0;
  }
}

.about-card {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  /* ie 10 */
  display: flex;
}

.theme--white .about-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 800px) {
  .theme--white .about-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.about-card-info {
  color: #fff;
}

.about-card-info .desc {
  margin-top: 24px;
  max-width: 680px;
}

@media screen and (max-width: 1440px) {
  .about-card-info .desc {
    max-width: 600px;
  }
}

@media screen and (max-width: 1260px) {
  .about-card-info .desc {
    max-width: 500px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1030px) {
  .about-card-info .desc {
    max-width: 450px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 800px) {
  .about-card-info .desc {
    max-width: 400px;
    margin-top: 10px;
  }
}

.about-card-info .desc p:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 1260px) {
  .about-card-info .desc p:not(:first-child) {
    margin-top: 16px;
  }
}

.theme--white .about-card-info {
  color: #7765A0;
}

.about-card-img {
  position: absolute;
  bottom: 0;
  display: block;
  width: 320px;
  height: 400px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1260px) {
  .about-card-img {
    width: 250px;
    height: 313px;
  }
}

@media screen and (max-width: 1030px) {
  .about-card-img {
    width: 180px;
    height: 225px;
  }
}

@media screen and (max-width: 800px) {
  .about-card-img {
    width: 140px;
    height: 175px;
  }
}

@media screen and (max-width: 640px) {
  .about-card-img {
    width: 100px;
    height: 125px;
  }
}

/*------------------------------------*\
  #PROGRAMS
\*------------------------------------*/
.programs-section {
  padding: 200px 0 340px 0;
}

@media screen and (max-width: 1260px) {
  .programs-section {
    padding: 140px 0 250px 0;
  }
}

@media screen and (max-width: 1030px) {
  .programs-section {
    padding: 90px 0 200px 0;
  }
}

@media screen and (max-width: 800px) {
  .programs-section {
    padding: 80px 0 180px 0;
  }
}

@media screen and (max-width: 640px) {
  .programs-section {
    padding: 60px 0  150px 0;
  }
}

.programs-section-title {
  color: #7765A0;
  vertical-align: middle;
}

.programs-section-title .icon {
  display: inline-block;
  vertical-align: middle;
  width: 56px;
  height: 52px;
  background-image: url(../images/assets/headset.svg);
}

@media screen and (max-width: 1260px) {
  .programs-section-title .icon {
    width: 46px;
    height: 42px;
  }
}

@media screen and (max-width: 1030px) {
  .programs-section-title .icon {
    width: 40px;
    height: 37px;
  }
}

@media screen and (max-width: 800px) {
  .programs-section-title .icon {
    width: 32px;
    height: 30px;
  }
}

@media screen and (max-width: 640px) {
  .programs-section-title .icon {
    width: 30px;
    height: 28px;
  }
}

.programs-list-wrapper {
  margin-top: 45px;
}

@media screen and (max-width: 1030px) {
  .programs-list-wrapper {
    margin-top: 40px;
  }
}

@media screen and (max-width: 800px) {
  .programs-list-wrapper {
    margin-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .programs-list-wrapper {
    margin-top: 24px;
  }
}

.programs-list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  /* ie 10 */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  .programs-list {
    display: block;
  }
}

.programs-list__item {
  width: 50%;
  margin-bottom: 24px;
}

@media screen and (max-width: 1260px) {
  .programs-list__item {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 800px) {
  .programs-list__item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.program-card {
  background-color: #36B0C9;
  color: #fff;
  padding: 32px 24px;
  border-radius: 8px;
}

@media screen and (max-width: 1260px) {
  .program-card {
    padding: 32px 20px;
  }
}

@media screen and (max-width: 1030px) {
  .program-card {
    padding: 24px 16px;
  }
}

@media screen and (max-width: 800px) {
  .program-card {
    padding: 24px;
  }
}

@media screen and (max-width: 800px) {
  .program-card {
    padding: 20px;
  }
}

@media screen and (max-width: 640px) {
  .program-card {
    padding: 16px;
  }
}

@font-face {
  font-family: title-bold;
  src: url("../fonts/Arial-Rounded-Bold.ttf") format("truetype"), url("../fonts/Arial-Rounded-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: title-reg;
  src: url("../fonts/Arial-Rounded-MT-Regular.ttf") format("truetype"), url("../fonts/Arial-Rounded-MT-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: title-bold-ar;
  src: url("../fonts/alfont_com_Kohinoor-Arabic-Bold.ttf") format("truetype"), url("../fonts/alfont_com_Kohinoor-Arabic-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/*------------------------------------*\
  #BASE
\*------------------------------------*/
/*------------------------------------*\
  #HEADER
\*------------------------------------*/
.header-lang {
  font-size: 18px;
  font-family: "title-bold-ar", sans-serif;
}

@media screen and (max-width: 1260px) {
  .header-lang {
    font-size: 16px;
  }
}

@media screen and (max-width: 1030px) {
  .header-lang {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .header-lang {
    font-size: 12px;
  }
}

/*------------------------------------*\
  #CONTAINER
\*------------------------------------*/
/*------------------------------------*\
#FOOTER
\*------------------------------------*/
.footer-pattern {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer-title {
  font-family: "title-bold", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
}

@media screen and (max-width: 1260px) {
  .footer-title {
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 1030px) {
  .footer-title {
    font-size: 15px;
    line-height: 17px;
  }
}

@media screen and (max-width: 800px) {
  .footer-title {
    font-size: 14px;
    line-height: 16px;
  }
}

.footer-body {
  font-family: "title-reg", sans-serif;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 800px) {
  .footer-body {
    font-size: 12px;
    line-height: 16px;
  }
}

.copyrights {
  font-family: "title-reg", sans-serif;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (max-width: 1260px) {
  .copyrights {
    font-size: 12px;
    line-height: 14px;
  }
}

.footer-social .footer-social__link:not(:first-child) {
  margin-left: 10px;
}

@media screen and (max-width: 800px) {
  .footer-social .footer-social__link:not(:first-child) {
    margin-left: 6px;
  }
}

.footer-block--contact {
  margin-left: 140px;
}

@media screen and (max-width: 1440px) {
  .footer-block--contact {
    margin-left: 100px;
  }
}

@media screen and (max-width: 1260px) {
  .footer-block--contact {
    margin-left: 80px;
  }
}

@media screen and (max-width: 1030px) {
  .footer-block--contact {
    margin-left: 0;
  }
}

.footer-block--address {
  margin-left: 160px;
}

@media screen and (max-width: 1440px) {
  .footer-block--address {
    margin-left: 120px;
  }
}

@media screen and (max-width: 1260px) {
  .footer-block--address {
    margin-left: 90px;
  }
}

@media screen and (max-width: 1030px) {
  .footer-block--address {
    margin-left: 0;
  }
}

.footer-block--social {
  margin-left: 160px;
}

@media screen and (max-width: 1440px) {
  .footer-block--social {
    margin-left: 120px;
  }
}

@media screen and (max-width: 1260px) {
  .footer-block--social {
    margin-left: 90px;
  }
}

@media screen and (max-width: 1030px) {
  .footer-block--social {
    margin-left: 0;
  }
}

/*------------------------------------*\
  #HERO
\*------------------------------------*/
.hero-intro__slogan {
  font-family: "title-bold", sans-serif;
  font-size: 80px;
  line-height: 80px;
}

@media screen and (max-width: 1440px) {
  .hero-intro__slogan {
    font-size: 75px;
    line-height: 75px;
  }
}

@media screen and (max-width: 1260px) {
  .hero-intro__slogan {
    font-size: 55px;
    line-height: 55px;
  }
}

@media screen and (max-width: 1030px) {
  .hero-intro__slogan {
    font-size: 46px;
    line-height: 46px;
  }
}

@media screen and (max-width: 800px) {
  .hero-intro__slogan {
    font-size: 36px;
    line-height: 36px;
  }
}

@media screen and (max-width: 640px) {
  .hero-intro__slogan {
    font-size: 30px;
    line-height: 30px;
  }
}

.hero-char {
  right: 240px;
}

@media screen and (max-width: 1440px) {
  .hero-char {
    right: 120px;
  }
}

@media screen and (max-width: 1260px) {
  .hero-char {
    right: 32px;
  }
}

@media screen and (max-width: 800px) {
  .hero-char {
    right: 24px;
  }
}

.audioplayer {
  padding: 0 24px;
}

@media screen and (max-width: 1260px) {
  .audioplayer {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .audioplayer {
    padding: 0 14px;
  }
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  margin-left: 2px;
  border-right: none;
  border-left: 12px solid #36B0C9;
}

@media screen and (max-width: 640px) {
  .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    border-left: 9px solid #36B0C9;
  }
}

.audioplayer-time {
  font-size: 12px;
  font-family: "title-reg", sans-serif;
}

.audioplayer-time-current {
  margin-left: 16px;
}

.audioplayer-time-duration {
  margin-right: 24px;
}

.audioplayer-bar {
  margin: 0 20px 0 10px;
}

.audioplayer-bar > div {
  left: 0;
}

.audioplayer-bar-played::after {
  right: -1px;
  margin-right: -5px;
}

.audioplayer-volume-button a:before {
  border-right: 9px solid #36B0C9;
  border-left: none;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  left: 10px;
  border-width: 6px 6px 0 0;
  border-radius: 0 12px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.audioplayer-mute .audioplayer-volume-button a:before {
  border-right: 9px solid #36B0C9;
}

.audioplayer-volume-adjust {
  margin-left: 2px;
}

.audioplayer-volume-adjust div div {
  left: 0;
}

/*------------------------------------*\
#ABOUT
\*------------------------------------*/
.about-card-info .title {
  font-family: "title-bold", sans-serif;
  font-size: 38px;
  line-height: 44px;
  text-transform: uppercase;
}

@media screen and (max-width: 1440px) {
  .about-card-info .title {
    font-size: 36px;
    line-height: 42px;
  }
}

@media screen and (max-width: 1260px) {
  .about-card-info .title {
    font-size: 28px;
    line-height: 34px;
  }
}

@media screen and (max-width: 1030px) {
  .about-card-info .title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (max-width: 640px) {
  .about-card-info .title {
    font-size: 20px;
    line-height: 26px;
  }
}

.about-card-info .desc {
  font-family: "title-reg", sans-serif;
  font-size: 24px;
  line-height: 30px;
}

@media screen and (max-width: 1440px) {
  .about-card-info .desc {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1260px) {
  .about-card-info .desc {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1030px) {
  .about-card-info .desc {
    font-size: 16px;
    line-height: 22px;
  }
}

.about-card-img {
  right: 160px;
}

@media screen and (max-width: 1440px) {
  .about-card-img {
    right: 100px;
  }
}

@media screen and (max-width: 1260px) {
  .about-card-img {
    right: 32px;
  }
}

@media screen and (max-width: 800px) {
  .about-card-img {
    right: 24px;
  }
}

.theme--white .about-card-img {
  left: 160px;
}

@media screen and (max-width: 1440px) {
  .theme--white .about-card-img {
    left: 100px;
  }
}

@media screen and (max-width: 1260px) {
  .theme--white .about-card-img {
    left: 32px;
  }
}

@media screen and (max-width: 800px) {
  .theme--white .about-card-img {
    left: auto;
    right: 24px;
  }
}

/*------------------------------------*\
  #PROGRAMS
\*------------------------------------*/
.programs-section-title {
  font-family: "title-bold", sans-serif;
  font-size: 40px;
  line-height: 44px;
}

@media screen and (max-width: 1260px) {
  .programs-section-title {
    font-size: 36px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1030px) {
  .programs-section-title {
    font-size: 30px;
    line-height: 34px;
  }
}

@media screen and (max-width: 800px) {
  .programs-section-title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (max-width: 640px) {
  .programs-section-title {
    font-size: 22px;
    line-height: 26px;
  }
}

.programs-section-title .icon {
  margin-right: 10px;
}

@media screen and (max-width: 800px) {
  .programs-section-title .icon {
    margin-right: 6px;
  }
}

.programs-list {
  margin-left: -24px;
}

@media screen and (max-width: 1260px) {
  .programs-list {
    margin-left: -16px;
  }
}

@media screen and (max-width: 800px) {
  .programs-list {
    margin-left: 0;
  }
}

.programs-list__item {
  padding-left: 24px;
}

@media screen and (max-width: 1260px) {
  .programs-list__item {
    padding-left: 16px;
  }
}

@media screen and (max-width: 800px) {
  .programs-list__item {
    padding-left: 0;
  }
}

.program-card__time {
  font-family: "title-bold", sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.program-card__title {
  font-family: "title-bold", sans-serif;
  font-size: 24px;
  line-height: 26px;
}

@media screen and (max-width: 1260px) {
  .program-card__title {
    font-size: 22px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1030px) {
  .program-card__title {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 640px) {
  .program-card__title {
    font-size: 16px;
    line-height: 18px;
  }
}
/*# sourceMappingURL=styles.css.map */