/*
Theme Name: DevelopHer
Description: WordPress Theme for DevelopHer
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-font-smoothing: antialiased;
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input {
    /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select {
    /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
  
  * {
    box-sizing: border-box;
  }
  
  img {
    max-width: 100%;
  }
  
  @font-face {
    font-family: "TT Commons";
    src: url("css/fonts/TTCommons-Regular.woff2") format("woff2"),
      url("css/fonts/TTCommons-Regular.woff") format("woff"),
      url("css/fonts/TTCommons-Regular.ttf") format("truetype"),
      url("css/fonts/TTCommons-Regular.svg#TTCommons-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "TT Commons";
    src: url("css/fonts/TTCommons-Medium.woff2") format("woff2"),
      url("css/fonts/TTCommons-Medium.woff") format("woff"),
      url("css/fonts/TTCommons-Medium.ttf") format("truetype"),
      url("css/fonts/TTCommons-Medium.svg#TTCommons-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "TT Commons";
    src: url("css/fonts/TTCommons-Italic.woff2") format("woff2"),
      url("css/fonts/TTCommons-Italic.woff") format("woff"),
      url("css/fonts/TTCommons-Italic.ttf") format("truetype"),
      url("css/fonts/TTCommons-Italic.svg#TTCommons-Italic") format("svg");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: "TT Commons";
    src: url("css/fonts/TTCommons-DemiBold.woff2") format("woff2"),
      url("css/fonts/TTCommons-DemiBold.woff") format("woff"),
      url("css/fonts/TTCommons-DemiBold.ttf") format("truetype"),
      url("css/fonts/TTCommons-DemiBold.svg#TTCommons-DemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "TT Commons";
    src: url("css/fonts/TTCommons-Bold.woff2") format("woff2"),
      url("css/fonts/TTCommons-Bold.woff") format("woff"),
      url("css/fonts/TTCommons-Bold.ttf") format("truetype"),
      url("css/fonts/TTCommons-Bold.svg#TTCommons-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  :root {
    --white: #ffffff;
    --black: #000000;
    --red: #ff3333;
  
    --blackbg: #181818;
    --gray: #f0f0f0;
    --lightgray: #f0f0f0;
  
    --border: #d9d9d9;
  
    --rounded: 10px;
    --rounded40: 40px;
    --rounded50: 50px;
  
    --graygradient: linear-gradient(
      89.13deg,
      rgba(217, 217, 217, 0) 0.69%,
      rgba(217, 217, 217, 0.5) 99.19%
    );
  }
  
  body {
    font-family: "TT Commons";
    color: var(--black);
    background-color: #fff;
  }
  
  .gradient {
    background: var(--graygradient);
    transform: rotate(-90deg);
  }
  
  .text-center {
    text-align: center;
  }
  
  h1 {
    font-weight: 500;
    font-size: 52px;
    line-height: 100%;
    margin-top: 0;
  }
  
  h2 {
    font-weight: 500;
    font-size: 46px;
    line-height: 110%;
    margin-top: 0;
  }
  
  h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 110%;
    margin-top: 0;
  }
  
  h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    margin-top:0;
  }
  
  p,
  ul,
  ol,
  .blog-content p.large{
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 110%;
    margin-top: 0;
  }
  
  p.small,
  div.small > p,
  .style-2 p,
  .blog-content p,
  .blog-content ul,
  .blog-content ol  {
    font-size: 20px;
    line-height: 120%;
  }
  
  p.smaller {
    font-size: 14px;
    line-height: 100%;
  }
  p.base {
    font-size: 16px;
    line-height: 100%;
  }
  a {
    text-decoration: none;
    color: var(--black);
  }
  
  .btn {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    padding: 16px 20px;
    padding-right: 90px;
    max-width: 100%;
    min-width: 250px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    text-align: left;
    color: var(--white);
    background: var(--blackbg);
    border-radius: var(--rounded);
  }
  
  .btn.btn-white {
    background: var(--white);
    color: var(--black);
  }
  
  .btn:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
    width: 26px;
    height: 8px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    background: url(images/btn-arrow.svg) no-repeat 0px 0px;
  }
  
  .btn.btn-white:after {
    background: url(images/btn-arrow-black.svg) no-repeat 0px 0px;
  }

  .btn:hover:after {
    right: 15px;
  }
  
  .flex {
    display: flex;
    justify-content: space-between;
  }
  
  .flex.align-center {
    align-items: center;
  }
  
  .flex.justify-center {
    justify-content: center;
  }
  
  /* Main Style */
  
  
  .container {
    width: 1360px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
    margin: auto;
  }
  
  header {
    padding-top: 55px;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
  }
  
  .nav-btn button {
    border: none;
    padding: 0;
    padding-top: 5px;
    background: none;
    cursor: pointer;
  }
  
  .nav-btn button:before {
    content: "";
    display: block;
    background: #1c1b1f;
    width: 49px;
    height: 4px;
    margin-bottom: 10px;
  }
  
  .nav-btn button:after {
    content: "";
    display: block;
    background: #1c1b1f;
    width: 49px;
    height: 4px;
  }
  
  /*
  .page-header:before,
  .blog-list:before {
    content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: -210px;
      z-index: -1;
      bottom: 0;
      background: linear-gradient( 359.49deg, rgba(217, 217, 217, 0) 0.3%, rgba(217, 217, 217, 0.5) 99.42% );
  }
*/
  .related-blog .blog-list:before{
    display: none;
  }
  
  .page-header {
    padding-bottom: 100px;
  }
  
  .page-header h1 {
    margin-bottom: 9px;
  }
  
  .page-header p {
    margin-bottom: 50px;
  }
  
  .page-header .col-left {
    width: 41%;
  }
  
  .page-header .col-right {
    width: 59%;
  }
  
  .hover-slide {
    display: flex;
    grid-gap: 23px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .hover-slide li {
    width: 120px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  
  .hover-slide li.active {
    width: 360px;
  }
  
  .hover-slide li:before {
    content: "";
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.17%, #000000 100%);
    opacity: 0.6;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: var(--rounded);
  }
  
  .hover-slide img {
    border-radius: var(--rounded);
    display: block;
    height: 500px;
    width: 100%;
    object-fit: cover;
  }
  
  .hover-slide li > div {
    color: #fff;
    position: absolute;
    left: 18px;
    right: 0;
    top: 0;
    bottom: 3px;
    padding: 37px;
    display: flex;
    align-items: flex-end;
  }
  
  .hover-slide li.active > div {
    left: 0;
  }
  
  .hover-slide li:not(.active) div h3 {
    font-size: 30px;
    white-space: nowrap;
    animation-name: fadein;
    animation-duration: 0.5s;
  }
  
  .hover-slide li div h3 {
    margin-bottom: 0;
    font-weight: 600;
    margin-bottom: 18px;
    transform-origin: center left;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    margin-bottom: -15px;
    width: 300px;
  }
  
  .hover-slide li.active div h3 {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    margin-bottom: 18px;
  }
  
  .hover-slide li.active div > h3 {
    display: none;
  }
  
  .hover-slide li div span h3 {
    display: none;
  }
  
  .hover-slide li.active div span h3 {
    display: block;
  }
  
  .hover-slide li div p {
    margin-bottom: 0;
    font-weight: 600;
    display: none;
  }
  
  .hover-slide li div .desc {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    display: none;
  }
  
  @keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes fadeout {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  
  .hover-slide li.active div p,
  .hover-slide li.active div .desc,
  .hover-slide li.active div span h3 {
    display: block;
    animation-name: fadein;
    animation-duration: 0.5s;
  }
  
  .hover-slide li div span {
    transform: translate(-500px, 0px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  
  .hover-slide li.active div span {
    transform: translate(0px, 0px);
  }
  
  .page-header.type-slider .container {
    width: 1120px;
  }
  
  .page-header.type-slider .col-left {
    padding-right: 80px;
  }
  
  .page-header.type-image h1{
    margin-bottom: 0;
  }
  
  .page-header.type-image h3{
    margin-bottom: 10px;
  }
  
  .page-header.type-image p{
    margin-bottom: 30px;
  }
  
  .page-header.type-image img{
    border-radius: var(--rounded40);
  }
  
  .page-header.type-image .col-left {
    width: 50%;
    padding:0 90px
  }
  
  .page-header.type-image .col-right {
    width: 50%;
  }
  
  .intro-video {
    padding: 50px 90px;
    padding-left: 0;
    margin-bottom: 200px;
    background: var(--lightgray);
    border-radius: var(--rounded40);
  }
  
  .intro-video.dark-bg {
    background: var(--blackbg);
    color: var(--white);
  }
  
  .intro-video.white-bg {
    background:var(--white);
    padding:0;
  }
  
  .intro-video.video-right {
    padding-right: 0;
    padding-left: 110px;
  }
  
  .intro-video.video-right .flex {
    flex-direction: row-reverse;
  }
  
  .intro-video .intro-left {
    width: 52%;
  }
  
  .intro-video .intro-text {
    width: 48%;
    padding-left: 115px;
  }
  
  .intro-video.video-right .intro-text {
    padding-left: 0;
    padding-right: 130px;
  }
  
  .intro-video.video-right.white-bg .intro-text {
    padding-right: 50px;
  }
  
  .intro-text ul{
    padding-left: 0;
    margin-left: 0;
    list-style: none;
  }
  
  .intro-text ul li{
    display: flex;
    align-items: flex-start;
    grid-gap: 20px;
    margin-bottom: 10px;
  }
  
  .intro-text ul li img{
    border-radius: 100px;
    width: 60px;
  }
  
  .intro-left video,
  .intro-left img {
    width: 100%;
    aspect-ratio: 8/7;
    object-fit: cover;
    border-radius: 0px 40px 40px 0px;
  }
  
  .intro-video.video-right video,
  .intro-video.video-right img {
    border-radius: 40px 0px 0px 40px;
  }
  
  .intro-video.white-bg video,
  .intro-video.white-bg img {
    border-radius: 40px 40px 40px 40px;
  }
  
  .intro-text h3 {
    padding-top: 50px;
    border-top: 1px solid var(--border);
    margin-bottom: 0;
  }
  
  .intro-text p {
    margin-bottom: 25px;
  }
  
  .intro-video.style-2 h2 {
    margin-bottom: 0;
  }
  
  .intro-video.style-2 p {
    margin-bottom: 20px;
  }
  
  .style-3 .intro-text h2 {
    margin-bottom: 0;
  }
  
  .style-3 .intro-text h3 {
    border:none;
    padding-top:0;
    margin-bottom: 30px;
  }
  
  .intro-video .intro-left {
    position: relative;
  }
  
  .intro-video .play {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  
  .intro-video .play-btn:hover {
    opacity: 0.8;
  }
  
  .intro-video .play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 120px;
    height: 120px;
    background: url(images/icon-play.svg) no-repeat 0px 0px;
  }
  
  .intro-video .pause-btn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 120px;
    height: 120px;
    background: url(images/icon-pause.svg) no-repeat 0px 0px;
  }
  
  .intro-video .pause-btn {
    display: none;
    opacity: 0;
  }
  
  .intro-video .pause-btn:hover {
    opacity: 1;
  }
  
  .video-overlay{
    color:var(--white);
    position: absolute;
    left: 40px;
    bottom: 40px;
  }
  
  .video-overlay h4{
    margin-bottom: 0;
    font-size: 30px;
    line-height: 34px;
  }
  
  .video-overlay p{
    margin-bottom: 0;
    max-width: 300px;
  
  }
  
  .brands {
    margin-bottom: 200px;
  }
  
  .brands h2 {
    text-align: center;
    margin-bottom: 0px;
  }
  
  .brands ul.first {
    margin-top: 140px;
  }
  
  .brands ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 80px;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
  }
  
  
  .successful-people {
    margin-bottom: 200px;
  }
  
  .successful-people h2 {
    text-align: center;
    margin-bottom: 0px;
  }
  
  .successful-people h3 {
    text-align: center;
    margin-bottom: 0px;
  }
  
  .people-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 170px;
  }
  
  .people-list li {
    margin-bottom: -60px;
  }
  
  .people-list li:nth-child(2),
  .people-list li:nth-child(9),
  .people-list li:nth-child(16) {
    margin-top: 20px;
  }
  
  .people-list li:nth-child(3),
  .people-list li:nth-child(10),
  .people-list li:nth-child(17) {
    margin-top: 40px;
  }
  
  .people-list li:nth-child(4),
  .people-list li:nth-child(11),
  .people-list li:nth-child(18) {
    margin-top: 60px;
  }
  
  .people-list li:nth-child(5),
  .people-list li:nth-child(12),
  .people-list li:nth-child(19) {
    margin-top: 40px;
  }
  
  .people-list li:nth-child(6),
  .people-list li:nth-child(13),
  .people-list li:nth-child(20) {
    margin-top: 20px;
  }
  
  .people-list li img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: var(--rounded);
  }
  
  .success-content ul {
    display: flex;
    flex-direction: column;
    gap: 45px;
    align-items: center;
    max-width: 1080px;
    padding: 0;
    justify-content: center;
    margin: 0 auto 0px auto;
  }
  
  .success-content ul li {
    display: flex;
    list-style: none;
    gap: 48px;
    padding-bottom: 38px;
    border-bottom: 1px solid var(--border);
    justify-content: center;
    width: 100%;
  }
  
  .success-content p {
    max-width: 748px;
    font-weight: 400;
    margin-bottom: 0;
  }
  
  .success-content p strong {
    font-weight: 500;
  }
  
  /********* successful-people style 2 *********/
  
  .successful-people.style-2 h2 {
    text-align: left;
    margin-bottom: 50px;
  }
  
  .successful-people.style-2 .container {
    max-width: 1270px;
    margin: 0 auto 200px auto;
  }
  
  .successful-people.style-2 h3 {
    text-align: left;
    margin-bottom: 50px;
  }
  
  .successful-left {
    max-width: 500px;
  }
  
  .successful-right {
    max-width: 640px;
  }
  
  .successful-people.style-2 .success-content ul {
    gap: 40px;
    padding: 0;
    margin: 0;
  }
  
  .successful-people.style-2 .success-content ul li {
    display: flex;
    list-style: none;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 0;
    border-bottom: 0px solid var(--border);
    justify-content: center;
    width: 100%;
    padding: 0;
  }
  
  .successful-people.style-2 .success-content ul li p {
    padding: 0;
    margin: 0;
  }
  
  
  .timeline {
    padding: 129px 0 134px 0;
    margin-bottom: 130px;
    position: relative;
  }
  
  .timeline:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: linear-gradient(
      0deg,
      rgba(217, 217, 217, 0) 0.69%,
      rgba(217, 217, 217, 0.5) 99.19%
    );
  }
  
  .timeline h2 {
    max-width: 591px;
    text-align: center;
    margin: 0 auto;
  }
  
  .timeline .container > p {
    max-width: 517px;
    text-align: center;
    margin: 8px auto 90px auto;
  }
  
  .timeline .timeline-wrapper {
    display: flex;
    margin: 0px auto 0 auto;
    justify-content: space-between;
    max-width: 1100px;
  }
  
  .timeline .timeline-left {
    width: 55%;
  }
  
  .timeline .timeline-right {
    flex-shrink: 0;
    width: 430px;
  }
  
  .timeline .timeline-left h3 {
    margin: 0;
  }
  
  .timeline .timeline-left p {
    margin-bottom: 50px;
  }
  
  .timeline .timeline-left p.small {
    margin-bottom: 50px;
    max-width: 430px;
  }
  
  .timeline .timeline-left h3{
    margin-bottom: 10px;
  }
  
  .timeline .timeline-left a {
    margin-bottom: 10px;
  }
  
  .timeline-flow {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
  }
  
  .timeline-flow:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 60px;
    margin: auto;
    width: 1px;
    border-left: 1px dashed var(--border);
  }
  
  .timeline-flow li {
    position: relative;
  }
  
  .timeline-flow li:before {
    content: "";
    display: block;
    background: #ff0000;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    position: absolute;
  }
  
  .timeline-flow li:after {
    content: "";
    display: block;
    border: solid 1px var(--border);
    width: 14px;
    height: 14px;
    border-radius: 100px;
    position: absolute;
  }
  
  .timeline-flow li:before,
  .timeline-flow li:after {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  
  .timeline-flow li div span:first-child {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: var(--black);
    position: absolute;
    margin-top: -38px;
    margin-left: -15px;
  }
  
  .timeline-flow li > div {
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
    border-radius: var(--rounded);
    padding: 15px;
    min-height: 122px;
    width: 175px;
  }
  
  .timeline-flow li:nth-child(even) > div {
    margin-left: auto;
  }
  
  .timeline-flow li > div p {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    color: var(--blackbg);
    opacity: 0.2;
    margin-bottom: 0;
  }
  
  .timeline-flow li > div span:last-child {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: block;
    color: var(--blackbg);
    opacity: 0.2;
    filter: blur(2px);
  }
  
  .timeline-flow li > div .duration {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: var(--blackbg);
    opacity: 0.2;
    margin-bottom: 9px;
  }
  
  
  .videos-slider-wrapper .container {
    width: 1120px;
  }
  
  .videos-slider-wrapper h2 {
    max-width: 577px;
    margin: 0;
  }
  .videos-slider-wrapper p {
    margin: 0;
    max-width: 560px;
  }
  
  .videos-slider {
    display: flex;
  }
  
  .videos-slider video {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: var(--rounded50);
  }
  
  .videos-slider > div {
    position: relative;
    width: 360px;
    flex-shrink: 0;
    padding: 0;
    padding-right: 20px;
  }
  
  .videos-slider .play {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  
  .videos-slider .play-btn:hover {
    opacity: 0.8;
  }
  
  .videos-slider .play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 120px;
    height: 120px;
    background: url(images/icon-play.svg) no-repeat 0px 0px;
  }
  
  .videos-slider .pause-btn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 120px;
    height: 120px;
    background: url(images/icon-pause.svg) no-repeat 0px 0px;
  }
  
  .videos-slider .pause-btn {
    display: none;
    opacity: 0;
  }
  
  .videos-slider .pause-btn:hover {
    opacity: 1;
  }
  
  .videos-wrapper {
    overflow: hidden;
    padding: 0 20px;
  }
  
  .trigger {
    position: absolute;
  }
  
  .trigger--one {
    left: 0;
  }
  
  .scene {
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .scene--active {
    position: fixed;
  }
  
  .scene--ended {
    position: absolute;
    bottom: 0;
    top: auto;
  }
  
  .horizontal-scroll-section {
    position: relative;
    min-height: 100vh;
    opacity: 0;
    transition: 0.2s opacity;
  }
  
  .horizontal-scroll-section--init {
    opacity: 1;
  }
  
  .horizontal-scroll-section__content {
    display: flex;
    align-items: center;
  }
  
  .horizontal-scroll-section__content-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
  }
  
  .scroll-section {
    position: relative;
    text-align: center;
    padding: 0 40px;
    height: auto;
    display: flex;
    align-items: center;
  }
  
  .scroll-section:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 20px;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: var(--rounded50);
  }
  
  .scroll-section > p {
    position: absolute;
    bottom: 30px;
    left: 40px;
    text-align: left;
    color: var(--white);
  }
  
  .scroll-section > p small {
    display: block;
  }
  
  
  .playbook {
    margin-bottom: 190px;
  }
  
  .playbook .container {
    width: 761px;
    text-align: center;
  }
  
  .playbook h2 {
    margin-bottom: 50px;
  }
  
  .playbook img.book__cover {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 50px;
    margin-top:88px;
  }
  
  .playbook.style-2 img {
    margin-bottom: 0;
  }
  
  .playbook a {
    margin: 0 auto 0px auto;
  }
  
  
  .membership {
    margin-bottom: 200px;
  }
  .membership .container {
    width: 1180px;
    display: flex;
    justify-content: space-between;
  }
  
  .membership .membership-left {
    max-width: 480px;
  }
  
  .membership .membership-right {
    max-width: 455px;
  }
  
  .membership .membership-left h2 {
    margin-bottom: 4px;
  }
  
  .membership .membership-left p {
    margin-bottom: 43px;
  }
  
  .membership .membership-left ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 33px;
    padding: 0;
  }
  .membership .membership-right h2 {
    margin-bottom: 20px;
  }
  .membership .membership-right ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 65px;
    padding: 0;
    margin-bottom: 50px;
  }
  .membership .membership-right ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
  }
  .membership .membership-right ul li p.small {
    font-weight: 400;
  }
  .membership .membership-right ul li:not(:last-child):before {
    content: "";
    display: block;
    border-left: 1px dashed var(--border);
    height: 40px;
    position: absolute;
    top: 90px;
    left: 40px;
  }
  .membership .membership-right a {
    margin-bottom: 20px;
  }
  .membership .membership-right p.style-2 {
    font-size: 18px;
    line-height: 100%;
    width: 310px;
  }
  
  
  .topic {
    margin-bottom: 180px;
  }
  
  .topic .container {
    width: 1180px;
    display: flex;
    justify-content: space-between;
  }
  
  .topic .topic-left {
    max-width: 440px;
  }
  
  .topic .topic-right {
    max-width: 455px;
  }
  
  .topic .topic-left h2 {
    margin-bottom: 30px;
  }
  
  .topic .topic-left h3 {
    margin-top: -20px;
    margin-bottom: 50px;
  }
  
  .topic .topic-right ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .topic .topic-right ul p {
    font-weight: 400;
    margin-bottom: 0;
  }
  
  .topic .topic-right p {
    font-weight: 400;
  }
  
  .topic .topic-right ul li {
    border-bottom: 1px solid var(--lightgray);
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  
  .awards {
    background: var(--lightgray);
    border-radius: var(--rounded40);
    padding: 130px 90px 180px;
    margin-bottom: -60px;
    z-index: 999999;
    position: relative;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .awards .container {
  }
  
  .awards h2 {
    margin-bottom: 108px;
    text-align: center;
  }
  
  .awards ul {
    display: flex;
    align-items: center;
    gap: 77px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    align-items: stretch;
    justify-content: center;
  }
  
  .awards ul li {
    display: flex;
    flex-direction: column;
    max-width: 150px;
    align-items: center;
    gap: 10px;
    background: var(--lightgray);
    justify-content: space-between;
  }
  
  .awards ul li p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin: 0;
  }
  
  .awards ul li img {
    mix-blend-mode: multiply;
    filter: contrast(1);
  }
  
  
  .text-module {
    text-align: center;
    margin-bottom: 200px;
  }
  
  .text-module .container {
    width: 1035px;
  }
  
  .text-module h2 {
    margin-bottom: 10px;
  }
  
  .text-module p {
    margin-bottom: 0;
    padding: 0 40px;
  }
  
  
  footer,
  .nav-popup {
    background: var(--blackbg);
    padding: 190px 0 210px 0;
  }
  
  .nav-popup {
    background: none;
    padding-top:130px;
  }
  
  footer .container,
  .nav-popup .container {
    width: 1180px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .nav-popup .container {
    width: 1025px;
  }
  
  footer .footer-left,
  .nav-popup .footer-left {
    max-width: 550px;
    width: 100%;
  }
  
  footer .footer-right,
  .nav-popup .footer-right {
    max-width: 455px;
    color: var(--white);
  }
  
  footer .footer-left ul,
  .nav-popup .footer-left ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    padding: 0;
  }

  .nav-popup .footer-left ul {
    gap: 15px;
  }
  
  footer .footer-left ul li:not(:last-child),
  .nav-popup .footer-left ul li:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .nav-popup .footer-left ul li:not(:last-child) {
    padding-bottom: 15px;
  }
  
  footer .footer-left ul li a,
  .nav-popup .footer-left ul li a {
    font-weight: 400;
    font-size: 46px;
    line-height: 100%;
    color: var(--white);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
  }

  .nav-popup .footer-left ul li a {
    font-size: 42px;
    line-height: 100%;
  }
  
  footer .footer-left ul li.current-menu-item a,
  footer .footer-left ul li a:hover,
  .nav-popup .footer-left ul li.current-menu-item a,
  .nav-popup .footer-left ul li a:hover {
    color: var(--red);
  }
  
  footer .footer-right h2,
  .nav-popup .footer-right h2 {
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    color: var(--white);
    max-width: 360px;
    margin-bottom: 143px;
  }

  .nav-popup .footer-right h2 {
    margin-bottom: 68px;
  }
  
  footer .footer-right p.small,
  .nav-popup .footer-right p.small {
    margin-bottom: 25px;
  }
  
  footer .footer-right ul,
  .nav-popup .footer-right ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0;
    margin-bottom: 80px;
  }
  
  .nav-popup .footer-right ul {
    margin-bottom: 70px;
  }

  #navigation,
  #contact-popup,
  #speaking-popup{
    padding: 0;
    background: none;
    width: 1360px;
    max-width: 100%;
  }
  
  #navigation button,
  #contact-popup button.fancybox-button,
  #speaking-popup button.fancybox-button,
  .fancybox-slide--video button.fancybox-button{
    color: #fff;
    opacity: 1;
    padding: 0;
    width: auto;
    height: auto;
    right: 15px;
    top: 25px;
  }

  .fancybox-slide--video button.fancybox-button{
    right: -76px;
    top: -15px;
  }
  
  #navigation button svg,
  #contact-popup button.fancybox-button svg,
  #speaking-popup button.fancybox-button svg,
  .fancybox-slide--video button.fancybox-button svg{
    width: 72px;
    height: 72px;
  }
  
  .fancybox-is-open:has(#navigation) .fancybox-bg,
  .fancybox-is-open:has(#contact-popup) .fancybox-bg,
  .fancybox-is-open:has(#speaking-popup) .fancybox-bg,
  .fancybox-is-open .fancybox-bg   {
    background: var(--blackbg);
    opacity: 1;
  }
  
  .popup-logo {
    position: absolute;
    top: 49px;
    left: 25px;
  }

  .popup-logo:focus-visible{
    outline: none;
  }
  
  .tech-women {
    margin-bottom: 200px;
  }
  
  .tech-women .container {
    width: 1180px;
    gap: 89px;
  }
  
  .tech-women .col-left {
    width: 47%;
    padding-top:220px;
  }
  
  .tech-women .col-right {
    width: 53%;
  }
  
  .tech-women .col-left h2 {
    margin-bottom: 10px;
    max-width: 413px;
  }
  
  .tech-women .col-left p {
    margin-bottom: 50px;
  }
  
  .tech-women .col-right ul {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 30px 20px;
    grid-template-columns: 1fr 1fr;
  }
  
  .tech-women .col-right ul li {
    position: relative;
    padding: 0;
  }
  
  .tech-women .col-right ul li:before {
    content: "";
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.17%, #000000 100%);
    opacity: 0.6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    border-radius: 10px;
  }
  
  .tech-women .col-right ul li img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    display: block;
    border-radius: var(--rounded);
  }
  
  .tech-women .col-right ul li p {
    margin: 0;
    position: absolute;
    left: 28px;
    bottom: 22px;
    color: var(--white);
    max-width: 65%;
  }
  
  .tech-women .col-right ul li:nth-child(2n) {
    margin-top: 50px;
  }
  
  .tech-women .col-right ul li:nth-child(2n + 2) {
    margin-bottom: -50px;
  }
  
  .playbook.style-2 {
    margin-bottom: 200px;
  }
  
  .playbook.style-2 .container {
    width: 1180px;
    gap: 115px;
  }
  
  .playbook.style-2 .col-left {
    width: 36%;
  }
  
  .playbook.style-2 .col-right {
    width: 64%;
    text-align: left;
  }
  
  .playbook.style-2 .col-right h2 {
    margin-bottom: 10px;
  }
  
  .playbook.style-2 .col-right p {
    margin-bottom: 50px;
    max-width: 510px;
  }
  
  
  .blog-list{
    margin-bottom: 200px;
  }
  
  .related-blog .blog-list{
    margin-bottom: 100px;
  }
  
  .blog-list .container {
    width: 1180px;
  }
  
  .blog-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 100px;
    margin-bottom: 100px;
  }
  
  .blog-list ul li {
    max-width: 550px;
    width: calc(50% - 10px);
  }
  
  .related-blog .blog-list ul li {
    max-width: calc(50% - 10px);
  }
  
  .blog-list ul li img {
    border-radius: var(--rounded40);
    margin-bottom: 30px;
    height: 390px;
    width: auto;
    object-fit: cover;
  }

  .page-template-news .blog-list ul li img {
    height:auto;
  }

  .blog-list ul li.sticky:first-of-type img {
    /*transform: scale(1.2) translate(4%, 0px);
    -webkit-transform: scale(1.2) translate(4%, 0px);
    -moz-transform: scale(1.2) translate(4%, 0px);*/
  }

  .blog-list ul li.sticky:first-of-type img {
    max-height: none;
    width: 100%;
    height: auto;
  }
  
  .blog-list ul li p.smaller,
  .single .page-header.type-image p.smaller,
  li.post > div:last-child p.smaller {
    color: #727272;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 100%;
  }
  
  .single .page-header.type-image img{
    height: auto;
  }

  li.post.sticky:first-of-type > div:last-child p{
    font-weight: 500;
  }

  li.post > div:last-child p{
    font-size: 20px;
    line-height: 120%;
    font-style: normal;
    font-weight: 400;
    margin-top:0;
  }

  li.post.sticky:first-of-type > div:last-child p{
    margin-bottom: 20px;
  }

  li.post .btn{
    display: none;
  }

  li.post.sticky:first-of-type .btn{
    display: inline-block;
  }

  .page-template-news li.post.sticky .btn{
    margin-top:26px;
  }

  .blog-list ul li h2 {
    margin-bottom: 20px;
  }
  
  .blog-list ul li p {
    margin: 0;
    font-weight: 400;
    max-width: 455px;
  }
  
  .pagination .container {
    justify-content: center;
  }
  
  .pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    row-gap: 5px !important;
      justify-content: center;
  
  }
  
  .pagination ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px !important;
  }
  
  .pagination ul li a,
  .pagination ul li span{
    background-color: #f6f6f6;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  
  .pagination ul li.active span,
  .pagination ul li a:hover{
    background-color: var(--red);
    color: var(--white);
  }
  
  .pagination ul li span.more{
    background: none;
  }
  
  .pagination.v2 .container{
    gap:5px;
  }

  .pagination.v2 a,
  .pagination.v2 span{
    background-color: #f6f6f6;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }

  .pagination.v2 span,
  .pagination.v2 a:hover{
    background-color: var(--red);
    color: var(--white);
  }

  .pagination.v2 span.page-numbers.dots{
    background-color: #f6f6f6;
    color: var(--black); 
  }
  
  /***** related-blog ****/
  .related-blog {
    padding-top: 100px;
    background: linear-gradient(
      360deg,
      rgba(217, 217, 217, 0) 50%,
      rgba(217, 217, 217, 0.5) 99.19%
    );
  }
  .related-blogs h2.text-center {
    margin-bottom: 30px;
  }
  
  
  .blog-content {
    margin-bottom: 100px;
  }
  
  .blog-content .container {
    width: 800px;
  }
  
  .blog-content p.large {
    margin-bottom: 60px;
  }
  
  .blog-content h3 {
    margin-bottom: 30px;
  }
  
  .blog-content p {
    font-weight: 400;
    margin-bottom: 30px;
  }
  
  .blog-content a {
    color: var(--red);
    font-weight: 600;
  }
  
  .next-read {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 70px 80px;
    gap: 34px;
    border: 1px solid var(--border);
    border-radius: var(--rounded40);
    max-width: 740px;
    margin-bottom: 200px;
  }
  
  .next-read span {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    text-transform: uppercase;
    color: var(--red);
  }
  
  .next-read h3 {
    margin: 0;
  }
  
  .blog-content img {
    margin-bottom: 60px;
  }
  
  .podcast-page.page-header .col-left {
    width: 44%;
  }
  
  .podcast-page.page-header .container {
    width: 1270px;
    gap: 88px;
  }
  
  .podcast-page.page-header h1 {
    margin-bottom: 0;
  }
  
  .podcast-page.page-header h3 {
    margin-bottom: 10px;
  }
  
  .page-header p + p {
    margin-bottom: 0;
  }
  
  .podcast-list .container {
    width: 1180px;
  }
  
  .podcast-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 40px;
    margin-bottom: 200px;
  }
  
  .podcast-list ul li {
    position: relative;
    max-width: 360px;
    border-radius: var(--rounded50);
    overflow: hidden;
    max-height: 360px;
  }
  
  .podcast-list ul li a {
    display: inline-block;
  }
  
  .podcast-list ul li img {
    height: 360px;
    object-fit: cover;
  }
  
  .podcast-list ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    border-radius: 15px;
    max-width: 360px;
    max-height: 360px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 99;
    pointer-events: none;
  }
  
  .podcast-page.page-header {
    padding-bottom: 20px;
  }
  
  .podcast-page.page-header .col-right{
    width:50%;
  }
  
  .podcast-list .detail {
    position: absolute;
    bottom: 30px;
    left: 40px;
    right: 40px;
  }
  
  .podcast-list .detail p {
    margin: 0;
    position: relative;
    z-index: 9999;
    color: var(--white);
    font-weight: 600;
  }
  
  .podcast-card {
    padding: 100px 80px 59px 80px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--rounded40);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position:relative;
    overflow: hidden;
  }
  
  .latest-episode{
  }
  
  .latest-episode:before{
    content:'Latest Episode';
    background: #FF0000;
    border-radius: 0px 50px 50px 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    padding:5px 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    top:40px;
  
  }
  
  .podcast-card h2 {
    margin-bottom: 0;
  }
  
  .podcast-card h2 + h2 {
    color: #727272;
    margin-bottom: 40px;
  }
  
  .podcast-card a {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: var(--black);
  }
  
  .podcast-card-list .container {
    width: 1270px;
  }
  
  .podcast-card-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 200px;
  }
  
  .podcast-card-list ul li {
    width:calc(50% - 10px);
  }
  
  .podcast-post .container {
    width: 1180px;
  }
  
  .podcast-post .col-left {
    max-width: 455px;
    width: 48%;
  }
  .podcast-post .col-left img {
    width: 100%;
    border-radius: var(--rounded40);
  }
  .podcast-post .col-right p.small {
    margin-bottom: 20px;
    color: #727272;
  }
  .podcast-post .col-right h3 {
    margin: 0;
  }
  .podcast-comment .container {
    max-width: 1300px;
    border-radius: var(--rounded40);
    background: var(--gray);
    padding: 100px 280px;
    margin-bottom: 200px;
  }
  .podcast-comment h3 {
    margin-bottom: 0;
  }
  .podcast-comment p {
    margin: 0;
    text-align: right;
  }
  
  .hidden-desktop{
    display: none;
  }
  
  
  .no-frills{
    margin-bottom: 200px;
  }
  
  .frills-wrapper{
    background: var(--blackbg);
    border-radius: var(--rounded40);
    padding:130px 130px;
  }
  
  .frills-wrapper h2{
    color:rgba(255, 255, 255, 0.5);
    margin-bottom: 130px;
    text-align: center;
  }
  
  .frills-wrapper p{
    color:rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
    text-align: center;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .frills-wrapper .btn{
    margin:auto;
    display: table;
  }
  
  .frills-text{
    font-weight: 500;
    font-size: 60px;
    line-height: 110%;
    color:#fff;
    text-align: center;
    margin-bottom: 130px;
  }
  
  .frills-wrapper .horizontal-scroll-section{
    min-height: 200px;
  }
  
  .frill-scroll-wrapper {
    width: 100%;
    overflow: hidden;
    perspective: 200px;
  }
  
  .frills-text {
    height: 100%;
    width: calc(100% / 2);
    float: left;
    position: relative;
  }
  
  .sections .frills-text:last-child{
    transform: translate(-14%, 0px);
    -webkit-transform: translate(-14%, 0px);
    -moz-transform: translate(-14%, 0px);
  }
  
  .sections {
    width: 200%;
  }
  
  .copyrights{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--white);
    margin-top:65px;
  }
  
