@charset "UTF-8";
:root {
  --oi-color-primary: #04aada;
  --oi-color-primary-dark: #0383a8;
  --oi-color-secondary: #016a9c;
  --oi-color-dark: #162c36;
  --oi-color-heading: #00556c;
  --oi-btn-cta: #fb4f14;
  --oi-btn-cta-hover: #d83a04;
  --oi-btn-cta-border: #fb4f14;
  --oi-btn-secondary: #04aada;
  --oi-btn-secondary-hover: #0383a8;
  --oi-btn-brand: var(--oi-color-primary);
  --oi-btn-brand-hover: var(--oi-color-primary-dark);
  --oi-btn-outline-white: #ffffff;
  --oi-btn-outline-white-text: var(--oi-color-dark);
  --oi-btn-outline-dark: var(--oi-color-dark);
  --oi-btn-outline-secondary: var(--oi-color-secondary);
  --oi-btn-outline-cta: var(--oi-btn-cta);
  --oi-bg-primary: var(--oi-color-heading);
  --oi-bg-secondary: #003d4d;
  --oi-bg-deep: #002d39;
  --oi-bg-subtle: #f9f9f9;
  --oi-bg-accent: #e3f3f3;
  --oi-bg-mid: #53565a;
  --oi-bg-white: #ffffff;
  --oi-text-light: #ffffff;
  --oi-text-dark: var(--oi-color-dark);
  --oi-text-brand: var(--oi-color-primary);
  --oi-text-heading: var(--oi-color-heading);
  --oi-border-dark: var(--oi-color-dark);
  --oi-border-brand: var(--oi-color-primary);
  --oi-border-secondary: var(--oi-color-secondary);
  --oi-border-cta: var(--oi-btn-cta);
  --oi-body-color: #162c36;
  --oi-body-bg: #f1f5f9;
  --oi-content-bg: #ffffff;
  --oi-grey-bg: #40535d;
  --oi-grey-dark-bg: #162c36;
  --oi-border: #eff1f1;
  --oi-link-color: #016a9c;
  --oi-link-hover: #162c36;
  --oi-icon-color: #162c36;
  --oi-icon-color-hover: #04aada;
  --oi-icon-color-light: #ffffff;
  --oi-max-width: 1200px;
  --oi-sidebar-width: 300px;
  --oi-font-heading: Noto Sans, sans-serif;
  --oi-font-body: Noto Sans, sans-serif;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--block-color, var(--oi-color-dark));
  background-color: #ffffff;
  overflow-x: hidden;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

a {
  outline: none;
  color: var(--oi-color-secondary);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: var(--oi-color-dark);
  text-decoration: underline;
}
a:focus {
  outline: none;
}
a:active, a:hover {
  outline: 0;
}

.page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button) {
  text-decoration: none;
}
.page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button):hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

img {
  border: 0;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
}

input {
  line-height: normal;
}
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

:focus {
  outline: none;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/NotoSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: var(--oi-font-body);
}
body h1 {
  color: var(--block-color, var(--oi-color-heading));
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  margin: 20px 0 10px;
}
body h2 {
  color: var(--block-color, var(--oi-color-heading));
  font-size: 39px;
  font-weight: 700;
  line-height: 1.26;
  margin-top: 0;
  margin-bottom: 20px;
}
body h3 {
  color: var(--block-color, var(--oi-color-heading));
  font-size: 31px;
  font-weight: 700;
  line-height: 1.26;
  margin: 0 0 20px;
}
body h4 {
  color: var(--block-color, var(--oi-color-heading));
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 13px 0;
}
@media (max-width: 767px) {
  body h1 {
    font-size: 36px;
    line-height: 1.22;
  }
  body h2,
  body h3 {
    font-size: 29px;
    line-height: 1.24;
  }
  body h4 {
    font-size: 16px;
    line-height: 1.5;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: var(--oi-font-heading);
}
body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a {
  color: inherit;
  text-decoration: none;
}
body h1 a:hover,
body h2 a:hover,
body h3 a:hover,
body h4 a:hover,
body h5 a:hover,
body h6 a:hover {
  color: inherit;
  text-decoration: none;
}
body a h1,
body a h2,
body a h3,
body a h4,
body a h5,
body a h6 {
  color: inherit;
}
body a:hover h1,
body a:hover h2,
body a:hover h3,
body a:hover h4,
body a:hover h5,
body a:hover h6 {
  text-decoration: none;
}

.title-v3 {
  margin: 0 0 20px;
}
.title-v3 a {
  color: inherit;
  text-decoration: none;
}
.title-v3 a:hover {
  color: inherit;
  text-decoration: none;
}

h2.title-v3 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  h2.title-v3.left {
    padding-left: 0;
  }
}

h3.title-v3 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 20px;
}

.centered .title-v3, .centered.title-v3 {
  margin-left: auto;
  margin-right: auto;
}

.txt-v3 {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 20px;
  line-height: 1.5;
}
.txt-v3 p {
  margin-bottom: 20px;
  margin-top: 0;
}
.txt-v3 p:last-child {
  margin: 0;
}
.txt-v3 ul:not(.slick-dots):not(.splide__pagination):not(.vjs-menu-content):not(.dropdown-menu) {
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 10px;
  text-align: left !important;
}
.txt-v3 ul:not(.slick-dots):not(.splide__pagination):not(.vjs-menu-content):not(.dropdown-menu) li {
  padding: 0 0 15px 22px;
  position: relative;
  text-align: left !important;
}
.txt-v3 ul:not(.slick-dots):not(.splide__pagination):not(.vjs-menu-content):not(.dropdown-menu) li:before {
  content: "";
  height: 7px;
  width: 7px;
  background: var(--oi-color-dark);
  border-radius: 50%;
  margin-right: 15px;
  position: absolute;
  top: 9px;
  left: 0;
}
.txt-v3.intro {
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .txt-v3, .txt-v3 p {
    font-size: 18px;
    line-height: 1.44;
  }
}

.text-white .txt-v3 ul:not(.slick-dots):not(.splide__pagination):not(.vjs-menu-content):not(.dropdown-menu) li:before {
  background: #fff;
}

.small-v3 p, .small-v3.txt-v3 {
  font-size: 16px;
  line-height: 1.6;
}

.intro-v3 {
  width: 100%;
  margin-bottom: 10px;
}

.centered .intro-v3, .centered.intro-v3 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .centered .intro-v3, .centered.intro-v3 {
    width: 75%;
  }
}

.oi-hide-entry-header .entry-header {
  display: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container::before, .container::after {
  content: " ";
  display: table;
}
.container::after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1170px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::before, .row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}

