:root {
  --base-font-size: 16;
  --p-size-1: 18;
  --p-size-2: 24;
  --h3-size: 48;
  --h1-size: 56;
  --bg-color: hsl(241, 78%, 13%);
  --bg-color-lite: #f3f5fb;
  --bg-color-sky: hsl(216, 81%, 94%);
  --bg-color-light-blue: hsl(215, 75%, 97%);
  --orange: #eb7100;
  --purple: hsl(241, 70%, 60%);
  --white: hsl(0, 0%, 100%);
  --color-dark: #2e353f;
  --text-dark: hsl(223, 28%, 23%);
  --field-border: hsl(242, 71%, 92%); }

html {
  font-size: var(--base-font-size);
  scroll-behavior: smooth; }

.mobileNav {
  display: none; }

.sidebar-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: var(--bg-color-lite);
  z-index: 1000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: width 0.3s, left 0.3s; }

.sidebar-container {
  left: -100%;
  max-width: 100%; }

#hsForm_96924e04-3623-463a-86c8-9632d8389607 .hs-error-msgs {
  position: relative; }
  #hsForm_96924e04-3623-463a-86c8-9632d8389607 .hs-error-msgs li {
    position: absolute; }

#hsForm_96924e04-3623-463a-86c8-9632d8389607 .hs_error_rollup .hs-error-msgs {
  position: relative; }
  #hsForm_96924e04-3623-463a-86c8-9632d8389607 .hs_error_rollup .hs-error-msgs li {
    position: absolute;
    padding-top: 0px; }

#hsForm_96924e04-3623-463a-86c8-9632d8389607 .hs_error_rollup .hs-error-msgs .hs-main-font-element {
  display: none; }

.submitted-message p {
  text-align: center;
  margin-top: 50px; }

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

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

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0; }

ul {
  padding: 0px; }

ul li {
  list-style: none; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none; }

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth; }

img,
picture {
  max-width: 100%;
  display: block; }

/* ELEMENT */
.ml-95 {
  margin-left: 95px; }

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1266px;
    margin-right: auto;
    margin-left: auto; } }

@media only screen and (min-width: 1300px) {
  .container {
    margin-right: auto;
    margin-left: auto; }
    .container.expand {
      max-width: 1360px; } }

.section .tag {
  display: flex;
  justify-content: center; }
  .section .tag p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: var(--purple);
    padding: 4px 16px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 100px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 32px; }

.o-btn {
  background: linear-gradient(to right, #BD4E29 50%, var(--orange) 50%);
  background-size: 200% 100%;
  border-radius: 100px;
  display: inline-flex;
  margin-top: 40px;
  background-position: right bottom;
  transition: all .5s ease-out; }
  .o-btn:hover {
    background-position: left bottom; }
  .o-btn a {
    font-style: normal;
    font-weight: 600;
    font-size: calc(var(--p-size-1) / var(--base-font-size) * 1rem);
    line-height: 100%;
    color: var(--white);
    padding: 20px 36px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none; }

.header-text h3 {
  font-family: 'p22-mackinac-pro';
  font-style: normal;
  font-weight: 700;
  font-size: calc(var(--h3-size) / var(--base-font-size) * 1rem);
  line-height: 130%;
  color: var(--text-dark);
  text-align: center;
  position: relative;
  z-index: 6; }
  .header-text h3 span {
    color: var(--orange); }

.question-form {
  max-width: 788px;
  margin: 56px auto 0; }

.field-row {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 20px; }
  .field-row .field-col {
    position: relative;
    flex: 1; }
    .field-row .field-col label {
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 160%;
      color: var(--text-dark); }
      .field-row .field-col label span {
        color: var(--purple); }
    .field-row .field-col .form-control {
      display: block;
      width: 100%;
      padding: 0.675rem 0.75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #8D919E;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid var(--field-border);
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 200px;
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      position: relative; }
    .field-row .field-col textarea {
      border-radius: 20px !important; }

form.hs-form {
  max-width: 788px;
  margin: 56px auto 0; }
  form.hs-form fieldset {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
    form.hs-form fieldset.form-columns-2 {
      display: flex;
      gap: 24px; }

.hs-form-field label span {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: var(--text-dark); }
  .hs-form-field label span.hs-form-required {
    color: var(--purple); }

.actions .hs-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #BD4E29 50%, var(--orange) 50%);
  background-size: 200% 100%;
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: var(--white);
  width: 100%;
  padding: 20px 0;
  border: transparent;
  cursor: pointer;
  background-position: right bottom;
  transition: all .5s ease-out; }
  .actions .hs-button:hover {
    background-position: left bottom; }

label.hs-main-font-element, label.hs-error-msg {
  color: red !important;
  font-size: 14px; }

.hs_how_can_we_help_ .input textarea {
  border-radius: 20px;
  height: 140px; }

.submitted-message p {
  margin: 50px 0; }

.legal-consent-container .hs-richtext p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #7A808D; }

.hs-input {
  display: block;
  width: 100% !important;
  padding: 0.675rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2A334A;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--field-border);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 200px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  position: relative; }
  .hs-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8D919E;
    opacity: 1;
    /* Firefox */ }
  .hs-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8D919E; }
  .hs-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8D919E; }