.copyrights p{
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
  
  .copyrights a{
    color: inherit;
  }
  
  .hidden{
    display: none;
  }
  
  .join-dev{
    border: 1px solid var(--border);
    border-radius: 40px;
    padding:80px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1120px;
    margin:auto;
    margin-bottom: 120px;
  }
  
  .join-dev h2{
    margin:0;
  }
  
  .join-dev h2 span{
    font-size: 20px;
    line-height: 120%;
  }

  .with_frm_style .frm_submit{
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form{
    max-width:550px;
    padding:80px 95px 75px;
    background: #F0F0F0;
    border-radius: 40px;
    margin:auto;
  }

  #speaking-popup .contact-form{
    background: #fff;
  }

  .contact-form h2{
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 110%;
    text-align: center;
    color: #000000;
    margin-bottom: 18px;
  }

  .contact-form p{
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 110%;
    text-align: center;
    color: #000000;
    margin-bottom: 36px;
  }

  .contact-form > a p{
    color:inherit;
    margin-bottom: 0px;
    font-size: 22px;
  }

  .contact-form > a.speaking-video-btn{
    color:var(--red);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    border-radius: 10px;
    background: #F6F6F6;
    padding: 13px 21px 13px;
    margin-bottom: 18px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    width: max-content;
  }

  .contact-form > a.speaking-video-btn:hover{
    background:var(--red);
    color: var(--white);
  }

  .contact-form > a.speaking-video-btn svg path{
    fill:var(--red);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }

  .contact-form > a.speaking-video-btn svg circle{
    stroke: var(--red);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }

  .contact-form > a.speaking-video-btn:hover svg path{
    fill:var(--white);
  }

  .contact-form > a.speaking-video-btn:hover svg circle{
    stroke: var(--white);
  }

  .with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement{
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
    color: rgba(0,0,0,0.8);
    padding:15px 22px;
    height: 50px;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .frm_full textarea{
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: rgba(0,0,0,0.8);
    padding:15px 22px;
    height: 140px;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .contact-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0,0,0,0.4);
  }
  .contact-form ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0,0,0,0.4);
  }
  .contact-form :-ms-input-placeholder { /* IE 10+ */
    color: rgba(0,0,0,0.4);
  }
  .contact-form  :-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,0.4);
  }