.col-xs-12,
.col-sm-4,
.col-sm-6,
.col-md-2,
.col-md-3,
.col-md-6,
.col-md-9,
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-4,
  .col-sm-6 {
    float: left;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-md-2,
  .col-md-3,
  .col-md-6,
  .col-md-9,
  .col-md-12 {
    float: left;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-12 {
    width: 100%;
  }
}
html {
  scroll-behavior: smooth;
}

a.anchor {
  position: relative;
  top: -185px;
  display: block;
  height: 0;
  width: 0;
}

#oi-content-wrap.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

body.page {
  padding-bottom: 0 !important;
}
body.page #oi-content-wrap.container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
body.page #content-wrap,
body.page #content,
body.page #primary,
body.page .content-area {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}

.page.has-sidebar,
.single.has-sidebar {
  width: 100%;
  position: relative;
  left: auto;
  right: auto;
  transform: none;
}

.oi-custom-block {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
}

.bg-white {
  background-color: var(--oi-bg-white);
}

.bg-grey {
  background-color: var(--oi-bg-subtle) !important;
}

.bg-blue {
  background-color: #303f9f;
  color: var(--oi-text-light);
}
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4 {
  color: var(--oi-text-light) !important;
}

.bg-cyan {
  background-color: var(--oi-bg-accent);
}
.bg-cyan h1,
.bg-cyan h2,
.bg-cyan h3,
.bg-cyan h4 {
  color: var(--oi-color-dark);
}

.bg-dark-grey {
  background-color: var(--oi-bg-mid);
  color: var(--oi-text-light);
}
.bg-dark-grey h1,
.bg-dark-grey h2,
.bg-dark-grey h3,
.bg-dark-grey h4 {
  color: var(--oi-text-light) !important;
}

.icon_size_sm {
  font-size: 16px;
}

.icon_size_m {
  font-size: 32px;
}

.icon_size_l {
  font-size: 48px;
}

.icon_size_xl {
  font-size: 64px;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.centered {
  text-align: center !important;
}
.centered .intro-v3 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .centered .intro-v3 {
    width: 75%;
  }
}
.centered .title-v3 {
  margin-left: auto;
  margin-right: auto;
}

/* Rows & columns */
/* Row */
.row {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  position: relative;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row:last-child {
  padding-bottom: 0;
}

/* Col */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
/* Formating */
.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-v3 {
  padding-top: 100px;
}

.pb-v3 {
  padding-bottom: 100px;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

@media (max-width: 767px) {
  #right-rail-form label {
    padding-top: 8px;
    padding-bottom: 0;
  }
  .no-border-xs {
    border: none !important;
  }
  .border-t-gray-xs {
    border-top: 1px solid #aaa;
  }
  .border-b-gray-xs {
    border-bottom: 1px solid #aaa;
  }
  .center-block-xs {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .text-center-xs {
    text-align: center;
  }
}
.pull-right {
  float: right !important;
}

.oi-custom-block.oi-twocols .two-col-box p, .oi-custom-block.oi-sc .container p, .oi-custom-block.oi-ovrw .container p, .oi-custom-block.oi-pm .container p, .oi-custom-block.oi-ft .container p,
.oi-custom-block.oi-twocols .two-col-box .txt-v3,
.oi-custom-block.oi-sc .container .txt-v3,
.oi-custom-block.oi-ovrw .container .txt-v3,
.oi-custom-block.oi-pm .container .txt-v3,
.oi-custom-block.oi-ft .container .txt-v3 {
  color: var(--block-color, var(--oi-color-dark));
}
.oi-custom-block.oi-twocols .two-col-box h1, .oi-custom-block.oi-sc .container h1, .oi-custom-block.oi-ovrw .container h1, .oi-custom-block.oi-pm .container h1, .oi-custom-block.oi-ft .container h1,
.oi-custom-block.oi-twocols .two-col-box h2,
.oi-custom-block.oi-sc .container h2,
.oi-custom-block.oi-ovrw .container h2,
.oi-custom-block.oi-pm .container h2,
.oi-custom-block.oi-ft .container h2,
.oi-custom-block.oi-twocols .two-col-box h3,
.oi-custom-block.oi-sc .container h3,
.oi-custom-block.oi-ovrw .container h3,
.oi-custom-block.oi-pm .container h3,
.oi-custom-block.oi-ft .container h3,
.oi-custom-block.oi-twocols .two-col-box h4,
.oi-custom-block.oi-sc .container h4,
.oi-custom-block.oi-ovrw .container h4,
.oi-custom-block.oi-pm .container h4,
.oi-custom-block.oi-ft .container h4,
.oi-custom-block.oi-twocols .two-col-box h5,
.oi-custom-block.oi-sc .container h5,
.oi-custom-block.oi-ovrw .container h5,
.oi-custom-block.oi-pm .container h5,
.oi-custom-block.oi-ft .container h5,
.oi-custom-block.oi-twocols .two-col-box h6,
.oi-custom-block.oi-sc .container h6,
.oi-custom-block.oi-ovrw .container h6,
.oi-custom-block.oi-pm .container h6,
.oi-custom-block.oi-ft .container h6 {
  color: var(--block-color, var(--oi-color-heading));
}
.oi-custom-block.oi-twocols .two-col-box a:not(.btn-v3), .oi-custom-block.oi-sc .container a:not(.btn-v3), .oi-custom-block.oi-ovrw .container a:not(.btn-v3), .oi-custom-block.oi-pm .container a:not(.btn-v3), .oi-custom-block.oi-ft .container a:not(.btn-v3) {
  color: var(--block-link-color, inherit);
}
.oi-custom-block.oi-twocols .two-col-box a:not(.btn-v3):hover, .oi-custom-block.oi-sc .container a:not(.btn-v3):hover, .oi-custom-block.oi-ovrw .container a:not(.btn-v3):hover, .oi-custom-block.oi-pm .container a:not(.btn-v3):hover, .oi-custom-block.oi-ft .container a:not(.btn-v3):hover, .oi-custom-block.oi-twocols .two-col-box a:not(.btn-v3):focus, .oi-custom-block.oi-sc .container a:not(.btn-v3):focus, .oi-custom-block.oi-ovrw .container a:not(.btn-v3):focus, .oi-custom-block.oi-pm .container a:not(.btn-v3):focus, .oi-custom-block.oi-ft .container a:not(.btn-v3):focus {
  color: var(--block-link-hover, var(--block-link-color, inherit));
}

.container .btn-v3 {
  padding: 14px 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 0;
  text-transform: none;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.container .btn-v3:first-letter {
  text-transform: none;
}
.container .btn-v3:hover {
  text-decoration: none;
  box-shadow: none;
}
.container .btn-v3::after {
  content: none;
  font-family: icomoon;
  padding-left: 10px;
}
.container .btn-v3.btn-v3-small {
  padding: 6px 18px;
  font-size: 14px;
  margin: 0;
}
.container .btn-v3.btn-block {
  width: 100%;
}
.container .btn-v3.btn-orange, .container .btn-v3.btn-default {
  border: 2px solid var(--oi-btn-cta);
  color: var(--oi-text-light);
  background: var(--oi-btn-cta);
}
.container .btn-v3.btn-orange:hover, .container .btn-v3.btn-default:hover {
  background: var(--oi-btn-cta-hover);
  border-color: var(--oi-btn-cta-hover);
  color: var(--oi-text-light);
}
.container .btn-v3.btn-orange-outline {
  border: 2px solid var(--oi-btn-cta);
  color: var(--oi-btn-cta);
  font-size: 14px;
  background: transparent;
}
.container .btn-v3.btn-orange-outline:hover {
  color: var(--oi-text-light);
  background: var(--oi-btn-cta);
  border-color: var(--oi-btn-cta);
}
.container .btn-v3.btn-oi-blue {
  border: 2px solid var(--oi-btn-secondary);
  background: var(--oi-btn-secondary);
  color: var(--oi-text-light);
}
.container .btn-v3.btn-oi-blue:hover {
  border-color: var(--oi-btn-secondary-hover);
  background: var(--oi-btn-secondary-hover);
  color: var(--oi-text-light);
}
.container .btn-v3.btn-default-color {
  border: 2px solid var(--oi-btn-brand);
  color: var(--oi-text-light);
  background: var(--oi-btn-brand);
}
.container .btn-v3.btn-default-color:hover {
  background: var(--oi-btn-brand-hover);
  border-color: var(--oi-btn-brand-hover);
  color: var(--oi-text-light);
}
.container .btn-v3.btn-default-outline {
  color: var(--oi-btn-brand);
  background-color: transparent;
  border: 2px solid var(--oi-btn-brand);
}
.container .btn-v3.btn-default-outline:hover {
  color: var(--oi-text-light);
  background-color: var(--oi-btn-brand);
  border-color: var(--oi-btn-brand);
}
.container .btn-v3.btn-blue-outline {
  color: var(--oi-btn-outline-secondary);
  background-color: transparent;
  border: 2px solid var(--oi-btn-outline-secondary);
}
.container .btn-v3.btn-blue-outline:hover {
  color: var(--oi-text-light);
  background-color: var(--oi-btn-outline-secondary);
  border-color: var(--oi-btn-outline-secondary);
}
.container .btn-v3.btn-white-outline {
  color: var(--oi-text-light);
  background-color: transparent;
  border: 2px solid var(--oi-btn-outline-white);
}
.container .btn-v3.btn-white-outline:hover {
  color: var(--oi-color-dark);
  background-color: var(--oi-btn-outline-white);
  border-color: var(--oi-btn-outline-white);
}
.container .btn-v3.btn-black-outline {
  color: var(--oi-color-dark);
  background-color: transparent;
  border: 2px solid var(--oi-color-dark);
}
.container .btn-v3.btn-black-outline:hover {
  color: var(--oi-text-light);
  background-color: var(--oi-color-dark);
  border-color: var(--oi-color-dark);
}

.btn-group-v3 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.btn-group-v3:hover {
  cursor: pointer;
}
.btn-group-v3 .caret {
  border-top: 6px dashed;
}
.btn-group-v3 .btn-v3 {
  margin-right: 0;
}
.btn-group-v3 .btn-v3::after {
  content: none;
}
.btn-group-v3 .dropdown-menu {
  margin-top: -20px;
  padding: 10px 0;
}
.btn-group-v3 .dropdown-menu li {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.btn-group-v3 .dropdown-menu li a {
  padding: 10px 20px;
  width: 100%;
  display: block;
}

.cta-v3 {
  margin-bottom: -20px;
}

@media (max-width: 767px) {
  .btn-block-xs {
    display: block;
    width: 100%;
  }
  .btn-block-xs.btn-v3 {
    margin: 0 0 20px;
    padding-left: 32px;
    padding-right: 32px;
    text-align: center;
  }
  .btn-block-xs .dropdown-menu {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .centered .btn-v3 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .centered .btn-group-v3 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .centered .btn-group-v3 .btn-v3 {
    margin-left: 0;
    margin-right: 0;
  }
}
.link-v3-default {
  color: var(--oi-color-primary);
  font-weight: 700;
  display: block;
  text-transform: none;
}
.link-v3-default:first-letter {
  text-transform: none;
}
.link-v3-default:hover {
  color: var(--oi-color-primary-dark);
  text-decoration: underline;
}
.link-v3-default .icomoon-icon {
  display: inline-block;
  vertical-align: text-bottom;
  padding-left: 5px;
}

.resource-cta {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
  font-size: 16px;
}
.resource-cta .rc-icon {
  background: var(--oi-color-secondary);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: block;
  margin-right: 7px;
}
.resource-cta .rc-icon .icomoon-icon {
  font-size: 14px;
  margin: 6px;
  color: var(--oi-text-light);
  display: block;
}
.resource-cta .rc-text {
  text-decoration: underline;
}
.resource-cta:hover {
  text-decoration: none;
}
.resource-cta:hover .rc-icon {
  background: var(--oi-color-dark);
}
.resource-cta:hover .rc-text {
  text-decoration: underline;
}

.oi-icon,
[class^=icon-],
[class*=" icon-"],
.material-icons,
.material-symbols-outlined,
.fa,
.fas,
.far,
.fal,
.fab {
  color: var(--oi-icon-color);
  transition: color 0.2s ease;
}

.oi-icon {
  fill: var(--oi-icon-color);
  transition: color 0.2s ease, fill 0.2s ease;
}

a:hover .oi-icon,
a:hover [class^=icon-],
a:hover [class*=" icon-"],
a:hover .material-icons,
a:hover .material-symbols-outlined,
a:hover .fa,
a:hover .fas,
a:hover .far,
a:hover .fal,
a:hover .fab, a:focus .oi-icon,
a:focus [class^=icon-],
a:focus [class*=" icon-"],
a:focus .material-icons,
a:focus .material-symbols-outlined,
a:focus .fa,
a:focus .fas,
a:focus .far,
a:focus .fal,
a:focus .fab,
button:hover .oi-icon,
button:hover [class^=icon-],
button:hover [class*=" icon-"],
button:hover .material-icons,
button:hover .material-symbols-outlined,
button:hover .fa,
button:hover .fas,
button:hover .far,
button:hover .fal,
button:hover .fab,
button:focus .oi-icon,
button:focus [class^=icon-],
button:focus [class*=" icon-"],
button:focus .material-icons,
button:focus .material-symbols-outlined,
button:focus .fa,
button:focus .fas,
button:focus .far,
button:focus .fal,
button:focus .fab,
.oi-icon-wrap:hover .oi-icon,
.oi-icon-wrap:hover [class^=icon-],
.oi-icon-wrap:hover [class*=" icon-"],
.oi-icon-wrap:hover .material-icons,
.oi-icon-wrap:hover .material-symbols-outlined,
.oi-icon-wrap:hover .fa,
.oi-icon-wrap:hover .fas,
.oi-icon-wrap:hover .far,
.oi-icon-wrap:hover .fal,
.oi-icon-wrap:hover .fab,
.oi-icon-wrap:focus .oi-icon,
.oi-icon-wrap:focus [class^=icon-],
.oi-icon-wrap:focus [class*=" icon-"],
.oi-icon-wrap:focus .material-icons,
.oi-icon-wrap:focus .material-symbols-outlined,
.oi-icon-wrap:focus .fa,
.oi-icon-wrap:focus .fas,
.oi-icon-wrap:focus .far,
.oi-icon-wrap:focus .fal,
.oi-icon-wrap:focus .fab {
  color: var(--oi-icon-color-hover);
}
a:hover .oi-icon, a:focus .oi-icon,
button:hover .oi-icon,
button:focus .oi-icon,
.oi-icon-wrap:hover .oi-icon,
.oi-icon-wrap:focus .oi-icon {
  fill: var(--oi-icon-color-hover);
}

.oi-bg-dark .oi-icon,
.oi-bg-dark [class^=icon-],
.oi-bg-dark [class*=" icon-"],
.oi-bg-dark .material-icons,
.oi-bg-dark .material-symbols-outlined,
.oi-bg-dark .fa,
.oi-bg-dark .fas,
.oi-bg-dark .far,
.oi-bg-dark .fal,
.oi-bg-dark .fab,
.oi-bg-dark-grey .oi-icon,
.oi-bg-dark-grey [class^=icon-],
.oi-bg-dark-grey [class*=" icon-"],
.oi-bg-dark-grey .material-icons,
.oi-bg-dark-grey .material-symbols-outlined,
.oi-bg-dark-grey .fa,
.oi-bg-dark-grey .fas,
.oi-bg-dark-grey .far,
.oi-bg-dark-grey .fal,
.oi-bg-dark-grey .fab {
  color: var(--oi-icon-color-light);
}
.oi-bg-dark .oi-icon,
.oi-bg-dark-grey .oi-icon {
  fill: var(--oi-icon-color-light);
}
.oi-bg-dark a:hover .oi-icon,
.oi-bg-dark a:hover [class^=icon-],
.oi-bg-dark a:hover [class*=" icon-"],
.oi-bg-dark a:hover .material-icons,
.oi-bg-dark a:hover .material-symbols-outlined,
.oi-bg-dark a:hover .fa,
.oi-bg-dark a:hover .fas,
.oi-bg-dark a:hover .far,
.oi-bg-dark a:hover .fal,
.oi-bg-dark a:hover .fab, .oi-bg-dark a:focus .oi-icon,
.oi-bg-dark a:focus [class^=icon-],
.oi-bg-dark a:focus [class*=" icon-"],
.oi-bg-dark a:focus .material-icons,
.oi-bg-dark a:focus .material-symbols-outlined,
.oi-bg-dark a:focus .fa,
.oi-bg-dark a:focus .fas,
.oi-bg-dark a:focus .far,
.oi-bg-dark a:focus .fal,
.oi-bg-dark a:focus .fab,
.oi-bg-dark button:hover .oi-icon,
.oi-bg-dark button:hover [class^=icon-],
.oi-bg-dark button:hover [class*=" icon-"],
.oi-bg-dark button:hover .material-icons,
.oi-bg-dark button:hover .material-symbols-outlined,
.oi-bg-dark button:hover .fa,
.oi-bg-dark button:hover .fas,
.oi-bg-dark button:hover .far,
.oi-bg-dark button:hover .fal,
.oi-bg-dark button:hover .fab,
.oi-bg-dark button:focus .oi-icon,
.oi-bg-dark button:focus [class^=icon-],
.oi-bg-dark button:focus [class*=" icon-"],
.oi-bg-dark button:focus .material-icons,
.oi-bg-dark button:focus .material-symbols-outlined,
.oi-bg-dark button:focus .fa,
.oi-bg-dark button:focus .fas,
.oi-bg-dark button:focus .far,
.oi-bg-dark button:focus .fal,
.oi-bg-dark button:focus .fab,
.oi-bg-dark .oi-icon-wrap:hover .oi-icon,
.oi-bg-dark .oi-icon-wrap:hover [class^=icon-],
.oi-bg-dark .oi-icon-wrap:hover [class*=" icon-"],
.oi-bg-dark .oi-icon-wrap:hover .material-icons,
.oi-bg-dark .oi-icon-wrap:hover .material-symbols-outlined,
.oi-bg-dark .oi-icon-wrap:hover .fa,
.oi-bg-dark .oi-icon-wrap:hover .fas,
.oi-bg-dark .oi-icon-wrap:hover .far,
.oi-bg-dark .oi-icon-wrap:hover .fal,
.oi-bg-dark .oi-icon-wrap:hover .fab,
.oi-bg-dark .oi-icon-wrap:focus .oi-icon,
.oi-bg-dark .oi-icon-wrap:focus [class^=icon-],
.oi-bg-dark .oi-icon-wrap:focus [class*=" icon-"],
.oi-bg-dark .oi-icon-wrap:focus .material-icons,
.oi-bg-dark .oi-icon-wrap:focus .material-symbols-outlined,
.oi-bg-dark .oi-icon-wrap:focus .fa,
.oi-bg-dark .oi-icon-wrap:focus .fas,
.oi-bg-dark .oi-icon-wrap:focus .far,
.oi-bg-dark .oi-icon-wrap:focus .fal,
.oi-bg-dark .oi-icon-wrap:focus .fab,
.oi-bg-dark-grey a:hover .oi-icon,
.oi-bg-dark-grey a:hover [class^=icon-],
.oi-bg-dark-grey a:hover [class*=" icon-"],
.oi-bg-dark-grey a:hover .material-icons,
.oi-bg-dark-grey a:hover .material-symbols-outlined,
.oi-bg-dark-grey a:hover .fa,
.oi-bg-dark-grey a:hover .fas,
.oi-bg-dark-grey a:hover .far,
.oi-bg-dark-grey a:hover .fal,
.oi-bg-dark-grey a:hover .fab,
.oi-bg-dark-grey a:focus .oi-icon,
.oi-bg-dark-grey a:focus [class^=icon-],
.oi-bg-dark-grey a:focus [class*=" icon-"],
.oi-bg-dark-grey a:focus .material-icons,
.oi-bg-dark-grey a:focus .material-symbols-outlined,
.oi-bg-dark-grey a:focus .fa,
.oi-bg-dark-grey a:focus .fas,
.oi-bg-dark-grey a:focus .far,
.oi-bg-dark-grey a:focus .fal,
.oi-bg-dark-grey a:focus .fab,
.oi-bg-dark-grey button:hover .oi-icon,
.oi-bg-dark-grey button:hover [class^=icon-],
.oi-bg-dark-grey button:hover [class*=" icon-"],
.oi-bg-dark-grey button:hover .material-icons,
.oi-bg-dark-grey button:hover .material-symbols-outlined,
.oi-bg-dark-grey button:hover .fa,
.oi-bg-dark-grey button:hover .fas,
.oi-bg-dark-grey button:hover .far,
.oi-bg-dark-grey button:hover .fal,
.oi-bg-dark-grey button:hover .fab,
.oi-bg-dark-grey button:focus .oi-icon,
.oi-bg-dark-grey button:focus [class^=icon-],
.oi-bg-dark-grey button:focus [class*=" icon-"],
.oi-bg-dark-grey button:focus .material-icons,
.oi-bg-dark-grey button:focus .material-symbols-outlined,
.oi-bg-dark-grey button:focus .fa,
.oi-bg-dark-grey button:focus .fas,
.oi-bg-dark-grey button:focus .far,
.oi-bg-dark-grey button:focus .fal,
.oi-bg-dark-grey button:focus .fab,
.oi-bg-dark-grey .oi-icon-wrap:hover .oi-icon,
.oi-bg-dark-grey .oi-icon-wrap:hover [class^=icon-],
.oi-bg-dark-grey .oi-icon-wrap:hover [class*=" icon-"],
.oi-bg-dark-grey .oi-icon-wrap:hover .material-icons,
.oi-bg-dark-grey .oi-icon-wrap:hover .material-symbols-outlined,
.oi-bg-dark-grey .oi-icon-wrap:hover .fa,
.oi-bg-dark-grey .oi-icon-wrap:hover .fas,
.oi-bg-dark-grey .oi-icon-wrap:hover .far,
.oi-bg-dark-grey .oi-icon-wrap:hover .fal,
.oi-bg-dark-grey .oi-icon-wrap:hover .fab,
.oi-bg-dark-grey .oi-icon-wrap:focus .oi-icon,
.oi-bg-dark-grey .oi-icon-wrap:focus [class^=icon-],
.oi-bg-dark-grey .oi-icon-wrap:focus [class*=" icon-"],
.oi-bg-dark-grey .oi-icon-wrap:focus .material-icons,
.oi-bg-dark-grey .oi-icon-wrap:focus .material-symbols-outlined,
.oi-bg-dark-grey .oi-icon-wrap:focus .fa,
.oi-bg-dark-grey .oi-icon-wrap:focus .fas,
.oi-bg-dark-grey .oi-icon-wrap:focus .far,
.oi-bg-dark-grey .oi-icon-wrap:focus .fal,
.oi-bg-dark-grey .oi-icon-wrap:focus .fab {
  color: var(--oi-icon-color-light);
}
.oi-bg-dark a:hover .oi-icon, .oi-bg-dark a:focus .oi-icon,
.oi-bg-dark button:hover .oi-icon,
.oi-bg-dark button:focus .oi-icon,
.oi-bg-dark .oi-icon-wrap:hover .oi-icon,
.oi-bg-dark .oi-icon-wrap:focus .oi-icon,
.oi-bg-dark-grey a:hover .oi-icon,
.oi-bg-dark-grey a:focus .oi-icon,
.oi-bg-dark-grey button:hover .oi-icon,
.oi-bg-dark-grey button:focus .oi-icon,
.oi-bg-dark-grey .oi-icon-wrap:hover .oi-icon,
.oi-bg-dark-grey .oi-icon-wrap:focus .oi-icon {
  fill: var(--oi-icon-color-light);
}

.site-header [class^=icon-],
.site-header [class*=" icon-"],
.site-header .oi-icon,
.site-header .material-icons,
.site-header .fa,
.site-header .fas,
.site-header .far,
.site-header .fal,
.site-header .fab {
  color: var(--oi-header-text);
}
.site-header .oi-icon {
  fill: var(--oi-header-text);
}

.site-footer [class^=icon-],
.site-footer [class*=" icon-"],
.site-footer .oi-icon,
.site-footer .material-icons,
.site-footer .fa,
.site-footer .fas,
.site-footer .far,
.site-footer .fal,
.site-footer .fab {
  color: var(--oi-footer-text);
}
.site-footer .oi-icon {
  fill: var(--oi-footer-text);
}

/* ICOMOON */
.icomoon-container [class^=icon-],
.icomoon-container [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.txt-v3 ul:not(.slick-dots):not(.splide__pagination):not(.vjs-menu-content):not(.dropdown-menu) {
  padding-left: 0;
  list-style: none;
  line-height: 1.5;
  margin: 0 0 10px;
  text-align: left;
}

.txt-v3 ul:not(.slick-dots):not(.splide__pagination):not(.vjs-menu-content):not(.dropdown-menu) li {
  padding: 0 0 10px 22px;
  position: relative;
  text-align: left;
  font-size: 16px;
}

.txt-v3 ul:not(.slick-dots):not(.splide__pagination):not(.vjs-menu-content):not(.dropdown-menu) li:before {
  content: "";
  height: 7px;
  width: 7px;
  background: var(--oi-color-dark);
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

ul.checkmark-v3,
.checkmark-v3 ul:not(.slick-dots):not(.splide__pagination):not(.vjs-menu-content):not(.dropdown-menu),
ul.checkmark,
.checkmark ul:not(.slick-dots):not(.splide__pagination):not(.vjs-menu-content):not(.dropdown-menu) {
  list-style: none;
  padding-left: 0;
}

ul.checkmark-v3 li,
.checkmark-v3 ul:not(.slick-dots):not(.splide__pagination):not(.vjs-menu-content):not(.dropdown-menu) li,
ul.checkmark li,
.checkmark ul:not(.slick-dots):not(.splide__pagination):not(.vjs-menu-content):not(.dropdown-menu) li {
  position: relative;
  padding-left: 28px;
}

ul.checkmark-v3 li:before,
.checkmark-v3 ul:not(.slick-dots):not(.splide__pagination):not(.vjs-menu-content):not(.dropdown-menu) li:before,
ul.checkmark li:before,
.checkmark ul:not(.slick-dots):not(.splide__pagination):not(.vjs-menu-content):not(.dropdown-menu) li:before {
  font-family: "icomoon" !important;
  content: "\ea01" !important;
  font-size: 22px !important;
  color: var(--oi-color-dark) !important;
  background: none !important;
  position: absolute;
  top: -3px;
  left: -2px;
}

#head-v3 {
  background-color: var(--oi-bg-white);
}
#head-v3 .sticky-wrap {
  border-bottom: none;
}
#head-v3 #hv3-top {
  background: var(--oi-color-dark);
}
#head-v3 #hv3-top a:hover {
  text-decoration: none;
}
#head-v3 #hv3-top > .container > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
#head-v3 #hv3-top > .container > ul > li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 2px 10px 6px;
}
#head-v3 #hv3-top > .container > ul > li.hv3-country {
  position: static;
  width: 37px;
}
#head-v3 #hv3-top > .container > ul > li a.txt-lnk {
  font-size: 14px;
  color: var(--oi-text-light);
}
#head-v3 #hv3-top > .container > ul > li a.txt-lnk:hover {
  text-decoration: underline;
}
#head-v3 #hv3-top > .container > ul .utility .icomoon-icon {
  vertical-align: middle;
  color: var(--oi-text-light);
}
#head-v3 #hv3-top > .container > ul .utility .icomoon-icon.icon-search_A, #head-v3 #hv3-top > .container > ul .utility .icomoon-icon.icon-user {
  font-size: 24px;
}
#head-v3 #hv3-top > .container > ul .hv3-search {
  position: inherit;
}
#head-v3 #hv3-top > .container > ul .hv3-search .search-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s linear, opacity 0.5s linear;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 999;
  margin-top: 5px;
}
#head-v3 #hv3-top > .container > ul .hv3-search .search-wrapper .search-container {
  background: var(--oi-bg-secondary);
}
#head-v3 #hv3-top > .container > ul .hv3-search .search-wrapper .search-container #searchbox {
  width: 100%;
}
#head-v3 #hv3-top > .container > ul .hv3-search .search-wrapper .search-container #searchbox .close-search {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 20px;
}
#head-v3 #hv3-top > .container > ul .hv3-search .search-wrapper .search-container #searchbox .close-search::after {
  content: "\e928";
  font-family: "icomoon" !important;
  color: var(--oi-text-light);
  font-size: 35px;
  position: relative;
  top: -9px;
  font-weight: 400;
}
@media (min-width: 768px) {
  #head-v3 #hv3-top > .container > ul .hv3-search .search-wrapper .search-container #searchbox .close-search::after {
    font-size: 40px;
    top: -10px;
  }
}
#head-v3 #hv3-top > .container > ul .hv3-search .search-wrapper .search-container #searchbox .CoveoSearchbox {
  width: 94%;
  float: left;
  padding: 20px 0;
}
#head-v3 #hv3-top > .container > ul .hv3-country .hv3-country-drop-down {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s linear, opacity 0.5s linear;
  width: 200px;
  position: absolute;
  background: var(--oi-bg-white);
  text-align: left;
  padding: 6px 0;
  margin: 5px 0 0 -8px;
  list-style: none;
  z-index: 999;
  right: 0;
}
#head-v3 #hv3-top > .container > ul .hv3-country .hv3-country-drop-down > li {
  padding: 5px 15px;
}
#head-v3 #hv3-top > .container > ul .hv3-country .hv3-country-drop-down > li:hover {
  background-color: var(--oi-bg-subtle);
}
#head-v3 #hv3-top > .container > ul .hv3-country .hv3-country-drop-down > li a {
  font-size: 14px;
  font-weight: normal;
  color: var(--oi-color-dark);
}
#head-v3 #hv3-top > .container > ul .hv3-country .hv3-country-drop-down > li a:hover {
  text-decoration: none;
}
#head-v3 #hv3-top > .container > ul .hv3-country > div {
  position: absolute;
  top: 2px;
}
#head-v3 #hv3-top > .container > ul .hv3-country > div.v3-drop-down-over-lay {
  top: 33px;
}
#head-v3 #hv3-top > .container > ul .hv3-country > div .hv3-country-drop-down {
  right: 0;
}
#head-v3 #hv3-top > .container > ul .v3-drop-down-over-lay {
  top: 32px;
}
#head-v3 #hv3-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#head-v3 #hv3-bottom #logo {
  margin: 14px 0 20px;
}
#head-v3 #hv3-bottom #logo img {
  height: 45px;
  max-height: 42px;
}
#head-v3 #hv3-bottom .mobile-menu-container,
#head-v3 #hv3-bottom nav .v3-tier-1 span.menu-back,
#head-v3 #hv3-bottom nav .v3-tier-1 span.menu-back-tier-2,
#head-v3 #hv3-bottom .mobile-nav-over-lay {
  display: none;
}
#head-v3 #hv3-bottom nav {
  margin-top: 30px;
  display: inline-block;
}
#head-v3 #hv3-bottom nav .v3-tier-1 {
  float: left;
  color: var(--oi-color-dark);
  font-size: 17px;
  font-weight: bold;
  margin-bottom: -5px;
}
#head-v3 #hv3-bottom nav .v3-tier-1 > span {
  margin-right: 30px;
  padding-bottom: 0;
  border-bottom: 4px solid var(--oi-bg-white);
  display: block;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 24px;
}
@media (min-width: 991px) {
  #head-v3 #hv3-bottom nav .v3-tier-1 > span:hover {
    color: var(--oi-color-primary);
    border-bottom-color: var(--oi-color-primary);
  }
}
#head-v3 #hv3-bottom nav .v3-tier-1 > span > a {
  color: var(--oi-color-dark);
}
#head-v3 #hv3-bottom nav .v3-tier-1 > span > a:hover {
  text-decoration: none;
}
@media (min-width: 991px) {
  #head-v3 #hv3-bottom nav .v3-tier-1 > span > a:hover {
    color: var(--oi-color-primary);
  }
}
#head-v3 #hv3-bottom nav .v3-tier-1:last-child {
  margin-left: 20px;
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-mega-nav {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s linear, opacity 0.5s linear;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 999999;
  text-align: left;
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-mega-nav > div {
  box-shadow: 0 -1px 5px rgba(170, 170, 170, 0.5);
  background: var(--oi-bg-white);
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-mega-nav > div > .container > .row {
  display: flex;
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-mega-nav > div > .container > .row > .col-xs-12 {
  padding: 40px 20px;
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-mega-nav > div > .container > .row > .col-xs-12 .col-md-2.v3-tier-3 {
  padding-right: 0;
  padding-left: 50px;
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-mega-nav > div > .container > .row > .col-xs-12 .col-md-2.v3-tier-3:first-child {
  padding-left: 15px;
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-mega-nav .hv3-right-col {
  background: var(--oi-bg-white);
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-mega-nav h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 14px;
  margin-top: 0;
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-mega-nav h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 12px;
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-mega-nav h6 a {
  color: var(--oi-color-primary);
  display: block;
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-mega-nav h6 a:hover {
  color: var(--oi-color-primary-dark);
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-mega-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-mega-nav ul li {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  color: var(--oi-color-dark);
  padding-bottom: 6px;
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-mega-nav ul li a {
  color: var(--oi-color-dark);
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-drop-down {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s linear, opacity 0.5s linear;
  position: absolute;
  z-index: 999999;
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-drop-down > ul {
  background: var(--oi-bg-white);
  padding: 10px 0;
  list-style: none;
  width: 200px;
  margin-top: 0;
  box-shadow: 0 -1px 5px rgba(170, 170, 170, 0.5);
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-drop-down > ul li {
  padding: 8px 15px;
  line-height: 18px;
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-drop-down > ul li:hover {
  background: var(--oi-bg-subtle);
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-drop-down > ul li a {
  font-size: 16px;
  font-weight: bold;
  color: var(--oi-color-dark);
}
#head-v3 #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-drop-down > ul li a:hover {
  text-decoration: none;
}
#head-v3 #hv3-bottom nav .v3-tier-1.erwin-mega .v3-tier-2.v3-mega-nav > div {
  background: var(--oi-bg-white);
}
@media (min-width: 992px) {
  #head-v3 #hv3-bottom nav .v3-tier-1.erwin-mega .v3-tier-2.v3-mega-nav ul {
    display: flex;
    justify-content: center;
    margin: 40px -20px 0;
  }
  #head-v3 #hv3-bottom nav .v3-tier-1.erwin-mega .v3-tier-2.v3-mega-nav ul li {
    padding: 0 20px;
    flex: 1;
  }
  #head-v3 #hv3-bottom nav .v3-tier-1.erwin-mega .v3-tier-2.v3-mega-nav .link-v3-default {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  #head-v3 #hv3-bottom nav .v3-tier-1.erwin-mega .v3-tier-2.v3-mega-nav ul {
    margin: 15px 0 40px;
  }
  #head-v3 #hv3-bottom nav .v3-tier-1.erwin-mega .v3-tier-2.v3-mega-nav .link-v3-default {
    margin-bottom: 25px;
  }
}
#head-v3 #hv3-bottom .nav-cta {
  float: right;
  margin: 27px 0;
  font-size: 17px;
  font-weight: bold;
}
#head-v3 #hv3-bottom .nav-cta span {
  margin-right: 5px;
}
#head-v3 #hv3-bottom .nav-cta span:first-child {
  margin-right: 20px;
}
@media (min-width: 992px) {
  #head-v3 #hv3-bottom .flex-floating-col {
    display: flex;
  }
}
#head-v3 #hv3-bottom .flex-floating-col .v3-tier-3 {
  width: auto;
}
@media (max-width: 991px) {
  #head-v3 #hv3-bottom .flex-floating-col .v3-tier-3 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  #head-v3 #hv3-bottom .nav-cta-bottom-right > span {
    float: right;
    margin: 0 10px;
  }
  #head-v3 #hv3-bottom .top-title {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  #head-v3 #hv3-bottom .nav-cta-bottom-right {
    margin-top: 30px;
  }
  #head-v3 #hv3-bottom .nav-cta-bottom-right span {
    float: none;
    margin: 10px 0;
    width: 100%;
    display: block;
  }
  #head-v3 #hv3-bottom .nav-cta-bottom-right span.icomoon-icon {
    display: inline;
  }
}
#head-v3 .v3-drop-down-over-lay {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s linear, opacity 0.5s linear;
  position: absolute;
}
@media (min-width: 991px) {
  #head-v3 .hv3-search {
    padding: 2px 6px 6px !important;
  }
}
@media (min-width: 991px) and (max-width: 1170px) {
  #head-v3 #hv3-bottom #logo img {
    width: 124px;
  }
  #head-v3 #hv3-bottom nav .v3-tier-1 > span {
    margin-right: 14px;
    font-size: 15px;
  }
  #head-v3 #hv3-bottom .nav-cta span:first-child {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  #head-v3 a:hover {
    text-decoration: none !important;
    color: var(--oi-color-dark);
  }
  #head-v3 a.link-v3-default:hover {
    color: var(--oi-color-primary-dark);
  }
  #head-v3 #hv3-top > .container > ul {
    padding-right: 10px;
  }
  #head-v3 .container {
    width: 100%;
    padding: 0;
  }
  #head-v3 .container #hv3-bottom #logo {
    margin: 20px 15px;
    z-index: 100;
  }
  #head-v3 .container #hv3-bottom #logo img {
    width: 140px;
    height: 40px;
  }
  #head-v3 .container #hv3-bottom .mobile-menu-container {
    display: block;
    float: right;
  }
  #head-v3 .container #hv3-bottom .mobile-menu-container > button {
    border: 0;
    background: none;
    margin-bottom: 14px;
    float: right;
  }
  #head-v3 .container #hv3-bottom .mobile-menu-container > button.mobile-menu {
    padding: 0 15px 0 20px;
  }
  #head-v3 .container #hv3-bottom .mobile-menu-container > button .icomoon-icon {
    font-size: 40px;
  }
  #head-v3 .container #hv3-bottom .mobile-menu-container > button .icomoon-icon.icon-menu_A {
    color: var(--oi-color-primary);
  }
  #head-v3 .container #hv3-bottom .mobile-menu-container .mobile-search,
  #head-v3 .container #hv3-bottom .mobile-menu-container #hv3-mobile-language,
  #head-v3 .container #hv3-bottom .mobile-menu-container #hv3-mobile-user {
    display: none;
  }
  #head-v3 .container #hv3-bottom nav {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  #head-v3 .container #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-drop-down > ul {
    background: var(--oi-bg-white) !important;
  }
  #head-v3 .container #hv3-bottom nav .v3-tier-1 .v3-tier-2.v3-mega-nav h6 {
    font-size: 18px;
    border-bottom: 1px solid #aaa;
    padding: 15px 0;
    margin-bottom: 0;
  }
  #head-v3 .container #hv3-bottom nav .v3-tier-2.v3-mega-nav > div {
    background: var(--oi-bg-white) !important;
  }
  #head-v3 .container #hv3-bottom nav .v3-tier-2.v3-mega-nav > div > .container > .row {
    flex-direction: column;
  }
  #head-v3 .container #hv3-bottom nav .v3-tier-2.v3-mega-nav > div > .container > .row .v3-tier-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  #head-v3 .container #hv3-bottom nav .v3-tier-2.v3-mega-nav#nav-v3-products .hv3-right-col {
    order: -1;
  }
  #head-v3 .container #hv3-bottom .nav-cta {
    margin: 6px 0 26px;
  }
  #head-v3 .container #hv3-bottom .nav-cta a:hover {
    color: var(--oi-text-light);
  }
}
@media (max-width: 767px) {
  #head-v3 #hv3-top {
    height: 8px;
  }
  #head-v3 #hv3-top > .container > ul > li {
    display: none;
  }
  #head-v3 #hv3-top > .container > ul .hv3-search .search-wrapper .search-container #searchbox .close-search {
    top: 12px;
    width: 35px;
    height: 35px;
  }
  #head-v3 #hv3-top > .container > ul .hv3-search .search-wrapper .search-container #searchbox .CoveoSearchbox {
    width: 91%;
  }
  #head-v3 .container #hv3-bottom #logo {
    margin: 10px 15px;
  }
  #head-v3 .container #hv3-bottom #logo img {
    width: 110px;
  }
  #head-v3 .container #hv3-bottom .mobile-menu-container > button {
    margin-bottom: 8px;
  }
  #head-v3 .container #hv3-bottom .mobile-menu-container > button.mobile-menu {
    padding-left: 0;
  }
  #head-v3 .container #hv3-bottom .mobile-menu-container > button.mobile-search {
    display: block;
    padding-top: 3px;
    padding-right: 12px;
    color: var(--oi-color-dark);
  }
  #head-v3 .container #hv3-bottom .mobile-menu-container > button .icomoon-icon {
    font-size: 34px;
  }
  #head-v3 .container #hv3-bottom .mobile-menu-container > button .icomoon-icon.icon-menu_A {
    color: var(--oi-color-primary);
  }
  #head-v3 .container #hv3-bottom .mobile-menu-container > button .icomoon-icon.icon-search_A {
    font-size: 30px;
    padding-top: 4px;
  }
  #head-v3 .container #hv3-bottom .mobile-menu-container #hv3-mobile-language {
    float: right;
    margin-right: 8px;
    padding-top: 2px;
  }
  #head-v3 .container #hv3-bottom .mobile-menu-container #hv3-mobile-language span {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: sub;
    border: 1px solid;
    border-radius: 8px;
  }
  #head-v3 .container #hv3-bottom .mobile-menu-container #hv3-mobile-language .hv3-country-drop-down {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s linear, opacity 0.5s linear;
    width: 200px;
    position: absolute;
    background: var(--oi-bg-secondary);
    right: 0;
    text-align: left;
    padding: 6px 0;
    margin: 5px 0 0;
    list-style: none;
    z-index: 999;
    top: 50px;
  }
  #head-v3 .container #hv3-bottom .mobile-menu-container #hv3-mobile-user {
    display: block;
    float: right;
    margin-right: 16px;
    padding-top: 2px;
  }
  #head-v3 .container #hv3-bottom .nav-cta {
    display: none;
  }
}