.privacy {
  margin-bottom: 24px; }
  .privacy p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #7A808D; }
    .privacy p a {
      color: var(--purple); }

.form-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #BD4E29 50%, var(--orange) 50%);
  background-size: 200% 100%;
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: var(--white);
  width: 100%;
  padding: 20px 0;
  border: transparent;
  cursor: pointer;
  background-position: right bottom;
  transition: all .5s ease-out; }
  .form-submit:hover {
    background-position: left bottom; }

/* ELEMENT */
.spin-video-link {
  position: relative; }
  .spin-video-link::before {
    content: url(/wp-content/themes/improv/images/rafal/green-curl.png);
    width: 176px;
    height: 163px;
    position: absolute;
    top: -130px;
    left: 70px; }
  .spin-video-link picture {
    position: relative;
    index: 3; }
  .spin-video-link img {
    transition: transform 0.3s ease-in-out; }
  .spin-video-link:hover img {
    transform: scale(1.1);
    transform-origin: center; }

/* HEADER */
header {
  margin: 0 auto;
  padding: 0 40px; }

nav {
  display: flex;
  justify-content: space-between;
  padding: 32px 0 0 0; }
  nav .main-nav {
    display: flex; }
    nav .main-nav .home-url {
      margin-right: 48px; }
    nav .main-nav ul {
      display: flex;
      align-items: center;
      gap: 24px; }
      nav .main-nav ul li a {
        color: var(--color-dark);
        text-decoration: none;
        position: relative;
        display: inline-block; }
        nav .main-nav ul li a::after {
          content: "";
          position: absolute;
          width: 100%;
          transform: scaleX(0);
          height: 2px;
          bottom: 0;
          left: 0;
          background-color: var(--orange);
          transform-origin: bottom right;
          transition: transform 0.25s ease-out; }
        nav .main-nav ul li a:hover::after {
          transform: scaleX(1);
          transform-origin: bottom left; }

.top-btn {
  display: flex;
  align-items: center; }
  .top-btn ul {
    display: flex;
    align-items: center;
    gap: 32px; }
    .top-btn ul li a {
      color: var(--color-dark);
      text-decoration: none;
      align-items: center;
      gap: 10px;
      position: relative;
      display: inline-flex; }
      .top-btn ul li a::after {
        content: "";
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: var(--orange);
        transform-origin: bottom right;
        transition: transform 0.25s ease-out; }
      .top-btn ul li a:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left; }