.frm_style_formidable-style.with_frm_style .form-field{
  margin-bottom: 8px;
}


.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover{
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  padding: 16px 20px;
  padding-right: 90px;
  max-width: 100%;
  min-width: 250px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-align: left;
  color: var(--white);
  background: var(--blackbg);
  border-radius: var(--rounded);
  border:none;
  margin-top:0;
}  

.frm_style_formidable-style.with_frm_style .frm_submit button:after{
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 22px;
  width: 26px;
  height: 8px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  background: url(images/btn-arrow.svg) no-repeat 0px 0px; 
}

ul .post.sticky:first-of-type,
.page-template-news .blog-list ul li:first-child{
  display: flex;
  width: 100%;
  max-width: 100%;
  grid-gap: 50px;
  flex-direction: row-reverse;
}

.post.sticky:first-of-type > div{
  width:48%;
}

.post.sticky:first-of-type > div:first-child{
  width:52%;
}

.error404 .page-header .container {
  flex-direction: column;
}

.error404 .page-header .container .entry{
  text-align: center;
}

.page-template-default .blog-content .container{
  width: 1360px;
}

.single .style-3 .intro-text h2,
.single .style-3 .intro-text p{
  max-width: 360px;
}

.short-width{
  width: 740px;
  max-width:100%;
  margin-left: auto;
  margin-right: auto;
}

body:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  z-index: -1;
  bottom: 0;
  background: linear-gradient( 359.49deg, rgba(217, 217, 217, 0) 0.3%, rgba(217, 217, 217, 0.5) 99.42% );
}

.page-template-default .blog-content h5{
  font-weight: 500;
  font-size: 26px;
  line-height: 110%;
}

.page-template-default .blog-content small{
  font-size: 14px;
  line-height: 100%;
  color: #727272;
  display: block;
}

.journal-form{
  width:1120px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 200px;
}

.journal-form .container{
  grid-gap: 20px;
}

.journal-form .journal-left{
  width:50%;
}

.journal-form .journal-right{
  width:50%;
}

.journal-form form{
  max-width: 324px;
  margin-left: auto;
  margin-right: auto;
  font-family: "TT Commons";
}

.journal-form-wrapper{
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 40px;
  padding:60px 75px;
}

.journal-content{
  padding-top:20px;
}

.journal-content p{
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.journal-form form button.btn{
  width: 100%;
  border: none;
  font-family: "TT Commons";
  text-transform: capitalize;
  cursor: pointer;
}

.journal-form  #_form_9_ ._error-inner{
  background-color: var(--blackbg);
  box-shadow: 0px 0px 3px #ffffff6b;
}

.journal-form  #_form_9_ ._error._below ._error-arrow{
  border-bottom: 5px solid var(--blackbg);
}