.oi-plus-ol {
  background: var(--oi-color-primary);
  width: 100%;
  text-align: center;
  color: var(--oi-text-light);
  padding: 10px 0;
}
.oi-plus-ol .container a {
  display: inline-block;
  color: var(--oi-text-light);
  font-weight: bold;
  margin-left: 10px;
}
.oi-plus-ol .container a span {
  display: inline-block;
  vertical-align: middle;
  color: var(--oi-text-light);
}
.oi-plus-ol .container a:hover span {
  text-decoration: none !important;
  color: var(--oi-text-light);
}

/* DELETE THIS IS TEMPORAL HEADER ↓↓↓↓↓↓  */
.oi-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--oi-bg-white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.oi-header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: var(--oi-max-width, 1200px);
  margin: 0 auto;
  padding: 0 20px;
  min-height: 64px;
}

.oi-header-brand {
  flex-shrink: 0;
}

.oi-header-logo img {
  max-height: 48px;
  width: auto;
}

.oi-header-site-name {
  font-size: 20px;
  font-weight: 700;
  color: var(--oi-color-dark);
  text-decoration: none;
}

.oi-header-nav {
  flex: 1;
}

.oi-nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.oi-nav-list li {
  position: relative;
}

.oi-nav-list a {
  display: block;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: 500;
  color: var(--oi-color-dark);
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}