.hero {
  display: flex;
  justify-content: space-between;
  color: var(--white);
  align-items: center;
  margin-bottom: 80px; }
  .hero .hero-text .tag {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 100px;
    display: inline-flex;
    margin-bottom: 32px; }
    .hero .hero-text .tag h2,
    .hero .hero-text .tag p {
      color: var(--white);
      font-weight: 600;
      font-size: 14px;
      line-height: 120%;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      text-align: center;
      padding: 4px 16px; }
  .hero .hero-text .description {
    font-size: 20px;
    color: var(--color-dark);
    font-weight: 600; }
  .hero .hero-text h1 {
    font-weight: 700;
    font-size: calc(var(--h1-size) / var(--base-font-size) * 1rem);
    line-height: 125%;
    letter-spacing: -0.03em;
    color: var(--white);
    font-family: "p22-mackinac-pro";
    margin-bottom: 24px; }
    .hero .hero-text h1 span {
      color: var(--orange);
      display: block;
      line-height: 67.5px;
      gap: 14px; }
      .hero .hero-text h1 span .img {
        display: inline-flex;
        margin-left: 20px; }
  .hero .hero-text h2 span {
    color: var(--orange);
    display: inline-flex;
    align-items: center;
    gap: 14px; }
  .hero .hero-text p {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%; }
  .hero .hero-text .hero-btn {
    background: linear-gradient(to right, #bd4e29 50%, var(--orange) 50%);
    background-size: 200% 100%;
    border-radius: 100px;
    display: inline-flex;
    margin-top: 20px;
    background-position: right bottom;
    transition: all 0.5s ease-out; }
    @media screen and (min-width: 768px) {
      .hero .hero-text .hero-btn {
        margin-top: 84px; } }
    .hero .hero-text .hero-btn:hover {
      background-position: left bottom; }
    .hero .hero-text .hero-btn a {
      color: var(--white);
      text-decoration: none;
      padding: 20px 36px;
      font-weight: 600;
      font-size: 18px;
      line-height: 100%;
      display: flex;
      align-items: center;
      gap: 16px;
      width: 100%;
      align-items: center;
      justify-content: center; }
      @media screen and (min-width: 1024px) and (max-width: 1260px) {
        .hero .hero-text .hero-btn a {
          font-size: 14px;
          padding: 20px 30px; } }
  .hero .hero-img {
    margin-top: 72px; }

.white-logos-mobile {
  display: none; }

.white-logos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 90px; }