.journal-form  #_form_9_ ._error._above ._error-arrow{
  border-top: 5px solid var(--blackbg);
}


.journal-form #_form_9_ input[type="text"], 
.journal-form #_form_9_ input[type="date"], 
.journal-form #_form_9_ textarea{
  border-color: #D9D9D9;
  font-weight: 400;
  font-size: 20px;
}

.journal-form #_form_9_ input[type="text"]._has_error, 
.journal-form #_form_9_ textarea._has_error{
  border-color: var(--red);
}

.podcast-name{
  font-size: 32px;
  line-height: 105%;
  color: #727272;
}

.page-template-news .blog-list li.news:first-child{
  position: relative;
  margin-bottom: 90px;
}

.page-template-news .blog-list{
  overflow: hidden;
}

.page-template-news .blog-list li.news:first-child:after{
  content: '';
  background: linear-gradient(0deg, rgba(217, 217, 217, 0) 0.69%, rgba(217, 217, 217, 0.5) 99.19%);
  position: absolute;
  left: -1000px;
  right: -1000px;
  top: 100%;
  margin-top: 100px;
  height: 1160px;
}

.single-cta{
  border: 1px solid var(--border);
  border-radius: var(--rounded40);
  padding:80px 80px;
  display: flex;
  gap:20px;
  align-items: center;
  justify-content: space-between;
  max-width: 1120px;
  margin:200px auto 200px;
}

