html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
  }
  
  body {
    margin: 0;
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  
  audio,
  canvas,
  progress,
  video {
    vertical-align: baseline;
    display: inline-block;
  }
  
  audio:not([controls]) {
    height: 0;
    display: none;
  }
  
  [hidden],
  template {
    display: none;
  }
  
  a {
    background-color: #0000;
  }
  
  a:active,
  a:hover {
    outline: 0;
  }
  
  abbr[title] {
    border-bottom: 1px dotted;
  }
  
  b,
  strong {
    font-weight: 700;
  }
  
  dfn {
    font-style: italic;
  }
  
  h1 {
    margin: 0.67em 0;
    font-size: 2em;
  }
  
  mark {
    color: #000;
    background: #ff0;
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  
  sup {
    top: -0.5em;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  img {
    border: 0;
  }
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
  }
  
  pre {
    overflow: auto;
  }
  
  code,
  kbd,
  pre,
  samp {
    font-family: monospace;
    font-size: 1em;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  
  button {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  button,
  html input[type="button"],
  input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  input {
    line-height: normal;
  }
  
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  input[type="search"] {
    -webkit-appearance: none;
  }
  
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  legend {
    border: 0;
    padding: 0;
  }
  
  textarea {
    overflow: auto;
  }
  
  optgroup {
    font-weight: 700;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td,
  th {
    padding: 0;
  }
  
  .w-icon-slider-right:before {
    content: "";
  }
  
  .w-icon-slider-left:before {
    content: "";
  }
  
  .w-icon-nav-menu:before {
    content: "";
  }
  
  .w-icon-arrow-down:before {
    content: "";
  }
  
  .w-icon-file-upload-remove:before {
    content: "";
  }
  
  .w-icon-file-upload-icon:before {
    content: "";
  }
  
  * {
    box-sizing: border-box;
  }
  
  html {
    height: 100%;
  }
  
  body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
  
  img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
  }
  
  html.w-mod-touch * {
    background-attachment: scroll !important;
  }
  
  .w-block {
    display: block;
  }
  
  .w-inline-block {
    max-width: 100%;
    display: inline-block;
  }
  
  .w-clearfix:before,
  .w-clearfix:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
  }
  
  .w-clearfix:after {
    clear: both;
  }
  
  .w-hidden {
    display: none;
  }
  
  
  html[data-w-dynpage] [data-w-cloak] {
    color: #0000 !important;
  }
  
  .w-code-block {
    margin: unset;
  }
  
  pre.w-code-block code {
    all: inherit;
  }
  
  .w-optimization {
    display: contents;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
    font-weight: 700;
  }
  
  h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
  }
  
  h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
  }
  
  h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  
  h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  
  h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  
  h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  
  blockquote {
    border-left: 5px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
  }
  
  figure {
    margin: 0 0 10px;
  }
  
  figcaption {
    text-align: center;
    margin-top: 5px;
  }
  
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  
  .w-list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .w-embed:before,
  .w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
  }
  
  .w-embed:after {
    clear: both;
  }
  
  .w-video {
    width: 100%;
    padding: 0;
    position: relative;
  }
  
  .w-video iframe,
  .w-video object,
  .w-video embed {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  button,
  [type="button"],
  [type="reset"] {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
  }
  
  .w-form {
    margin: 0 0 15px;
  }
  
  .w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none;
  }
  
  .w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none;
  }
  
  label {
    margin-bottom: 5px;
    font-weight: 700;
    display: block;
  }
  
  .w-input,
  .w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
  }
  
  .w-input::placeholder,
  .w-select::placeholder {
    color: #999;
  }
  
  .w-input:focus,
  .w-select:focus {
    border-color: #3898ec;
    outline: 0;
  }
  
  .w-input[disabled],
  .w-select[disabled],
  .w-input[readonly],
  .w-select[readonly],
  fieldset[disabled] .w-input,
  fieldset[disabled] .w-select {
    cursor: not-allowed;
  }
  
  .w-input[disabled]:not(.w-input-disabled),
  .w-select[disabled]:not(.w-input-disabled),
  .w-input[readonly],
  .w-select[readonly],
  fieldset[disabled]:not(.w-input-disabled) .w-input,
  fieldset[disabled]:not(.w-input-disabled) .w-select {
    background-color: #eee;
  }
  
  textarea.w-input,
  textarea.w-select {
    height: auto;
  }
  
  .w-select {
    background-color: #f3f3f3;
  }
  
  .w-select[multiple] {
    height: auto;
  }
  
  .w-form-label {
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block;
  }
  
  .w-radio {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
  }
  
  .w-radio:before,
  .w-radio:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
  }
  
  .w-radio:after {
    clear: both;
  }
  
  .w-radio-input {
    float: left;
    margin: 3px 0 0 -20px;
    line-height: normal;
  }
  
  .w-file-upload {
    margin-bottom: 10px;
    display: block;
  }
  
  .w-file-upload-input {
    opacity: 0;
    z-index: -100;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
    overflow: hidden;
  }
  
  .w-file-upload-default,
  .w-file-upload-uploading,
  .w-file-upload-success {
    color: #333;
    display: inline-block;
  }
  
  .w-file-upload-error {
    margin-top: 10px;
    display: block;
  }
  
  .w-file-upload-default.w-hidden,
  .w-file-upload-uploading.w-hidden,
  .w-file-upload-error.w-hidden,
  .w-file-upload-success.w-hidden {
    display: none;
  }
  
  .w-file-upload-uploading-btn {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
  }
  
  .w-file-upload-file {
    background-color: #fafafa;
    border: 1px solid #ccc;
    flex-grow: 1;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    display: flex;
  }
  
  .w-file-upload-file-name {
    font-size: 14px;
    font-weight: 400;
    display: block;
  }
  
  .w-file-remove-link {
    cursor: pointer;
    width: auto;
    height: auto;
    margin-top: 3px;
    margin-left: 10px;
    padding: 3px;
    display: block;
  }
  
  .w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px;
  }
  
  .w-file-upload-error-msg {
    color: #ea384c;
    padding: 2px 0;
    display: inline-block;
  }
  
  .w-file-upload-info {
    padding: 0 12px;
    line-height: 38px;
    display: inline-block;
  }
  
  .w-file-upload-label {
    cursor: pointer;
    background-color: #fafafa;
    border: 1px solid #ccc;
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
  }
  
  .w-icon-file-upload-icon,
  .w-icon-file-upload-uploading {
    width: 20px;
    margin-right: 8px;
    display: inline-block;
  }
  
  .w-icon-file-upload-uploading {
    height: 20px;
  }
  
  .w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .w-container:before,
  .w-container:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
  }
  
  .w-container:after {
    clear: both;
  }
  
  .w-container .w-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .w-row:before,
  .w-row:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
  }
  
  .w-row:after {
    clear: both;
  }
  
  .w-row .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .w-col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
  
  .w-col .w-col {
    padding-left: 0;
    padding-right: 0;
  }
  
  .w-col-1 {
    width: 8.33333%;
  }
  
  .w-col-2 {
    width: 16.6667%;
  }
  
  .w-col-3 {
    width: 25%;
  }
  
  .w-col-4 {
    width: 33.3333%;
  }
  
  .w-col-5 {
    width: 41.6667%;
  }
  
  .w-col-6 {
    width: 50%;
  }
  
  .w-col-7 {
    width: 58.3333%;
  }
  
  .w-col-8 {
    width: 66.6667%;
  }
  
  .w-col-9 {
    width: 75%;
  }
  
  .w-col-10 {
    width: 83.3333%;
  }
  
  .w-col-11 {
    width: 91.6667%;
  }
  
  .w-col-12 {
    width: 100%;
  }
  
  .w-hidden-main {
    display: none !important;
  }
  
  @media screen and (max-width: 991px) {
    .w-container {
      max-width: 728px;
    }
  
    .w-hidden-main {
      display: inherit !important;
    }
  
    .w-hidden-medium {
      display: none !important;
    }
  
    .w-col-medium-1 {
      width: 8.33333%;
    }
  
    .w-col-medium-2 {
      width: 16.6667%;
    }
  
    .w-col-medium-3 {
      width: 25%;
    }
  
    .w-col-medium-4 {
      width: 33.3333%;
    }
  
    .w-col-medium-5 {
      width: 41.6667%;
    }
  
    .w-col-medium-6 {
      width: 50%;
    }
  
    .w-col-medium-7 {
      width: 58.3333%;
    }
  
    .w-col-medium-8 {
      width: 66.6667%;
    }
  
    .w-col-medium-9 {
      width: 75%;
    }
  
    .w-col-medium-10 {
      width: 83.3333%;
    }
  
    .w-col-medium-11 {
      width: 91.6667%;
    }
  
    .w-col-medium-12 {
      width: 100%;
    }
  
    .w-col-stack {
      width: 100%;
      left: auto;
      right: auto;
    }
  }
  
  @media screen and (max-width: 767px) {
    .w-hidden-main,
    .w-hidden-medium {
      display: inherit !important;
    }
  
    .w-hidden-small {
      display: none !important;
    }
  
    .w-row,
    .w-container .w-row {
      margin-left: 0;
      margin-right: 0;
    }
  
    .w-col {
      width: 100%;
      left: auto;
      right: auto;
    }
  
    .w-col-small-1 {
      width: 8.33333%;
    }
  
    .w-col-small-2 {
      width: 16.6667%;
    }
  
    .w-col-small-3 {
      width: 25%;
    }
  
    .w-col-small-4 {
      width: 33.3333%;
    }
  
    .w-col-small-5 {
      width: 41.6667%;
    }
  
    .w-col-small-6 {
      width: 50%;
    }
  
    .w-col-small-7 {
      width: 58.3333%;
    }
  
    .w-col-small-8 {
      width: 66.6667%;
    }
  
    .w-col-small-9 {
      width: 75%;
    }
  
    .w-col-small-10 {
      width: 83.3333%;
    }
  
    .w-col-small-11 {
      width: 91.6667%;
    }
  
    .w-col-small-12 {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 479px) {
    .w-container {
      max-width: none;
    }
  
    .w-hidden-main,
    .w-hidden-medium,
    .w-hidden-small {
      display: inherit !important;
    }
  
    .w-hidden-tiny {
      display: none !important;
    }
  
    .w-col {
      width: 100%;
    }
  
    .w-col-tiny-1 {
      width: 8.33333%;
    }
  
    .w-col-tiny-2 {
      width: 16.6667%;
    }
  
    .w-col-tiny-3 {
      width: 25%;
    }
  
    .w-col-tiny-4 {
      width: 33.3333%;
    }
  
    .w-col-tiny-5 {
      width: 41.6667%;
    }
  
    .w-col-tiny-6 {
      width: 50%;
    }
  
    .w-col-tiny-7 {
      width: 58.3333%;
    }
  
    .w-col-tiny-8 {
      width: 66.6667%;
    }
  
    .w-col-tiny-9 {
      width: 75%;
    }
  
    .w-col-tiny-10 {
      width: 83.3333%;
    }
  
    .w-col-tiny-11 {
      width: 91.6667%;
    }
  
    .w-col-tiny-12 {
      width: 100%;
    }
  }
  
  .w-widget {
    position: relative;
  }
  
  .w-widget-map {
    width: 100%;
    height: 400px;
  }
  
  .w-widget-map label {
    width: auto;
    display: inline;
  }
  
  .w-widget-map img {
    max-width: inherit;
  }
  
  .w-widget-map .gm-style-iw {
    text-align: center;
  }
  
  .w-widget-map .gm-style-iw > button {
    display: none !important;
  }
  
  .w-widget-twitter {
    overflow: hidden;
  }
  
  .w-widget-twitter-count-shim {
    vertical-align: top;
    text-align: center;
    background: #fff;
    border: 1px solid #758696;
    border-radius: 3px;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: relative;
  }
  
  .w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
  }
  
  .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    text-align: center;
    color: #999;
    font-family: serif;
    font-size: 15px;
    line-height: 12px;
    position: relative;
  }
  
  .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    display: block;
    position: relative;
  }
  
  .w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px;
  }
  
  .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):before,
  .w-widget-twitter-count-shim:not(.w--vertical):after {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):before {
    border-width: 4px;
    border-color: #75869600 #5d6c7b #75869600 #75869600;
    margin-top: -4px;
    margin-left: -9px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -10px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical):after {
    border-width: 4px;
    border-color: #fff0 #fff #fff0 #fff0;
    margin-top: -4px;
    margin-left: -8px;
  }
  
  .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-top: -5px;
    margin-left: -9px;
  }
  
  .w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px;
  }
  
  .w-widget-twitter-count-shim.w--vertical:before,
  .w-widget-twitter-count-shim.w--vertical:after {
    content: " ";
    pointer-events: none;
    border: solid #0000;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
  }
  
  .w-widget-twitter-count-shim.w--vertical:before {
    border-width: 5px;
    border-color: #5d6c7b #75869600 #75869600;
    margin-left: -5px;
  }
  
  .w-widget-twitter-count-shim.w--vertical:after {
    border-width: 4px;
    border-color: #fff #fff0 #fff0;
    margin-left: -4px;
  }
  
  .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px;
  }
  
  .w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px;
  }
  
  .w-background-video {
    color: #fff;
    height: 500px;
    position: relative;
    overflow: hidden;
  }
  
  .w-background-video > video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%;
  }
  
  .w-background-video > video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
  }
  
  .w-background-video--control {
    background-color: #0000;
    padding: 0;
    position: absolute;
    bottom: 1em;
    right: 1em;
  }
  
  .w-background-video--control > [hidden] {
    display: none !important;
  }
  
  .w-slider {
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    background: #ddd;
    height: 300px;
    position: relative;
  }
  
  .w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    height: 100%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
  }
  
  .w-slider-nav {
    z-index: 2;
    text-align: center;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    inset: auto 0 0;
  }
  
  .w-slider-nav.w-round > div {
    border-radius: 100%;
  }
  
  .w-slider-nav.w-num > div {
    font-size: inherit;
    line-height: inherit;
    width: auto;
    height: auto;
    padding: 0.2em 0.5em;
  }
  
  .w-slider-nav.w-shadow > div {
    box-shadow: 0 0 3px #3336;
  }
  
  .w-slider-nav-invert {
    color: #fff;
  }
  
  .w-slider-nav-invert > div {
    background-color: #2226;
  }
  
  .w-slider-nav-invert > div.w-active {
    background-color: #222;
  }
  
  .w-slider-dot {
    cursor: pointer;
    background-color: #fff6;
    width: 1em;
    height: 1em;
    margin: 0 3px 0.5em;
    transition: background-color 0.1s, color 0.1s;
    display: inline-block;
    position: relative;
  }
  
  .w-slider-dot.w-active {
    background-color: #fff;
  }
  
  .w-slider-dot:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff;
  }
  
  .w-slider-dot:focus.w-active {
    box-shadow: none;
  }
  
  .w-slider-arrow-left,
  .w-slider-arrow-right {
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    width: 80px;
    margin: auto;
    font-size: 40px;
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
  
  .w-slider-arrow-left [class^="w-icon-"],
  .w-slider-arrow-right [class^="w-icon-"],
  .w-slider-arrow-left [class*="\ w-icon-"],
  .w-slider-arrow-right [class*="\ w-icon-"] {
    position: absolute;
  }
  
  .w-slider-arrow-left:focus,
  .w-slider-arrow-right:focus {
    outline: 0;
  }
  
  .w-slider-arrow-left {
    z-index: 3;
    right: auto;
  }
  
  .w-slider-arrow-right {
    z-index: 4;
    left: auto;
  }
  
  .w-icon-slider-left,
  .w-icon-slider-right {
    width: 1em;
    height: 1em;
    margin: auto;
    inset: 0;
  }
  
  .w-slider-aria-label {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
  
  .w-slider-force-show {
    display: block !important;
  }
  
  
  .w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #fff;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: #000000e6;
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    inset: 0;
    -webkit-transform: translate(0);
  }
  
  .w-lightbox-backdrop,
  .w-lightbox-container {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    overflow: auto;
  }
  
  .w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  
  .w-lightbox-view {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: absolute;
  }
  
  .w-lightbox-view:before {
    content: "";
    height: 100vh;
  }
  
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
  }
  
  .w-lightbox-frame,
  .w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block;
  }
  
  .w-lightbox-figure {
    margin: 0;
    position: relative;
  }
  
  .w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
  }
  
  .w-lightbox-img {
    width: auto;
    max-width: none;
    height: auto;
  }
  
  .w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block;
  }
  
  .w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
  }
  
  .w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0006;
    padding: 0.5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
  }
  
  .w-lightbox-control {
    cursor: pointer;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 4em;
    transition: all 0.3s;
    position: absolute;
    top: 0;
  }
  
  .w-lightbox-left {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
    display: none;
    bottom: 0;
    left: 0;
  }
  
  .w-lightbox-right {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
    display: none;
    bottom: 0;
    right: 0;
  }
  
  .w-lightbox-close {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
    background-size: 18px;
    height: 2.6em;
    right: 0;
  }
  
  .w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto hidden;
  }
  
  .w-lightbox-item {
    box-sizing: content-box;
    cursor: pointer;
    width: 10vh;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate(0, 0);
  }
  
  .w-lightbox-active {
    opacity: 0.3;
  }
  
  .w-lightbox-thumbnail {
    background: #222;
    height: 10vh;
    position: relative;
    overflow: hidden;
  }
  
  .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%);
  }
  
  .w-lightbox-spinner {
    box-sizing: border-box;
    border: 5px solid #0006;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: 0.8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  
  .w-lightbox-spinner:after {
    content: "";
    border: 3px solid #0000;
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    inset: -4px;
  }
  
  .w-lightbox-hide {
    display: none;
  }
  
  .w-lightbox-noscroll {
    overflow: hidden;
  }
  
  @media (min-width: 768px) {
    .w-lightbox-content {
      height: 96vh;
      margin-top: 2vh;
    }
  
    .w-lightbox-view,
    .w-lightbox-view:before {
      height: 96vh;
    }
  
    .w-lightbox-group,
    .w-lightbox-group .w-lightbox-view,
    .w-lightbox-group .w-lightbox-view:before {
      height: 84vh;
    }
  
    .w-lightbox-image {
      max-width: 96vw;
      max-height: 96vh;
    }
  
    .w-lightbox-group .w-lightbox-image {
      max-width: 82.3vw;
      max-height: 84vh;
    }
  
    .w-lightbox-left,
    .w-lightbox-right {
      opacity: 0.5;
      display: block;
    }
  
    .w-lightbox-close {
      opacity: 0.8;
    }
  
    .w-lightbox-control:hover {
      opacity: 1;
    }
  }
  
  .w-lightbox-inactive,
  .w-lightbox-inactive:hover {
    opacity: 0;
  }
  
  .w-richtext:before,
  .w-richtext:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
  }
  
  .w-richtext:after {
    clear: both;
  }
  
  .w-richtext[contenteditable="true"]:before,
  .w-richtext[contenteditable="true"]:after {
    white-space: initial;
  }
  
  .w-richtext ol,
  .w-richtext ul {
    overflow: hidden;
  }
  
  .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
  .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after,
  .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
  .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
  }
  
  .w-richtext figure.w-richtext-figure-type-video > div:after,
  .w-richtext figure[data-rt-type="video"] > div:after {
    content: "";
    display: none;
    position: absolute;
    inset: 0;
  }
  
  .w-richtext figure {
    max-width: 60%;
    position: relative;
  }
  
  .w-richtext figure > div:before {
    cursor: default !important;
  }
  
  .w-richtext figure img {
    width: 100%;
  }
  
  .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: 0.6;
  }
  
  .w-richtext figure div {
    color: #0000;
    font-size: 0;
  }
  
  .w-richtext figure.w-richtext-figure-type-image,
  .w-richtext figure[data-rt-type="image"] {
    display: table;
  }
  
  .w-richtext figure.w-richtext-figure-type-image > div,
  .w-richtext figure[data-rt-type="image"] > div {
    display: inline-block;
  }
  
  .w-richtext figure.w-richtext-figure-type-image > figcaption,
  .w-richtext figure[data-rt-type="image"] > figcaption {
    caption-side: bottom;
    display: table-caption;
  }
  
  .w-richtext figure.w-richtext-figure-type-video,
  .w-richtext figure[data-rt-type="video"] {
    width: 60%;
    height: 0;
  }
  
  .w-richtext figure.w-richtext-figure-type-video iframe,
  .w-richtext figure[data-rt-type="video"] iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .w-richtext figure.w-richtext-figure-type-video > div,
  .w-richtext figure[data-rt-type="video"] > div {
    width: 100%;
  }
  
  .w-richtext figure.w-richtext-align-center {
    clear: both;
    margin-left: auto;
    margin-right: auto;
  }
  
  .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
  .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
    max-width: 100%;
  }
  
  .w-richtext figure.w-richtext-align-normal {
    clear: both;
  }
  
  .w-richtext figure.w-richtext-align-fullwidth {
    text-align: center;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .w-richtext figure.w-richtext-align-fullwidth > div {
    padding-bottom: inherit;
    display: inline-block;
  }
  
  .w-richtext figure.w-richtext-align-fullwidth > figcaption {
    display: block;
  }
  
  .w-richtext figure.w-richtext-align-floatleft {
    float: left;
    clear: none;
    margin-right: 15px;
  }
  
  .w-richtext figure.w-richtext-align-floatright {
    float: right;
    clear: none;
    margin-left: 15px;
  }
  
  
  .w-tabs {
    position: relative;
  }
  
  .w-tabs:before,
  .w-tabs:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
  }
  
  .w-tabs:after {
    clear: both;
  }
  
  .w-tab-menu {
    position: relative;
  }
  
  .w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  
  .w-tab-link.w--current {
    background-color: #c8c8c8;
  }
  
  .w-tab-link:focus {
    outline: 0;
  }
  
  .w-tab-content {
    display: block;
    position: relative;
    overflow: hidden;
  }
  
  .w-tab-pane {
    display: none;
    position: relative;
  }
  
  .w--tab-active {
    display: block;
  }
  
  @media screen and (max-width: 479px) {
    .w-tab-link {
      display: block;
    }
  }
  
  .w-ix-emptyfix:after {
    content: "";
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0);
    }
  
    to {
      transform: rotate(360deg);
    }
  }
  
  .w-dyn-empty {
    background-color: #ddd;
    padding: 10px;
  }
  
  .w-dyn-hide,
  .w-dyn-bind-empty,
  .w-condition-invisible {
    display: none !important;
  }
  
  .wf-layout-layout {
    display: grid;
  }
  
  :root {
    --heading-font: DM Sans, sans-serif;
    --heading-font-color: #081e0c;
    --body-font-color: #5c5c5c;
    --body-background-color: #faf7f2;
    --body-font: Inter, sans-serif;
    --white: white;
    --border-radius-50px: 50px;
    --skin: #ffd167;
    --dark: #081e0c;
    --border-color-dark: #081e0c;
    --border-radius-20: 20px;
    --drop-shadow: #0000000d;
    --border-radius-50: 50%;
    --border-radius-10: 10px;
    --text-white-color: white;
    --border-radius-30: 30px;
    --border-color-light: #0003;
    --black: black;
    --border-radius-15: 15px;
    --border-radius-0: 0px;
  }
  
  .w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
    outline-offset: 2px;
    border-radius: 50%;
    outline: 2px solid #3b79c3;
  }
  
  .w-pagination-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }
  
  .w-pagination-previous {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block;
  }
  
  .w-pagination-previous-icon {
    margin-right: 4px;
  }
  
  .w-pagination-next {
    color: #333;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9px 20px;
    font-size: 14px;
    display: block;
  }
  
  .w-pagination-next-icon {
    margin-left: 4px;
  }
  
  @media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
      max-width: 728px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
      max-width: none;
    }
  }
  
  body {
    color: #333;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
  
  h1 {
    font-family: var(--heading-font);
    color: var(--heading-font-color);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 96px;
    font-weight: 500;
    line-height: 106px;
  }
  
  h2 {
    font-family: var(--heading-font);
    color: var(--heading-font-color);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 78px;
    font-weight: 500;
    line-height: 88px;
  }
  
  h3 {
    font-family: var(--heading-font);
    color: var(--heading-font-color);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
  }
  
  h4 {
    font-family: var(--heading-font);
    color: var(--heading-font-color);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
  }
  
  h5 {
    font-family: var(--heading-font);
    color: var(--heading-font-color);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
  
  h6 {
    font-family: var(--heading-font);
    color: var(--heading-font-color);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }
  
  p {
    margin-bottom: 10px;
  }
  
  a {
    color: var(--body-font-color);
    text-decoration: none;
  }
  
  ul,
  ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  
  strong {
    font-weight: 700;
  }
  
  .body {
    background-color: var(--body-background-color);
    font-family: var(--body-font);
    color: var(--body-font-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  
  .pages {
    position: relative;
    overflow: hidden;
  }
  
  .pages.overflow-visible {
    overflow: visible;
  }
  
  .header {
    background-color: var(--white);
  }
  
  .header-content-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .navbar {
    background-color: var(--white);
  }
  
  .container {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .container-fuild {
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .container-fuild.padding-zero {
    padding-left: 0;
    padding-right: 0;
  }
  
  }
  
  .header-extra {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: var(--border-radius-50px);
    background-color: var(--skin);
    align-items: center;
    padding: 12px 30px;
    display: flex;
  }
  
  .hero-section-inner {
    background-color: var(--dark);
    position: relative;
  }
  
  .hero-slider {
    background-color: var(--dark);
    height: 750px;
  }
  
  .hero-slide-arrow,
  .hero-slide-nav {
    display: none;
  }
  
  .hero-slide-1 {
    background-image: linear-gradient(#00000080, #00000080),
      url(./cdn.prod.website-files.com/6745768d21f67164fc9a526c/homepage-banner.jpg);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }
  
  .hero-slide-2 {
    background-image: linear-gradient(#0000008f, #0000008f),
      url(https://cdn.prod.website-files.com/6745768d21f67164fc9a526c/676d43f7b7b66c788dfaeec1_hero-img-01.avif);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }
  
  .hero-content-block {
    justify-content: center;
    align-items: center;
    width: 86%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }
  
  .hero-content-inner {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .hero-pretitle {
    font-family: var(--heading-font);
    color: var(--white);
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
  
  .hero-title {
    color: var(--white);
    font-size: 80px;
    font-weight: 600;
    line-height: 90px;
  }
  
  .hero-btn-wrapper {
    margin-top: 50px;
  }
  
  .btn-block {
    justify-content: center;
    align-items: center;
  }
  
  .btn-text-block {
    border: 1px solid var(--border-color-dark);
    border-radius: var(--border-radius-50px);
    background-color: var(--skin);
    color: var(--heading-font-color);
    padding: 10px 30px;
    font-size: 16px;
    line-height: 26px;
  }
  
  .btn-text-block.submit-btn {
    transition: all 0.3s;
  }
  
  .btn-text-block.submit-btn:hover {
    background-color: var(--dark);
    color: var(--white);
  }
  
  .btn-text-block.skin-submit-btn {
    transition: all 0.3s;
  }
  
  .btn-text-block.skin-submit-btn:hover {
    background-color: var(--white);
  }
  
  .btn-text-block.skin-submit-btn-2 {
    transition: all 0.3s;
  }
  
  .btn-text-block.skin-submit-btn-2:hover {
    border-color: var(--dark);
    background-color: var(--dark);
    color: var(--white);
  }
  
  .btn-arrow-block {
    border: 1px solid var(--dark);
    border-radius: var(--border-radius-50px);
    background-color: var(--skin);
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    margin-left: -20px;
    display: flex;
  }
  
  .btn-flex {
    display: inline-flex;
  }
  
  .hero-social-block {
    z-index: 1;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
  }
  
  .hero-social-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }
  
  .social-link-block {
    display: flex;
  }
  
  .social-block {
    border-radius: var(--border-radius-50px);
    color: var(--white);
    background-color: #00000080;
    border: 1px solid #fff3;
    justify-content: center;
    align-items: center;
    height: 40px;
    display: flex;
  }
  
  .social-block.icon-block {
    width: 40px;
  }
  
  .social-block.icon-block.dark-bg {
    background-color: var(--dark);
    transition: all 0.3s;
  }
  
  .social-block.icon-block.dark-bg:hover {
    border-color: var(--skin);
  }
  
  .social-block.socialtext-block {
    padding: 7px 20px;
  }
  
  .site-navigation {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .about-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto;
    grid-template-columns: 4fr 8fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .section-pretitle-block {
    padding-right: 35px;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  
  .section-pretitle-text {
    font-family: var(--heading-font);
    color: var(--heading-font-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }
  
  .pretitle-image {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
  }
  
  .about-single-image-block {
    border-radius: var(--border-radius-20);
    display: inline-block;
    overflow: hidden;
  }
  
  .about-single-image.about-img {
    object-fit: cover;
    height: 100%;
  }
  
  .about-image-block {
    flex-flow: column;
    justify-content: space-between;
  }
  
  .about-title {
    margin-bottom: 50px;
    font-size: 54px;
    line-height: 65px;
  }
  
  .about-link-block {
    margin-top: 20px;
  }
  
  .about-link-inline {
    color: var(--heading-font-color);
    text-decoration: underline;
  }
  
  .about-link-inline:hover {
    text-decoration: none;
  }
  
  .about-content-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }
  
  .visa-section {
    background-image: url(https://cdn.prod.website-files.com/6745768d21f67164fc9a526c/6745c45d56103ef3414a69c0_bg-ptn.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
  }
  
  .bg-skin {
    background-color: var(--skin);
  }
  
  .section-heading {
    font-size: 78px;
    line-height: 88px;
  }
  
  .visa-section-inner {
    margin-top: 30px;
    padding-left: 55px;
    padding-right: 55px;
    position: relative;
  }
  
  .visa-slider {
    background-color: #0000;
    height: auto;
    position: static;
    overflow: hidden;
  }
  
  .visa-mask {
    width: 440px;
    overflow: visible;
  }
  
  .slide-nav-none {
    display: none;
  }
  
  .visa-slide {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }
  
  .ptn-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .ptn-overlay.overlay-bottom {
    top: auto;
    bottom: -1px;
    transform: rotate(180deg);
  }
  
  .visa-link-block {
    border-radius: var(--border-radius-20);
    display: block;
    position: relative;
    overflow: hidden;
  }
  
  .visa-content {
    border-radius: var(--border-radius-20);
    text-align: center;
    background-image: linear-gradient(#0000, #000000f2);
    padding: 120px 10px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  .visa-item-title {
    color: var(--white);
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 40px;
  }
  
  .visa-desc {
    color: var(--white);
  }
  
  .gallery-lightbox {
    border-radius: 30px;
    overflow: hidden;
  }
  
  .slide-arrow {
    border: 1px solid #0000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    display: flex;
  }
  
  .slide-arrow.right {
    inset: auto -70px 0 0;
  }
  
  .arrow-bg {
    position: absolute;
    inset: 0;
  }
  
  .arrow-bg.left {
    background-image: url(https://cdn.prod.website-files.com/6745768d21f67164fc9a526c/6746c39562820f548c64a598_left-arrow-ellipse.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    left: -7px;
  }
  
  .arrow-bg.right {
    background-image: url(https://cdn.prod.website-files.com/6745768d21f67164fc9a526c/6746c394e686f7bd22a27ca2_right-arrow-ellipse.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    right: -7px;
  }
  
  .visa-left-arrow {
    z-index: 1;
    width: 52px;
    height: 52px;
  }
  
  .visa-right-arrow {
    width: 52px;
    height: 52px;
  }
  
  .country-section {
    background-image: url(https://cdn.prod.website-files.com/6745768d21f67164fc9a526c/6762b4c7e60e121b891f5830_bg-image-1.avif);
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
  }
  
  .country-heading-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 9fr 3fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }
  
  .center-text {
    text-align: center;
  }
  
  .service-section-inner {
    z-index: 1;
    position: relative;
  }
  
  .slide-arrow-none {
    display: none;
  }
  
  .service-item-box {
    border-radius: var(--border-radius-20);
    background-color: var(--white);
    box-shadow: 0 0 10px 1px var(--drop-shadow);
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
    display: flex;
    overflow: hidden;
  }
  
  .service-icon-block {
    height: 72px;
  }
  
  .service-content-block {
    margin-top: 30px;
  }
  
  .service-title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 34px;
  }
  
  .service-link-block {
    margin-top: 30px;
  }
  
  .service-link-text {
    color: var(--dark);
    font-weight: 500;
    text-decoration: underline;
    transition: all 0.3s;
  }
  
  .service-link-text:hover {
    text-decoration: none;
  }
  
  .cta-section {
    margin-top: -150px;
    position: relative;
  }
  
  .bg-dark {
    background-color: var(--dark);
  }
  
  .section-bottom-padding {
    padding-bottom: 100px;
  }
  
  .cta-section-inner {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto;
    grid-template-columns: 3fr 6fr 3fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 140px;
    margin-bottom: 50px;
    display: grid;
  }
  
  .cta-content-block {
    text-align: center;
  }
  
  .text-white {
    color: var(--white);
  }
  
  .cta-image-wrapper {
    flex: none;
  }
  
  .cta-image-block {
    border-radius: var(--border-radius-20);
    display: inline-block;
    overflow: hidden;
  }
  
  .cta-image-block-1 {
    border-radius: var(--border-radius-50);
    display: inline-block;
    overflow: hidden;
  }
  
  .team-section-inner {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }
  
  .team-slider {
    background-color: #0000;
    width: 550px;
    height: auto;
  }
  
  .team-mask {
    width: 442px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }
  
  .team-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .team-item-block {
    border-radius: var(--border-radius-20);
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  
  .team-image {
    width: 100%;
    height: 100%;
  }
  
  .team-content-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    padding: 20px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }
  
  .team-item-title {
    font-family: var(--heading-font);
    color: var(--white);
    margin-bottom: 5px;
    font-size: 27px;
    font-weight: 500;
    line-height: 42px;
    transition: all 0.3s;
  }
  
  .team-item-title:hover {
    color: var(--skin);
  }
  
  .team-position-text {
    color: var(--white);
  }
  
  .team-contact-block {
    margin-top: 30px;
  }
  
  .team-contact-link {
    color: var(--white);
    font-size: 16px;
    line-height: 30px;
    transition: all 0.3s;
  }
  
  .team-contact-link:hover {
    color: var(--skin);
  }
  
  .team-desc {
    color: var(--white);
    display: none;
  }
  
  .service-grid-list {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .team-left-arrow,
  .team-right-arrow {
    width: 52px;
    height: 52px;
  }
  
  .team-content {
    border-radius: var(--border-radius-10);
    background-color: #00000080;
    flex-flow: column;
    justify-content: flex-start;
    padding: 20px;
    display: flex;
    overflow: hidden;
  }
  
  .testimonial-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .textimonial-bg-video {
    height: 640px;
  }
  
  .textimonial-content-wrapper {
    background-color: var(--skin);
    margin-top: 90px;
    margin-left: -100px;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
  }
  
  .testimonial-slider {
    background-color: #0000;
    height: auto;
    margin-top: 40px;
  }
  
  .testimonial-image {
    margin-bottom: 20px;
  }
  
  .textimonial-quote-text {
    color: var(--body-font-color);
  }
  
  .testimonial-author-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }
  
  .testimonial-author-image {
    border-radius: var(--border-radius-50);
    flex: none;
  }
  
  .testimonial-author-title {
    font-size: 20px;
    line-height: 30px;
  }
  
  .client-marquee {
    border-top: 1px solid #0000001a;
    margin-top: 50px;
    padding-top: 50px;
    position: relative;
    overflow: hidden;
  }
  
  .client-marquee-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .client-marquee-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .marquee-item {
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .blog-section.section-padding {
    padding-bottom: 80px;
  }
  
  .play-pause-button {
    bottom: 20px;
    left: 20px;
    right: auto;
  }
  
  .blog-heading-wrapper {
    margin-bottom: 50px;
  }
  
  .blog-section-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 4fr 8fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .blog-item-link-block {
    display: block;
  }
  
  .blog-meta-block {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }
  
  .blog-metaline-author {
    font-family: var(--heading-font);
    color: var(--heading-font-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }
  
  .blog-title-block {
    margin-bottom: 20px;
  }
  
  .blog-title-block.mbottom {
    margin-bottom: 0;
  }
  
  .blog-item-title {
    font-size: 24px;
    line-height: 34px;
  }
  
  .blog-thumbnail {
    border-radius: var(--border-radius-20);
    overflow: hidden;
  }
  
  .blog-image {
    width: 100%;
  }
  
  .blog-wrapper-mtop {
    margin-top: 25px;
  }
  
  .blog-item-image-block {
    margin-bottom: 30px;
  }
  
  .blog-item-title-1 {
    width: 80%;
    font-size: 32px;
    line-height: 42px;
  }
  
  .blog-thumbnail-static-image {
    border-radius: var(--border-radius-20);
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }
  
  .blog-thumbnail-block {
    position: relative;
    overflow: hidden;
  }
  
  .footer {
    background-color: var(--dark);
    background-image: url(https://cdn.prod.website-files.com/6745768d21f67164fc9a526c/674adcdf723734a7109cf871_footer-bg-img.avif);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  
  .footer-grid {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
    grid-template-rows: auto;
    grid-template-columns: 4fr 8fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .footer-newsletter-title {
    color: var(--white);
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 34px;
  }
  
  .footer-desc {
    color: var(--text-white-color);
  }
  
  .footer-form-block {
    margin-top: 35px;
    margin-bottom: 0;
  }
  
  .footer-text-field {
    border-radius: var(--border-radius-50px);
    color: var(--white);
    background-color: #0000;
    border: 1px solid #fff3;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  
  .footer-text-field:focus {
    border-color: #fff3;
  }
  
  .footer-text-field::placeholder {
    color: var(--white);
  }
  
  .width-100 {
    width: 100%;
  }
  
  .footer-widget-title {
    color: var(--white);
    font-size: 32px;
    line-height: 42px;
  }
  
  .footer-menu-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 70px;
    margin-bottom: 70px;
    display: grid;
  }
  
  .footer-menu-title {
    color: var(--white);
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  
  .footer-nav-list-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .footer-nav-link {
    color: var(--white);
    transition: all 0.3s;
  }
  
  .footer-nav-link:hover {
    color: var(--skin);
  }
  
  .copyright-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }
  
  .copyright-text {
    color: var(--white);
    font-size: 14px;
    line-height: 24px;
  }
  
  .copyright-link {
    color: var(--white);
    font-size: 14px;
    line-height: 24px;
    transition: all 0.3s;
  }
  
  .copyright-link:hover {
    color: var(--skin);
  }
  
  .pagetitle-section {
    padding-bottom: 140px;
  }
  
  .page-title {
    color: var(--white);
    text-align: center;
    margin-left: 130px;
    margin-right: 130px;
    font-size: 70px;
    line-height: 80px;
  }
  
  .pagetitle-image-block {
    border-radius: var(--border-radius-30);
    margin-top: 60px;
    margin-bottom: -200px;
    overflow: hidden;
  }
  
  .pagetitile-inner {
    background-color: var(--dark);
    padding-top: 80px;
    padding-bottom: 60px;
  }
  
  .pagetitle-image {
    object-fit: cover;
    width: 100%;
  }
  
  .about-1-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }
  
  .about-1-title {
    font-size: 32px;
    line-height: 42px;
  }
  
  .about-counter-block {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    border-top: 1px solid #0003;
    align-items: center;
    margin-top: 25px;
    padding-top: 10px;
    display: flex;
  }
  
  .about-counter-block.first-child {
    border-top-width: 0;
    border-top-color: #0000;
    margin-top: 0;
    padding-top: 0;
  }
  
  .about-counter-title {
    margin-bottom: 5px;
    font-size: 70px;
    line-height: 80px;
    display: inline-block;
  }
  
  .about-counter-desc {
    margin-bottom: 0;
  }
  
  .about-counter-title-block {
    flex: none;
    width: 170px;
  }
  
  .step-section {
    position: relative;
  }
  
  .step-heading-wrapper {
    margin-left: 100px;
    margin-right: 100px;
  }
  
  .step-section-inner {
    margin-top: 65px;
    position: relative;
  }
  
  .step-grid {
    z-index: 1;
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
  }
  
  .step-block {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .step-icon-block {
    border-radius: var(--border-radius-50);
    background-color: #ffe09a;
    justify-content: center;
    align-items: center;
    width: 145px;
    height: 145px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }
  
  .step-number-text {
    border-radius: var(--border-radius-50px);
    background-color: var(--dark);
    color: var(--white);
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .step-content-block {
    margin-top: 20px;
  }
  
  .step-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  
  .step-border-block {
    grid-column-gap: 145px;
    grid-row-gap: 145px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
  }
  
  .service-1-grid-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .faq-heading-block {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .faq-section-inner {
    border-radius: var(--border-radius-20);
    background-color: var(--white);
    box-shadow: 0 0 10px 1px var(--drop-shadow);
    margin-top: 50px;
    padding: 25px 50px 10px;
    overflow: hidden;
  }
  
  .accordian-item {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  
  .accordian-toggle {
    border-bottom: 1px solid var(--border-color-light);
    justify-content: flex-start;
    align-items: center;
    padding: 25px 0 30px;
    display: flex;
  }
  
  .accordian-toggle.last-child {
    border-bottom-color: #0000 !important;
  }
  
  .accordian-title {
    font-family: var(--heading-font);
    color: var(--heading-font-color);
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    width: 100%;
    margin-right: 25px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
  
  .accordian-icon {
    display: none;
  }
  
  .accordian-content {
    background-color: #0000;
    display: block;
    position: static;
  }
  
  .accordian-desc {
    border-radius: var(--border-radius-10);
    background-color: var(--dark);
    color: var(--white);
    margin-bottom: 0;
    padding: 25px 30px 27px;
    overflow: hidden;
  }
  
  .accordian-desc.last-child {
    margin-bottom: 40px;
  }
  
  .accordian-icon-image {
    flex: none;
  }
  
  .accordian-icon-image.white-icon {
    position: absolute;
  }
  
  .accordian-icon-block {
    border: 1px solid var(--dark);
    border-radius: var(--border-radius-50px);
    background-color: var(--skin);
    flex: none;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    display: flex;
  }
  
  .team-1-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .visa-1-grid-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .visa-image {
    width: 100%;
  }
  
  .blog-1-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  
  .coaching-grid-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .coaching-item-box {
    position: relative;
  }
  
  .coaching-thumbnail {
    z-index: 1;
    border-radius: var(--border-radius-10);
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
  }
  
  .coaching-image {
    width: 100%;
  }
  
  .coaching-content-box {
    z-index: 1;
    padding: 20px 15px 30px;
    position: relative;
  }
  
  .coaching-item-title {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }
  
  .coaching-btn-block {
    margin-top: 20px;
  }
  
  .coaching-bg-overlay {
    border-radius: var(--border-radius-20);
    background-color: var(--white);
    box-shadow: 0 0 10px 1px var(--drop-shadow);
    width: 100%;
    position: absolute;
    inset: 55px 0 0;
    overflow: hidden;
  }
  
  .countrie-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .sticky-block {
    height: 100vh;
    position: sticky;
    top: 0;
  }
  
  .sticky-image {
    object-fit: cover;
    width: 100%;
    height: 110%;
  }
  
  .content-wrapper {
    padding: 80px 30px;
  }
  
  .countrie-grid-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .countrie-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    border-radius: var(--border-radius-20);
    background-color: var(--white);
    box-shadow: 0 0 10px 1px var(--drop-shadow);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    padding: 20px;
    display: grid;
    overflow: hidden;
  }
  
  .countrie-thumbnail {
    width: 100%;
    height: 100%;
  }
  
  .countrie-item-title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
  }
  
  .countrie-link-block {
    margin-top: 20px;
  }
  
  .countrie-item-link {
    color: var(--heading-font-color);
    text-decoration: underline;
    transition: all 0.3s;
  }
  
  .countrie-item-link:hover {
    text-decoration: none;
  }
  
  .countrie-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .static-content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  
  .countrie-info-block {
    background-image: linear-gradient(#0000, #000000f5);
    padding: 220px 50px 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .countrie-section-title {
    color: var(--white);
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 48px;
  }
  
  .contact-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 7fr 5fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }
  
  .contact-map-block {
    border-radius: var(--border-radius-20);
    line-height: 0;
    overflow: hidden;
  }
  
  .contact-desc {
    margin-top: 10px;
  }
  
  .contact-info-grid {
    grid-column-gap: 30px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 35px;
    display: grid;
  }
  
  .contact-info-title {
    font-family: var(--heading-font);
    color: var(--heading-font-color);
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }
  
  .contact-info-link {
    color: var(--heading-font-color);
    transition: all 0.3s;
  }
  
  .contact-info-link:hover {
    text-decoration: underline;
  }
  
  .contact-form-block {
    margin-top: 75px;
    margin-bottom: 0;
  }
  
  .form-input-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .field-label {
    color: var(--heading-font-color);
    font-weight: 400;
  }
  
  .text-field {
    border: 1px solid var(--border-color-light);
    border-radius: var(--border-radius-50px);
    background-color: var(--body-background-color);
    color: var(--heading-font-color);
    height: 54px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .text-field:focus {
    border-color: var(--border-color-light);
  }
  
  .text-field::placeholder {
    color: var(--body-font-color);
  }
  
  .text-field.textarea {
    border-radius: var(--border-radius-30);
    height: 130px;
    padding-top: 15px;
  }
  
  .input-block-2 {
    margin-top: 30px;
  }
  
  .success-message {
    background-color: var(--dark);
    color: var(--white);
  }
  
  .countrie-single-title {
    font-size: 78px;
    line-height: 88px;
  }
  
  .countrie-info-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    display: grid;
  }
  
  .error-message {
    background-color: var(--dark);
    color: #fff;
  }
  
  .contact-address {
    color: var(--heading-font-color);
  }
  
  .countrie-desc-block {
    border-top: 1px solid var(--border-color-light);
    margin-top: 30px;
    padding-top: 40px;
  }
  
  .countrie-rich-text h2 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
  }
  
  .countrie-rich-text-1 {
    margin-top: 25px;
  }
  
  .countrie-rich-text-1 h2 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
  }
  
  .countrie-rich-text-1 ul {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 30px;
  }
  
  .countrie-rich-text-1 li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .countrie-rich-text-1 strong {
    font-family: var(--heading-font);
    color: var(--heading-font-color);
    font-weight: 500;
  }
  
  .countrie-rich-text-1 h3 {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
  
  .coaching-process-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .coaching-process-block {
    border-radius: var(--border-radius-20);
    background-color: var(--white);
    box-shadow: 0 0 10px 1px var(--drop-shadow);
    text-align: center;
    padding: 30px 40px;
  }
  
  .coaching-icon-block {
    height: 52px;
  }
  
  .coaching-process-content {
    margin-top: 10px;
  }
  
  .coaching-process-title {
    color: var(--heading-font-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
  
  .coaching-rich-text h2 {
    margin-bottom: 20px;
    font-size: 54px;
    line-height: 64px;
  }
  
  .coaching-desc-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }
  
  .single-desc-image-block {
    border-radius: var(--border-radius-20);
    margin-top: 40px;
    overflow: hidden;
  }
  
  .single-desc-image {
    width: 100%;
  }
  
  .coaching-rich-text-1 h3 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 34px;
  }
  
  .coaching-list-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    display: grid;
  }
  
  .coaching-list-rich-text ul {
    padding-left: 18px;
  }
  
  .coaching-list-rich-text li {
    color: var(--heading-font-color);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .blog-single-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .blog-single-title {
    margin-bottom: 50px;
    font-size: 78px;
    line-height: 88px;
  }
  
  .blog-single-content {
    border-top: 1px solid var(--border-color-light);
    margin-top: 30px;
    padding-top: 40px;
  }
  
  .blog-item-single-title {
    margin-bottom: 20px;
    font-size: 54px;
    line-height: 64px;
  }
  
  .blog-rich-text h2 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
  }
  
  .blog-rich-text ul {
    margin-top: 15px;
    padding-left: 30px;
  }
  
  .blog-rich-text li {
    padding-top: 20px;
  }
  
  .blog-rich-text strong {
    font-family: var(--heading-font);
    color: var(--heading-font-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
  
  .team-single-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto;
    grid-template-columns: 5fr 7fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .team-single-img-block {
    border-radius: var(--border-radius-20);
    display: inline-block;
    position: sticky;
    top: 0;
    overflow: hidden;
  }
  
  .team-single-title {
    margin-top: 15px;
    font-size: 54px;
    line-height: 64px;
  }
  
  .team-info-list {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
  }
  
  .team-info-list-item {
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }
  
  .team-info-list-title {
    color: var(--heading-font-color);
    width: 120px;
    font-weight: 500;
  }
  
  .team-info-list-title-desc.team-info-link {
    transition: all 0.3s;
  }
  
  .team-info-list-title-desc.team-info-link:hover {
    color: var(--heading-font-color);
    text-decoration: underline;
  }
  
  .team-rich-text h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }
  
  .team-rich-text ul {
    margin-bottom: 0;
    padding-left: 18px;
  }
  
  .team-rich-text li {
    padding-top: 10px;
  }
  
  .service-single-title {
    font-size: 54px;
    line-height: 64px;
  }
  
  .service-info-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 50px;
    display: grid;
  }
  
  .service-info-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: var(--border-radius-20);
    background-color: var(--white);
    box-shadow: 0 0 10px 1px var(--drop-shadow);
    padding: 30px;
    display: flex;
    overflow: hidden;
  }
  
  .service-info-icon {
    width: 35px;
    height: 35px;
  }
  
  .service-info-title {
    font-size: 20px;
    line-height: 30px;
  }
  
  .service-rich-text h2 {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 54px;
    line-height: 64px;
  }
  
  .service-content-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }
  
  .service-rich-text-1 h3 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 34px;
  }
  
  .section-top-padding {
    padding-top: 100px;
  }
  
  .faq-1-section-wrapper {
    padding-top: 35px;
  }
  
  .visa-single-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 7fr 5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .visa-location-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
    width: 80%;
    margin-bottom: 30px;
    display: flex;
  }
  
  .visa-location-text {
    border-radius: var(--border-radius-50px);
    background-color: var(--white);
    box-shadow: 0 0 10px 1px var(--drop-shadow);
    color: var(--heading-font-color);
    padding: 8px 20px;
  }
  
  .visa-line-block {
    background-color: var(--border-color-light);
    width: 100%;
    height: 1px;
  }
  
  .visa-desc-1 {
    margin-top: 30px;
    margin-bottom: 0;
  }
  
  .visa-rich-text h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }
  
  .visa-rich-text ul {
    margin-bottom: 0;
    padding-left: 30px;
  }
  
  .visa-rich-text li {
    padding-top: 20px;
  }
  
  .visa-rich-text strong {
    font-family: var(--heading-font);
    color: var(--heading-font-color);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
  
  .visa-rich-text p {
    margin-top: 20px;
  }
  
  .visa-sidebar-block {
    border-radius: var(--border-radius-20);
    flex-flow: column;
    justify-content: flex-end;
    height: 332px;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden;
  }
  
  .banner-image {
    object-fit: cover;
    width: 100%;
    height: 112%;
    position: absolute;
    inset: 0%;
  }
  
  .visa-sidebar-content-block {
    text-align: center;
    background-image: linear-gradient(#0000, #000);
    padding: 80px 80px 30px;
    position: relative;
  }
  
  .visa-sidebar-title {
    color: var(--white);
  }
  
  .visa-side-btn-wrapper {
    margin-top: 20px;
  }
  
  .utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
  }
  
  .utility-page-wrap._404-page-wrap {
    padding: 15px;
  }
  
  .utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex;
  }
  
  .utility-page-content.password-page-content {
    border-radius: var(--border-radius-20);
    background-color: var(--dark);
    color: var(--white);
    width: 700px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 50px;
  }
  
  .utility-page-content._404-page-content {
    border-radius: var(--border-radius-20);
    background-color: var(--black);
    background-image: linear-gradient(#000c, #000c),
      url(https://cdn.prod.website-files.com/6745768d21f67164fc9a526c/67600741bd8f3aac9a4c4e0f_404-bg.avif);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    overflow: hidden;
  }
  
  .utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
  
  .utility-lock-image {
    width: 130px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .utility-password-content {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  
  .password-text-field {
    border-radius: var(--border-radius-50px);
    color: var(--white);
    background-color: #0000;
    height: 54px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .password-text-field:focus {
    border: 1px solid #ffffff80;
  }
  
  .password-text-field::placeholder {
    color: #fff9;
  }
  
  ._404-content-block {
    color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }
  
  ._404-title-block {
    margin-bottom: 20px;
  }
  
  ._404-page-title-2 {
    color: var(--white);
    margin-bottom: 15px;
    font-size: 54px;
    line-height: 64px;
  }
  
  ._404-main-title {
    color: var(--skin);
    font-size: 256px;
    line-height: 220px;
    display: inline-block;
  }
  
  ._404-main-title.rotate-text {
    transform-style: preserve-3d;
    transform: rotateX(0) rotateY(180deg) rotate(0);
  }
  
  ._404-btn-block {
    margin-top: 30px;
  }
  
  .error-marquee-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: row;
    flex: 0 auto;
    align-items: center;
    display: flex;
    position: relative;
  }
  
  .error-marquee-block {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .error-marquee-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  
  .error-marquee-text {
    font-family: var(--heading-font);
    color: var(--white);
    font-size: 54px;
    font-weight: 500;
    line-height: 64px;
  }
  
  ._404-item-image {
    width: 50px;
    height: 50px;
  }
  
  ._404-content-wrapper {
    padding-bottom: 20px;
  }
  
  
  .sidemenu-drop-toggle {
    padding: 0;
    position: relative;
  }
  
  .btn-block-2 {
    color: #00313e;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #68e9ba;
    border-radius: 50px;
    padding: 12px 30px 11px;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    position: relative;
    overflow: hidden;
  }
  
  .changelog-btn-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    display: flex;
  }
  
  .changelog-section-inner {
    text-align: center;
    margin-top: 50px;
  }
  
  .subheading-title {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 50px;
  }
  
  .licenses-copyright-link {
    color: var(--heading-font-color);
    transition: color 0.3s;
  }
  
  .licenses-copyright-link:hover {
    text-decoration: underline;
  }
  
  .section-top-bottom-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .licenses-section-inner {
    margin-top: 50px;
  }
  
  .license-item-block {
    margin-top: 30px;
  }
  
  .licenses-title-text {
    width: 50%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .licenses-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    display: grid;
  }
  
  .licenses-image {
    width: 100%;
  }
  
  .licenses-thumbnail {
    border-radius: 20px;
    overflow: hidden;
  }
  
  .style-guide-typography-item {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  
  .style-guide-title {
    font-size: 50px;
    line-height: 60px;
  }
  
  .btn-block-3 {
    color: #00313e;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #68e9ba;
    border-radius: 50px;
    padding: 12px 30px 11px;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    position: relative;
    overflow: hidden;
  }
  
  .btn-block-3.btn-dark {
    color: #fff;
    background-color: #00313e;
  }
  
  .style-guide-color-text {
    margin-bottom: 10px;
  }
  
  .style-guide-button-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    margin-top: 30px;
    display: flex;
  }
  
  .style-guide-color-tile {
    color: #00313e;
    font-weight: 500;
  }
  
  .style-guide-color-box {
    background-color: var(--skin);
    border-radius: 20px;
    width: 120px;
    height: 80px;
  }
  
  .style-guide-color-box.color3 {
    background-color: var(--dark);
  }
  
  .style-guide-section-inner {
    margin-top: 40px;
  }
  
  .style-guide-button-block {
    margin-top: 30px;
  }
  
  .style-guide-color-item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .style-guide-color-block {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 35px;
    display: flex;
  }
  
  .sidemenu-block {
    background-color: #0000;
  }
  
  .sidemenu-block.w--open {
    right: -30px;
  }
  
  .sidemenu-content-block {
    border-radius: var(--border-radius-20);
    background-color: var(--white);
    box-shadow: 0 0 10px 2px var(--drop-shadow);
    background-image: linear-gradient(#fffc, #fffc),
      url(https://cdn.prod.website-files.com/6745768d21f67164fc9a526c/67651cd4fe6a0690f82f99b5_bg-image-2.avif);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 490px;
    margin-top: 30px;
    margin-left: auto;
    padding: 30px 40px 40px;
  }
  
  .sidemenu-subtitle {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 32px;
  }
  
  .sidemenu-info-block {
    margin-top: 2px;
  }
  
  .sidemenu-link {
    transition: all 0.3s;
  }
  
  .sidemenu-link:hover {
    color: var(--heading-font-color);
    text-decoration: underline;
  }
  
  .sidemenu-address-text {
    margin-bottom: 20px;
    margin-right: 60px;
  }
  
  .sidemenu-close-icon {
    width: 19px;
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 0;
  }
  
  
  .country-section-inner {
    height: 200vh;
    margin-top: 50px;
  }
  
  .country-main-circle {
    border: 1px solid var(--border-color-light);
    border-radius: var(--border-radius-50);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 780px;
    height: 780px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
    position: relative;
  }
  
  .country-arrow-circle {
    border-radius: var(--border-radius-50);
    justify-content: flex-start;
    align-items: center;
    width: 710px;
    height: 710px;
    margin: auto;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }
  
  .country-arrow-image {
    margin-left: 5px;
    transform: rotate(-11deg);
  }
  
  .country-image-circle {
    border-radius: var(--border-radius-50);
    width: 560px;
    height: 560px;
    position: relative;
    overflow: hidden;
  }
  
  .country-wrapper.wrapper-2 {
    position: absolute;
    right: -70px;
  }
  
  .country-wrapper.wrapper-1 {
    position: absolute;
    top: 70px;
    left: 25px;
  }
  
  .country-wrapper.wrapper-3 {
    position: absolute;
    bottom: 5px;
    left: 70px;
  }
  
  .country-link-block {
    text-align: center;
  }
  
  .country-thumbnail {
    border-radius: var(--border-radius-50);
    width: 106px;
    height: 106px;
    margin-left: auto;
    margin-right: auto;
    padding: 7px;
    position: relative;
    overflow: hidden;
  }
  
  .country-flag-image {
    border-radius: var(--border-radius-50);
    box-shadow: 0 0 10px 1px var(--drop-shadow);
    object-fit: cover;
    width: 92px;
    height: 92px;
    overflow: hidden;
  }
  
  .country-cicle-border {
    border-radius: var(--border-radius-50);
    border: 1px dashed #5e5e5e;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }
  
  .country-content-block {
    margin-top: 10px;
  }
  
  .country-title {
    font-size: 30px;
    line-height: 40px;
  }
  
  .country-sticky-box {
    position: sticky;
    top: 50px;
  }
  
  .country-circle.circle-2,
  .country-circle.circle-3 {
    position: absolute;
    inset: 0%;
  }
  
  .about-counter-hidden {
    overflow: hidden;
  }
  
  .step-bg-overlay {
    background-color: var(--skin);
    opacity: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: 0%;
  }
  
  .term-condition-inner {
    margin-top: 50px;
  }
  
  .term-desc-block {
    margin-top: 40px;
  }
  
  .privacy-policy-section-inner {
    margin-top: 50px;
  }
  
  .privacy-policy-list {
    padding-left: 30px;
  }
  
  .privacy-policy-list-item {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  
  .privacy-policy-block {
    margin-top: 30px;
  }
  
  .header-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .hero-2-section {
    background-color: var(--dark);
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  
  .about-features-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .about-features-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: var(--border-radius-20);
    background-color: var(--white);
    box-shadow: 0 0 10px 1px var(--drop-shadow);
    justify-content: flex-start;
    align-items: center;
    padding: 30px 28px 25px;
    display: flex;
    overflow: hidden;
  }
  
  .about-features-icon-block {
    border-radius: var(--border-radius-50);
    background-color: var(--skin);
    flex: none;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    display: flex;
  }
  
  .about-features-icon {
    width: 45px;
  }
  
  .about-features-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  
  .about-cta-block {
    margin-top: 50px;
  }
  
  .about-cta-line {
    background-color: var(--border-color-light);
    width: 100%;
    height: 1px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  
  .about-contact-block {
    text-align: center;
    position: relative;
  }
  
  .about-contact-link-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--body-background-color);
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    position: relative;
    overflow: hidden;
  }
  
  .about-cta-icon-block {
    z-index: 1;
    border-radius: var(--border-radius-50);
    background-color: var(--skin);
    justify-content: center;
    align-items: center;
    width: 43px;
    min-width: 43px;
    height: 43px;
    display: flex;
    position: relative;
  }
  
  .call-icon {
    display: block;
  }
  
  .about-cta-text {
    font-family: var(--heading-font);
    color: var(--dark);
    white-space: nowrap;
    padding-left: 10px;
    font-weight: 500;
  }
  
  .about-cta-desc {
    text-align: center;
    margin-top: 30px;
  }
  
  .about-cta-desc-link {
    color: var(--heading-font-color);
    font-weight: 500;
    text-decoration: underline;
  }
  
  .about-cta-desc-link:hover {
    text-decoration: none;
  }
  
  .about-2-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 7fr 5fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }
  
  .about-2-counter-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }
  
  .about-counter-desc-block {
    border-left: 1px solid var(--border-color-light);
    padding-left: 50px;
  }
  
  .about-2-btn-wrapper {
    margin-top: 40px;
  }
  
  .service-2-section {
    position: relative;
  }
  
  .service-bg-overlay {
    background-color: var(--dark);
    height: 840px;
    position: absolute;
    inset: 0%;
  }
  
  .service-2-heading-wrapper {
    text-align: center;
    width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  
  .service-2-section-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 7fr 5fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    position: relative;
  }
  
  .service-2-grid-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .contact-1-wrapper {
    border-radius: var(--border-radius-20);
    background-color: var(--white);
    box-shadow: 0 0 10px 1px var(--drop-shadow);
    background-image: linear-gradient(#ffffffd9, #ffffffd9),
      url(https://cdn.prod.website-files.com/6745768d21f67164fc9a526c/67651cd4fe6a0690f82f99b5_bg-image-2.avif);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    padding: 55px 30px;
    display: none;
    overflow: hidden;
  }
  
  .contact-1-input-grid {
    grid-column-gap: 30px;
    grid-row-gap: 35px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .contact-text-field {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: black black var(--border-color-light);
    color: var(--heading-font-color);
    background-color: #0000;
    height: 41px;
    margin-bottom: 0;
    padding-left: 0;
  }
  
  .contact-text-field:focus {
    border-bottom-color: var(--border-color-light);
  }
  
  .contact-text-field::placeholder {
    color: var(--heading-font-color);
  }
  
  .contact-1-btn-block {
    margin-top: 50px;
  }
  
  .contact-1-info-block {
    margin-top: 40px;
  }
  
  .contact-1-info-title {
    font-family: var(--heading-font);
    color: var(--heading-font-color);
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }
  
  .contact-1-info-link {
    font-family: var(--heading-font);
    color: var(--heading-font-color);
    font-size: 38px;
    font-weight: 500;
    line-height: 48px;
  }
  
  .contact-1-info-link:hover {
    text-decoration: underline;
  }
  
  .contact-1-title-block {
    margin-bottom: 40px;
  }
  
  .country-1-heading-wrapper {
    width: 84%;
  }
  
  .country-1-section-inner {
    margin-top: 50px;
  }
  
  .country-1-flex-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    height: 454px;
    display: flex;
  }
  
  .country-1-wrapper {
    width: 20%;
    height: 100%;
    position: relative;
  }
  
  .country-1-block {
    border-radius: var(--border-radius-20);
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  
  .country-1-thumbnail,
  .country-1-list-wrapper,
  .country-1-list,
  .country-1-item {
    height: 100%;
  }
  
  .country-1-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .country-1-flag-block {
    border-radius: var(--border-radius-50);
    width: 71px;
    height: 71px;
    position: absolute;
    top: 20px;
    right: 20px;
    overflow: hidden;
  }
  
  .country-1-flag-image {
    width: 100%;
    height: 100%;
  }
  
  .country-1-content-block {
    border-radius: var(--border-radius-10);
    background-color: var(--white);
    opacity: 0;
    padding: 30px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  
  .country-1-item-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
  }
  
  .country-1-btn-block {
    margin-top: 20px;
  }
  
  .testimonial-1-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: var(--border-radius-20);
    background-color: var(--white);
    box-shadow: 0 0 10px 1px var(--drop-shadow);
    grid-template-rows: auto;
    grid-template-columns: 7fr 5fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: grid;
    position: relative;
    overflow: hidden;
  }
  
  .testimonial-1-content-block {
    width: 100%;
    height: 100%;
    padding-top: 60px;
    overflow: hidden;
  }
  
  .testimonial-1-image-block {
    background-image: url(https://cdn.prod.website-files.com/6745768d21f67164fc9a526c/676d0516e4da924f7728943d_single-img-06.avif);
    background-position: 0 80%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: none;
    height: 100%;
    display: block;
  }
  
  .testimonial-1-image {
    width: 100%;
    height: 100%;
    display: none;
  }
  
  .testimonial-1-heading {
    font-size: 54px;
    line-height: 64px;
  }
  
  .testimonial-1-wrapper {
    height: auto;
    margin-top: 35px;
    overflow: hidden;
  }
  
  .testimonial-1-slider {
    background-color: #0000;
    height: 100%;
    padding-bottom: 113px;
  }
  
  .testimonial-1-slide {
    padding-left: 70px;
    padding-right: 70px;
  }
  
  .testimonial-1-quote-text {
    margin-top: 15px;
  }
  
  .testimonial-1-author-block {
    margin-top: 35px;
  }
  
  .testimonial-1-author-name {
    font-size: 20px;
    line-height: 30px;
  }
  
  .testimonial-1-arrow {
    border-top: 1px solid var(--border-color-light);
    color: var(--heading-font-color);
    width: 50%;
    height: 56px;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
    transition: all 0.3s;
    bottom: 0;
  }
  
  .testimonial-1-arrow:hover {
    background-color: var(--dark);
    color: var(--white);
  }
  
  .testimonial-1-arrow.left-text {
    border-right: 1px solid var(--border-color-light);
  }
  
  .slide-pevious-text {
    text-decoration: underline;
  }
  
  .testimonial-1-title-block {
    padding-left: 70px;
    padding-right: 70px;
  }
  
  .client-heading-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 8fr 4fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }
  
  .client-btn-block {
    text-align: right;
  }
  
  .client-section-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
  }
  
  .client-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    flex: none;
    align-items: center;
    display: flex;
  }
  
  .client-content-box {
    border: 1px solid var(--border-color-light);
    border-radius: var(--border-radius-20);
    justify-content: center;
    align-items: center;
    width: 228px;
    height: 110px;
    display: flex;
  }
  
  .client-main-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    flex: none;
    margin-top: 30px;
    display: flex;
  }
  
  .footer-social-block {
    margin-top: 40px;
  }
  
  .footer-social-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }
  
  .about-1-title-block {
    margin-bottom: 30px;
  }
  
  .navbar-2 {
    background-color: #0000;
    padding-top: 30px;
  }
  
  .site-navigation-2 {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }
  
  
  
  .hero-2-section-inner {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 850px;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .hero-marquee-bg-block {
    z-index: 6;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }
  
  .hero-bg-video-block {
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .hero-bg-video {
    z-index: 1;
    width: 100%;
    height: 850px;
    position: absolute;
  }
  
  .hero-bg-video.video1 {
    transform-origin: 70% 95%;
  }
  
  .hero-bg-video.video2,
  .hero-bg-video.video3 {
    transform-origin: 75% 95%;
  }
  
  .hero-play-pause-btn {
    display: none;
  }
  
  .hero-2-overlay {
    z-index: 7;
    background-image: linear-gradient(#0000008c, #0000008c);
    position: absolute;
    inset: 0%;
  }
  
  .hero-2-content-block {
    z-index: 8;
    width: 90%;
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  
  .hero-2-title {
    color: var(--white);
    margin-bottom: 15px;
    font-size: 80px;
    font-weight: 600;
    line-height: 90px;
  }
  
  .hero-2-desc {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }
  
  .hero-2-desc-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    margin-top: 35px;
    display: flex;
  }
  
  .hero-2-review-text {
    color: var(--white);
  }
  
  .hero-2-video-bottom-block {
    z-index: 10;
    border-radius: var(--border-radius-20);
    background-color: #ffffff40;
    width: 409px;
    height: 285px;
    padding: 10px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    overflow: hidden;
  }
  
  .hero-2-video-bottom {
    flex-flow: row;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .hero-2-bottom-desc {
    font-family: var(--heading-font);
    color: var(--white);
    text-align: center;
    margin-top: 12px;
    font-size: 20px;
    line-height: 30px;
  }
  
  .hero-2-bg-video-bottom {
    border-radius: var(--border-radius-10);
    width: 100%;
    height: 219px;
  }
  
  .hero-2-bg-video-bottom.video2,
  .hero-2-bg-video-bottom.video3 {
    position: absolute;
    right: 0;
  }
  
  .team-1-item-title {
    color: var(--white);
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    transition: all 0.3s;
  }
  
  .team-1-item-title:hover {
    color: var(--skin);
  }
  
  .sidemenu-banner-box {
    border-radius: var(--border-radius-10);
    background-color: var(--black);
    background-image: url(https://cdn.prod.website-files.com/6745768d21f67164fc9a526c/676e382fc4060ff4a699ee0e_single-img-08.avif);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
  }
  
  .sidemenu-banner-content {
    text-align: center;
    background-image: linear-gradient(#0000 22%, #000);
    padding: 100px 40px 30px;
  }
  
  .sidemenu-banner-title {
    font-family: var(--heading-font);
    color: var(--white);
    margin-bottom: 18px;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
  }
  
  .sidemenu-banner-link {
    color: var(--white);
    text-decoration: underline;
  }
  
  .sidemenu-banner-link:hover,
  .banner-skin-text {
    color: var(--skin);
  }
  
  .blog-pagination {
    margin-top: 50px;
  }
  
  .link-pre-next {
    border-color: var(--skin);
    border-radius: var(--border-radius-50px);
    background-color: var(--skin);
    color: var(--heading-font-color);
    font-size: 16px;
    transition: all 0.3s;
  }
  
  .link-pre-next:hover {
    border-color: var(--dark);
    background-color: var(--dark);
    color: var(--white);
  }
  
  .faq-2-section-wrapper {
    padding-top: 50px;
  }
  
  .copyright-link-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .image-right {
    text-align: right;
  }
  
  .section-padding-2 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  
  .about-gif-1 {
    width: 14%;
    margin-top: -20px;
    margin-bottom: 12px;
  }
  
  .cta-btn-wrapper {
    margin-top: 30px;
  }
  
  .about-single-img-block {
    border-radius: var(--border-radius-20);
    height: 100%;
    overflow: hidden;
  }
  
  .country-btn-block {
    text-align: right;
  }
  
  .about-features-desc {
    margin-bottom: 0;
  }
  
  .template-badge {
    z-index: 9999;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50px;
    display: inline-flex;
    position: fixed;
    inset: auto 20px 20px auto;
  }
  
  .badge-inner {
    background-color: #ff3067;
    border-radius: 18px;
    justify-content: center;
    align-items: center;
    padding: 3px 8px 5px 4px;
    text-decoration: none;
    display: inline-flex;
    position: relative;
    box-shadow: 0 2px 20px #ff306770;
  }
  
  .badge-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .badge-logo-box {
    line-height: 26px;
  }
  
  .badge-logo {
    object-fit: cover;
    width: 26px;
    height: auto;
  }
  
  .badge-text-box {
    line-height: 26px;
  }
  
  .badge-box {
    color: #fff;
    font-size: 13px;
    line-height: 26px;
  }
  
  @media screen and (min-width: 1440px) {
    .hero-title {
      font-size: 102px;
      line-height: 112px;
    }
  
    .service-title.service-1-title {
      margin-right: 80px;
    }
  
    .cta-section-inner {
      grid-column-gap: 100px;
      grid-row-gap: 100px;
    }
  
    .textimonial-content-wrapper {
      padding-left: 70px;
      padding-right: 70px;
    }
  
    .blog-section-inner {
      grid-column-gap: 70px;
      grid-row-gap: 70px;
    }
  
    .blog-main-wrapper {
      min-height: 590px;
    }
  
    .page-title {
      margin-left: 0;
      margin-right: 0;
      font-size: 96px;
      line-height: 106px;
    }
  
    .pagetitle-image-block {
      margin-left: 70px;
      margin-right: 70px;
      overflow: hidden;
    }
  
    .content-wrapper,
    .contact-section-inner {
      padding-left: 70px;
      padding-right: 70px;
    }
  
    .contact-grid {
      grid-column-gap: 100px;
      grid-row-gap: 100px;
    }
  
    .contact-1-wrapper {
      padding-left: 60px;
      padding-right: 60px;
    }
  
    .contact-1-input-grid {
      grid-column-gap: 50px;
    }
  
    .navbar-2 {
      margin-left: 55px;
      margin-right: 55px;
    }
  
    .hero-2-content-block {
      width: 70%;
    }
  
    .hero-2-title {
      font-size: 94px;
      line-height: 104px;
    }
  
    .visa-heading-block {
      width: 78%;
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  @media screen and (min-width: 1920px) {
    .hero-content-block {
      width: 74%;
    }
  
    .visa-left-arrow {
      margin-right: 285px;
    }
  
    .cta-section-inner {
      margin-left: 85px;
      margin-right: 85px;
    }
  
    .pagetitle-section {
      padding-bottom: 220px;
    }
  
    .pagetitle-image-block {
      margin-bottom: -220px;
    }
  
    .pagetitile-inner {
      padding-bottom: 0;
    }
  
    .about-counter-title {
      font-size: 96px;
      line-height: 96px;
    }
  
    .countrie-info-block {
      padding-left: 100px;
      padding-right: 100px;
    }
  
    .countrie-section-title {
      width: 80%;
    }
  
    .contact-info-grid {
      width: 60%;
    }
  
    .countrie-info-grid {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
    }
  
    .sidemenu-block.w--open {
      right: -100px;
    }
  
    .country-main-circle {
      border: 1px solid var(--border-color-light);
      border-radius: var(--border-radius-50);
      flex-flow: column;
      justify-content: center;
      align-items: center;
    }
  
    .service-2-heading-wrapper {
      width: 60%;
    }
  
    .service-2-section-inner {
      margin-left: 55px;
      margin-right: 55px;
    }
  
    .hero-2-content-block {
      padding-left: 55px;
      padding-right: 55px;
    }
  
    .hero-2-video-bottom-block {
      bottom: 50px;
      right: 55px;
    }
  }
  
  @media screen and (max-width: 991px) {
    .container {
      min-width: 100%;
      max-width: 100%;
    }
  
    .header-extra {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .hero-slider {
      height: 600px;
    }
  
    .hero-title {
      font-size: 70px;
      line-height: 80px;
    }
  
    .hero-social-block {
      bottom: 30px;
    }
  
    .section-padding {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .about-grid {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      grid-template-columns: 4fr;
    }
  
    .about-single-image {
      width: 100%;
    }
  
    .about-title {
      margin-bottom: 30px;
      font-size: 36px;
      line-height: 46px;
    }
  
    .header-btn-block {
      display: none;
    }
  
    .section-heading {
      font-size: 50px;
      line-height: 60px;
    }
  
    .visa-section-inner {
      padding-left: 0;
      padding-right: 0;
    }
  
    .visa-slider {
      margin-top: 0;
      padding-bottom: 80px;
    }
  
    .visa-mask {
      width: 340px;
    }
  
    .ptn-overlay {
      top: 0;
    }
  
    .ptn-overlay.overlay-bottom {
      bottom: 0;
    }
  
    .visa-left-arrow {
      margin-bottom: 0;
      right: 55px;
    }
  
    .visa-right-arrow {
      margin-bottom: 0;
      left: 55px;
    }
  
    .country-heading-wrapper {
      grid-template-columns: 8fr;
    }
  
    .service-title.service-1-title {
      margin-right: 0;
    }
  
    .cta-section {
      margin-top: 60px;
    }
  
    .section-bottom-padding {
      padding-bottom: 60px;
    }
  
    .cta-section-inner {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      margin-top: 0;
      margin-bottom: 0;
    }
  
    .team-slider {
      width: auto;
      padding-bottom: 75px;
    }
  
    .team-mask {
      width: 390px;
    }
  
    .service-grid-list {
      grid-template-columns: 1fr 1fr;
    }
  
    .team-left-arrow {
      margin-bottom: 0;
      right: 55px;
    }
  
    .team-right-arrow {
      margin-bottom: 0;
      left: 55px;
    }
  
    .testimonial-grid {
      grid-template-columns: 1fr;
    }
  
    .textimonial-bg-video {
      height: 520px;
    }
  
    .textimonial-content-wrapper {
      margin-top: 0;
      margin-left: 0;
      padding: 40px 15px;
    }
  
    .client-marquee {
      margin-top: 40px;
    }
  
    .blog-section.section-padding {
      padding-bottom: 60px;
    }
  
    .blog-section-inner {
      grid-template-columns: 4fr;
    }
  
    .blog-item-title-1 {
      width: 100%;
    }
  
    .blog-main-wrapper {
      max-height: 100%;
    }
  
    .footer {
      padding-top: 60px;
    }
  
    .footer-grid {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
      grid-template-columns: 4fr;
    }
  
    .footer-menu-grid {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      margin-top: 40px;
      margin-bottom: 40px;
    }
  
    .copyright-block {
      flex-flow: column;
      justify-content: center;
      align-items: center;
    }
  
    .pagetitle-section {
      padding-bottom: 0;
    }
  
    .page-title {
      margin-left: 0;
      margin-right: 0;
      font-size: 60px;
      line-height: 70px;
    }
  
    .pagetitle-image-block {
      margin-top: 30px;
      margin-bottom: 0;
    }
  
    .pagetitile-inner {
      padding-top: 45px;
      padding-bottom: 60px;
    }
  
    .about-1-grid {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr;
    }
  
    .about-counter-title {
      font-size: 70px;
      line-height: 80px;
    }
  
    .step-heading-wrapper {
      margin-left: 0;
      margin-right: 0;
    }
  
    .step-section-inner {
      margin-top: 45px;
    }
  
    .step-grid {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
    }
  
    .step-block {
      padding-left: 0;
      padding-right: 0;
    }
  
    .step-border-block {
      display: none;
    }
  
    .service-1-grid-list {
      grid-template-columns: 1fr 1fr;
    }
  
    .faq-heading-block {
      width: 100%;
    }
  
    .faq-section-inner {
      padding-top: 15px;
      padding-left: 30px;
      padding-right: 30px;
    }
  
    .accordian-toggle {
      padding-left: 0;
      padding-right: 0;
    }
  
    .team-1-grid,
    .visa-1-grid-list {
      grid-template-columns: 1fr 1fr;
    }
  
  
    .coaching-grid-list {
      grid-template-columns: 1fr 1fr;
    }
  
    .countrie-grid {
      grid-template-columns: 1fr;
    }
  
    .sticky-block {
      height: 600px;
      position: relative;
      top: auto;
    }
  
    .sticky-image {
      height: 100%;
    }
  
    .content-wrapper {
      padding: 60px 15px;
    }
  
    .countrie-wrapper {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
    }
  
    .countrie-info-block {
      padding-top: 150px;
      padding-left: 30px;
      padding-right: 30px;
    }
  
    .contact-grid {
      grid-template-columns: 7fr;
    }
  
    .contact-map-block {
      height: 450px !important;
    }
  
    .contact-info-grid {
      width: 100%;
    }
  
    .contact-form-block {
      margin-top: 40px;
    }
  
    .countrie-single-title {
      font-size: 50px;
      line-height: 60px;
    }
  
    .countrie-rich-text h2,
    .countrie-rich-text-1 h2 {
      font-size: 30px;
      line-height: 40px;
    }
  
    .countrie-rich-text-1 ul {
      padding-left: 18px;
    }
  
    .coaching-process-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .coaching-rich-text h2 {
      font-size: 50px;
      line-height: 60px;
    }
  
    .coaching-desc-grid {
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      grid-template-columns: 1fr;
    }
  
    .single-desc-image-block {
      margin-top: 30px;
    }
  
    .coaching-list-grid {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
    }
  
    .blog-single-grid {
      grid-template-columns: 1fr;
    }
  
    .blog-single-title {
      font-size: 50px;
      line-height: 60px;
    }
  
    .blog-item-single-title {
      font-size: 40px;
      line-height: 50px;
    }
  
    .blog-rich-text ul {
      padding-left: 18px;
    }
  
    .team-single-grid {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 5fr;
    }
  
    .team-single-img-block {
      position: relative;
      top: auto;
    }
  
    .team-single-title,
    .service-single-title {
      font-size: 50px;
      line-height: 60px;
    }
  
    .service-info-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .service-rich-text h2 {
      font-size: 50px;
      line-height: 60px;
    }
  
    .service-content-grid {
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      grid-template-columns: 1fr;
    }
  
    .section-top-padding {
      padding-top: 60px;
    }
  
    .faq-1-section-wrapper {
      padding-top: 0;
    }
  
    .visa-single-grid {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 7fr;
    }
  
    .visa-rich-text h3 {
      font-size: 30px;
      line-height: 40px;
    }
  
    .visa-rich-text ul {
      padding-left: 18px;
    }
  
    .visa-sidebar-block {
      position: relative;
      top: auto;
    }
  
    .banner-image {
      height: 100%;
    }
  
    .visa-sidebar-content-block {
      padding-left: 30px;
      padding-right: 30px;
    }
  
    ._404-page-title-2 {
      font-size: 50px;
      line-height: 60px;
    }
  
    ._404-main-title {
      font-size: 200px;
      line-height: 172px;
    }
  
    .error-marquee-text {
      font-size: 40px;
      line-height: 50px;
    }
  
    .header-side-block {
      display: none;
    }
  
    .changelog-section-inner {
      margin-top: 40px;
    }
  
    .subheading-title {
      font-size: 30px;
      line-height: 40px;
    }
  
    .section-top-bottom-padding {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  
    .licenses-section-inner {
      margin-top: 25px;
    }
  
    .licenses-title-text {
      width: 100%;
    }
  
    .licenses-grid {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
    }
  
    .licenses-desc-text {
      width: 100%;
    }
  
    .style-guide-title {
      font-size: 50px;
      line-height: 60px;
    }
  
    .style-guide-button-wrapper {
      margin-top: 20px;
    }
  
    .style-guide-typography-title.title-h1 {
      font-size: 100px;
      line-height: 110px;
    }
  
    .style-guide-section-inner {
      margin-top: 40px;
    }
  
    .style-guide-color-block {
      grid-column-gap: 30px;
    }
  
  
    .country-section-inner {
      height: auto;
      margin-top: 30px;
    }
  
    .country-main-circle {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
      border-radius: var(--border-radius-0);
      border-color: #0000;
      flex-flow: row;
      width: auto;
      height: auto;
      padding: 0;
    }
  
    .country-arrow-circle,
    .country-image-circle {
      display: none;
    }
  
    .country-wrapper.wrapper-2 {
      position: relative;
      right: auto;
    }
  
    .country-wrapper.wrapper-1 {
      position: relative;
      top: auto;
      left: auto;
    }
  
    .country-wrapper.wrapper-3 {
      position: relative;
      bottom: auto;
      left: auto;
    }
  
    .country-title {
      font-size: 28px;
      line-height: 38px;
    }
  
    .country-sticky-box {
      position: relative;
      top: 0;
    }
  
    .about-features-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .about-2-grid {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
      grid-template-columns: 7fr;
    }
  
    .service-2-heading-wrapper {
      width: 100%;
    }
  
    .service-2-section-inner {
      grid-template-columns: 7fr;
    }
  
    .service-2-grid-list {
      grid-template-columns: 1fr 1fr;
    }
  
    .contact-1-title-block {
      margin-bottom: 30px;
    }
  
    .country-1-flex-block {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      height: auto;
      display: grid;
    }
  
    .country-1-wrapper {
      width: 100%;
    }
  
    .country-1-block {
      height: 450px;
    }
  
    .country-1-content-block {
      opacity: 1 !important;
      display: block !important;
    }
  
    .testimonial-1-inner {
      grid-template-columns: 7fr;
    }
  
    .testimonial-1-content-block {
      padding-top: 40px;
    }
  
    .testimonial-1-image-block {
      background-position: 0 30%;
      height: 450px;
    }
  
    .testimonial-1-image {
      margin-top: -140px;
    }
  
    .testimonial-1-heading {
      font-size: 50px;
      line-height: 40px;
    }
  
    .testimonial-1-wrapper {
      margin-top: 30px;
    }
  
    .testimonial-1-slider {
      padding-bottom: 100px;
    }
  
    .testimonial-1-slide,
    .testimonial-1-title-block {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .client-heading-wrapper {
      grid-template-columns: 8fr;
    }
  
    .client-btn-block {
      text-align: left;
    }
  
    .client-section-inner {
      margin-top: 0;
    }
  
    .client-content-image {
      width: 75%;
    }
  
    .client-main-block {
      margin-top: 30px;
    }
  
    .navbar-2 {
      padding-top: 10px;
    }
  
  
    .hero-2-section-inner {
      height: 600px;
      padding-top: 40px;
    }
  
    .hero-2-content-block {
      width: 100%;
      margin-top: 0;
    }
  
    .hero-2-title {
      font-size: 70px;
      line-height: 80px;
    }
  
    .hero-2-video-bottom-block {
      display: none;
    }
  
    .faq-2-section-wrapper {
      padding-top: 10px;
    }
  
    .image-right {
      text-align: left;
    }
  
    .section-padding-2 {
      padding-top: 70px;
      padding-bottom: 70px;
    }
  
    .about-gif-1 {
      display: none;
    }
  
    .about-single-img-block {
      display: inline-block;
    }
  
    .country-btn-block {
      text-align: left;
    }
  }
  
  @media screen and (max-width: 767px) {
  
    .hero-slider {
      height: 500px;
    }
  
    .hero-content-block {
      width: 100%;
    }
  
    .hero-content-inner {
      margin-bottom: 0;
    }
  
    .hero-title {
      font-size: 60px;
      line-height: 70px;
    }
  
    .hero-btn-wrapper {
      margin-top: 30px;
    }
  
    .hero-social-block {
      display: none;
    }
  
    .about-title {
      font-size: 28px;
      line-height: 38px;
    }
  
    .about-content-title {
      margin-bottom: 15px;
      font-size: 20px;
      line-height: 30px;
    }
  
    .section-heading {
      font-size: 40px;
      line-height: 50px;
    }
  
    .visa-section-wrapper {
      margin-bottom: 0;
    }
  
    .visa-item-title {
      font-size: 28px;
      line-height: 38px;
    }
  
    .cta-section-inner {
      grid-template-columns: 3fr;
      place-items: center;
    }
  
    .team-mask {
      width: 380px;
    }
  
    .team-slide {
      margin-right: 15px;
      padding-left: 0;
      padding-right: 0;
    }
  
    .team-content-wrapper {
      padding: 15px;
    }
  
    .team-item-title {
      font-size: 26px;
      line-height: 36px;
    }
  
    .team-contact-block,
    .team-desc-block {
      display: none;
    }
  
    .team-content {
      height: auto;
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .testimonial-slider {
      margin-top: 40px;
    }
  
    .client-marquee-block,
    .client-marquee-content {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
    }
  
    .blog-item-title-1 {
      font-size: 24px;
      line-height: 34px;
    }
  
    .footer-newsletter-title {
      font-size: 22px;
      line-height: 32px;
    }
  
    .footer-widget-title {
      font-size: 26px;
      line-height: 36px;
    }
  
    .page-title {
      font-size: 50px;
      line-height: 60px;
    }
  
    .pagetitle-image {
      height: 160px;
    }
  
    .step-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .accordian-title {
      white-space: normal;
      overflow-wrap: normal;
      font-size: 20px;
      line-height: 30px;
    }
  
    .accordian-desc {
      white-space: normal;
      word-break: normal;
      overflow-wrap: normal;
    }
  
    .blog-1-grid {
      grid-template-columns: 1fr;
    }
  
    .countrie-item-title {
      font-size: 26px;
      line-height: 36px;
    }
  
    .contact-info-grid {
      grid-column-gap: 50px;
      grid-row-gap: 50px;
    }
  
    .form-input-grid {
      grid-template-columns: 1fr;
    }
  
    .countrie-info-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .countrie-rich-text h2 {
      font-size: 30px;
      line-height: 40px;
    }
  
    .coaching-process-block {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .coaching-rich-text h2 {
      font-size: 40px;
      line-height: 50px;
    }
  
    .coaching-rich-text-1 h3 {
      margin-top: 25px;
    }
  
    .coaching-list-grid {
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      grid-template-columns: 1fr;
    }
  
    .blog-single-content {
      padding-top: 30px;
    }
  
    .blog-item-single-title {
      font-size: 35px;
      line-height: 45px;
    }
  
    .blog-rich-text h2 {
      margin-top: 30px;
      font-size: 30px;
      line-height: 40px;
    }
  
    .team-single-title {
      font-size: 40px;
      line-height: 50px;
    }
  
    .team-info-list {
      margin-top: 20px;
      margin-bottom: 20px;
    }
  
    .team-rich-text h2 {
      font-size: 30px;
      line-height: 40px;
    }
  
    .service-single-title {
      font-size: 40px;
      line-height: 50px;
    }
  
    .service-info-grid {
      grid-template-columns: 1fr;
    }
  
    .service-rich-text h2 {
      font-size: 40px;
      line-height: 50px;
    }
  
    .visa-location-block {
      width: 100%;
    }
  
    .visa-sidebar-content-block {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .utility-page-content.password-page-content {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px;
    }
  
    ._404-page-title-2 {
      font-size: 40px;
      line-height: 50px;
    }
  
    ._404-main-title {
      font-size: 170px;
      line-height: 155px;
    }
  
    .licenses-grid {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
    }
  
    .style-guide-typography-title.title-h1 {
      font-size: 80px;
      line-height: 90px;
    }
  
    .style-guide-typography-title.title-h2 {
      font-size: 50px;
      line-height: 60px;
    }
  
  
    .about-features-grid {
      grid-template-columns: 1fr;
    }
  
    .about-cta-desc {
      flex-flow: column;
      display: flex;
    }
  
    .about-2-counter-block {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
    }
  
    .about-counter-desc-block {
      border-left-width: 0;
      border-left-color: #0000;
      padding-left: 0;
    }
  
    .service-2-heading-wrapper {
      margin-top: 10px;
    }
  
    .service-2-grid-list {
      grid-template-columns: 1fr;
    }
  
    .contact-1-wrapper {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  
    .contact-1-input-grid {
      grid-row-gap: 30px;
    }
  
    .contact-1-btn-block {
      margin-top: 30px;
    }
  
    .contact-1-info-title {
      font-size: 16px;
      line-height: 26px;
    }
  
    .contact-1-info-link {
      font-size: 28px;
      line-height: 38px;
    }
  
    .country-1-flex-block {
      grid-template-columns: 1fr;
    }
  
    .country-1-block {
      height: 360px;
    }
  
    .country-1-desc {
      display: none;
    }
  
    .testimonial-1-image {
      margin-top: -90px;
    }
  
    .testimonial-1-heading {
      font-size: 40px;
      line-height: 50px;
    }
  
    .client-content-box {
      width: 208px;
      height: 90px;
    }
  
  
    .hero-2-section-inner {
      height: 550px;
      padding-top: 50px;
    }
  
    .hero-2-title {
      font-size: 54px;
      line-height: 64px;
    }
  
    .hero-2-desc {
      font-size: 16px;
      line-height: 26px;
      display: none;
    }
  
    .team-1-item-title {
      font-size: 22px;
      line-height: 32px;
    }
  }
  
  @media screen and (max-width: 479px) {
    .hero-pretitle {
      font-size: 16px;
      line-height: 26px;
      display: none;
    }
  
    .hero-title {
      font-size: 40px;
      line-height: 50px;
    }
  
    .section-pretitle-text {
      font-size: 17px;
      line-height: 27px;
    }
  
    .section-pretitle-text.text-white {
      font-size: 16px;
      line-height: 26px;
    }
  
    .section-heading {
      font-size: 35px;
      line-height: 45px;
    }
  
    .visa-mask {
      width: 100%;
    }
  
    .visa-slide {
      margin-right: 10px;
      padding-left: 0;
      padding-right: 0;
    }
  
    .team-mask {
      width: 100%;
    }
  
    .team-item-title {
      font-size: 24px;
      line-height: 34px;
    }
  
    .service-grid-list {
      grid-template-columns: 1fr;
    }
  
    .blog-metaline-author {
      font-size: 16px;
      line-height: 26px;
    }
  
    .blog-metaline-date {
      font-size: 14px;
      line-height: 24px;
    }
  
    .blog-item-title,
    .blog-item-title-1 {
      font-size: 20px;
      line-height: 30px;
    }
  
    .footer-menu-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .copyright-text {
      text-align: center;
    }
  
    .page-title {
      font-size: 40px;
      line-height: 50px;
    }
  
    .about-counter-block {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      flex-flow: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
  
    .step-grid,
    .service-1-grid-list {
      grid-template-columns: 1fr;
    }
  
    .faq-section-inner {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .accordian-title {
      line-height: 28px;
    }
  
    .accordian-icon-block {
      width: 40px;
      height: 40px;
    }
  
    .team-1-grid,
    .visa-1-grid-list,
    .coaching-grid-list {
      grid-template-columns: 1fr;
    }
  
    .sticky-block {
      height: 350px;
    }
  
    .countrie-wrapper {
      grid-template-columns: 1fr;
    }
  
    .countrie-info-block {
      padding-left: 15px;
      padding-right: 15px;
      display: none;
    }
  
    .countrie-section-title {
      font-size: 35px;
      line-height: 45px;
    }
  
    .contact-info-grid {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      grid-template-columns: 1fr;
    }
  
    .countrie-single-title {
      font-size: 40px;
      line-height: 50px;
    }
  
    .countrie-info-grid {
      grid-template-columns: 1fr;
    }
  
    .countrie-rich-text h2,
    .countrie-rich-text-1 h2 {
      font-size: 28px;
      line-height: 38px;
    }
  
    .coaching-process-grid {
      grid-template-columns: 1fr;
    }
  
    .coaching-rich-text h2 {
      font-size: 35px;
      line-height: 45px;
    }
  
    .blog-single-title {
      font-size: 40px;
      line-height: 50px;
    }
  
    .team-single-title {
      font-size: 36px;
      line-height: 46px;
    }
  
    .team-info-list-item {
      grid-column-gap: 2px;
      grid-row-gap: 2px;
      flex-flow: column;
    }
  
    .service-single-title,
    .service-rich-text h2 {
      font-size: 35px;
      line-height: 45px;
    }
  
    .visa-location-block {
      grid-column-gap: 15px;
      grid-row-gap: 15px;
      flex-flow: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
  
    .visa-line-block {
      display: none;
    }
  
    .visa-rich-text h3 {
      font-size: 28px;
      line-height: 38px;
    }
  
    .visa-sidebar-title {
      font-size: 26px;
      line-height: 36px;
    }
  
    .utility-lock-image {
      width: 90px;
    }
  
    ._404-page-title-2 {
      font-size: 35px;
      line-height: 45px;
    }
  
    ._404-main-title {
      font-size: 110px;
      line-height: 100px;
    }
  
    .error-marquee-wrapper,
    .error-marquee-block {
      grid-column-gap: 40px;
      grid-row-gap: 40px;
    }
  
    .error-marquee-text {
      font-size: 30px;
      line-height: 40px;
    }
  
    ._404-item-image {
      width: 38px;
      height: 38px;
    }
  
    ._404-content-wrapper {
      padding-bottom: 10px;
    }
  
    .subheading-title {
      font-size: 26px;
      line-height: 36px;
    }
  
    .licenses-grid {
      grid-template-columns: 1fr 1fr;
    }
  
    .style-guide-title {
      font-size: 35px;
      line-height: 45px;
    }
  
    .style-guide-typography-title.title-h1 {
      font-size: 50px;
      line-height: 60px;
    }
  
    .style-guide-typography-title.title-h3 {
      font-size: 28px;
      line-height: 38px;
    }
  
    .style-guide-typography-title.title-h2 {
      font-size: 35px;
      line-height: 45px;
    }
  
  
    .country-main-circle {
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      flex-flow: column;
    }
  
    .about-features-block {
      flex-flow: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
  
    .about-2-counter-block {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      flex-flow: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
  
    .about-2-btn-wrapper {
      margin-top: 20px;
    }
  
    .service-2-grid-list {
      grid-template-columns: 1fr;
    }
  
    .contact-1-wrapper {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .contact-1-input-grid {
      grid-template-columns: 1fr;
    }
  
    .country-1-content-block {
      padding: 20px;
      bottom: 10px;
      left: 10px;
      right: 10px;
    }
  
    .country-1-item-title {
      font-size: 20px;
      line-height: 30px;
    }
  
    .country-1-btn-block {
      margin-top: 15px;
    }
  
    .testimonial-1-image-block {
      height: 350px;
      max-height: 100%;
    }
  
    .testimonial-1-image {
      margin-top: 0;
    }
  
    .testimonial-1-heading {
      font-size: 35px;
      line-height: 45px;
    }
  
    .hero-2-title {
      font-size: 40px;
      line-height: 52px;
    }
  
    .hero-2-desc-block {
      flex-flow: column;
      justify-content: flex-start;
      align-items: flex-start;
      margin-top: 20px;
    }
  
    .hero-2-review-info {
      display: none;
    }
  }
  
  /* Custom CSS */
  .my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .mt-20 {
    margin-top: 20px;
  }
  
  .two-col-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .col-40 {
    width: 40%;
  }
  
  .col-60 {
    width: 55%;
  }
  
  .team-image {
    border-radius: 20px;
  }
  
  .custom-text > * {
    color: #081e0c !important;
  }
  
  .custom-text .team-item-title {
    margin-top: 15px;
    font-size: 54px;
    line-height: 64px;
    font-weight: 500;
    font-family: var(--heading-font);
  }
  
  .assesment-form-box-wrapper {
    margin: 60px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px 0;
  }
  
  @media (max-width: 991px) {
    .assesment-form-box-wrapper {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 60px 0;
    }
  }
  
  @media (max-width: 767px) {
    .assesment-form-box-wrapper {
      grid-template-columns: 1fr 1fr;
      gap: 60px 0;
    }
  }
  
  @media (max-width: 575px) {
    .assesment-form-box-wrapper {
      grid-template-columns: 1fr;
      gap: 60px 0;
    }
  }
  
  .assesment-box {
    text-align: center;
  }
  
  .assesment-box .assesment-img {
    width: 150px;
  }
  
  .assesment-box h4 {
    margin-top: 10px;
  }
  
  .assesment-box .btn-text-block {
    background-color: #1a2b41;
    color: var(--white);
    border: none !important;
    transition: all 0.3s ease;
  }
  
  .assesment-box .btn-text-block:hover {
    background-color: #2a3b51;
    transform: translateY(-2px);
  }
  
  .assesment-box .btn-block:hover .btn-text-block {
    background-color: #2a3b51;
    transform: translateY(-2px);
  }
  
  .assesment-form button[type="submit"],
  .cta-btn-wrapper button[type="submit"] {
    border: none !important;
  }
  
  .assesment-form button[type="submit"] .btn-text-block,
  .cta-btn-wrapper button[type="submit"] .btn-text-block,
  .assesment-form button[type="submit"] .btn-flex .btn-text-block,
  .cta-btn-wrapper button[type="submit"] .btn-flex .btn-text-block {
    background-color: #1a2b41;
    color: var(--white);
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
  }
  
  .assesment-form button[type="submit"]:hover .btn-text-block,
  .cta-btn-wrapper button[type="submit"]:hover .btn-text-block,
  .assesment-form button[type="submit"]:hover .btn-flex .btn-text-block,
  .cta-btn-wrapper button[type="submit"]:hover .btn-flex .btn-text-block {
    background-color: #2a3b51;
    transform: translateY(-2px);
    border: none !important;
    outline: none !important;
  }
  
  
  .custom-form-icon {
    width: 55px;
  }
  
  .d-flex {
    display: flex;
  }
  
  .align-items-center {
    align-items: center;
  }
  
  .mb-0 {
    margin-bottom: 0;
  }
  
  .g-10 {
    gap: 10px;
  }
  
  .g-30 {
    gap: 30px;
  }
  
  .assesment-form {
    margin-bottom: 60px;
    box-sizing: border-box;
    width: 100%;
  }
  
  .assesment-form h3,
  .assesment-form h4 {
    margin-bottom: 20px;
  }
  
  .assesment-form label,
  .assesment-form p {
    font-weight: 400;
    color: #081e0c;
  }
  
  .assesment-form label span.required-sign {
    color: red;
  }
  
  .assesment-form .field-group {
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .assesment-form input[type="text"],
  .assesment-form input[type="number"],
  .assesment-form input[type="date"],
  .assesment-form input[type="email"],
  .assesment-form input[type="file"],
  .assesment-form select,
  .assesment-form textarea {
    padding: 8px;
    border: 1px solid #cdcdcd;
    width: 500px;
  }
  
  @media (max-width: 575px) {
    .assesment-form input[type="text"],
    .assesment-form input[type="number"],
    .assesment-form input[type="date"],
    .assesment-form input[type="email"],
    .assesment-form select,
    .assesment-form textarea {
      width: 100%;
    }
  }
  
  .assesment-form hr {
    margin: 20px 0;
  }
  
  .footer-custom-grid {
    grid-template-columns: 1fr;
    text-align: right;
  }
  
  .footer-phone:hover {
    color: var(--skin);
    transition: 0.3s ease;
    text-decoration: underline;
  }
  
  @media (max-width: 991px) {
    .footer-custom-grid {
      text-align: left;
    }
  }
  
  .top-header {
    background: #081e0c;
    padding: 10px 0;
  }
  
  .top-header-stars {
    width: 100px;
  }
  
  .top-header p {
    color: #fff;
  }
  
  .resource-link {
    color: var(--heading-font-color);
    text-decoration: underline;
  }
  
  .immigration-fees-table {
    width: 100%;
    margin-bottom: 80px;
  }
  
  .immigration-fees-table th {
    background: #1a2b41;
    color: var(--white);
  }
  
  .immigration-fees-table th,
  .immigration-fees-table td {
    padding: 5px;
  }
  
  .pb-0 {
    padding-bottom: 0 !important;
  }
  
  .top-header-content-wrapper {
    display: flex;
    justify-content: space-between;
  }
  
  @media (max-width: 991px) {
    .top-header-content-wrapper {
      flex-direction: column;
      align-items: center;
    }
  }
  
  .top-header-text-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  
  @media (max-width: 650px) {
    .top-header-text-wrapper {
      flex-direction: column;
      gap: 0;
    }
  
  }
  
  .top-header-contact-link {
    color: #fff !important;
    transition: 0.3s ease;
  }
  
  .top-header-contact-link:hover {
    color: var(--skin) !important;
  }
  
  /* Fix for mobile sidebar height - ensures sidebar takes full viewport height */
  @media (max-width: 991px) {
    /* Reset html/body height that interferes with 100vh calculations on mobile */
    /* This is critical - percentage heights on html/body break viewport units */
    html {
      height: auto !important;
      overflow-x: hidden !important;
    }
    
    body {
      min-height: auto !important;
      height: auto !important;
      overflow-x: hidden !important;
      position: relative !important;
    }
    
    /* Ensure sidebar takes full viewport height - use multiple viewport units for compatibility */
    .side-navbar {
      position: fixed !important;
      top: 0 !important;
      bottom: 0 !important;
      left: auto !important;
      right: 0 !important;
      width: 290px !important;
      /* Try all viewport height units for maximum compatibility */
      /* Use bottom: 0 with top: 0 for full coverage - more reliable than height on mobile */
      height: auto !important;
      min-height: 100vh !important;
      min-height: 100dvh !important;
      min-height: 100svh !important;
      max-height: none !important;
      /* Ensure flexbox layout doesn't constrain height */
      display: flex !important;
      flex-direction: column !important;
      align-items: stretch !important;
      /* Make sure padding doesn't reduce effective height */
      box-sizing: border-box !important;
      /* Ensure overflow doesn't constrain height */
      overflow-y: auto !important;
      overflow-x: hidden !important;
      /* Ensure z-index is high enough */
      z-index: 3000 !important;
    }
    
    /* Preserve transform for slide-in animation */
    .side-navbar:not(.open) {
      transform: translateX(100%) !important;
    }
    
    .side-navbar.open {
      transform: translateX(0) !important;
    }
  }
  
  /* Banner title styles for resources page */
  .pages-banner.blog .banner-title {
    font-size: 72px !important;
    text-transform: none !important;
    line-height: 1.2 !important;
  }
  
  /* Mobile responsive styles for banner text */
  @media screen and (max-width: 767px) {
    .pages-banner.blog {
      min-height: 220px !important;
      padding-top: 100px !important;
      padding-bottom: 60px !important;
    }
    
    .pages-banner.blog .banner-title-wrapper {
      padding: 0 20px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }
    
    .pages-banner.blog .banner-title {
      font-size: 2.5rem !important; /* ~40px */
      line-height: 1.3 !important;
      text-transform: none !important;
      word-break: break-word;
      overflow-wrap: break-word;
      hyphens: auto;
      width: 100%;
      max-width: 100%;
      padding: 0;
      margin: 0 auto;
    }
  }
  
  @media screen and (max-width: 479px) {
    .pages-banner.blog {
      min-height: 180px !important;
      padding-top: 80px !important;
      padding-bottom: 40px !important;
    }
    
    .pages-banner.blog .banner-title-wrapper {
      padding: 0 15px;
    }
    
    .pages-banner.blog .banner-title {
      font-size: 1.8rem !important; /* ~29px */
      line-height: 1.2 !important;
      text-transform: none !important;
    }
  }
  