.oi-nav-list a:hover,
.oi-nav-list .current-menu-item > a {
  background: var(--oi-bg-subtle);
  color: var(--oi-color-primary);
}

.oi-nav-list .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: var(--oi-bg-white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 8px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  list-style: none;
  z-index: 100;
}

.oi-nav-list li:hover > .sub-menu,
.oi-nav-list li:focus-within > .sub-menu {
  display: block;
}

.oi-nav-list .sub-menu a {
  padding: 8px 18px;
  font-size: 14px;
  border-radius: 0;
}

.oi-header-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.oi-header-toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--oi-color-dark);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

/* DELETE THIS IS TEMPORAL HEADER ↑↑↑↑↑↑ */
.inner-page-hero {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .inner-page-hero {
    padding-bottom: 50px;
  }
}
.inner-page-hero .row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .inner-page-hero .row {
    flex-wrap: wrap;
  }
}
.inner-page-hero .breadcrumb-v3 {
  z-index: 2;
  padding-top: 20px;
  color: var(--oi-color-primary);
  text-transform: uppercase;
  font-size: 12px;
}
.inner-page-hero .breadcrumb-v3 span {
  font-weight: 700;
}
.inner-page-hero .breadcrumb-v3 span.bread-divider {
  margin: 0 10px;
}
.inner-page-hero .breadcrumb-v3 a {
  color: var(--oi-color-primary);
}
.inner-page-hero .hero-txt {
  z-index: 2;
}
@media (min-width: 991px) {
  .inner-page-hero .hero-txt {
    padding-right: 55px;
  }
}
.inner-page-hero .hero-content-wrapper .txt-v3 {
  margin-bottom: 0;
}
.inner-page-hero .hero-graphic {
  margin-top: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .inner-page-hero .hero-graphic {
    padding-left: 15px;
  }
}
.inner-page-hero .hero-graphic .hg-img {
  max-width: 100%;
  margin: auto;
  display: block;
}
.inner-page-hero .cta-v3 {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .inner-page-hero .cta-v3 {
    text-align: center;
  }
}

