/* font import */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --white: #ffffff;
  --dark-gradient: linear-gradient(
    90deg,
    rgba(8, 48, 47, 1) 0%,
    rgba(43, 100, 99, 1) 100%
  );
  --blue-teal-gradient: linear-gradient(90deg, #005BC3 0%, #48AE9B 119.27%);
  --teal-gradient: linear-gradient(
    180deg,
    rgba(79, 169, 176, 1) 20.000000298023224%,
    rgba(60, 147, 154, 1) 30.000001192092896%,
    rgba(41, 120, 127, 1) 69.9999988079071%,
    rgba(34, 101, 108, 1) 89.99999761581421%
  );
  --banner-overlay-gradient: linear-gradient(
      90deg, 
      rgba(0, 91, 195, 0.40) 0%, 
      rgba(72, 174, 155, 0.40) 119.27%
    ), 
    linear-gradient(
      180deg, 
      rgba(0, 0, 0, 0.12) 43.11%, 
      rgba(0, 0, 0, 0.40) 100%
    );
  --mint-green-visual: linear-gradient(
      315deg,
      rgba(84, 191, 171, 0.08) 0%, 
      rgba(249, 249, 249, 0.00) 60.96%
    );
  --yellow-visual: linear-gradient(
      315deg, 
      rgba(240, 171, 0, 0.08) 0%, 
      rgba(249, 249, 249, 0.00) 60.96%
    );
  --pink-visual: linear-gradient(
      315deg, 
      rgba(142, 30, 123, 0.08) 0%, 
      rgba(249, 249, 249, 0.00) 60.96%
    );
  --blue-visual: linear-gradient(
      315deg, 
      rgba(34, 133, 194, 0.08) 0%, 
      rgba(249, 249, 249, 0.00) 60.96%
    );
  --orange-visual: linear-gradient(
    315deg, 
    rgba(236, 122, 8, 0.08) 0%, 
    rgba(249, 249, 249, 0.00) 60.96%
  );
  --purple-visual: linear-gradient(
    315deg, 
    rgba(108, 79, 176, 0.08) 0%, 
    rgba(249, 249, 249, 0.00) 60.96%
  );
  --dark-blue-visual: linear-gradient(
    315deg, 
    rgba(15, 71, 107, 0.08) 0%, 
    rgba(249, 249, 249, 0.00) 60.96%
  );

  --mine-shaft-black-800: #010101;
  --mine-shaft-black-700: #2B2E31;
  --mine-shaft-black-600: #5E6263;
  --mine-shaft-black-500: #8E9192;
  --mine-shaft-black-400: #C1C2C2;
  --mine-shaft-black-300: #d6d6d6;
  --mine-shaft-black-200: #ebebeb;
  --mine-shaft-black-100: #f5f5f5;
  --mine-shaft-black-50: #fafafa;
  --fitch-red-800: #990026;
  --fitch-red-700: #cc0033;
  --fitch-red-600: #d6335c;
  --fitch-red-500: #e06685;
  --fitch-red-400: #eb99ad;
  --fitch-red-300: #f4cdd6;
  --fitch-red-200: #f8dee4;
  --fitch-red-100: #fbeef1;
  --fitch-red-50: #fdf7f8;
  --dark-green-800: #08302f;
  --dark-green-700: #0c4a49;
  --dark-green-600: #2b6463;
  --dark-green-500: #3d7b7a;
  --dark-green-400: #569f9d;
  --dark-green-300: #88bfbd;
  --dark-green-200: #afd4d3;
  --dark-green-100: #deeded;
  --dark-green-50: #f2f8f8;
  --teal-800: #22656c;
  --teal-700: #29787f;
  --teal-600: #3c939a;
  --teal-500: #4fa9b0;
  --teal-400: #76bbc1;
  --teal-300: #b9dddf;
  --teal-200: #d5eaec;
  --teal-100: #eaf5f5;
  --teal-50: #f8fbfb;
  --bitter-orange-800: #f55a42;
  --bitter-orange-700: #ff715b;
  --bitter-orange-600: #ff8c7a;
  --bitter-orange-500: #ffa294;
  --bitter-orange-400: #ffb8ad;
  --bitter-orange-300: #ffcec7;
  --bitter-orange-200: #ffdcd6;
  --bitter-orange-100: #ffeae5;
  --bitter-orange-50: #fff2f0;
  --aquamarine-800: #11bb86;
  --aquamarine-700: #14e0a0;
  --aquamarine-600: #49e4b3;
  --aquamarine-500: #68e8c0;
  --aquamarine-400: #87edcd;
  --aquamarine-300: #a6f2da;
  --aquamarine-200: #c2f5e7;
  --aquamarine-100: #dcf9f1;
  --aquamarine-50: #edfcf8;
  --green-700: #276b5f;
  --green-600: #308273;
  --green-500: #5a9b8e;
  --green-400: #82b4ab;
  --green-300: #abcdc7;
  --green-200: #d6e5e3;
  --green-100: #e5eeed;
  --green-50: #f6faf9;
  --dark-blue-700: #0d324a;
  --dark-blue-600: #0F476B;
  --dark-blue-500: #3F6C89;
  --dark-blue-400: #96C3DD;
  --dark-blue-300: #9DCBCF;
  --dark-blue-200: #cfdae1;
  --dark-blue-100: #e0e8ed;
  --dark-blue-50: #f2f6f8;
  --grey-700: #585858;
  --grey-600: #646868;
  --grey-500: #798080;
  --grey-400: #979B9C;
  --grey-300: #B4B9B9;
  --grey-200: #D6D9D8;
  --grey-100: #eaebeb;
  --grey-50: #fafafa;
  --cqf-black-500: #010101;
  --cqf-black-400: #2B2E31;
  --cqf-black-300: #5E6263;
  --cqf-black-200: #8E9192;
  --cqf-black-100: #C1C2C2;
  --cqf-grey-500: #646868;
  --cqf-grey-400: #798080;
  --cqf-grey-300: #979B9C;
  --cqf-grey-200: #B4B9B9;
  --cqf-grey-100: #d4d4d4;
  --mint-green-900: #2C8373;
  --mint-green-800: #3C9F8D;
  --mint-green-700: #48ae9b;
  --mint-green-600: #54bfab;
  --mint-green-500: #75cbbc;
  --mint-green-400: #98d8cd;
  --mint-green-300: #bbe6dd;
  --mint-green-200: #ddf2ee;
  --mint-green-100: #e9f7f4;
  --mint-green-50: #f4fbf9;
  --blue-700: #1F7ABA;
  --blue-600: #4893C4;
  --blue-500: #6DAAD0;
  --blue-400: #96C3DD;
  --blue-300: #C4DDEA;
  --blue-200: #d2e9f8;
  --blue-100: #e6f3fc;
  --blue-50: #f4fafd;
  --pink-700: #721d64;
  --pink-600: #8E1E7B;
  --pink-500: #9D539E;
  --pink-400: #211d21;
  --pink-300: #CA9CC4;
  --pink-200: #E1C8DC;
  --pink-100: #f0e3ee;
  --pink-50: #fcf8fb;
  --purple-800: #6245A7;
  --purple-700: #8165c3;
  --purple-600: #8D7FBA;
  --purple-500: #A699C9;
  --purple-400: #C0B6D9;
  --purple-300: #DDD7EB;
  --purple-200: #e6e0f3;
  --purple-100: #f0ecf8;
  --purple-50: #fbf9fd;
  --orange-700: #D04119;
  --orange-600: #DA7046;
  --orange-500: #E18F6B;
  --orange-400: #EAB093;
  --orange-300: #F3D4C3;
  --orange-200: #fbe4cf;
  --orange-100: #fdf1e7;
  --orange-50: #fef8f3;
  --yellow-900: #BB8705;
  --yellow-800: #F0AB00;
  --yellow-700: #F3BC33;
  --yellow-600: #F0AB00;
  --yellow-500: #F3BC33;
  --yellow-400: #F6CD66;
  --yellow-300: #F9DD99;
  --yellow-200: #FCEECC;
  --yellow-100: #fef5e4;
  --yellow-50: #fffbf3;
  --seaweed-green-500: #097E86;
  --seaweed-green-400: #3A989E;
  --seaweed-green-300: #6BB1B6;
  --seaweed-green-200: #9DCBCF;
  --seaweed-green-100: #CEE5E7;
  --plumb-500: #AC0C51;
  --plumb-400: #BA496D;
  --plumb-300: #CA798E;
  --plumb-200: #DBA6B3;
  --plumb-100: #EDD3D9;

  /* Fonts */
  --desktop-display-font-family: Lato, sans-serif;
  --desktop-display-font-size: 96px;
  --desktop-display-line-height: 108px;
  --desktop-display-font-weight: 900;
  --desktop-display-font-style: normal;
  --desktop-heading-1-font-family: Lato, sans-serif;
  --desktop-heading-1-font-size: 80px;
  --desktop-heading-1-line-height: 88px;
  --desktop-heading-1-font-weight: 900;
  --desktop-heading-1-font-style: normal;
  --desktop-heading-2-font-family: Lato, sans-serif;
  --desktop-heading-2-font-size: 64px;
  --desktop-heading-2-line-height: 72px;
  --desktop-heading-2-font-weight: 900;
  --desktop-heading-2-font-style: normal;
  --desktop-heading-3-font-family: Lato, sans-serif;
  --desktop-heading-3-font-size: 48px;
  --desktop-heading-3-line-height: 56px;
  --desktop-heading-3-font-weight: 900;
  --desktop-heading-3-font-style: normal;
  --desktop-heading-4-font-family: Lato, sans-serif;
  --desktop-heading-4-font-size: 36px;
  --desktop-heading-4-line-height: 44px;
  --desktop-heading-4-font-weight: 900;
  --desktop-heading-4-font-style: normal;
  --desktop-heading-5-font-family: Lato, sans-serif;
  --desktop-heading-5-font-size: 28px;
  --desktop-heading-5-line-height: 36px;
  --desktop-heading-5-font-weight: 900;
  --desktop-heading-5-font-style: normal;
  --desktop-heading-6-font-family: Lato, sans-serif;
  --desktop-heading-6-font-size: 20px;
  --desktop-heading-6-line-height: 28px;
  --desktop-heading-6-font-weight: 900;
  --desktop-heading-6-font-style: normal;
  --desktop-body-large-font-family: Lato, sans-serif;
  --desktop-body-large-font-size: 20px;
  --desktop-body-large-line-height: 32px;
  --desktop-body-large-font-weight: 400;
  --desktop-body-large-font-style: normal;
  --desktop-body-medium-font-family: Lato, sans-serif;
  --desktop-body-medium-font-size: 16px;
  --desktop-body-medium-line-height: 24px;
  --desktop-body-medium-font-weight: 400;
  --desktop-body-medium-font-style: normal;
  --desktop-body-small-font-family: Lato, sans-serif;
  --desktop-body-small-font-size: 14px;
  --desktop-body-small-line-height: 20px;
  --desktop-body-small-font-weight: 400;
  --desktop-body-small-font-style: normal;
  --desktop-caption-font-family: Lato, sans-serif;
  --desktop-caption-font-size: 10px;
  --desktop-caption-line-height: 14px;
  --desktop-caption-font-weight: 400;
  --desktop-caption-font-style: normal;
  --desktop-button-large-font-family: Lato, sans-serif;
  --desktop-button-large-font-size: 16px;
  --desktop-button-large-line-height: 24px;
  --desktop-button-large-font-weight: 600;
  --desktop-button-large-font-style: normal;
  --desktop-button-medium-font-family: Lato, sans-serif;
  --desktop-button-medium-font-size: 14px;
  --desktop-button-medium-line-height: 20px;
  --desktop-button-medium-font-weight: 600;
  --desktop-button-medium-font-style: normal;
  --desktop-link-large-font-family: Lato, sans-serif;
  --desktop-link-large-font-size: 16px;
  --desktop-link-large-line-height: 24px;
  --desktop-link-large-font-weight: 500;
  --desktop-link-large-font-style: normal;
  --desktop-link-small-font-family: Lato, sans-serif;
  --desktop-link-small-font-size: 14px;
  --desktop-link-small-line-height: 20px;
  --desktop-link-small-font-weight: 600;
  --desktop-link-small-font-style: normal;
  --mobile-display-font-family: Lato, sans-serif;
  --mobile-display-font-size: 48px;
  --mobile-display-line-height: 56px;
  --mobile-display-font-weight: 900;
  --mobile-display-font-style: normal;
  --mobile-heading-1-font-family: Lato, sans-serif;
  --mobile-heading-1-font-size: 36px;
  --mobile-heading-1-line-height: 48px;
  --mobile-heading-1-font-weight: 900;
  --mobile-heading-1-font-style: normal;
  --mobile-heading-2-font-family: Lato, sans-serif;
  --mobile-heading-2-font-size: 32px;
  --mobile-heading-2-line-height: 40px;
  --mobile-heading-2-font-weight: 900;
  --mobile-heading-2-font-style: normal;
  --mobile-heading-3-font-family: Lato, sans-serif;
  --mobile-heading-3-font-size: 28px;
  --mobile-heading-3-line-height: 36px;
  --mobile-heading-3-font-weight: 900;
  --mobile-heading-3-font-style: normal;
  --mobile-heading-4-font-family: Lato, sans-serif;
  --mobile-heading-4-font-size: 24px;
  --mobile-heading-4-line-height: 32px;
  --mobile-heading-4-font-weight: 900;
  --mobile-heading-4-font-style: normal;
  --mobile-heading-5-font-family: Lato, sans-serif;
  --mobile-heading-5-font-size: 20px;
  --mobile-heading-5-line-height: 28px;
  --mobile-heading-5-font-weight: 900;
  --mobile-heading-5-font-style: normal;
  --mobile-heading-6-font-family: Lato, sans-serif;
  --mobile-heading-6-font-size: 18px;
  --mobile-heading-6-line-height: 26px;
  --mobile-heading-6-font-weight: 900;
  --mobile-heading-6-font-style: normal;
  --mobile-body-large-font-family: Lato, sans-serif;
  --mobile-body-large-font-size: 18px;
  --mobile-body-large-line-height: 26px;
  --mobile-body-large-font-weight: 400;
  --mobile-body-large-font-style: normal;
  --mobile-body-medium-font-family: Lato, sans-serif;
  --mobile-body-medium-font-size: 16px;
  --mobile-body-medium-line-height: 24px;
  --mobile-body-medium-font-weight: 400;
  --mobile-body-medium-font-style: normal;
  --mobile-body-small-font-family: Lato, sans-serif;
  --mobile-body-small-font-size: 14px;
  --mobile-body-small-line-height: 20px;
  --mobile-body-small-font-weight: 400;
  --mobile-body-small-font-style: normal;
  --mobile-caption-font-family: Lato, sans-serif;
  --mobile-caption-font-size: 10px;
  --mobile-caption-line-height: 14px;
  --mobile-caption-font-weight: 400;
  --mobile-caption-font-style: normal;

  /* Effects */
  --shadows-xs-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.05);
  --shadows-sm-box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.06),
    0px 1px 3px 0px rgba(51, 51, 51, 0.1);
  --shadows-md-box-shadow: 0px 2px 4px -2px rgba(51, 51, 51, 0.06),
    0px 4px 8px -2px rgba(51, 51, 51, 0.1);
  --shadows-lg-box-shadow: 0px 4px 6px -2px rgba(51, 51, 51, 0.03),
    0px 12px 16px -4px rgba(51, 51, 51, 0.08);
  --shadows-xl-box-shadow: 0px 8px 8px -4px rgba(51, 51, 51, 0.03),
    0px 20px 24px -4px rgba(51, 51, 51, 0.08);
  --shadows-2xl-box-shadow: 0px 24px 48px -12px rgba(51, 51, 51, 0.18);
  --shadows-3xl-box-shadow: 0px 32px 64px -12px rgba(51, 51, 51, 0.14);
}
.screen a {
  display: contents;
  text-decoration: none;
}
input:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
.mb8 {
  margin-bottom: 8px;
}
.mr16{
  margin-right: 16px;
}
.ml16{
  margin-left: 16px;
}
.mt16{
  margin-top: 16px;
}
.mb16{
  margin-bottom: 16px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb56 {
  margin-bottom: 56px;
}
.mt48{
  margin-top:48px;
}
.pt16{
  padding-top: 16px;
}
.pb16 {
  padding-bottom: 16px;
}
.pb124 {
  padding-bottom: 124px;
}
.pb24 {
  padding-bottom: 24px;
}
.pb88 {
  /* padding-bottom:88px; */
  padding-bottom:72px;
}
.pt100 {
  padding-top: 100px;
}
.pt64 {
  padding-top: 64px;
}
.pb64 {
  padding-bottom: 64px;
}
.pt72 {
  padding-top: 72px;
}
.pt124 {
  padding-top: 72px;
  /* padding-top: 124px; */
}
.pt96 {
  padding-top: 96px;
}
.pt32 {
  padding-top: 32px;
}
.pt40{
  padding-top: 40px;
}
.pt48{
  padding-top: 48px;
}
.pt56{
  padding-top: 56px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb48 {
  padding-bottom: 48px;
}
.pb56{
  padding-bottom: 56px;
}
.pb32 {
  padding-bottom: 32px;
}
.pb96 {
  padding-bottom: 96px;
}
.pt24{
  padding-top: 24px;
}
.pt196{
  padding-top: 196px;
}
.pb-pt88{
  padding-top: 72px;
  padding-bottom: 72px;
  /* padding-top: 88px;
  padding-bottom: 88px; */
}
.pb-pt40{
  padding-top: 40px;
  padding-bottom: 40px;
}
.pt88{
  padding-top: 72px;
  /* padding-top: 88px; */
}
.pb80{
  padding-bottom: 72px;
  /* padding-bottom: 80px; */
}
.mt64 {
  margin-top:64px;
}
.mb88 {
  margin-bottom: 72px;
}
.border_line {
  border-right: 1px solid var(--mine-shaft-black200);
  border-left: 1px solid var(--mine-shaft-black200);
}
h1, .heading-1 {
  color: var(--white, #FFF);
  font-family:var(--desktop-heading-1-font-family);
  font-size: var(--desktop-heading-1-font-size);
  font-style: var(--desktop-heading-1-font-style);
  font-weight: var(--desktop-heading-1-font-weight);
  line-height: var(--desktop-heading-1-line-height);
  letter-spacing: -3.2px;
  margin-bottom:0;
}
h2, .heading-2 {
  color: var(--cqf-black-500, #010101);
  font-family: var(--desktop-heading-2-font-family);
  font-size: var(--desktop-heading-2-font-size);
  font-style: var(--desktop-heading-2-font-style);
  font-weight: var(--desktop-heading-2-font-weight);
  line-height: var(--desktop-heading-2-line-height);
  letter-spacing: 0;
  margin-bottom:0;
}
h3, .heading-3 {
  color: var(--mine-shaft-black700);
  font-family: var(--desktop-heading-3-font-family);
  font-size: var(--desktop-heading-3-font-size);
  font-style: var(--desktop-heading-3-font-style);
  font-weight: var(--desktop-heading-3-font-weight);
  line-height: var(--desktop-heading-3-line-height);
  letter-spacing: -1.44px;
  margin-bottom:0;
}
h4, .heading-4 {
  color: var(--white, #ffffff);
  font-family: var(--desktop-heading-4-font-family);
  font-size: var(--desktop-heading-4-font-size);
  font-style: var(--desktop-heading-4-font-style);
  font-weight: var(--desktop-heading-4-font-weight);
  line-height: var(--desktop-heading-4-line-height); 
  letter-spacing: -0.72px;
  margin-bottom:0;
}
h5, .heading-5 {
  color: var(--mine-shaft-black700);
  font-family: var(--desktop-heading-5-font-family);
  font-size: var(--desktop-heading-5-font-size);
  font-style: var(--desktop-heading-5-font-style);
  font-weight: var(--desktop-heading-5-font-weight);
  line-height: var(--desktop-heading-5-line-height);
  letter-spacing: -0.56px;
  margin-bottom:0;
}
h6, .heading-6 {
  color: var(--cqf-black-500, #010101);
  font-family: var(--desktop-heading-6-font-family);
  font-size: var(--desktop-heading-6-font-size);
  font-style: var(--desktop-heading-6-font-style);
  font-weight: var(--desktop-heading-6-font-weight);
  line-height: var(--desktop-heading-6-line-height);
  letter-spacing: -0.4px;
  margin-bottom:0;
}
p, .content li, .banner_description{
  font-family: var(--desktop-body-large-font-family);
  font-size: var(--desktop-body-large-font-size);
  font-style: var(--desktop-body-large-font-style);
  font-weight: var(--desktop-body-large-font-weight);
  line-height: var(--desktop-body-large-line-height);
  letter-spacing: -0.2px;
}
.caption{
  color: var(--white, #FFF);
  text-align: center;
  font-family: var(--desktop-caption-font-family);
  font-size: var(--desktop-caption-font-size);
  font-style: var(--desktop-caption-font-style);
  font-weight: var(--desktop-caption-font-weight);
  line-height: var(--desktop-caption-line-height);
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
#ajax-search-form #basic-addon1 {
  padding-right: 0;
}
.custom_btns {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 4px;
  color: var(--cqf-black-500, #010101);
  background: var(--white, #FFF);
  padding: 10px 16px;
  text-decoration: none;
  justify-content: center;
  position: relative;
}
.custom_btns a {
  text-decoration: none;
  color: inherit;
}
.custom_btns.white_btn, .white_btn{
  color: var(--cqf-black-500, #010101);
  border: 1px solid var(--grey-200, #D6D9D8);
  background: var(--white, #FFF);
}
.custom_btns.blue_white_btn, .blue_white_btn{
  border: 1px solid var(--dark-blue-600, #0F476B)!important;
  background: var(--white, #FFF);
  color: var(--dark-blue-600, #0F476B);
}
.blue_white_btn:hover, .border_blue_btn:hover {
  border: 1px solid var(--dark-blue-600, #0F476B);
  background: var(--dark-blue-100, #E0E8ED);
}
.dark_blue_btn{
  font-size: 16px;
  line-height: 24px;
  color: var(--white, #FFF);
  background: var(--dark-blue-600, #0F476B);
  padding:12px 20px;
}
.dark_blue_btn:hover {
  background: var(--dark-blue-700, #0d324a);
}
.mint_green_btn{
  color: var(--white, #FFFFFF);
  background: var(--seaweed-green-500, #097E86);
}
.yellow_btn{
  color: var(--white, #FFFFFF);
  background: var(--yellow-800, #F0AB00);
}
.pink_btn{
  color: var(--white, #FFFFFF);
  background: var(--pink-600, #8E1E7B);
}
.blue_btn{
  color: var(--white, #FFFFFF);border-radius: 4px;
  background: var(--blue-700, #1F7ABA);
}
.light_blue_btn {
  color: var(--white, #FFFFFF);
  background: var(--blue-600, #4893C4);
}
.orange_btn {
  color: var(--white, #FFFFFF);
  background: var(--orange-700, #D04119);
}
.purple_btn {
  color: var(--white, #FFFFFF);
  background: var(--purple-700, #8165c3);
}
.darkblue_btn {
  color: var(--white, #FFFFFF);
  background: var(--dark-blue-600, #0F476B);
}
.grey_border_line {
  border-right: 1px solid var(--grey-100, #EAEBEB);
  border-left: 1px solid var(--grey-100, #EAEBEB);
}
.dark_blue_border_line {
  border-right: 1px solid var(--dark-blue-100, #E0E8ED);
  border-left: 1px solid var(--dark-blue-100, #E0E8ED);
}
.blue_border_line{
  border-right: 1px solid var(--blue-500, #6DAAD0);
  border-left: 1px solid var(--blue-500, #6DAAD0);
}
.text_dark_blue300 {
  color: var(--dark-blue-300, #9DCBCF);
}
.text_dark_blue {
  color: var(--dark-blue-400, #96C3DD);
}
.text_cqf_black{
  color: var(--grey-500, #798080)!important;
}

.text_cqfBlack{
  color: var(--cqf-black-500, #010101)!important;
}
.grey_borderLine {
  background: var(--Grey-200, #D6D9D8);
  height: 1px;
  width: 100%;
}
section {
  overflow:hidden;
  position:relative;
}
/** Global CTA **/
.global_cta_title {
  display: flex;
  padding: 48px 0px;
  justify-content: center;
  align-items: flex-start;
  border-top: 1px solid var(--Static-Background-Strong, #EBEBEB);
  border-bottom: 1px solid var(--Static-Background-Strong, #EBEBEB);
}
.global_cta_title .heading-4 {
  color: var(--mine-shaft-black-700, #333);
}
.global_cta_block_inner {
  display: flex;
  height: auto;
  padding: 24px 70px 24px 24px;
  align-items: start;
  gap: 24px;
  border-radius: 4px;
  flex-direction: column;
  position:relative;
  overflow: hidden;
}
.global_cta_block_inner.with_image {
  padding: 24px;
}
.global_cta .global_cta_block_inner.with_image .visual_effect {
  right:auto;
}
.global_cta .global_cta_block_inner.with_image .visual_small_effect {
  right:auto;
  left:0;
}
.global_cta .cta_image {
  position: relative;
  margin: 0 auto;
}
.global_cta_block_inner .heading-5 {
  min-height: 73px;
}
.cta_description p {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--cqf-black-400, #2B2E31);
}
.global_cta .visual_effect {
  position: absolute;
  right: 14%;
  top: 0;
  width: 300px;
  height: 272px;
  transform: rotate(-45deg);
  border-radius: 12.731px;
}
.global_cta .visual_small_effect {
  position: absolute;
  right: 30%;
  top: 0;
  width: 244.561px;
  height: 244.561px;
  transform: rotate(-45deg);
  border-radius: 12.731px;
}
/*
.global_cta {
  border-bottom: 6px solid var(--Pink-600, #8e1e7b);
}
  */
.header_with_banner .breadcrumbs, .header_with_banner .breadcrumbs a {
  color: var(--white, #FFFFFF);
}
.header_with_banner .breadcrumbs .breadcrumb_last, 
.header_with_banner .breadcrumbs .breadcrumb_last b, 
.header_with_banner .breadcrumbs strong {
  color: rgba(255, 255, 255, 0.60);
}
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
/* loader */
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #FF3D00;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
} 
/** Light Blue CTA **/
.light_blue_cta_box_tq .visual_effect {
  top: 0;
  position: absolute;
  border-radius: 454px;
  background: linear-gradient(225deg, rgba(34, 133, 194, 0.05) 25%, rgba(249, 249, 249, 0.00) 39.41%);
  width: 594px;
  height: 594px;
  left: 160px;
}

.light_blue_cta_box_tq .visual_small_effect {
  top: 110px;
  position: absolute;
  border-radius: 433px;
  background: linear-gradient(225deg, rgba(34, 133, 194, 0.05) 25%, rgba(249, 249, 249, 0.00) 39.41%);
  width: 433px;
  height: 433px;
  left: 140px;
}
.light_blue_cta_box_tq {
  padding: 64px 56px;
  border-radius: 4px;
  background: var(--blue-50, #F4FAFD);
  gap: 48px;
}
.getInTouchCTA {
  background: var(--dark-blue-600, #0F476B);
}
.getInTouchCTA::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 90px 110px 0px;
  border-color: transparent transparent var(--white, #FFFFFF) transparent;
  left: 0;
  top: -21px;
  position: absolute;
  transform: rotate(90deg);
}
.getInTouchIcon {
  max-height: 56px;
}
.get_in_touch_cta_block{
  gap:56px;
}
.getInTouchCTA .cta_button_block .custom_btns {
  border: 1px solid var(--dark-blue-500, #3F6C89);
  background: var(--dark-blue-600, #0F476B);
  display: flex;
  align-items: center;
  gap: 8px;
}
.get_in_touch_cta_content {
  gap: 40px;
}
.mint-green-text {
  color: var(--seaweed-green-500, #097E86);
}
.pink-text {
  color: var(--pink-600, #8e1e7b);
}
.purple-text{
  color: var(--purple-800, #6245A7);
}
.dark-blue-text{
  color: var(--dark-blue-600, #0F476B);
}
.pink_border {
  border-top: 6px solid var(--pink-600, #8e1e7b);
}
.yellow_border {
  border-top: 6px solid var(--yellow-600, #F0AB00);
}
.blue_border {
  border-top: 6px solid var(--blue-600, #4893C4);
}
.pink_bg {
  background: var(--Pink-600, #8e1e7b);
}
.yellow_bg {
  background: var(--yellow-600, #F0AB00);
  color: var(--cqf-black-500, #010101) !important;
}
.blue_bg {
  background: var(--blue-700, #1F7ABA);
}
.mint_green_bg {
  background: var(--seaweed-green-500, #097E86);
}
.dark_blue_bg {
  background: var(--dark_blue-600, #0F476B);
}
.dark_blue_border {
  border-top: 6px solid var(--dark_blue-600, #0F476B);
}
/*scrollbar*/
body::-webkit-scrollbar {
  width: 0.5em;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid blue;
}

/* Style the scrollbar for webkit browsers (Chrome, Safari) */
::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
  height: 8px; /* Height of the scrollbar for horizontal scroll */
}
::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background of the scrollbar track */
  border-radius: 10px; /* Roundness of the track */
}
::-webkit-scrollbar-thumb {
  background: #888; /* Color of the scrollbar handle */
  border-radius: 10px; /* Roundness of the handle */
}
::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color of the scrollbar handle on hover */
}
.dot_separator {
  font-weight: 900;
  font-size: 22px;
  padding: 0 8px;
}
.related_topics {
  background-color: #FAFAFA;
}
.global_cta .cta_image img {
  height: 171px;
}
.attendees_testimonial {
  background: var(--dark-blue-100, #C4DDEA);
}
.conference_organizers {
  background: var(--dark-blue-100, #C4DDEA);
}
.orange_cta_box {
  background-image: url(../images/job-board-cta.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.orange_cta_box:after {
  content: "";
  background: linear-gradient(90deg, #FEF8F3 21.66%, rgba(254, 248, 243, 0.00) 100%);
  position: absolute;
  height: 100%;
  width: 890px;
  right: 0;
  top: 0;
}
.ctaCommonBlock {
  padding: 64px 56px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
.ctaCommonBlock h2,
.ctaCommonBlock span,
.ctaCommonBlock .cta_content,
.ctaCommonBlock p,
.ctaCommonBlock a {
  position: relative;
  z-index: 123;
}
.orangeCTAboxInner {
  max-width: 782px;
  text-align: start;
  z-index: 12;
}
#employer-list-slider-id .owl-nav button, 
#employer-list-slider-id .owl-nav button:hover {
  position: absolute;
  border-radius: 40px;
  border: 1px solid var(--Grey-300, #B4B9B9);
  background: var(--White, #FFF);
  width: 56px;
  height: 56px;
  top: 38%;
  color: var(--grey-700, #585858);
  font-size: 26px;
  font-weight: 600;
}
#employer-list-slider-id .owl-nav .owl-prev {
  left: 7%;
}
#employer-list-slider-id .owl-nav .owl-next {
  right: 7%;
}
#employer-list-slider-id .owl-item::after,
.cqfi_testimonial_slider .owl-item::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
}
#employer-list-slider-id .owl-item,
.cqfi_testimonial_slider .owl-item {
  position: relative;
}
#employer-list-slider-id .owl-item.center::after,
.cqfi_testimonial_slider .owl-item.center::after {
  display: none;
}
.page-for-recruiters .custom_btns {
  display: inline-flex;
  /* flex-direction: row-reverse; */
  gap: 8px;
}

/* Hide the "show password" icon in Microsoft Edge */
input[type="password"]::-ms-reveal {
  display: none;
}
.post-navigation a {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.2px;
  text-decoration: none;
}

.event_detail_timezone_box .filter-event-btn {
  color: #0F476B;
  border: 0;
  padding: 0;
  background: transparent;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--Dark-Blue-600, #0F476B) !important;
}
.owl-theme .owl-dots .owl-dot span {
  background: var(--Dark-Blue-300, #9DCBCF)!important;
}
img.sign_in_logo {
    max-width: 65px;
    height: auto;
    margin: 0 auto;
}
.speaker-img.speaker_placeholder {
  background: #FFFFFF;
  font-weight: 600;
  color: var(--cqf-black-500, #010101);
  padding: 8px;
}
.job_meta_data .dot_separator{
  line-height: 100%;
  vertical-align: middle;
}
.event-list-ul .dot_separator {
  padding: 0;
}
.page-wilmott-magazine .events-filters-row {
    display: none;
}

