@font-face {
  font-family: Modam;
  src: url('../fonts/Modam-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Modam;
  src: url('../fonts/Modam-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Modam;
  src: url('../fonts/Modam-Bold.ttf') format("truetype"), url('../fonts/Modam-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Modam;
  src: url('../fonts/Modam-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Modam;
  src: url('../fonts/Modam-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Modam;
  src: url('../fonts/Modam-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Modam;
  src: url('../fonts/Modam-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Modam;
  src: url('../fonts/Modam-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monasans Condensed;
  src: url('../fonts/MonaSans_Condensed-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuebrucke Trial;
  src: url('../fonts/NeueBrucke-Regular-Trial.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brier;
  src: url('../fonts/Brier-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Brier;
  src: url('../fonts/Brier-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

body {
  color: #0c0c0d;
  direction: ltr;
  font-family: Modam, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

h1 {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5rem;
  font-weight: 800;
  line-height: 1.2;
}

h2 {
  text-align: right;
  direction: rtl;
  max-width: 26ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.35;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  color: #f85f00;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

blockquote {
  color: #f85f00;
  border-left: 1px #000;
  border-right: 2px solid #f85f00;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.my-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.my-container.menu {
  max-width: 100vw;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.my-container._2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.my-container.padding {
  padding-left: 5rem;
  padding-right: 5rem;
}

.my-container.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.my-container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.contant-nav {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.line-burger {
  background-color: #000;
  width: 20px;
  height: 2px;
}

.logo-img {
  z-index: 2;
  width: 1005px;
  max-width: 52px;
  position: absolute;
}

.logo-img.black {
  z-index: 2;
  width: 100%;
  max-width: 100px;
}

.logo-img.white {
  z-index: 1;
  max-width: 100px;
}

.logo {
  width: 100%;
  max-width: 100px;
  height: 48px;
  position: relative;
}

.navbar {
  z-index: 5;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  justify-content: center;
  align-items: center;
  height: 10vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.burger-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  border: 2px solid #111112;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 54px;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.content-podcast {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 25vh;
  display: flex;
  position: relative;
}

.main {
  z-index: 3;
  flex-flow: column;
  display: block;
  position: relative;
  overflow: clip;
}

.main.podcast {
  background-color: #f85f00;
  background-image: radial-gradient(140% 140% at 15% -20%, #ff9d54 0%, #f85f00 45%, #d94800 100%);
  background-position: 0 0;
  background-size: auto;
  min-height: 100vh;
  overflow: clip;
}

.main.blog {
  background-color: #fffff8;
  background-image: url('../images/601ec7b9fcdf6a95.png'), radial-gradient(120% 90% at 85% -10%, #fff 0%, #fffff8 55%, #f5f0e4 100%);
  background-position: 50% 0, 0 0;
  background-size: 1250px, cover;
  min-height: 100vh;
  overflow: clip;
}

.main.one {
  background-color: #fffff8;
  min-height: 0;
  position: relative;
}

.main._1 {
  min-height: 800vh;
}

.title-podcast-wrap {
  flex-flow: column;
  width: 100%;
  max-width: 890px;
  display: flex;
  position: relative;
  top: auto;
}

.title-podcast-wrap.podcast {
  z-index: 1;
}

.text-reg-48 {
  color: #000;
  font-family: Neuebrucke Trial, Arial, sans-serif;
  font-size: 3rem;
}

.text-reg-48.position-abs {
  position: absolute;
  inset: 0% 20% auto auto;
}

.text-reg-48.position-abs.blog {
  position: static;
}

.link---podcast {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #0000004d;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 0 0 8px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.link---podcast.w--open {
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: none;
  height: 42px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.text-med-14 {
  color: #000;
  text-align: center;
  font-weight: 500;
}

.text-med-14.fa {
  direction: rtl;
}

.text-med-14.fa.balck, .text-med-14.fa.white {
  color: #fff;
}

.text-med-14.fa.black {
  color: #000;
}

.line-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-line {
  background-color: #000;
  width: 15px;
  height: 1px;
}

.content-podcast-items-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.content-podcast-items-wrap._3 {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.content-podcast-items-wrap._3.hide {
  display: none;
}

.time-podcast-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-podcast-item-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.podcast-img-wrap.desk-hide {
  display: none;
}

.text-reg-24 {
  font-family: Neuebrucke Trial, Arial, sans-serif;
  font-size: 2rem;
}

.text-reg-40 {
  font-size: 2.5rem;
}

.button-secondary {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 8px 22px;
  display: flex;
}

.button-secondary.orange {
  background-color: #f85f00;
}

.text-med-20 {
  font-size: 1.25rem;
  font-weight: 500;
}

.text-med-20.align-between {
  text-align: center;
}

.date-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.date-wrap.blog-small {
  justify-content: flex-end;
  align-items: center;
}

.date-item {
  background-color: #000;
  border-radius: 0 18px 18px 0;
  justify-content: center;
  align-items: center;
  height: 18px;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.date-item.white {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 18px;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.date-item.orange {
  background-color: #f85f00;
  justify-content: center;
  align-items: center;
  height: 18px;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.date-item.big {
  height: 34px;
  padding-left: 5px;
  padding-right: 5px;
}

.title-item-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.text-light-16 {
  color: #111112;
  direction: rtl;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.9;
}

.text-light-16.fa {
  text-align: justify;
  direction: rtl;
  max-width: 66ch;
  font-size: 1rem;
}

.text-light-16.white {
  color: #fcfcfa;
  text-align: center;
  direction: rtl;
  max-width: 95ch;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.span-bold {
  font-size: 1rem;
  font-weight: 700;
}

.line {
  background-color: #000;
  width: 1px;
  height: 129px;
  margin-left: 10px;
  padding-left: 0;
}

.img-small-podcast {
  width: 100%;
  max-width: 330px;
}

.sticky-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: static;
  top: 56vh;
  overflow: visible;
}

.reletive-wrapper {
  width: 100%;
  position: relative;
}

.heading-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.heading-wrap.small {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 60px;
  position: absolute;
  inset: 0% auto auto 15%;
}

.heading-wrap.small.podcast {
  width: auto;
  left: 40%;
}

.line-animation {
  background-color: #f85f00;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.line-animation.podcast {
  background-color: #fcfcfa;
}

.small-menu {
  background-color: #f85f00;
  border-radius: 0 18px 18px 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.small-menu.podcast {
  background-color: #fcfcfa;
}

.blog-section {
  padding-top: 14vh;
}

.blog-content {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.blog-content.hide {
  display: flex;
}

.blog-content-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.title-blog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.h1-blog {
  text-align: right;
  font-size: 4rem;
}

.rich-text-wrap {
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.rich-text {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  text-align: justify;
  direction: rtl;
  flex-flow: column;
  font-size: 18px;
  display: flex;
}

.rich-text.hide {
  display: none;
}

.button {
  color: #111112;
  background-color: #f85f00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 18px;
  padding-right: 18px;
  text-decoration: none;
  display: flex;
}

.button.black {
  color: #fff;
  background-color: #111112;
}

.text-bold-18 {
  text-align: center;
  white-space: nowrap;
  direction: rtl;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.link-wrap-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 200px;
  display: flex;
}

.logo-small-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 38px;
  height: 24px;
  display: flex;
  position: relative;
  bottom: auto;
  left: -48px;
  right: auto;
}

.small-logo-img.black {
  z-index: 2;
  position: absolute;
}

.small-logo-img.white {
  z-index: 1;
  position: absolute;
}

.small-logo-img.page-load {
  z-index: 2;
  width: 100%;
  max-width: 68px;
  position: absolute;
}

.hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  display: flex;
  overflow: clip;
}

.content-hero {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 54px;
  display: flex;
}

.bg-hero {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.img-person-wrap {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.img-person-wrap._1 {
  top: -50vh;
}

.img-person {
  width: 100%;
  max-width: 1300px;
}

.img-person.desk {
  z-index: 3;
  position: absolute;
}

.img-person.mobile {
  z-index: 3;
  display: none;
  position: absolute;
}

.img-wavyline-wrap {
  z-index: 3;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: absolute;
}

.img-wavyline {
  width: 100%;
  display: block;
}

.img-wavyline.black {
  z-index: 2;
  position: absolute;
}

.img-wavyline.white {
  z-index: 1;
  position: absolute;
}

.link-social {
  z-index: 4;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: fixed;
}

.link-social-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-blog {
  color: #000;
  text-decoration: none;
}

.text-reg-18 {
  margin-bottom: 0;
}

.banner-section {
  display: block;
}

.content-banner {
  background-color: #f85f00;
  background-image: radial-gradient(140% 160% at 85% 120%, #ff9d54 0%, #f85f00 50%, #d94800 100%);
  border-radius: 30px;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: clip;
}

.banner-color-black {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #111112;
  background-image: url('../images/d601ec7b9fcdf6a9.png'), radial-gradient(140% 140% at 85% -20%, #232326 0%, #111112 55%, #000 100%);
  background-position: 0 0;
  background-size: 800px, cover;
  justify-content: center;
  align-items: center;
  width: 35%;
  padding: 72px 18px 72px 40px;
  display: flex;
}

.text-semi-34 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
}

.form-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/601ec7b9fcdf6a95.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-right: 48px;
  display: flex;
}

.text-bold-40 {
  color: #fff;
  direction: rtl;
  font-size: 40px;
  font-weight: 700;
}

.form {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.buttton-form {
  background-color: #111112;
  border-radius: 55px;
  width: 100%;
  min-width: 213px;
  height: 56px;
  font-size: 20px;
  font-weight: 500;
}

.text-field {
  color: #000;
  direction: rtl;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 100%;
  min-width: 475px;
  height: 56px;
  margin-bottom: 0;
  font-size: 18px;
}

.menu-section {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f85f00;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: clip;
}

.content--menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 38px;
  display: flex;
}

.link-menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  text-decoration: none;
  position: relative;
}

.bg-link-menu-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-link-menu-wrap.up {
  justify-content: flex-end;
  align-items: center;
  height: 50%;
  inset: 0% 0% auto;
}

.bg-link-menu-wrap.down {
  justify-content: flex-start;
  align-items: center;
  height: 50%;
  inset: auto 0% 0%;
}

.content0link-menu-wrap {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.text-bold-64 {
  color: #111112;
  text-align: center;
  direction: rtl;
  font-size: 64px;
  font-weight: 700;
  text-decoration: none;
}

.text-bold-64.white {
  color: #fff;
}

.line-menu {
  background-color: #111112;
  width: 100%;
  height: .5px;
}

.bg-link-menu {
  background-color: #111112;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.bg-link-menu.up {
  height: 100%;
  inset: auto 0% 0%;
}

.bg-link-menu.down {
  inset: 0% 0% auto;
  height: 100%;
  inset: 0% 0% auto;
}

.content--menu--wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.socail-menus {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.socila-link {
  text-decoration: none;
}

.text-med-16 {
  color: #111112;
  font-family: Modam, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.icon-social {
  width: 100%;
  max-width: 18px;
}

.pageload {
  z-index: -1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f85f00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: clip;
}

html.no-pageload .pageload,
html.no-pageload .pageload--home {
  display: none !important;
}

.lottie-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.logo-ag-wrap {
  justify-content: center;
  align-items: center;
  display: none;
}

.bg-white-wrap {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.bg-white.up {
  background-color: #fcfcfa;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: clip;
}

.bg-white.down {
  background-color: #fcfcfa;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: clip;
}

.section {
  background-color: #111112;
  background-image: url('../images/d601ec7b9fcdf6a9.png'), radial-gradient(120% 90% at 80% 0%, #26262a 0%, #111112 55%, #000 100%);
  background-position: 0 0;
  background-size: 1800px, cover;
  width: 100%;
  height: 200vh;
  position: fixed;
  inset: 0%;
}

.content-section {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 200vh;
  padding-bottom: 0;
  display: none;
  position: static;
  top: -100vh;
}

.content-wrap {
  z-index: 10;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: sticky;
  top: 20vh;
}

.img-name {
  width: 100%;
  max-width: 689px;
}

.title-section-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.page-links-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.line-orange {
  background-color: #f85f00;
  width: 2px;
  height: 120px;
}

.link-page {
  text-decoration: none;
}

.text-semi-100 {
  color: #fcfcfa;
  direction: rtl;
  max-width: 8ch;
  font-size: 100px;
  font-weight: 600;
  line-height: .9;
}

.bg-1 {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0%;
}

.footer {
  z-index: 2;
  width: 100%;
  height: 95vh;
  margin-top: 42px;
  display: block;
  position: relative;
  inset: 0;
}

.content-footer {
  background-color: #f85f00;
  background-image: url('../images/601ec7b9fcdf6a95.png'), radial-gradient(130% 130% at 15% -10%, #ff9d54 0%, #f85f00 50%, #d94800 100%);
  background-position: 50%, 0 0;
  background-size: cover, cover;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 15% 10% 5%;
  display: flex;
  position: relative;
}

.content-footer.white {
  background-color: #fcfcfa;
}

.links-footer {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.tltle-link-footer {
  background-color: #111112;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  display: flex;
}

.tltle-link-footer.fa {
  width: 68px;
  padding-left: 0;
  padding-right: 0;
}

.text-med-12.white {
  color: #fcfcfa;
  font-size: 16px;
  line-height: 1;
}

.links-wrap-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-footer {
  color: #fcfcfa;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.img-wrap-footer {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.img-nam-footer {
  width: 100%;
  max-width: 480px;
  position: absolute;
  top: 18px;
  bottom: auto;
}

.img {
  width: 100%;
  max-width: 1100px;
  position: relative;
}

.form-block {
  display: flex;
  position: static;
}

.success-message {
  position: static;
  inset: 0% 0% 0% auto;
}

.text-block--white {
  color: #111112;
  font-weight: 500;
}

.page-links-wrap-copy {
  z-index: 1000;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.link-block {
  width: 100%;
  max-width: 100px;
}

.insta-link {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #929292;
  direction: ltr;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding: 0 5px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-link {
  color: #fcfcfa;
  text-align: center;
  direction: rtl;
  height: 30px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  bottom: -12px;
}

.text-link.hiden {
  color: #fcfcfa;
  bottom: -60%;
}

.text-link.hiden.black, .text-link.black {
  color: #111112;
}

.lin-footer-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.content-wrap-copy {
  z-index: 3;
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: sticky;
  top: 20vh;
}

.content-wrap-copy.hide {
  display: none;
}

.page-links-wrap-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-2 {
  min-height: 100vh;
}

.text-med-22 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}

.text-med-22.fa {
  direction: rtl;
}

.text-med-22.fa.black {
  color: #111112;
  font-size: 22px;
}

.text-med-22.fa.white {
  color: #fcfcfa;
}

.footer--1 {
  z-index: 4;
  width: 100%;
  height: 94vh;
  margin-top: 42px;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.loading-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 42px;
}

.text-loadimg {
  color: #111112;
  font-size: 16px;
  font-weight: 600;
}

.div-block-3 {
  z-index: 3;
  background-image: url('../images/Group-23.svg');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.collection-item {
  flex-flow: column;
}

.collection-list {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  flex-flow: column;
  padding-bottom: 42px;
  display: flex;
}

.link---podcast--wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 110px;
  height: 28px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: clip;
}

.dropdown {
  z-index: 1;
  width: 100%;
  max-width: 110px;
  height: 42px;
}

.icon {
  margin-right: 6px;
  position: static;
}

.date-hide {
  display: none;
}

.dropdown-link {
  text-align: center;
  background-color: #f85f0078;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  overflow: visible;
}

.dropdown-list {
  border-top-right-radius: 32px;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  border-bottom-right-radius: 32px;
  font-weight: 500;
}

.dropdown-list.podcast {
  background-color: #ddd0;
}

.dropdown-list.podcast.w--open {
  border: 1px solid #11111273;
}

.collection-list-2 {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  flex-flow: column;
  padding-bottom: 42px;
  display: flex;
}

.fs-list_dropdown_list {
  background-color: #f85f00;
  border-radius: .25rem;
  margin-top: .25rem;
  padding: 1rem;
  overflow: hidden;
}

.fs-list_dropdown_list.w--open {
  position: absolute;
  inset: 90% 0% auto;
}

.fs-list_dropdown_list.white {
  background-color: #fff;
}

.fs-list_dropdown_label {
  border-radius: .25rem;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  line-height: 1.25;
  display: flex;
}

.fs-form-dropdown_link {
  color: #171717;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: .75rem;
  margin-bottom: .75rem;
  padding: .5rem 1.25rem .5rem 1rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.fs-form-dropdown_link.w--current {
  color: #fcfcfa;
  background-color: #111112;
  border-bottom-color: #111112;
}

.fs-form-dropdown_link.helper {
  cursor: auto;
}

.fs-list_dropdown_block {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-list_dropdown_arrow {
  margin-right: 0;
}

.fs-list_dropdown {
  background-color: #fff;
  border-radius: .25rem;
  margin-left: 0;
  margin-right: 0;
  padding: .75rem 1rem;
  display: block;
}

.fs-list_dropdown.helper {
  background-color: #fff0;
  border: 1px solid #0000004d;
  border-radius: 0 32px 32px 0;
  width: 100%;
  max-width: 142px;
  height: 42px;
  padding-left: .5rem;
  padding-right: .5rem;
  position: relative;
}

.fs-list_dropdown_toggle {
  padding: 0;
  display: block;
}

.list_sort-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: 1rem;
  margin-left: .5rem;
  display: flex;
}

.div-block-4._12 {
  z-index: 1;
  position: relative;
}

.div-block-6 {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  transform: scale(.2);
}

.content-related-articles {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  padding-top: 60px;
  display: flex;
}

.text-bold-30 {
  direction: rtl;
  font-size: 30px;
  font-weight: 700;
}

.content-related-articles-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 1px solid #1111124d;
  border-radius: 30px;
  flex-flow: column;
  width: 100%;
  padding: 24px 22px;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item-2 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.img-blog-small {
  width: 100%;
}

.content-related-articles-item-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.img-blog-samll {
  width: 100%;
}

.text-med-30 {
  color: #111112;
  direction: rtl;
  font-size: 30px;
  font-weight: 500;
}

.text-med-30.max-w {
  max-width: 28ch;
  font-weight: 600;
}

.related-articles-item {
  text-decoration: none;
}

.div-block-3--home {
  z-index: 4;
  background-image: url('../images/Group-23.svg');
  background-position: 50%;
  background-size: cover;
  display: flex;
}

.pageload--home {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f85f00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: clip;
}

.fs-list_pagination_next, .fs-list_pagination_prev {
  color: #fcfcfa;
  background-color: #111112;
  border-style: none;
  border-radius: 10px;
  font-size: 16px;
}

.list_page-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.fs-list_pagination_button {
  color: #fff;
  background-color: #414141;
  border-radius: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.fs-list_pagination_button.w--current {
  color: #111;
  cursor: not-allowed;
  background-color: #b9fd3b;
}

.fs-list_pagination_dots {
  color: #666;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-height: 2.5rem;
  font-size: 1.25rem;
  display: flex;
}

.fs-list_pagination_dots.helper {
  color: #fcfcfa;
}

.fs-list_pagination_button-2 {
  color: #fff;
  background-color: #414141;
  border-radius: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.fs-list_pagination_button-2.w--current {
  color: #111;
  cursor: not-allowed;
  background-color: #f85f00;
}

.fs-list_pagination_button-2.helper {
  color: #fcfcfa;
  background-color: #111112;
  border-radius: 10px;
}

.text-hide {
  display: none;
}

.navbar---single {
  z-index: 5;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  justify-content: center;
  align-items: center;
  height: 10vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-single {
  z-index: 3;
  background-image: url('../images/Group-23.svg');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.on-social-section {
  margin-top: 25vh;
}

.content-on-social {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-on-socail-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: clip;
}

.text-bold-42 {
  text-align: center;
  direction: rtl;
  font-size: 42px;
  font-weight: 700;
}

.text-bold-42.white {
  color: #fcfcfa;
  font-size: 48px;
}

.text-bold-48 {
  text-align: center;
  direction: rtl;
  font-size: 42px;
  font-weight: 700;
}

.text-bold-48.white {
  color: #fcfcfa;
  max-width: 13ch;
  font-size: 48px;
}

.cards-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.social-card {
  z-index: 1;
  background-image: url('../images/podcast-cover-1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  max-width: none;
  height: 540px;
  position: relative;
}

.social-card.card-1 {
  z-index: 2;
  background-image: url('../images/high-angle-microphone-table-1-1.webp');
  width: 100%;
  max-width: 300px;
  height: 420px;
  transform: translate(200px, 46px)rotate(-15deg);
}

.social-card.card-2 {
  z-index: 3;
  background-image: url('../images/c65e003627361e9e.jpeg');
  width: 100%;
  max-width: 320px;
  height: 440px;
  transform: translate(100px, 14px)rotate(-10deg);
}

.social-card.card-3 {
  z-index: 4;
  background-image: url('../images/view-retro-microphone-technology-with-copy-space-1.png');
  max-width: 340px;
  height: 460px;
  transform: translate(0);
}

.social-card.card-4 {
  z-index: 3;
  background-image: url('../images/65e003627361e9ef.webp');
  width: 100%;
  max-width: 320px;
  height: 440px;
  transform: translate(-100px, 14px)rotate(10deg);
}

.social-card.card-5 {
  z-index: 2;
  background-image: url('../images/5e003627361e9ef5.webp');
  width: 100%;
  max-width: 300px;
  height: 420px;
  transform: translate(-200px, 46px)rotate(15deg);
}

.social-card.card-6 {
  width: 100%;
  max-width: 300px;
  height: 500px;
  transform: translate(140px, 46px)rotate(-15deg);
}

.social-card.card-7 {
  width: 100%;
  max-width: 300px;
  height: 500px;
  transform: translate(-140px, 46px)rotate(15deg);
}

.social-card._6 {
  background-image: url('../images/65e003627361e9ef.webp');
  width: 100%;
  max-width: 260px;
  height: 380px;
  transform: translate(300px, 100px)rotate(-25deg);
}

.social-card._7 {
  background-image: url('../images/c65e003627361e9e.jpeg');
  width: 100%;
  max-width: 260px;
  height: 380px;
  transform: translate(-300px, 100px)rotate(25deg);
}

.div-text {
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  display: flex;
}

.div-text.down {
  justify-content: flex-end;
  align-items: center;
  padding-right: 100px;
  display: flex;
}

.text-brier {
  font-family: Brier, Arial, sans-serif;
  font-size: 72px;
  font-weight: 700;
  overflow: clip;
}

.text-mona {
  text-transform: uppercase;
  font-family: Modam, Arial, sans-serif;
  font-size: 55px;
  font-weight: 700;
  overflow: clip;
}

.span, .span-copy, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13 {
  display: inline-block;
}

.content-wrap-onsocial {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  margin-top: 100px;
  display: flex;
}

.text-wrap {
  position: relative;
  overflow: clip;
}

.bg-text {
  z-index: 1;
  background-color: #f85f00;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block {
  color: #fcfcfa;
  text-align: center;
  font-size: 42px;
  font-weight: 500;
}

.text-block-copy {
  color: #fcfcfa;
  font-size: 32px;
  font-weight: 500;
  position: relative;
  bottom: 0;
}

.div-block-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-animation {
  height: 38px;
  text-decoration: none;
  overflow: clip;
}

.text-wrap-copy {
  position: relative;
  overflow: clip;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    text-align: justify;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .content-podcast {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    justify-content: center;
    align-items: flex-end;
    padding-top: 30vh;
  }

  .main.blog {
    min-height: 100vh;
  }

  .title-podcast-wrap {
    max-width: 600px;
    position: static;
    top: 18vh;
  }

  .title-podcast-wrap.podcast {
    max-width: none;
    position: relative;
    top: auto;
  }

  .text-reg-48.position-abs {
    font-size: 2rem;
  }

  .content-podcast-items-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .content-podcast-items-wrap._3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .time-podcast-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .time-podcast-wrap.abs {
    position: absolute;
    inset: auto auto 8px 8px;
  }

  .time-podcast-wrap.mobile-hide {
    display: none;
  }

  .content-podcast-item-wrap {
    margin-bottom: 24px;
  }

  .podcast-img-wrap {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .podcast-img-wrap.mo-hide {
    display: none;
  }

  .podcast-img-wrap.desk-hide {
    display: block;
  }

  .text-reg-24.white {
    color: #fff;
  }

  .text-light-16.fa {
    direction: rtl;
  }

  .text-light-16.white {
    max-width: 74ch;
  }

  .line {
    display: none;
  }

  .sticky-wrapper {
    height: auto;
    top: 40vh;
  }

  .h1 {
    font-size: 5rem;
  }

  .heading-wrap.small {
    top: -6%;
  }

  .line-animation {
    display: block;
  }

  .h1-blog {
    font-size: 3rem;
  }

  .rich-text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .bg-hero {
    display: block;
  }

  .img-person.mobile {
    display: none;
  }

  .content-banner {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .banner-color-black {
    width: 100%;
    min-height: auto;
  }

  .form-content {
    justify-content: center;
    align-items: flex-end;
    height: auto;
    padding-top: 24px;
    padding-left: 34px;
  }

  .form-wrap {
    width: 100%;
  }

  .form {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .buttton-form {
    min-width: 0;
    max-width: 240px;
  }

  .text-field {
    min-width: auto;
  }

  .arrow {
    display: none;
  }

  .menu-section {
    display: block;
  }

  .pageload {
    display: flex;
  }

  .content-wrap {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    top: 30vh;
  }

  .text-semi-100 {
    font-size: 72px;
  }

  .content-footer {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    min-height: 550px;
    padding-top: 5%;
  }

  .img-wrap-footer {
    top: 19%;
    left: auto;
    right: auto;
  }

  .img-nam-footer {
    max-width: 520px;
    top: 220px;
  }

  .insta-link {
    width: 128px;
    margin-right: 20px;
    font-size: 14px;
  }

  .text-link {
    font-size: 22px;
  }

  .content-wrap-copy {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    top: 30vh;
  }

  .link-block-2 {
    color: #000;
    text-decoration: none;
  }

  .pageload--home {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .social-card.card-1 {
    min-width: 160px;
  }

  .social-card.card-2 {
    min-width: 180px;
  }

  .social-card.card-3 {
    min-width: 200px;
  }

  .social-card.card-4 {
    min-width: 180px;
  }

  .social-card.card-5 {
    min-width: 160px;
  }

  .social-card._6, .social-card._7 {
    min-width: 140px;
  }

  .div-text {
    justify-content: center;
    align-items: center;
    padding-right: 100px;
  }

  .div-text.down {
    justify-content: center;
    align-items: center;
    padding-left: 100px;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .my-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .logo-img.black, .logo-img.white {
    width: 100%;
  }

  .logo {
    display: flex;
  }

  .content-podcast {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 20vh;
  }

  .main.podcast {
    background-image: url('../images/601ec7b9fcdf6a95.png'), radial-gradient(140% 140% at 15% -20%, #ff9d54 0%, #f85f00 45%, #d94800 100%);
    background-size: 1000px, cover;
  }

  .title-podcast-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    top: 20vh;
  }

  .text-reg-48.position-abs {
    font-size: 1.8rem;
    top: -2%;
  }

  .content-podcast-items-wrap._3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .time-podcast-wrap.abs {
    justify-content: center;
    align-items: flex-start;
    width: 80%;
  }

  .podcast-img-wrap {
    width: auto;
  }

  .podcast-img-wrap.desk-hide {
    justify-content: flex-end;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .text-reg-24 {
    font-size: 1.25rem;
  }

  .text-reg-40 {
    font-size: 2rem;
  }

  .button-secondary {
    min-height: 48px;
    padding: 6px 16px;
  }

  .text-med-20.align-between {
    font-size: 1rem;
  }

  .text-light-16.white {
    max-width: 56ch;
  }

  .img-small-podcast {
    width: 100%;
    max-width: none;
  }

  .h1 {
    font-size: 4.1rem;
  }

  .heading-wrap.small {
    top: -14%;
    left: 6%;
  }

  .line-animation, .line-animation.podcast {
    display: block;
  }

  .h1-blog {
    font-size: 2.5rem;
  }

  .img-person.desk {
    min-width: 1200px;
    position: absolute;
  }

  .banner-color-black {
    height: 84px;
  }

  .text-bold-40 {
    font-size: 36px;
  }

  .heading-3 {
    font-size: 28px;
  }

  .menu-section {
    display: block;
  }

  .img-name {
    max-width: 520px;
  }

  .page-links-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-semi-100 {
    font-size: 60px;
  }

  .content-footer {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10%;
  }

  .img-nam-footer {
    top: auto;
    bottom: 40%;
  }

  .page-links-wrap-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .fs-list_dropdown_arrow {
    margin-right: -22px;
  }

  .fs-list_dropdown.helper {
    padding-right: 2rem;
  }

  .link-block-2 {
    color: #111112;
    text-decoration: none;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
    inset: 0%;
  }

  .bg-line-img {
    width: 100%;
  }

  .pageload--home {
    display: flex;
  }

  .social-card.card-3 {
    min-width: 240px;
    height: 400px;
  }

  .div-text {
    justify-content: center;
    align-items: center;
  }

  .div-text.down {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .content-wrap-onsocial {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block {
    text-align: center;
    direction: rtl;
    font-size: 38px;
  }

  .text-block-copy {
    font-size: 24px;
  }

  .div-block-7 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .text-wrap-copy {
    max-width: 40ch;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.3rem;
  }

  h2 {
    text-align: right;
    word-break: break-all;
    font-size: 1.875rem;
  }

  .my-container {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .my-container.padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .my-container.footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .my-container.blog {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .logo {
    display: none;
  }

  .navbar {
    flex-flow: row;
  }

  .content-podcast {
    padding-top: 20vh;
    padding-bottom: 24px;
  }

  .main {
    position: relative;
  }

  .main.podcast {
    background-image: url('../images/601ec7b9fcdf6a95.png'), radial-gradient(140% 140% at 15% -20%, #ff9d54 0%, #f85f00 45%, #d94800 100%);
    background-size: 1000px, cover;
    min-height: 100vh;
  }

  .main.one {
    background-color: #fffff8;
    min-height: 100vh;
    position: relative;
  }

  .title-podcast-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    top: 15vh;
  }

  .text-reg-48.position-abs {
    font-size: 1.5rem;
    top: -4%;
    right: 30%;
  }

  .text-reg-48.position-abs.blog {
    font-size: 1.3rem;
    top: -19%;
    left: 20%;
  }

  .content-podcast-items-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content-podcast-item-wrap {
    margin-bottom: 0;
  }

  .podcast-img-wrap.desk-hide {
    width: 100%;
  }

  .text-light-16.white {
    color: #fcfcfa;
    text-align: right;
    max-width: 32ch;
  }

  .img-small-podcast {
    max-width: none;
  }

  .sticky-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    top: 35vh;
  }

  .h1 {
    font-size: 3rem;
  }

  .heading-wrap {
    direction: rtl;
    width: 100%;
  }

  .heading-wrap.small {
    width: auto;
    height: auto;
    top: -5%;
    left: 8%;
  }

  .line-animation, .line-animation.podcast {
    display: block;
  }

  .blog-content {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .big-img-wrap {
    width: 100%;
  }

  .blog-content-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h1-blog {
    font-size: 1.875rem;
  }

  .rich-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-bold-18 {
    font-size: 14px;
  }

  .logo-small-wrap {
    position: static;
  }

  .bg-hero {
    display: block;
  }

  .img-person-wrap {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .img-person {
    width: auto;
    min-width: 800px;
    max-width: 850px;
    position: absolute;
    top: auto;
    bottom: 0%;
  }

  .img-person.desk {
    min-width: 850px;
    display: none;
  }

  .img-person.mobile {
    width: auto;
    height: 100vh;
    min-width: 0;
    max-width: none;
    display: block;
    left: 50%;
    transform: translateX(-50%);
  }

  .img-wavyline-wrap {
    justify-content: center;
    align-items: center;
  }

  .link-social-wrap {
    color: #fcfcfa;
  }

  .text-reg-18 {
    text-align: justify;
    font-size: 16px;
  }

  .banner-color-black {
    padding-left: 18px;
  }

  .text-semi-34 {
    font-size: 22px;
  }

  .form-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-bold-40 {
    font-size: 1.7rem;
  }

  .form {
    width: 100%;
  }

  .buttton-form {
    max-width: 110px;
    height: 42px;
    font-size: 14px;
  }

  .text-field {
    height: 42px;
  }

  .heading-3 {
    text-align: justify;
    font-size: 20px;
  }

  .menu-section {
    flex-flow: row;
    height: 100vh;
    display: block;
  }

  .content--menu {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 28px;
  }

  .link-menu {
    height: 63px;
  }

  .text-bold-64.white {
    font-size: 46px;
  }

  .content--menu--wrap {
    display: flex;
  }

  .socail-menus {
    flex-flow: row;
    position: relative;
    top: -64px;
  }

  .text-med-16 {
    font-size: 16px;
  }

  .pageload {
    display: flex;
  }

  .content-wrap {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    top: 24vh;
  }

  .img-name {
    max-width: 320px;
  }

  .title-section-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .page-links-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .line-orange {
    height: 53px;
  }

  .text-semi-100 {
    font-size: 37px;
  }

  .footer {
    height: 90vh;
    margin-top: 42px;
    position: relative;
  }

  .content-footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    overflow: clip;
  }

  .text-med-12.white {
    font-size: 16px;
  }

  .img-wrap-footer {
    width: 100%;
  }

  .img-nam-footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img {
    min-width: 520px;
    max-width: 800px;
  }

  .text-block--white {
    color: #fcfcfa;
  }

  .link-block {
    display: none;
  }

  .insta-link {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrap-copy {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    top: 24vh;
  }

  .page-links-wrap-copy {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .link {
    color: #111112;
    text-decoration: none;
  }

  .footer--1 {
    height: 90vh;
    margin-top: 42px;
  }

  .fs-list_dropdown_arrow {
    margin-right: -20px;
  }

  .fs-list_dropdown.helper {
    padding-right: 2rem;
  }

  .link-block-2 {
    color: #111112;
    text-decoration: none;
  }

  .div-block-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .div-block-6 {
    display: none;
  }

  .pageload--home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .navbar---single {
    flex-flow: row;
  }

  .text-bold-48.white {
    font-size: 38px;
  }

  .social-card.card-1 {
    border-radius: 10px;
    min-width: 100px;
    height: 220px;
    transform: translate(100px, 30px)rotate(-15deg);
  }

  .social-card.card-2 {
    border-radius: 10px;
    min-width: 120px;
    height: 240px;
    transform: translate(50px, 15px)rotate(-10deg);
  }

  .social-card.card-3 {
    border-radius: 10px;
    min-width: 160px;
    height: 280px;
  }

  .social-card.card-4 {
    border-radius: 10px;
    min-width: 120px;
    height: 240px;
    transform: translate(-50px, 15px)rotate(10deg);
  }

  .social-card.card-5 {
    border-radius: 10px;
    min-width: 100px;
    height: 220px;
    transform: translate(-100px, 30px)rotate(15deg);
  }

  .social-card._6 {
    border-radius: 10px;
    min-width: 100px;
    height: 180px;
    transform: translate(200px, 50px)rotate(-25deg);
  }

  .social-card._7 {
    border-radius: 10px;
    min-width: 100px;
    height: 180px;
    transform: translate(-200px, 50px)rotate(25deg);
  }

  .div-text {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 100px;
  }

  .div-text.down {
    text-align: center;
    direction: ltr;
    justify-content: center;
    align-items: center;
    padding-left: 100px;
    padding-right: 0;
  }

  .text-brier {
    font-size: 48px;
  }

  .text-mona {
    font-size: 42px;
  }

  .content-wrap-onsocial {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .bg-text {
    display: block;
  }

  .text-block {
    text-align: center;
    font-size: 24px;
  }

  .text-block-copy {
    font-size: 16px;
    font-weight: 400;
  }

  .div-block-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .link-animation {
    flex-flow: column;
    height: 19.1813px;
    display: flex;
  }

  .text-wrap-copy {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
}


@font-face {
  font-family: 'Modam';
  src: url('../fonts/Modam-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Modam';
  src: url('../fonts/Modam-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Modam';
  src: url('../fonts/Modam-Bold.ttf') format('truetype'), url('../fonts/Modam-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Modam';
  src: url('../fonts/Modam-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Modam';
  src: url('../fonts/Modam-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Modam';
  src: url('../fonts/Modam-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Modam';
  src: url('../fonts/Modam-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Modam';
  src: url('../fonts/Modam-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monasans Condensed';
  src: url('../fonts/MonaSans_Condensed-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuebrucke Trial';
  src: url('../fonts/NeueBrucke-Regular-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brier';
  src: url('../fonts/Brier-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brier';
  src: url('../fonts/Brier-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