.footer-v3 {
  color: var(--oi-text-light);
}
.footer-v3.blue {
  background: var(--oi-color-dark);
}
.footer-v3 .f-info {
  padding: 70px 34px 70px 0;
  float: left;
}
.footer-v3 .f-info .f-logo {
  margin-bottom: 20px;
  max-width: 220px;
}
.footer-v3 .f-info span {
  display: block;
  font-size: 10px;
  margin: 0 0 4px;
}
.footer-v3 .f-info span > span {
  display: inline-block;
}
.footer-v3 .f-info a {
  color: var(--oi-text-light);
  margin-right: 6px;
  margin-left: 6px;
}
.footer-v3 .f-info a:first-child {
  margin-left: 0;
}
.footer-v3 .f-link > div {
  float: left;
  margin: 0 58px 0 0;
  padding: 70px 0 15px;
}
.footer-v3 .f-link > div h4 {
  margin: 4px 0 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--oi-text-light);
}
.footer-v3 .f-link > div ul {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}
.footer-v3 .f-link > div ul li {
  padding-bottom: 16px;
}
.footer-v3 .f-link > div:last-child {
  margin-right: 0;
  padding-left: 58px;
  max-width: 270px;
}
.footer-v3 .f-link a {
  color: var(--oi-text-light);
  font-size: 14px;
  display: block;
}
.footer-v3 .f-border-right {
  border-right: 1px solid var(--oi-text-light);
  margin-right: 0 !important;
  padding-right: 58px !important;
  margin-top: 70px !important;
  padding-top: 0 !important;
}
.footer-v3 .f-social {
  margin: 20px 0 54px;
}
.footer-v3 .f-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-v3 .f-social ul li {
  float: left;
  margin-right: 20px;
}
.footer-v3 .f-social ul li a {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 0;
}
.footer-v3 .f-social ul li span {
  display: block;
  background-size: cover;
}
.footer-v3 .f-social ul li.facebook {
  margin-right: 10px;
}
.footer-v3 .f-social ul li.facebook span {
  background: url("https://www.onelogin.com/images/icons/svg/facebook-white.svg") no-repeat;
  width: 8px;
  height: 14px;
}
.footer-v3 .f-social ul li.facebook:hover span {
  background-image: url("https://www.onelogin.com/images/icons/svg/facebook-blue.svg");
}
.footer-v3 .f-social ul li.linkedin span {
  background: url("https://www.onelogin.com/images/icons/svg/linkedin-in-white.svg") no-repeat;
  width: 18px;
  height: 14px;
}
.footer-v3 .f-social ul li.linkedin:hover span {
  background-image: url("https://www.onelogin.com/images/icons/svg/linkedin-in-blue.svg");
}
.footer-v3 .f-social ul li.twitter span {
  background: url("https://www.onelogin.com/images/icons/svg/twitter-white.svg") no-repeat;
  width: 18px;
  height: 14px;
}
.footer-v3 .f-social ul li.twitter:hover span {
  background-image: url("https://www.onelogin.com/images/icons/svg/twitter-blue.svg");
}
.footer-v3 .f-social ul li.youtube span {
  background: url("https://www.onelogin.com/images/icons/svg/youtube-white.png") no-repeat;
  width: 20px;
  height: 14px;
}
.footer-v3 .f-social ul li.youtube:hover span {
  background-image: url("https://www.onelogin.com/images/icons/svg/youtube-blue.png");
}
.footer-v3 .f-lan-selector {
  padding-top: 40px;
}
.footer-v3 .current-country {
  cursor: pointer;
}
.footer-v3 .current-country span {
  display: inline-block;
}
.footer-v3 .current-country span.f-country-label {
  font-size: 10px;
  margin-left: 6px;
}
.footer-v3 .current-country span.icon-globe {
  font-size: 18px;
  vertical-align: sub;
}
.footer-v3 #country-popup {
  display: none;
  position: absolute;
  left: 15px;
  bottom: 108px;
  padding: 0;
  overflow: visible;
  border-radius: 5px;
  z-index: 9999;
}
.footer-v3 #country-popup .f-close {
  display: none;
}
.footer-v3 #country-popup ul {
  margin: 0;
  padding: 10px 20px;
}
.footer-v3 #country-popup ul li {
  list-style: none;
  padding: 3px 0;
}
.footer-v3 #country-popup ul li a {
  font-size: 13px;
}
.footer-v3 #country-popup ul li a.active {
  color: var(--oi-color-primary);
}
.footer-v3 #country-popup > div::before, .footer-v3 #country-popup > div::after {
  position: absolute;
  bottom: -10px;
  left: 78px;
  content: "";
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  background: var(--oi-color-dark);
  border-bottom: 1px solid var(--oi-text-light);
  z-index: 9999;
  border-right: 1px solid var(--oi-text-light);
}
.footer-v3 #country-popup > div > div {
  position: relative;
  background: var(--oi-color-dark);
  border-radius: 10px;
  border: 1px solid var(--oi-text-light);
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1170px) {
  .footer-v3 .f-info {
    padding-right: 0;
  }
  .footer-v3 .f-info a:last-child {
    margin-right: 0;
  }
  .footer-v3 .f-link > div {
    margin: 0 26px 0 0;
    padding: 70px 0;
  }
  .footer-v3 .f-link > div:last-child {
    padding-left: 20px;
    max-width: 220px;
  }
  .footer-v3 .f-border-right {
    padding-right: 20px !important;
  }
  .footer-v3 .current-country span {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .footer-v3 .container {
    width: 100%;
  }
  .footer-v3 .f-link > div {
    margin-right: 30px;
  }
  .footer-v3 .f-link > div.f-border-right {
    padding-right: 30px !important;
  }
  .footer-v3 .f-link > div:last-child {
    margin-right: 0;
    padding-left: 30px;
    max-width: 210px;
  }
  .footer-v3 .f-info {
    text-align: center;
    padding: 70px 0;
    float: none;
    width: 100%;
  }
  .footer-v3 .f-info a {
    margin-right: 8px;
    margin-left: 8px;
  }
  .footer-v3 .f-info img.f-logo {
    display: block;
    margin: 0 auto 20px;
  }
  .footer-v3 .f-info .f-social {
    padding: 15px 0 8px;
    width: 100%;
    display: flex;
    margin: 10px;
  }
  .footer-v3 .f-info .f-social ul {
    margin: 0 auto;
  }
  .footer-v3 #country-popup {
    right: 25%;
    left: 25%;
    width: 50%;
  }
  .footer-v3 #country-popup .f-close {
    display: block;
    position: absolute;
    right: 3px;
    background: url("https://www.onelogin.com/images/icons/svg/close-white.svg") no-repeat;
    width: 22px;
    height: 22px;
  }
  .footer-v3 #country-popup > div::before, .footer-v3 #country-popup > div::after {
    right: 48%;
    left: auto;
  }
}
@media (max-width: 767px) {
  .footer-v3 .f-link > div {
    float: none;
    margin: 0 !important;
    padding: 24px 10px 0 !important;
    border-right: none;
    border-bottom: 1px solid var(--oi-text-light);
    max-width: 100% !important;
  }
  .footer-v3 .f-link > div.f-border-right {
    padding-right: 10px !important;
  }
  .footer-v3 .f-link > div h4 {
    margin-bottom: 0;
    background-image: url("https://www.onelogin.com/images/icons/svg/chevron-down-white.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 35px 24px;
  }
  .footer-v3 .f-link > div ul {
    margin: 18px 0 10px;
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
  }
  .footer-v3 #country-popup {
    right: 5%;
    left: 5%;
    width: 90%;
  }
}