.courses-container {
  width: 100%;
  height: 170px;
  position: relative; }
  @media screen and (min-width: 1024px) and (max-width: 1200px) {
    .courses-container {
      height: 100%; } }
  .courses-container .courses-offer {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: -100px; }
    @media screen and (min-width: 1024px) and (max-width: 1200px) {
      .courses-container .courses-offer {
        position: relative;
        flex-wrap: wrap;
        justify-content: center; } }
    .courses-container .courses-offer .course-details {
      width: 271px;
      min-height: 423px;
      background-color: var(--white);
      box-shadow: 0px 10px 40px rgba(38, 15, 8, 0.05), inset 0px -4px 0px #ff8254;
      border-radius: 12px;
      padding: 32px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .courses-container .courses-offer .course-details:nth-child(1) {
        box-shadow: 0px 10px 40px rgba(38, 15, 8, 0.05), inset 0px -4px 0px #64c67b; }
      .courses-container .courses-offer .course-details:nth-child(2) {
        box-shadow: 0px 10px 40px rgba(38, 15, 8, 0.05), inset 0px -4px 0px #5451e0; }
      .courses-container .courses-offer .course-details:nth-child(3) {
        box-shadow: 0px 10px 40px rgba(38, 15, 8, 0.05), inset 0px -4px 0px #e14e6d; }
      .courses-container .courses-offer .course-details:nth-child(4) {
        box-shadow: 0px 10px 40px rgba(38, 15, 8, 0.05), inset 0px -4px 0px #41aaff; }
      .courses-container .courses-offer .course-details .cd-top .c-logo {
        margin-bottom: 24px;
        transition: transform 0.3s ease-in-out; }
      .courses-container .courses-offer .course-details .cd-top h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 140%;
        color: var(--text-dark);
        margin-bottom: 8px;
        font-family: "Open Sans", sans-serif; }
        @media only screen and (max-width: 600px) {
          .courses-container .courses-offer .course-details .cd-top h3 br {
            display: none; } }
      .courses-container .courses-offer .course-details .cd-top p {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 140%;
        color: var(--text-dark);
        font-family: "Open Sans", sans-serif; }
      .courses-container .courses-offer .course-details a {
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 100%;
        color: var(--text-dark); }
        .courses-container .courses-offer .course-details a:hover {
          color: #bd4e29; }
      .courses-container .courses-offer .course-details:hover .cd-top .c-logo {
        transform: scale(1.1);
        transform-origin: center; }

/* CONTENT */
.container-inner {
  padding: 0 80px;
  width: 100%; }

.our-how {
  margin-top: 240px; }
  .our-how .bg-blue {
    background: var(--bg-color-light-blue);
    background-image: url(/wp-content/themes/improv/images/rafal/bg-how.webp);
    background-repeat: no-repeat;
    min-height: 686px;
    border-radius: 16px;
    padding: 96px 0; }
  .our-how .vid-course {
    margin-top: 75px; }
    .our-how .vid-course img {
      transition: transform 0.3s ease-in-out; }
    .our-how .vid-course:hover img {
      transform: scale(1.1);
      transform-origin: center; }

.our-how-container {
  display: flex;
  gap: 60px;
  margin-top: 88px; }
  .our-how-container .our-how-img {
    flex: 40%; }
  .our-how-container .our-how-content {
    flex: 60%; }
    .our-how-container .our-how-content .our-how-list .oh-item {
      display: flex;
      gap: 40px;
      margin-bottom: 24px; }
      .our-how-container .our-how-content .our-how-list .oh-item .oh-img {
        flex-shrink: 0; }
      .our-how-container .our-how-content .our-how-list .oh-item .oh-text p {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 150%;
        color: var(--dark-text);
        font-family: "p22-mackinac-pro"; }
        .our-how-container .our-how-content .our-how-list .oh-item .oh-text p span {
          color: var(--purple); }

.saved-items {
  display: flex;
  justify-content: space-evenly;
  padding: 80px 0;
  margin-top: -200px; }
  @media screen and (min-width: 1280px) {
    .saved-items {
      margin-top: 200px; } }
  .saved-items .sv-img {
    display: none; }
  .saved-items .sv-item {
    text-align: center; }
    .saved-items .sv-item.add-img h3 {
      position: relative; }
      .saved-items .sv-item.add-img h3::after {
        content: url(/wp-content/themes/improv/images/rafal/noodle-r.png);
        width: 177px;
        height: 26px;
        position: absolute;
        top: 0px;
        right: -75px; }
      .saved-items .sv-item.add-img h3::before {
        content: url(/wp-content/themes/improv/images/rafal/noodle-l.png);
        width: 177px;
        height: 26px;
        position: absolute;
        top: 0px;
        left: -75px; }
    .saved-items .sv-item.add-last-img h3 {
      position: relative; }
      .saved-items .sv-item.add-last-img h3::after {
        content: url(/wp-content/themes/improv/images/rafal/yellow-lash.png);
        width: 35px;
        height: 34px;
        position: absolute;
        top: -30px;
        right: -30px; }
    .saved-items .sv-item h3 {
      font-family: "p22-mackinac-pro";
      font-style: normal;
      font-weight: 800;
      font-size: 56px;
      line-height: 100%;
      color: var(--purple);
      margin-bottom: 24px; }
    .saved-items .sv-item p {
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 140%;
      color: var(--dark-text); }

.spin {
  position: relative;
  min-height: 450px;
  margin-top: 48px; }
  .spin .spin-pos-absolute {
    position: absolute;
    width: 100%; }
    .spin .spin-pos-absolute .header-text h3 {
      margin-bottom: 56px; }
    .spin .spin-pos-absolute .spin-video {
      padding: 0px 80px; }

.form .container .bg-blue {
  background: var(--bg-color-light-blue);
  min-height: 686px;
  border-radius: 16px;
  padding-bottom: 110px;
  overflow: hidden; }

.form .header-text {
  padding-top: 400px;
  position: relative; }
  .form .header-text::before {
    content: url(/wp-content/themes/improv/images/rafal/paper-plane-l.png);
    width: 216px;
    height: 154px;
    position: absolute;
    bottom: 25px; }
  .form .header-text::after {
    content: url(/wp-content/themes/improv/images/rafal/paper-plane-r.png);
    width: 216px;
    height: 154px;
    position: absolute;
    bottom: -110px;
    right: 0px; }

.logos {
  padding: 80px 0 64px; }
  .logos .colored-logos-m {
    display: none; }
  .logos .colored-logos {
    display: flex;
    justify-content: space-evenly;
    align-items: center; }
    .logos .colored-logos .c-logo p {
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 160%;
      color: var(--dark-text); }

/* FOOTER */
footer {
  color: #fff; }
  footer .container .bg-dark {
    background-color: var(--bg-color);
    border-radius: 16px 16px 0px 0px; }
    footer .container .bg-dark .inner-container {
      width: 100%;
      padding: 24px 80px 16px; }

.footer-content {
  display: flex;
  gap: 200px; }
  .footer-content h4 {
    color: var(--orange);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .footer-content a {
    color: var(--white);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-decoration: none; }
  .footer-content .footer-signup p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 32px; }
  .footer-content .footer-details {
    display: flex;
    flex-shrink: 0;
    gap: 137px; }
    .footer-content .footer-details .flex-size {
      flex: 1; }
    .footer-content .footer-details .support {
      display: flex;
      flex-direction: column;
      gap: 40px; }
      .footer-content .footer-details .support ul li {
        margin-bottom: 8px; }
    .footer-content .footer-details .footer-nav ul li {
      margin-bottom: 16px; }

.newsletter {
  margin-top: 32px; }
  .newsletter .field-box {
    position: relative;
    width: 300px; }
  .newsletter input[type="email"] {
    border: 1px solid #b7b9c0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 300px;
    height: 48px;
    padding: 0 10px; }
  .newsletter .submit {
    background-color: var(--orange);
    border-radius: 3px;
    width: 76px;
    height: 40px;
    border: none;
    color: var(--white);
    position: absolute;
    right: 5px;
    top: 4px;
    cursor: pointer; }

.social-media-btn {
  display: flex;
  gap: 25px; }

.footer-bottom {
  display: flex;
  justify-content: space-between; }
  .footer-bottom.inner-container {
    width: 100%;
    padding: 64px 80px 32px; }
  .footer-bottom .important-links ul {
    display: flex;
    gap: 24px; }
    .footer-bottom .important-links ul li a {
      color: var(--white);
      text-decoration: none; }

.accessibility-btn-v {
  display: flex;
  gap: 24px; }

/* Footer fixes */
@media screen and (min-width: 768px) {
  .footer-content.bot {
    gap: 51px; } }

@media screen and (min-width: 1024px) {
  .footer-content .footer-details {
    display: flex;
    flex-shrink: 0;
    gap: 0px;
    flex: 1;
    justify-content: space-between; }
    .footer-content .footer-details .flex-size {
      flex: none; }
  .footer-content.bot {
    gap: 138px; }
  footer .container {
    max-width: 993px;
    margin-left: auto;
    margin-right: auto; }
    footer .container .bg-dark .inner-container {
      width: 100%;
      padding: 24px 25px 16px; }
  .divider-mobile {
    display: none; } }

@media screen and (min-width: 1280px) {
  footer .container {
    max-width: 1266px; } }

@media screen and (min-width: 1440px) {
  footer .container .bg-dark .inner-container {
    padding: 24px 80px 16px; }
  .footer-content {
    gap: 138px; }
    .footer-content .footer-details {
      gap: 0px; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .footer-content {
    flex-direction: column; }
    .footer-content .footer-details {
      gap: 40px;
      flex-direction: row;
      flex-wrap: wrap; }
  .footer-bottom {
    flex-direction: column-reverse;
    gap: 20px; } }

@media screen and (max-width: 500px) {
  footer .container .bg-dark .inner-container.bot {
    padding-top: 40px;
    gap: 32px; }
  .footer-content .footer-details {
    gap: 32px; } }

/* End footer fixes */
body {
  background-color: var(--white);
  font-family: "Open Sans", sans-serif; }

.modal video {
  width: 100%;
  background: black; }

@media only screen and (min-width: 1024px) {
  .modal-overlay.iframe .modal {
    max-width: 60% !important; }
    .modal-overlay.iframe .modal iframe {
      width: 100%;
      height: 90vh !important; } }

@media only screen and (min-device-width: 375px) and (max-device-width: 900px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .modal iframe {
    height: 85vh !important; } }

/*# sourceMappingURL=improvlearning-rafal-homepage-lite.css.map */