.single-cta h2{
  margin-bottom: 14px;
}

.single-cta .cta-sub_heading{
  font-weight: 500;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 14px;
}

.single-cta p{
  font-weight: 400;
  font-size: 20px;
  margin:0;
}


.with_frm_style .frm_message, .frm_success_style{
  background: #D9D9D9;
  border-radius: 10px;
  font-weight: 500;
  font-size: 26px;
  line-height: 110%;
  text-align: center;
  color: #000000;
  padding:30px;
}

.with_frm_style .frm_message p{
  font-weight: 500;
  font-size: 26px;
  line-height: 110%;
  text-align: center;
  color: #000000;
}

.custom-anchor{
  position: relative;
  top:-100px;
}

.overlay-bg{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0px 40px 40px 0px;
  background: rgba(0, 0, 0, 0.20);
  aspect-ratio: 8/7;
  object-fit: cover;
}

.video-right .overlay-bg{
  border-radius: 40px 0px 0px 40px !important;
}

.active-video .overlay-bg{
  background: transparent;
}

.active-video:hover .overlay-bg{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0px 40px 40px 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 70.31%);
  aspect-ratio: 8/7;
  object-fit: cover;
}

.active-video .video-overlay{
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.active-video:hover .video-overlay{
  opacity: 1;
}

.fancybox-slide--video .fancybox-content{
  width: 80% !important;
  height: auto !important;
  max-width: 1280px;
}



.post-popup{
  display:none;
  padding:0;
  background: none;
  width:550px;
  max-width:100%;
}

.post-popup img{
  border-radius: 40px 40px 0px 0px;
}

.post-popup div{
  background:#fff;
  padding:80px;
  border-radius: 0px 0px 40px 40px;
}

.post-popup div h2{
  margin-bottom: 0px;
}

.single .fancybox-bg{
  background: rgba(24, 24, 24, 0.80);
}

.post-popup .fancybox-button{
  padding: 0;
  width: 70px;
  height: 70px;
  opacity: 1 !important;
}

.post-popup .fancybox-button path{
  color:#fff;
}

.post-popup div .btn{
  cursor:pointer;
}

.post-popup div .btn:focus,
.post-popup div .btn:focus-within{
  box-shadow: none !important;
  outline: none !important;
}


  @media (min-width: 1600px) {
    .videos-slider > div {
      width: 25%;
    }
  }


  @media (max-width:1200px){
    .blog-list ul li.sticky:first-of-type {
      grid-gap: 20px;
    }

    .blog-list ul li.sticky:first-of-type img {
      transform: scale(1) translate(0%, 0px);
      -webkit-transform: scale(1) translate(0%, 0px);
      -moz-transform: scale(1) translate(0%, 0px);
    }

    .blog-list ul li img{
      height: auto;
    }

  }
  
  @media (min-width: 1024px) and (max-width: 1199px) {
    .hover-slide li.active {
      width: 300px;
    }
  
    .intro-video .intro-text {
      padding-left: 50px;
    }
  
    .intro-video.video-right {
      padding-left: 50px;
    }
  
    .intro-video.video-right .intro-text {
      padding-right: 50px;
    }
  
    .membership .container {
      gap: 100px;
    }
  
    .page-header.type-image .col-left{
      padding: 0 20px;
    }
  
    .podcast-card {
      padding: 80px 40px 60px 40px;
    }
  
    .join-dev h2 span{
      display: block;
      text-align: right;
    }


  }

  @media (max-width:991px){
    .fancybox-slide--video button.fancybox-button{
      right: 0px;
      top: 0px;
      background: rgb(0 0 0 / 81%);
    }

    .fancybox-slide--video .fancybox-content{
      width:100% !important;
    }

    .fancybox-slide--video button.fancybox-button svg {
      width: 50px;
      height: 50px;
    }
  }

  
  @media (min-width:768px) and (max-width:1023px){
    .page-header.type-slider .container,
    .page-header.type-image .container{
      flex-direction: column-reverse;
    }
  
    .page-header.type-slider .col-left,
    .page-header.type-image .col-left{
      padding-right: 0px;
      padding-top:80px;
      text-align: center;
    }
  
    .page-header .col-left,
    .page-header.type-image .col-left{
      width:100%;
    }
  
    .page-header .col-right,
    .page-header.type-image .col-right{
      width:100%;
    }
  
    .page-header.type-image .col-right{
    }
  
    .tech-women .col-right ul li p{
      font-size: 20px;
      left: 15px;
      bottom: 15px;
    }
  
    .page-header.type-image .col-left{
      padding-left: 0;
      text-align: left;
    }
  
    .hover-slide{
      justify-content: center;
    }
  
    .intro-video{
      margin-bottom: 150px;
    }
    
    .intro-video.video-right{
      padding-top: 0px;
    }
  
    .intro-video .flex{
      flex-direction: column;
    }
  
    .intro-video.video-right .flex{
      flex-direction: column-reverse;
    }
  
    .intro-video .intro-text{
      padding-left: 0px;
      width:100%;
      padding:40px 30px;
      padding-right: 0;
    }
  
    .intro-video.video-right .intro-text{
      padding-right: 40px;
    }
  
    .intro-video .intro-left{
      width:100%;
    }
  
    .timeline .timeline-right{
      width:330px;
    }
  
    .timeline-flow li > div{
      width:140px;
    }
  
    .timeline .timeline-left{
      padding-right: 30px;
    }
  
    .timeline-flow li > div p{
      font-size: 22px;
    }
  
    .videos-slider-wrapper h2,
    .videos-slider-wrapper p{
      margin: auto;
      text-align: center;
    }
  
    .videos-slider-wrapper .scroll-section p{
      text-align: left;
    }
  
    .membership .container{
      flex-direction: column;
    }
  
    .membership .membership-left{
      max-width: 100%;
      width:100%;
      text-align: center;
    }
  
    .membership .membership-right{
      max-width: 100%;
      width:100%;
      padding-top: 50px;
      text-align: center;
    }
  
    .membership .membership-right h2{
      text-align: center;
    }
  
    .membership .membership-left ul{
      justify-content: center;
    }
  
    .membership .membership-right ul{
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
    }
  
    .membership .membership-right p.style-2{
      margin: auto;
    }
  
    .topic .container{
      flex-direction: column;
    }
  
    .topic .topic-left{
      max-width: 100%;
      width:100%;
      text-align: center;
    }
  
    .topic .topic-right{
      max-width: 100%;
      width:100%;
      text-align: center;
    }
  
    .topic .topic-right ul{
      text-align: left;
    }
  
    .hidden-desktop{
      display: inline-block;
    }
  
    .hidden-mobile{
      display: none;
    }
  
    .topic .topic-right a.btn.hidden-desktop{
      margin-bottom: 50px;
    }
  
    .awards{
      padding: 100px 40px 100px;
    }
  
    footer .container, 
    .nav-popup .container{
      grid-gap: 60px;
    }
  
    footer, .nav-popup{
      padding: 190px 0 100px 0;
    }
  
    .timeline{
      padding-bottom: 0;
    }
  
    .brands ul{
      margin-top: 80px;
    }
  
    .brands {
      margin-bottom: 150px;
    }
  
    .successful-people {
      margin-bottom: 150px;
    }
  
    .playbook {
      margin-bottom: 120px;
    }
  
    .membership {
      margin-bottom: 150px;
    }
  
    .topic {
      margin-bottom: 120px;
    }
  
    .blog-list ul li h2{
      font-size: 36px;
    }
  
    .podcast-card {
      padding: 40px 30px 30px 30px;
    }
  
    .podcast-card h2{
      font-size:36px;
    }
  
    .podcast-page.page-header .container{
      flex-direction: column;
    }
  
    .podcast-page.page-header .col-left{
      width:100%;
    }
  
    .podcast-page.page-header .col-right{
      width:100%;
    }
  
    .latest-episode:before{
      top:0;
    }
  
    .join-dev {
      flex-direction: column;
      grid-gap: 50px;
      padding:50px 50px;
    }
  
    .join-dev h2 span{
      display: block;
      text-align: center;
    }

    .blog-list ul li.sticky:first-of-type{
      flex-direction: column;
    }

    .post.sticky:first-of-type > div:last-child{
      width:100%;
    }

    li.post.sticky:first-of-type > div:last-child p{
      max-width: 100% ;
    }

    .post.sticky:first-of-type > div,
    .post.sticky:first-of-type > div:first-child{
      width:100%;
    }

    .journal-form .container{
      flex-direction: column;
    }

    .journal-form .journal-left{
      width:100%;
    }

    .journal-form .journal-right{
      width:100%;
    }

    .single-cta{
      padding: 50px 40px;
    }

  }
  
  
  
  
  @media (max-width:767px){
  
    h1{
      font-size: 48px;
    }
  
    h2{
      font-size: 42px;
    }
  
    h3{
      font-size: 32px;
    }
  
    h4{
      
    }
  
    p{
      font-size: 22px;
    }
  
    p.small{
      font-size: 18px;
    }
  
    .container{
      padding-left: 20px;
      padding-right: 20px;
    }
  
    header {
      padding-top: 20px;
      padding-bottom: 50px;
    }
    
    header .container{
      align-items: center;
    }
  
    .nav-btn button:before,
    .nav-btn button:after{
      width:36px;
    }
  
    .page-header:before{
      top:-120px;
      bottom: -120px;
    }
  
    .page-header.type-slider .container,
    .page-header.type-image .container{
      flex-direction: column-reverse;
    }
  
    .page-header.type-slider .col-left{
      padding-right: 0px;
      padding-top:40px;
      text-align: center;
    }
  
    .page-header .col-left,
    .page-header.type-image .col-left{
      width:100%;
    }
  
    .page-header .col-right,
    .page-header.type-image .col-right{
      width:100%;
    }
  
    .page-header.type-image .col-left{
      padding-left: 0;
      padding-right: 0;
      padding-top: 40px;
    }
  
    .page-header.type-image .col-left p:last-child{
      margin-bottom: 0;
    }
  
    .page-header.type-image h1 {
      margin-bottom: 10px;
    }
  
    .single .page-header.type-image h1 {
      font-size:42px;
    }
  
    .single .page-header {
      padding-bottom: 20px;
    }
  
    .single .page-header.type-image p.smaller {
      margin-bottom: 10px;
    }
  
    .hover-slide img{
      height:270px;
      border-radius: 5px;
    }
  
    .hover-slide{
      justify-content: center;
      grid-gap: 5px;
    }
  
    .hover-slide li div h3{
      font-size: 20px;
      width: auto;
      margin-bottom: 10px;
    }
  
    .hover-slide li:not(.active) div h3{
      font-size: 18px;
    }
    
    .hover-slide li > div{
      padding:21px;
    }
  
    .hover-slide li:not(.active) > div {
      padding: 10px;
    }
  
    .hover-slide li div p{
      font-size: 13.01px;
    }
  
    .hover-slide li div .desc{
      font-size: 9.62px;
    }
  
    .page-header{
      padding-bottom: 75px;
    }
  
    .play-btn:before,
    .pause-btn:before{
      width:60px !important;
      height: 60px !important;
      background-size: 100% !important;
    }
  
    .videos-slider .play-btn:before,
    .videos-slider .pause-btn:before{
      width:100px !important;
      height: 100px !important;
      background-size: 100% !important;
    }
  
    .intro-text p {
      margin-bottom: 20px;
    }
  
    .intro-text h3{
      padding-top:20px;
    }
  
    .intro-video{
      margin-bottom: 75px;
      padding:40px 20px 75px;
      padding-left: 0;
    }
    
    .intro-video.video-right{
      padding-top: 0px;
      padding-left: 20px;
      padding-bottom: 40px;
    }
  
    .intro-video .flex{
      flex-direction: column;
    }
  
    .intro-video.video-right .flex{
      flex-direction: column-reverse;
    }
  
    .intro-video .intro-text{
      padding-left: 0px;
      width:100%;
      padding:40px 30px 0;
      padding-right: 0;
    }
  
    .intro-video.video-right .intro-text{
      padding-right: 25px;
      padding-left: 10px;
      padding-top:75px;
      padding-bottom: 30px;
    }
  
    .intro-video.video-right.white-bg .intro-text{
      padding-top:0px;
    }
  
    .intro-video.video-right.white-bg{
      padding-bottom: 0px;
    }
  
    .intro-video.style-2 p{
      font-size: 18px;
      line-height: 22px;
    }
  
    .intro-video.style-2 h2 {
        margin-bottom: 10px;
    }
  
    .intro-video .intro-left{
      width:100%;
    }
  
    .timeline .timeline-right{
      width:100%;
    }
  
    .timeline-flow li > div{
      width: 43%;
    }
  
    .timeline .timeline-left{
      padding-right: 0px;
      width:100%;
    }
  
    .timeline-flow li > div p{
      font-size: 21px;
    }
  
    .timeline .timeline-left p{
      margin-bottom: 10px;
    }
  
    .timeline .timeline-left p.small{
      margin-bottom: 30px;
    }
  
    .timeline-flow{
      padding-top:80px;
    }
  
    .videos-slider-wrapper h2,
    .videos-slider-wrapper p{
      margin: auto;
      text-align: center;
    }
  
    .videos-slider-wrapper .scroll-section p{
      text-align: left;
    }
  
  
    .videos-slider-wrapper h2{
      margin-bottom: 10px;
    }
  
    .membership .container{
      flex-direction: column;
    }
  
    .membership .membership-left{
      max-width: 100%;
      width:100%;
      text-align: center;
    }
  
    .membership .membership-right{
      max-width: 100%;
      width:100%;
      padding-top: 50px;
      text-align: left;
    }
  
    .membership .membership-right h2{
      text-align: left;
    }
  
    .membership .membership-left ul{
      justify-content: center;
      flex-wrap: wrap;
    }
  
    .membership .membership-right ul{
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      gap:60px;
    }
  
    .membership .membership-right p.style-2{
      margin: auto;
    }
  
    .topic .container{
      flex-direction: column;
    }
  
    .topic .topic-left{
      max-width: 100%;
      width:100%;
      text-align: center;
    }
  
    .topic .topic-right{
      max-width: 100%;
      width:100%;
      text-align: left;
    }
  
    .topic .topic-right ul{
      text-align: left;
    }
  
    .hidden-desktop{
      display: inline-block;
    }
  
    .hidden-mobile{
      display: none;
    }
  
    .topic .topic-right a.btn.hidden-desktop{
      margin-bottom: 50px;
    }
  
    .awards{
      padding: 75px 10px 75px;
      margin-bottom: -40px;
    }
  
    .awards ul{
      gap:50px 50px;
    }
  
    .awards ul li{
      max-width: 115px;
    }
  
    .awards h2 {
      margin-bottom: 50px;
      padding: 0px 10px;
    }
  
    footer .container, 
    .nav-popup .container{
      grid-gap: 60px;
      flex-direction: column;
    }
  
    footer, .nav-popup{
      padding: 90px 0 50px 0;
    }
  
    .nav-popup{
      padding-bottom: 20px;
    }
  
    footer .footer-right h2, .nav-popup .footer-right h2{
      margin-bottom: 90px;
    }
  
    footer .footer-right ul, .nav-popup .footer-right ul{
      margin-bottom: 90px;
    }
  
    .timeline{
      padding-bottom: 25px;
      padding-top: 75px;
      margin-bottom: 75px;
    }
  
    .timeline .timeline-wrapper{
      flex-direction: column;
    }
  
    .brands ul{
      margin-top: 50px;
      gap:80px 30px;
    }
  
    .brands ul li{
      width: 90px;
      text-align: center;
    }
  
    .brands ul li img{
      max-width: 86px;
    }
  
    .brands {
      margin-bottom: 75px;
    }
  
    .successful-people {
      margin-bottom: 75px;
    }
  
    .playbook,
    .playbook.style-2{
      margin-bottom: 75px;
    }
  
    .membership {
      margin-bottom: 75px;
    }
  
    .membership .membership-left h2 {
      margin-bottom: 10px;
    }
  
    .topic {
      margin-bottom: 90px;
    }
  
    .success-content ul{
      gap:40px;
    }
  
    .success-content ul li{
      gap:20px;
    }
  
    .success-content ul li:last-child{
      border:none;
      padding-bottom: 0;
    }
  
    .videos-slider > div{
      width:300px;
      padding-right: 10px;
    }
  
    .scroll-section:before{
      right:10px;
    }
  
    .playbook h2 {
      margin-bottom: 0px;
    }
  
    .playbook img{
      margin-bottom: 40px;
    }
  
    .playbook a.hidden-desktop{
      display: table;
      margin: auto;
    }
  
    .people-scroll-wrapper{
      width: auto;
      overflow: scroll;
      margin: 0 -20px;
    }
  
    .people-scroll-wrapper .people-list{
      width:1000px;
      margin-top:30px;
      margin-bottom: 100px;
    }
  
    .timeline .container > p{
      margin-bottom: 60px;
    }
  
    .tech-women .container{
      flex-direction: column;
      gap: 40px;
    }
  
    .tech-women .col-left{
      width:100%;
      padding-top: 0;
      text-align: center;
    }
  
    .tech-women .col-right{
      width:100%;
    }
  
    div[data-sticky]{
      position: static !important;
    }
  
    .tech-women .col-left h2{
      margin-bottom: 20px;
    }
  
    .tech-women .col-left p {
      margin-bottom: 40px;
    }
  
    .tech-women .col-right ul{
      gap: 19px 12px;
    }
  
    .tech-women .col-right ul li p{
      font-size: 16.4509px;
      line-height: 100%;
      left:18px;
      bottom: 14px;
    }
  
    .playbook.style-2 .container{
      flex-direction: column;
    }
  
    .playbook.style-2 .col-left{
      width:100%;
    }
  
    .playbook.style-2 .col-left img{
      margin-right: auto;
    }
  
    .playbook.style-2 .col-right{
      width:100%;
      text-align: center;
    }
  
    .tech-women {
      margin-bottom: 100px;
    }
  
    .playbook.style-2 .container{
      gap:40px;
    }
  
    .text-module{
      margin-bottom: 75px;
    }
  
    .style-3 .intro-text h2{
      font-size: 32px;
      margin-bottom: 20px;
    }
  
    .style-3 .intro-text h3{
      margin-bottom: 20px;
    }
  
    .style-3 .intro-text p {
      margin-bottom: 0px;
    }
  
    .blog-list ul li,
    .related-blog .blog-list ul li{
      width:100%;
      max-width: 100%;
    }
  
    .blog-list ul li p.smaller{
      margin-bottom: 10px;
    }
  
    .blog-list ul{
      row-gap: 60px;
    }
  
    .blog-list ul li p{
      max-width: 100%;
    }
  
    .single .blog-content p.large{
      font-size:22px;
      margin-bottom: 50px;
    }
  
    .single .blog-content p{
      font-size: 18px;
      line-height: 120%;
    }
    
    .next-read{
      padding:40px 30px;
      margin-bottom: 150px;
    }
  
    .related-blog .blog-list h2.text-center{
      text-align: left;
      margin-bottom: 30px;
    }
  
    .related-blog{
      padding-top:90px;
    }
  
    .podcast-card-list ul{
      flex-direction: column;
      gap:30px;
    }
  
    .podcast-card-list ul li{
      width:100%;
    }
  
    .podcast-card{
      padding:90px 30px 60px;
    }
  
    .podcast-page.page-header .container{
      flex-direction: column;
    }
  
    .podcast-page.page-header .col-left{
      width:100%;
    }
  
    .podcast-page.page-header .col-right{
      width:100%;
    }
  
    .podcast-page.page-header .container{
      gap:90px;
    }
  
    .video-overlay{
      left:20px;
      bottom:20px;
    }
  
    .video-overlay h4{
      font-size: 28px;
      line-height: 33px;
    }
  
    .blog-list {
      margin-bottom: 100px;
    }
  
    .frills-wrapper{
      padding:90px 0px 40px;
    }
  
    .frills-wrapper h2{
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 90px;
    }
  
    .frills-wrapper p{
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 40px;
    }
  
    .content-wrapper{
      margin-bottom: 0px;
    }
  
    .frills-text{
      font-size: 50px;
    }
  
    .sections .frills-text:last-child{
      transform: translate(-50px, 0px);
      -webkit-transform: translate(-50px, 0px);
    }
  
    .join-dev {
      flex-direction: column;
      grid-gap: 40px;
      padding:40px 30px;
    }
  
    .join-dev h2 span{
    }

    .playbook.style-2 .col-right p{
      margin-left: auto;
      margin-right: auto;
    }

    .contact-form{
      padding: 40px 25px 45px;
    }

    .blog-list ul li.sticky:first-of-type{
      flex-direction: column;
    }

    .post.sticky:first-of-type > div:last-child{
      width:100%;
    }

    li.post.sticky:first-of-type > div:last-child p{
      max-width: 100% ;
    }

    .error404 .page-header{
      text-align: center;
    }
    
    .post.sticky:first-of-type > div,
    .post.sticky:first-of-type > div:first-child{
      width:100%;
    }

    .single .style-3 .intro-text p{
      margin-bottom: 20px;
    }

    /* Skip AOS */
    .copyrights{
      -o-transition-property: none !important;
      -moz-transition-property: none !important;
      -ms-transition-property: none !important;
      -webkit-transition-property: none !important;
      transition-property: none !important;
      -o-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -webkit-transform: none !important;
      transform: none !important;
      -webkit-animation: none !important;
      -moz-animation: none !important;
      -o-animation: none !important;
      -ms-animation: none !important;
      animation: none !important;
      opacity: 1 !important;
    }

    .journal-form .container{
      flex-direction: column;
    }

    .journal-form .journal-left{
      width:100%;
    }

    .journal-form .journal-right{
      width:100%;
    }

    .journal-form-wrapper{
      padding: 30px 25px;
    }

    .journal-form{
      padding-bottom: 100px;
    }

    .nav-popup .footer-left ul li a{
      font-size:36px;
    }

    .nav-popup .footer-right h2{
      font-size:42px;
    }

    .single-cta{
      flex-direction: column;
      padding:30px;
      align-items: flex-start;
      gap: 40px;
      margin:50px auto 100px;
    }

    .post-popup div{
      padding:30px;
    }

    .post-popup .fancybox-button{
      width:40px;
      margin-right: 5px;
    }

  }
  


  @media (max-width:670px){
    #contact-popup button.fancybox-button svg path,
    #speaking-popup button.fancybox-button svg path{
      fill:#000;
    }
  
  }