@media (min-width: 992px) {
  .pull-right-md {
    float: right !important;
  }
}
/* ↓↓↓↓↓↓ DELETE THIS IS TEMPORAL FOOTER ↓↓↓↓↓↓ */
.oi-footer {
  background: var(--oi-bg-primary);
  color: var(--oi-text-light);
  padding: 40px 0 24px;
}

.oi-footer-inner {
  max-width: var(--oi-max-width, 1200px);
  margin: 0 auto;
  padding: 0 20px;
}

.oi-footer-widgets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.oi-footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.oi-footer-nav-list a {
  color: var(--oi-text-light);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.oi-footer-nav-list a:hover {
  color: var(--oi-color-primary);
}

.oi-footer-copyright {
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.oi-back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: var(--oi-color-primary);
  color: var(--oi-text-light);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background 0.2s, transform 0.2s;
}

.oi-back-to-top:hover {
  background: var(--oi-color-primary-dark);
  transform: translateY(-2px);
}

.oi-back-to-top[hidden] {
  display: none;
}

/* ↑↑↑↑↑↑ DELETE THIS IS TEMPORAL FOOTER ↑↑↑↑↑↑ */
.p-0 {
  padding: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

@media (min-width: 992px) {
  .pr-0-md {
    padding-right: 0;
  }
}
.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.hidden {
  display: none !important;
}

.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

.visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeInRightShort {
  opacity: 0;
  transform: translateX(20px);
}
.fadeInRightShort.go {
  animation-name: fadeInRightShort;
}

.fadeInLeftShort {
  opacity: 0;
  transform: translateX(-20px);
}
.fadeInLeftShort.go {
  animation-name: fadeInLeftShort;
}

@media (max-width: 991px) {
  .fadeInRightShort,
  .fadeInLeftShort {
    opacity: 1;
    transform: translate(0, 0);
  }
  .fadeInRightShort.go,
  .fadeInLeftShort.go {
    animation-name: none;
  }
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#loading-container {
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
#loading-container.vertical-center.horizontal-center {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loading-container.vertical-center .loading-spinner {
  position: static;
}
#loading-container .preloader-text {
  color: var(--oi-text-light);
}
#loading-container.hidden {
  display: none !important;
}

.loading-spinner {
  height: 125px;
  width: 125px;
  position: relative;
}
.loading-spinner .circle {
  border-radius: 50%;
}
.loading-spinner .preloader {
  display: block;
  position: fixed;
  margin: auto;
  border-radius: 6.4px;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
}
.loading-spinner .preloader.preloader-relative {
  position: absolute;
  margin-top: -70px;
  z-index: 9;
}
.loading-spinner .preloader .preloader-wrapper {
  margin: auto;
  margin-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loading-spinner .preloader .preloader-wrapper .circle {
  border-width: 5px;
}
.loading-spinner .preloader .preloader-text {
  margin-top: 100px;
  white-space: nowrap;
}
.loading-spinner .preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.loading-spinner .preloader-wrapper.active {
  animation: container-rotate 1568ms linear infinite;
}
.loading-spinner .spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: var(--oi-color-secondary);
}
.loading-spinner .active .spinner-layer {
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.loading-spinner .gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.loading-spinner .gap-patch .circle {
  width: 1000%;
  left: -450%;
}
.loading-spinner .circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.loading-spinner .circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.loading-spinner .circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  transform: rotate(129deg);
}
.loading-spinner .circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  transform: rotate(-129deg);
}
.loading-spinner .active .circle-clipper.left .circle {
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.loading-spinner .active .circle-clipper.right .circle {
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.loading-spinner .quest-orange.spinner-layer {
  border-color: var(--oi-btn-cta);
}

@keyframes container-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(3turn);
  }
}
@keyframes left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@keyframes right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
#old-browser {
  width: 100%;
  background: #eeeeee;
  padding: 5px 0;
  text-align: center;
  display: none;
}
#old-browser #old-browser-close {
  width: 21px;
  height: 21px;
  background: url("../images/icons/svg/close.svg") no-repeat;
  display: inline-block;
  position: absolute;
  right: 4px;
  top: 6px;
}
#old-browser #old-browser-close:hover {
  opacity: 0.5;
}