/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



/*  ANIMATION  */


@keyframes fadeInBottom
{
  from { opacity: 0; transform: translate(0, 5rem);} to { opacity: 1; transform: translate(0, 0);}
}

@keyframes fadeInBottomNear
{
  from { opacity: 0; transform: translate(0, 1rem);} to { opacity: 1; transform: translate(0, 0);}
}

@keyframes fadeIn
{
  from { opacity: 0;} to { opacity: 1;}
}

@keyframes fadeInLeft
{
  from { opacity: 0; transform: translate(-5rem, 0);} to { opacity: 1; transform: translate(0, 0);}
}

@keyframes fadeInRight
{
  from { opacity: 0; transform: translate(5rem, 0);} to { opacity: 1; transform: translate(0, 0);}
}

.fade-in-bottom
{
  opacity: 0;
  animation: fadeInBottom ease-in-out 1;
  animation-fill-mode: forwards;
  animation-duration: .75s;
}

.fade-in-bottom-near
{
  opacity: 0;
  animation: fadeInBottomNear ease-in-out 1;
  animation-fill-mode: forwards;
  animation-duration: .75s;
}

.fade-in
{
  opacity: 0;
  animation: fadeIn ease-in-out 1;
  animation-fill-mode: forwards;
  animation-duration: .75s;
}

.fade-in-left
{
  opacity: 0;
  animation: fadeInLeft ease-in-out 1;
  animation-fill-mode: forwards;
  animation-duration: .6s;
}

.fade-in-right
{
  opacity: 0;
  animation: fadeInRight ease-in-out 1;
  animation-fill-mode: forwards;
  animation-duration: .75s;
}

.delay-1
{
  animation-delay: .2s;
  opacity: 0;
}

.delay-2
{
  animation-delay: .3s;
  opacity: 0;
}

.delay-3
{
  animation-delay: .4s;
  opacity: 0;
}

.delay-4
{
  animation-delay: .5s;
  opacity: 0;
}

.delay-5
{
  animation-delay: .6s;
  opacity: 0;
}

.delay-6
{
  animation-delay: .7s;
  opacity: 0;
}

.delay-7
{
  animation-delay: .8s;
  opacity: 0;
}

.delay-8
{
  animation-delay: .9s;
  opacity: 0;
}

.delay-9
{
  animation-delay: 1s;
  opacity: 0;
}



/*  MAIN CSS  */



:root
{
  --white: #ffffff;
  --black: #000000;
  --dark-grey: #414042;
  --light-grey: #C9C6CC;
  --white-grey:  #C9C6CC;
  --dark-cyan:  #11C7DA;
  --cyan: #15E9FF;
  --light-cyan: #7AEDFF;
  --magenta:  #F406FE;
  --blue: #183CED;
  --cell-bg: #E8E8E8;
  --form-bg: #F1F3FD;
}

*
{
  box-sizing: border-box;
}

html
{
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
  padding: 0;
  margin: 0;
}

body
{
  position: relative;
  top: 0px;
  text-align: center;
  width: 100%;
  margin: 0px;
}

h1
{
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 1rem 0;
}

h2
{
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
}

h3
{
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

h4
{
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}



/*  HEADER  */



header
{
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 1px;
  z-index: 1000;
}

.header_top
{
  position: relative;
  top: 0;
  padding-left: 3.5%;
  padding-right: 3.5%;
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--white);
  transition: all 700ms;
  z-index: 1000;
}

.header_light .header_top
{
  color: var(--dark-grey);
}

.menu_scrolled
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 3.5%;
  padding-right: 3.5%;
  padding-top: 1rem;
  padding-bottom: .5rem;
  background-color: rgba(0,8,72,.8);
}

#logo_header
{
  position: relative;
  margin-right: 2rem;
}

#logo_header img
{
  position: relative;
  height: 1.75rem;
  width: auto;
}



/*  MAIN MENU  */



header #main_menu
{
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

header #main_menu>li
{
  position: relative;
  display: inline-block;
}

header #main_menu>li:not(:last-of-type)
{
  margin-right: 1rem;
  transition: all .3s;
}

header #main_menu>li>a
{
  position: relative;
  display: block;
  text-decoration: none;
  font-size: .875rem;
  line-height: 1.5;
  color: var(--white);
  font-weight: 600;
  padding: 1rem 1rem 1rem .5rem;
  transition: all .3s;
}

header #main_menu>li>a:hover
{
  color: var(--cyan);
}

header.header_light #main_menu>li>a
{
  color: var(--dark-grey);
}

header.header_light .menu_scrolled #main_menu>li>a
{
  color: var(--white);
}

header #main_menu>li.has_submenu:after
{
  content: '';
  position: absolute;
  right: 0;
  top: 1.45rem;
  width: .25rem;
  height: .25rem;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: rotate(135deg);
}

header.header_light #main_menu>li.has_submenu:after
{
  border-top: 2px solid var(--dark-grey);
  border-right: 2px solid var(--dark-grey);
}

header.header_light .menu_scrolled #main_menu>li.has_submenu:after
{
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
}

header #main_menu>li>ul
{
  position: absolute;
  top: 3.3rem;
  left: 0;
  min-width: 9rem;
  background-color: var(--white);
  text-align: left;
  border-radius: .5rem;
  padding: .75rem 0;
  margin: 0;
  list-style-type: none;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in;
}

header #main_menu>li:hover ul
{
  opacity: 1;
  pointer-events: initial;
}

header #main_menu>li a:hover + ul
{
  opacity: 1;
  pointer-events: initial;
}

header #main_menu>li>ul li a
{
  position: relative;
  display: block;
  text-decoration: none;
  padding: .75rem 1.5rem;
  line-height: 1;
  color: var(--dark-grey);
  white-space: nowrap;
  transition: all .3s;
}

header #main_menu>li>ul li a:hover
{
  background-color: var(--light-cyan);
}

header #btn_client_portal
{
  position: relative;
  margin-left: auto;
  display: inline-block;
  text-decoration: none;
  text-transform: capitalize;
  font-size: .8125rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--white);
  transition: all .3s;
}

header.header_light #btn_client_portal
{
  color: var(--dark-grey);
}

header.header_light .menu_scrolled #btn_client_portal
{
  color: var(--white);
}

header #btn_client_portal:hover
{
  color: var(--cyan);
}

header.header_light #btn_client_portal:hover
{
  color: var(--magenta);
}

header .menu_scrolled #btn_client_portal:hover
{
  color: var(--cyan);
}

header #btn_contact
{
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .8rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--white);
  padding: 1rem 2rem  1rem 1rem;
  background-image: url(../images/button-border-xs.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1rem;
  transition: all .3s;
}

header.header_light #btn_contact
{
  color: var(--dark-grey);
}

header.header_light .menu_scrolled #btn_contact
{
  color: var(--white);
}

header #btn_contact:hover
{
  color: var(--cyan);
}

header.header_light #btn_contact:hover
{
  color: var(--magenta);
}

header .menu_scrolled #btn_contact:hover
{
  color: var(--cyan);
}





header #main_menu .sub_page_active
{
  position: relative;
}

header #main_menu .sub_page_active:before
{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--magenta);
  background: linear-gradient(to left, var(--magenta) 0%, var(--cyan) 100%);
}

header #main_menu .page_active
{
  background-color: var(--light-cyan);
}




/*  MOBILE MENU  */



#icon_hamburger
{
  position: fixed;
  top: 1rem;
  right: 1rem;
  background-color: var(--blue);
  padding: .5rem;
  border-radius: 5px;
  flex-direction: column;
  z-index: 1000;
  display: none;
  transition: all .3s;
}

.header_light #icon_hamburger
{
  background-color: var(--white);
}

.header_light #icon_hamburger span
{
  border-bottom: 3px solid var(--dark-grey);
}

#icon_hamburger span
{
  position: relative;
  display: block;
  width: 1.25rem;
  border-bottom: 3px solid var(--white);
  transition: all .3s;
}

#icon_hamburger span:not(:last-of-type)
{
  margin-bottom: 4px;
}

.menu_scrolled #icon_hamburger
{
  top: .8rem;
  background-color: rgba(0,8,72,0);
}

.menu_scrolled #icon_hamburger span
{
  border-bottom: 3px solid var(--white);
}

#icon_hamburger.menu_open
{
  padding-right: 0;
  padding-left: .75rem;
  padding-right: .25rem;
  background:  none;
}

#icon_hamburger.menu_open span
{
  border-bottom: 3px solid var(--white);
}

#icon_hamburger.menu_open span:nth-of-type(2)
{
  opacity: 0;
  pointer-events: none;
}

#icon_hamburger.menu_open span:nth-of-type(1)
{
  transform: rotate(45deg);
  transform-origin: left;
  width: 1.2rem;
}

#icon_hamburger.menu_open span:nth-of-type(3)
{
  transform: rotate(-45deg);
  transform-origin: left;
  width: 1.2rem;
}

#mobile_main_menu
{
  position: fixed;
  top: 0;
  right: -85%;
  padding: 2.5rem 0 0 2.5rem;
  height: 100%;
  min-width: 85%;
  background-color: rgba(24,60,237,.95);
  margin: 0;
  text-align: left;
  display: none;
}

#mobile_main_menu li
{
  position: relative;
  display: block;
  margin: 0;
  list-style-type: 0;
  padding: .125rem 0;
}

#mobile_main_menu li a
{
  position: relative;
  color: var(--white);
  line-height: 2;
  font-weight: 600;
  text-decoration: none;
}

#mobile_main_menu li ul
{
  position: relative;
  margin: 0 0 0 1.5rem;
  padding: 0;
}

#mobile_main_menu .page_active a:before
{
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--magenta);
  background: linear-gradient(to left, var(--magenta) 0%, var(--cyan) 100%);
}



/*  HOME SECTION 1  */



#home_section_1_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 3rem 3.5%;
  background-image: url(../images/bg-waves.svg), url(../images/bg-gradient-l.jpg);
  background-position: 100% 0px, bottom left;
  background-size: 1440px, cover;
  background-repeat: no-repeat;
}

#home_sec1_1
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10% 0 5% 0%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

#home_sec1_1_l
{
  position: relative;
  flex-basis: 45%;
  text-align: left;
  color: var(--white);
}


#home_sec1_1_l h5
{
  position: relative;
  top: 0;
  margin: 0 0 1rem 0;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

span.heading_gradient
{
  background: #15E9FF;
  background: -webkit-linear-gradient(to right, var(--cyan) 0%, var(--magenta) 100%);
  background: -moz-linear-gradient(to right, var(--cyan) 0%, var(--magenta) 100%);
  background: linear-gradient(to right, var(--cyan) 0%, var(--magenta) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
}

#home_sec1_1_l p
{
  position: relative;
  top: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0 3rem 0;
}

#home_sec1_1_l>a
{
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--white);
  padding: 2rem 2rem;
  transition: all .3s;
  background-image: url(../images/button-border-ml.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}

#home_sec1_1_l>a:hover
{
  color: var(--cyan);
}

#home_sec1_1_r
{
  position: relative;
  flex-basis: 55%;
}

#home_sec1_1_r img
{
  position: relative;
  width: 100%;
  height: auto;
}

#home_sec1_2
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 6% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  z-index: 10;
}

#home_sec1_2>h5
{
  position: relative;
  top: 0;
  flex-basis: 100%;
  margin: 0 auto 1rem auto;
  font-size: 1.15rem;
  font-weight: 600;
  text-transform: uppercase;
}

#home_sec1_2 h1
{
  position: relative;
  top: 0;
  flex-basis: 100%;
  color: var(--white);
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

#home_sec1_2>p
{
  position: relative;
  top: 0;
  flex-basis: 100%;
  font-size: 1.25rem;
  line-height: 1.5;
  max-width: 45rem;
  margin: 0 auto 5% auto;
  color: var(--white);
}

#home_sec1_2_card_container
{
  position: relative;
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home_sec1_2_card
{
  position: relative;
  flex-basis: calc(100%/3);
  min-height: 26rem;
  background-image: url(../images/bg-glass.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  padding: 5rem 4rem 6rem 4rem;
  text-align: left;
  color: var(--white);
}

.home_sec1_2_card p:nth-of-type(1)
{
  position: relative;
  flex-basis: 100%;
  margin: 0 0 1.5rem 0;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.home_sec1_2_card p:nth-of-type(1) img
{
  position: relative;
  height: .75rem;
  width: auto;
  margin-right: .5rem;
}

.home_sec1_2_card h3
{
  position: relative;
  flex-basis: 100%;
  margin: 0 0 1.5rem 0;
}

.home_sec1_2_card p:nth-of-type(2)
{
  position: relative;
  flex-basis: 100%;
  margin: 0 0 3rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.home_sec1_2_card a
{
  position: relative;
  display: inline-block;
  margin-top: auto;
  width: 14rem;
  height: auto;
  text-decoration: none;
  color: var(--white);
  font-size: .75rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  padding: 1.25rem 1rem 1.25rem 1rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all .3s;
  text-align: center;
}

.home_sec1_2_card a strong
{
  font-weight: 700;
}

.home_sec1_2_card:nth-of-type(1) a
{
  background-image: url(../images/button-mask-cyan.svg);
  text-shadow: 1px 1px 3px #000;
}

.home_sec1_2_card:nth-of-type(2) a
{
  background-image: url(../images/button-mask-magenta.svg);
}

.home_sec1_2_card:nth-of-type(3) a
{
  background-image: url(../images/button-mask-blue.svg);
}

.home_sec1_2_card a:hover
{
  opacity: .85;
}

.sec_1_bg
{
  position: absolute;
  top: 45%;
  left: -7.5%;
  z-index: 5;
}

.home_sec1_2_card:nth-of-type(1)
{
  right: -1.5rem;
}

.home_sec1_2_card:nth-of-type(3)
{
  left: -1.5rem;
}


/*  HOME SOLUTIONS  */



#home_solutions_container
{
  position: relative;
  width: 100%;
  min-height: 100vh;
  text-align: center;
  padding: 7.5% 3.5% 5% 3.5%;
  background-image: url(../images/bg-gradient-pink.svg);
  background-size: 1000px auto;
  background-position: 62vw 40vh;
  background-repeat: no-repeat;
}

#home_solutions_content
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#home_solutions_content h5
{
  position: relative;
  top: 0;
  flex-basis: 100%;
  margin: 0 0 1rem 0;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

#home_solutions_content h1
{
  flex-basis: 100%;
}

#home_solutions_content p
{
  position: relative;
  top: 0;
  flex-basis: 100%;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0 3rem 0;
}

.solutions_chooser
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

.solutions_section
{
  position: relative;
  flex-basis: 50%;
  text-align: left;
  color: var(--dark-grey);
}

.solutions_section div:nth-of-type(1)
{
  position: relative;
  padding: 15% 15% 2% 15%;
  background-image: url(../images/bg-square.png);
  background-position: top center;
  background-size: cover;
  font-size: 1.5rem;
  font-weight: 600;
}

.solutions_section div:not(:nth-of-type(1)):not(:last-of-type)
{
  position: relative;
  padding: 0% 9% 0% 9%;
  background-image: url(../images/bg-square.png);
  background-position: center center;
  background-size: cover;
}

.solutions_section div:last-of-type
{
  position: relative;
  padding: 0% 9% 20% 9%;
  background-image: url(../images/bg-square.png);
  background-position: bottom center;
  background-size: cover;
}

.solutions_section div a
{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 3% 7.5%;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--dark-grey);
  transition: all .3s;
}

.solutions_section div a span
{
  position: relative;
  margin-left: auto;
}

.solutions_section div a:hover
{
  background-color: var(--blue);
  color: var(--white);
}




/*  HOME WHY STERLING  */



#home_why_sterling_container
{
  position: relative;
  width: 100%;
  min-height: 75vh;
  text-align: center;
  padding: 7.5% 3.5%;
  background-image: url(../images/bg-gradient-m.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.why_sterling_bg
{
  position: absolute;
  top: 45%;
  left: -7.5%;
  z-index: 5;
}

#home_why_sterling_content
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 10;
}

#home_why_sterling_content h5
{
  position: relative;
  top: 0;
  flex-basis: 100%;
  margin: 0 0 1rem 0;
  font-size: 1.15rem;
  font-weight: 600;
  text-transform: uppercase;
}

#home_why_sterling_content h1
{
  flex-basis: 100%;
  color: var(--white);
}

#home_why_sterling_content p
{
  position: relative;
  top: 0;
  flex-basis: 100%;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0 7.5% 0;
  color: var(--white);
}

#home_why_sterling_content p span
{
  display: block;
}

.home_why_us_sections
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home_why_us_section
{
  position: relative;
  flex-basis: 30%;
  color: var(--white);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home_why_us_section img
{
  position: relative;
  margin-bottom: 1.5rem;
  height: 2rem;
  width: auto;
}

.home_why_us_section p
{
  position: relative;
  /*font-weight: 600;*/
  margin: 0;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  text-transform: capitalize;
}

.home_why_us_section:nth-of-type(1),
.home_why_us_section:nth-of-type(2),
.home_why_us_section:nth-of-type(3)
{
  margin-bottom: 7.5%;
}




/*  HOME TESTIMONIALS  */



#home_testimonials_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5%;
  background-image: url(../images/bg-waves-2.svg);
  background-position: top 5rem right;
  background-repeat: no-repeat;
}

#home_testimonials_content
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  padding-top: 7%;
  padding-bottom: 3.125%;
  border-bottom: 1px solid var(--light-grey);
}

.testimonials
{
  position: relative;
  flex-basis: 65%;
  display: flex;
  overflow: hidden;
}

.one_testimonial
{
  position: relative;
  flex-basis: 100%;
  cursor: grab;
  padding-right: 5%;
}

.one_testimonial:active
{
  cursor: grabbing;
}

.one_testimonial p
{
  position: relative;
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.3;
  color: var(--dark-grey);
}

.one_testimonial h5
{
  position: relative;
  margin: 2rem 0 0;
  text-transform: uppercase;
}

.testimonials_arrows
{
  position: relative;
  flex-basis: 20%;
}

.testimonials_arrows a
{
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  text-decoration: none;
  border: 2px solid var(--dark-grey);
  border-radius: 3rem;
  transition: all .3s;
}

.testimonials_arrows a:nth-of-type(1)
{
  margin-right: 1.5rem;
}

.testimonials_arrows a:hover
{
  opacity: .6;
}

.slick-dots
{
  position: relative;
  width: 100%;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0; 
  padding: 0;
  margin-top: 4rem;
  list-style-type: none;
}

.slick-dots li
{
  cursor: pointer;
}

.slick-dots li.slick-active
{
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: var(--white);
  border: 4px solid var(--magenta);
  border-radius: 1rem;
}

.slick-dots li:not(.slick-active)
{
  display: inline-block;
  width: .65rem;
  height: .65rem;
  background-color: var(--blue);
  border-radius: 1rem;
}

.slick-dots li button
{
  display: none;
}

.slick-dots li:not(:last-of-type)
{
  margin-right: .5rem;
}

.testimonials_nav
{
  position: relative;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4rem;
}

.testimonials_nav a.testimonial_on
{
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: var(--white);
  border: 4px solid var(--magenta);
  border-radius: 1rem;
}

.testimonials_nav a.testimonial_off
{
  position: relative;
  display: inline-block;
  width: .65rem;
  height: .65rem;
  background-color: var(--blue);
  border-radius: 1rem;
}

.testimonials_nav a:not(:last-of-type)
{
  margin-right: .5rem;
}






/*  HOME NEWS & INSIGHTS  */



#home_news_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 3.125% 3.5% 7% 3.5%;
}

#home_news_content
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#home_news_content h1
{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#home_news_content h1 a
{
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .8rem;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--blue);
  padding: 3rem 3rem;
  background-image: url(../images/button-border-bold.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}

#home_news_content h1 a:hover
{
  color: var(--magenta);
}

.home_latest
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home_news_item
{
  position: relative;
  flex-basis: 22%;
  display: flex;
  flex-direction: column;
  text-align: left;
  text-decoration: none;
}

.home_news_item h5
{
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: .75rem;
  text-decoration: none;
}

.home_news_item h5 a
{
  text-decoration: none;
  transition: all .3s;
}

.home_news_item h5 a:hover
{
  filter: contrast(300%);
}

.home_news_item_img
{
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: .75rem;
  transition: all .3s; 
}

.home_news_item_img:after
{
  content: '';
  position: absolute;
  top: 0;
  letter-spacing: 0;
  width: 100%;
  height: 100%;
  /*background-color: #183ced;*/
  background-color: #0D27A5;
  z-index: 500;
  mix-blend-mode: screen;
}

.home_news_item_img:before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  box-shadow: inset 0 0 20px 15px rgba(0, 0, 0, .15);
}

.home_news_item_img img
{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  transition: all .3s;
}

.home_news_item>a
{
  text-decoration: none;
}

.home_news_item>a p
{
  position: relative;
  margin: 0 0 1rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--black);
  text-decoration: none;
  transition: all .3s;
}

.home_news_item>p
{
  position: relative;
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--dark-grey);
  text-decoration: none;
}

.home_news_item>a:hover img
{
  filter: contrast(150%) saturate(150%);
}

.home_news_item>a:hover p
{
  color: var(--magenta);
}




/*  HOMEPAGE CTA  */



#home_cta_container
{
  position: relative;
  width: 100%;
  padding: 5% 3.5%;
  text-align: center;
  background-image: url(../images/bg-cta.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-bottom: 3.5%;
}

#home_cta_content
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: var(--dark-grey);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.75% 3%;
  color: var(--white);
}

#home_cta_content h2
{
  position: relative;
  margin: 0 0 .75rem 0;
  line-height: 1;
  text-align: left;
}

#home_cta_content p
{
  position: relative;
  margin: 0;
  font-size: 1.125rem;
  text-align: left;
}

#home_cta_content a
{
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--white);
  padding: 1.5rem 4rem;
  background-image: url(../images/button-border-m.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}

#home_cta_content a:hover
{
  color: var(--magenta);
}



/*  TRADING PLATFORMS  */



.page_title
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 2rem 3.5%;
  text-align: center;
  margin-top: 6rem;
}

.title_platforms
{
  background-image: url(../images/bg-blue.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.page_title h1
{
  position: relative;
  top: 0;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--white);
}



/*  TRADING PLATFORMS SECTION 1  */



#tplatforms_sec_1_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 3rem 3.5%;
  border-bottom: 1px solid var(--light-grey);
}

.tplatforms_sec_1
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 3% 0 5% 0%;
}

.tplatforms_sec_1_top
{
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 5%;
}

.tplatforms_sec_1_top h5
{
  position: relative;
  margin-top: 0;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tplatforms_sec_1_top h2
{
  position: relative;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 2rem;
}

.tplatforms_sec_1_top p
{
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 1.25rem;
  line-height: 1.5;
}

.tplatforms_sec_1_content
{
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 4%;
  grid-row-gap: 15%;
}

.tplatforms_sec_1_section
{
  position: relative;
  text-align: center;
}

.tplatforms_sec_1_section img
{
  position: relative;
  height: 2.5rem;
  width: auto;
  margin-bottom: 1rem;
}

.tplatforms_sec_1_section h3
{
  position: relative;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.tplatforms_sec_1_section h3 span
{
  display: block;
}

.tplatforms_sec_1_section p
{
  font-size: .875rem;
  line-height: 1.7;
}



/*  TRADING PLATFORMS SECTION 2  */



#tplatforms_sec_2_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 5% 3.5% 2.5% 3.5%;
}

.tplatforms_sec_2
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.tplatforms_sec_2 h5
{
  position: relative;
  margin-top: 0;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tplatforms_sec_2 h2
{
  position: relative;
  width: 100%;
  max-width: 50rem;
  font-size: 2.5rem;
  margin: 0 auto 2rem auto;
}

.tplatforms_sec_2 p
{
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 1.25rem;
  line-height: 1.5;
}




/*  TRADING PLATFORMS ONE PLATFORM  */



#section_platform_container
{
  position: relative;
  width: 100%;
  text-align: center;
}

.section_platform_pro
{
  padding: 2.5% 3.5% 5% 3.5%;
  border-bottom: 1px solid var(--light-grey);
}

.section_platform
{
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.section_platform_l
{
  position: relative;
  flex-basis: 45%;
}

.section_platform_l img
{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -1rem;
}

.section_platform_r
{
  position: relative;
  flex-basis: 48%;
  text-align: left;
  color: var(--dark-grey);
}

.platforms_anchor
{
  position: absolute;
  top: -10rem;
  left: 0;
}

.section_platform_r img
{
  position: relative;
  width: 100%;
  max-width: 13rem;
  height: auto;
  margin-bottom: 1rem;
}

.section_platform_r h2
{
  position: relative;
  margin: 0 0 .5rem 0;
  color: var(--blue);
  font-weight: 700;
}

.section_platform_r p
{
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}

.section_platform_r p strong
{
  font-weight: 600;
}

.section_platform_r p em
{
  color: var(--blue);
  font-style: italic;
}

.section_platform_r p:not(.platform_features_title)
{
  text-align: justify;
  text-align-last: left;
}

p.platform_features_title
{
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: .875rem;
}

.section_platform_r ul
{
  position: relative;
  margin-bottom: 1rem;
  padding: 0;
  list-style-type: none;
  font-size: .875rem;
  line-height: 1.5;
}

.section_platform_pro .section_platform_r ul
{
  column-count: 2;
  column-gap: 7.5%;
}

.section_platform_r ul li
{
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: .75rem;
}

.section_platform_r ul li:before
{
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: .5rem;
  height: .5rem;
  border-radius: 1rem;
  background-color: var(--blue);
}

.btn_platform_demo
{
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: .7rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--dark-grey);
  letter-spacing: 1px;
  padding: 1rem 1.5rem;
  background-image: url(../images/button-border-m.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}

.btn_platform_demo:hover
{
  color: var(--magenta);
}

.section_platform_elite
{
  padding: 5% 3.5%;
}

.section_platform_elite .section_platform_r ul
{
  margin-bottom: 2rem;
}

.section_platform_lst
{
  padding: 5% 3.5%;
  border-bottom: 1px solid var(--light-grey);
}

.section_platform_voltrader
{
  padding: 5% 3.5%;
}

.section_platform_voltrader .section_platform_r .platform_features_text
{
  color: var(--dark-grey);
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}



/*  TRADING PLATFORMS SECTION 3  */



#tplatforms_sec_3_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5% 2.5% 3.5%;
  border-bottom: 1px solid var(--light-grey);
}

.tplatforms_sec_3
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.tplatforms_sec_3_top_container
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3.5% 0;
  border-top: 1px dashed var(--light-grey);
  border-bottom: 1px dashed var(--light-grey);
  color: var(--dark-grey);
}

.tplatforms_sec_3_top
{
  position: relative;
  flex-basis: 45%;
  text-align: left;
}

.tplatforms_sec_3_top p
{
  margin-top: 0;
  font-size: .875rem;
  line-height: 1.5;
  text-align: justify;
  text-align-last: left;
}

.tplatforms_sec_3_top p strong
{
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black);
  letter-spacing: 2px;
}

.tplatforms_sec_3_top p:not(:last-of-type)
{
  margin-bottom: 1rem;
}

.tplatforms_sec_3_bottom_container
{
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 3.5% 0;
  text-align: center;
}

.tplatforms_sec_3_bottom_container p
{
  position: relative;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 2rem 0;
}

.tplatforms_logos_container
{
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
}

.tplatforms_logos_container a
{
  position: relative;
  display: inline-block;
  flex-basis: 18%;
}

.tplatforms_logos_container a:hover img
{
  transform: translateY(-.25rem);
}

.tplatforms_logos_container img
{
  position: relative;
  width: 100%;
  height: auto;
  transition: all .3s;
}



/*  TRADING PLATFORMS SECTION 3  */



#tplatforms_sec_columns_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 5% 3.5%;
  border-bottom: 1px solid var(--light-grey);
  color: var(--dark-grey);
}

.tplatforms_sec_columns
{
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tplatforms_sec_column
{
  position: relative;
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tplatforms_sec_column img
{
  position: relative;
  width: 100%;
  height: auto;
}

.tplatforms_sec_column img:nth-of-type(1)
{
  max-width: 90%;
  margin: 0 auto 2rem auto;
}

.tplatforms_sec_column img:nth-of-type(2)
{
  max-width: 13rem;
  margin: 0 auto 1rem 0;
}

.tplatforms_sec_column h2
{
  position: relative;
  margin: 0 0 .5rem 0;
  color: var(--blue);
  font-weight: 700;
}

.tplatforms_sec_column p
{
  position: relative;
  line-height: 1.5;
  margin: 0 0 2rem 0;
  text-align: justify;
  text-align-last: left;
}

.tplatforms_sec_column p em
{
  color: var(--blue);
  font-style: italic;
}

.tplatforms_sec_column p.platform_features_title
{
  margin-bottom: 1.5rem;
}

.tplatforms_sec_column ul
{
  position: relative;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
  list-style-type: none;
  font-size: .875rem;
  line-height: 1.5;
  text-align: left;
}

.tplatforms_sec_column ul li
{
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: .75rem;
}

.tplatforms_sec_column ul li:before
{
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: .5rem;
  height: .5rem;
  border-radius: 1rem;
  background-color: var(--blue);
}



/*  TRADING PLATFORMS LISTS  */




#tplatforms_list_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5% 5% 3.5%;
}

.tplatforms_list
{
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tplatforms_list ul
{
  position: relative;
  margin: 0;
  padding: 0;
  flex-basis: 30%;
  text-align: left;
  list-style-type: none;
}

.tplatforms_list ul h3
{
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}

.tplatforms_list ul li
{
  position: relative;
  font-size: .875rem;
  line-height: 1.5;
  color: var(--dark-grey);
  margin-bottom: .75rem;
  padding-left: 2rem;
}

.tplatforms_list ul li span
{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-.5rem);
  display: inline-block;
}

.tplatforms_list ul li span img
{
  position: relative;
  height: 1rem;
  width: auto;
}




/*  SEM  */




#tplatforms_sem_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 3rem 3.5%;
  border-top: 1px solid var(--white-grey);
}

.tplatforms_sem
{
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 3% 0 5% 0%;
  color: var(--dark-grey);
}

.tplatforms_sem_top
{
  position: relative;
  top: 0;
  width: 45%;
  text-align: center;
  margin-bottom: 2.5%;
  text-align: left;
}

.tplatforms_sem_top img
{
  position: relative;
  top: 0;
  width: 100%;
  max-width: 13rem;
  height: auto;
  margin-bottom: 1rem;
}

.tplatforms_sem_top h2
{
  position: relative;
  top: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2rem 0;
  color: var(--blue);
}

.tplatforms_sem_top p
{
  position: relative;
  margin: 0;
  line-height: 1.5;
}

.tplatforms_sem_top_2
{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tplatforms_sem_top_2_col
{
  position: relative;
  flex-basis: 45%;
  text-align: left;
  color: var(--dark-grey);
}

.tplatforms_sem_top_2_col p
{
  line-height: 1.5;
}

.tplatforms_sem_top_2_col p:nth-child(odd)
{
  margin-top: 0;
  margin-bottom: 1rem;
}

.tplatforms_sem_top_2_col p:nth-child(even)
{
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.tplatforms_sem_top_2_col p strong
{
  text-transform: uppercase;
}

.tplatforms_sem_top_2_col ul
{
  position: relative;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}

.tplatforms_sem_top_2_col ul li
{
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: .75rem;
}

.tplatforms_sem_top_2_col ul li:before
{
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: .5rem;
  height: .5rem;
  border-radius: 1rem;
  background-color: var(--blue);
}

.tplatforms_sem_content
{
  position: relative;
  width: 100%;
  text-align: center;
}

.tplatforms_sem_content img
{
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
}



/*  STM  */




#tplatforms_stm_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 3rem 3.5%;
  border-top: 1px solid var(--white-grey);
}

.tplatforms_stm
{
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 3% 0 5% 0%;
  color: var(--dark-grey);
}

.tplatforms_stm_top
{
  position: relative;
  top: 0;
  width: 45%;
  text-align: center;
  margin-bottom: 2.5%;
  text-align: left;
}

.tplatforms_stm_top img
{
  position: relative;
  top: 0;
  width: 100%;
  max-width: 13rem;
  height: auto;
  margin-bottom: 1rem;
}

.tplatforms_stm_top h2
{
  position: relative;
  top: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2rem 0;
  color: var(--blue);
}

.tplatforms_stm_top p
{
  position: relative;
  margin: 0;
  line-height: 1.5;
}

.tplatforms_stm_top_2
{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tplatforms_stm_top_2_col
{
  position: relative;
  flex-basis: 45%;
  text-align: left;
  color: var(--dark-grey);
}

.tplatforms_stm_top_2_col h3
{
  position: relative;
  margin: 0 0 2rem 0;
  font-weight: 600;
}

.tplatforms_stm_top_2_col p
{
  line-height: 1.5;
  margin: 0 0 2rem 0;
}

.tplatforms_stm_top_2_col p strong
{
  font-weight: 600;
}

.tplatforms_stm_top_2_col h5
{
  position: relative;
  font-size: .875rem;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0;
}

.tplatforms_stm_top_2_col ul
{
  position: relative;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  column-count: 2;
  column-gap: 4%;
}

.tplatforms_stm_top_2_col ul li
{
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: .75rem;
}

.tplatforms_stm_top_2_col ul li:before
{
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: .5rem;
  height: .5rem;
  border-radius: 1rem;
  background-color: var(--blue);
}





/*  OMS  */



.title_oms
{
  background-image: url(../images/oms/bg-oms.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}



/*  OMS SECTION 1  */



#oms_sec_1_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5%;
}

.oms_sec_1
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5% 0;
}

.oms_sec_1_top
{
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 5%;
}

.oms_sec_1_top h5
{
  position: relative;
  margin-top: 0;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.oms_sec_1_top h2
{
  position: relative;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 2rem;
  max-width: 1280px;
  margin: 0 auto;
}

.oms_sec_1_content
{
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 2%;
}

.oms_sec_1_section
{
  position: relative;
  text-align: center;
}

.oms_sec_1_section img
{
  position: relative;
  height: 2.5rem;
  width: auto;
  margin-bottom: 1rem;
}

.oms_sec_1_section h3
{
  position: relative;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.oms_sec_1_section h3 span
{
  display: block;
}

.oms_sec_1_section p
{
  font-size: .875rem;
  line-height: 1.7;
}

/*  OMS OVERVIEW  */

#oms_highlight_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5%;
  border-top: 1px solid var(--white-grey);
}

.oms_highlight
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5% 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10.75%;
}

.oms_highlight h3
{
  position: relative;
  top: 0;
  line-height: 1.2;
  font-size: clamp(1.125rem, 4vw, 1.875rem);
  margin-top: 0;
  margin-bottom: 2rem;
  text-align: left;
  font-weight: 700;
  color: var(--dark-cyan);
}

.oms_highlight p
{
  position: relative;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.7;
  text-align: left;
}

.oms_highlight_column
{
  text-align: left;
}

.oms_highlight_column img:nth-of-type(1)
{
  position: relative;
  /*width: 100%;
  max-width: 13rem;*/
  height: 1rem;
  width: auto;
  margin-bottom: 1rem;
}

.oms_highlight_column>p strong
{
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
}

.oms_highlight_column ul
{
  position: relative;
  text-align: left;
  list-style-type: none;
  font-size: .875rem;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}

.oms_highlight_column:nth-of-type(1) ul
{
  margin-bottom: 2rem;
}

.oms_highlight_column ul li
{
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: .75rem;
}

.oms_highlight_column ul li:last-of-type
{
  margin-bottom: 0;
}

.oms_highlight_column ul li:before
{
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: .5rem;
  height: .5rem;
  border-radius: 1rem;
  background-color: var(--cyan);
}

.oms_highlight_column:nth-of-type(1) img:last-of-type
{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 6rem;
}

.oms_highlight_column ul li h4
{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
}

/* OMS 360 HIGHLIGHT TOP */
.oms_highlight_container_top
{
    margin: 0 auto;
    padding: 5% 0 0 0;
    position: relative;
    max-width: 1280px;
    text-align: left;

}

.oms_highlight_container_top > h2 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
}

.oms_advanced_functionality img:nth-of-type(1)
{
    position: relative;
    height: 1rem;
    width: auto;
    margin-bottom: 1rem;
}


/*  ADVANCED OMS FUNCTIONALITY  */



#oms_advanced_functionality_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5%;
  border-top: 1px solid var(--white-grey);
}

.oms_advanced_functionality
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5% 0 3% 0;
}

.oms_advanced_functionality h2
{
  position: relative;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 4rem;
}

.oms_advanced_functionality_section_container
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.oms_advanced_functionality_section
{
  position: relative;
  border: 1px solid var(--cyan);
  border-radius: 5px;
  padding: 1rem;
  flex-basis: 48.5%;
  margin-bottom: 3%;
}

.oms_advanced_functionality_section h3
{
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--dark-cyan);
}

.oms_advanced_functionality_section p
{
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.7;
}


/*  OMS SNAPSHOT  */



#oms_snapshot_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5%;
  border-top: 1px solid var(--white-grey);
}

.oms_snapshot
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5% 0;
}

.oms_snapshot h2
{
  position: relative;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 4rem;
}

.oms_snapshot_table
{
  position: relative;
  width: 100%;
}

.oms_snapshot_line
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem .5rem 1rem 1.5rem;
  text-align: left;
  border-radius: 2rem;
  transition: all .3s;
  cursor: default;
}

.oms_snapshot_line_l
{
  position: relative;
  flex-basis: 20%;
}

.oms_snapshot_line_l p
{
  position: relative;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
}

.oms_snapshot_line_r
{
  position: relative;
  flex-basis: 78%;
}

.oms_snapshot_line_r p
{
  position: relative;
  margin: 0;
  line-height: 1.5;
}

.oms_snapshot_line:nth-child(odd)
{
  background-color: #F7F7F7
}

.oms_snapshot_line:hover
{
  background-color: #EAEAEC;
}



/*  OMS SNAPSHOT  */



#oms_rcm_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5%;
  border-top: 1px solid var(--white-grey);
}

.oms_rcm
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5% 0;
}

.oms_rcm h2
{
  position: relative;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 4rem;
}

.oms_rcm_table_container
{
  position: relative;
  width: 100%;
  text-align: left;
}

.oms_rcm_table
{
  position: relative;
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark-grey);
}

.oms_rcm_table thead tr th
{
  padding: 1rem;
}

.oms_rcm_table thead tr th:not(:nth-of-type(1))
{
  text-align: center;
}

.oms_rcm_table tbody tr td
{
  padding: .75rem;
}

.oms_rcm_table tbody tr td:nth-of-type(1)
{
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding-left: 1.5rem;
}

.oms_rcm_table tbody tr td:last-of-type
{
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.oms_rcm_table tbody tr:nth-child(odd) td
{
  background-color: #F7F7F7;
}

.oms_rcm_table tbody tr:hover td
{
  background-color: #EAEAEC;
}

.oms_rcm_table tbody tr td:not(:nth-of-type(1))
{
  color: #11C7DA;
}

.oms_rcm_table tbody tr td img
{
  position: relative;
  height: 1rem;
  width: auto;
}

.oms_rcm_table tbody tr td:not(:nth-of-type(1))
{
  text-align: center;
}



/*  OMS OVERVIEW  */



#oms_overview_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5%;
  border-top: 1px solid var(--white-grey);
}

.oms_overview
{
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 5% 0;
}

.oms_overview h2
{
  position: relative;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 4rem;
}

.oms_overview img
{
  position: relative;
  width: 100%;
  height: auto;
}



/*  OMS TRADING NETWORK  */




#oms_tn_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 3rem 3.5%;
  border-top: 1px solid var(--white-grey);
}

.oms_tn
{
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 3% 0 5% 0%;
}

.oms_tn_top
{
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 5%;
}

.oms_tn_top h5
{
  position: relative;
  margin-top: 0;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.oms_tn_top h2
{
  position: relative;
  font-size: 2.5rem;
  margin: 0 auto 7.5% auto;
  max-width: 960px;
}

.oms_tn_content
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.oms_tn_l
{
  position: relative;
  flex-basis: 65%;
}

.oms_tn_l h3
{
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 1rem 0;
}

.oms_ev_table_container
{
  position: relative;
  width: 100%;
}

.oms_ev_table_container .oms_ev_table
{
  position: relative;
  width: 100%;
  border-collapse: collapse;
  color: var(--dark-grey);
}

.oms_ev_table_container .oms_ev_table thead tr th
{
  font-size: .875rem;
  font-weight: 400;
  text-align: center;
  padding: 1rem;
}

.oms_ev_table_container .oms_ev_table tbody tr td
{
  padding: .75rem;
}

.oms_ev_table_container .oms_ev_table tbody tr td:nth-of-type(1)
{
  padding-left: 1.5rem;
  text-align: left;
}

.oms_ev_table_container .oms_ev_table tbody tr td:nth-of-type(1) a
{
  position: relative;
  display: block;
  font-weight: 700;
  text-decoration: none;
  color: var(--dark-grey);
  transition: all .3s;
}

.oms_ev_table_container .oms_ev_table tbody tr td:nth-of-type(1) a:hover
{
  color: var(--magenta);
}

.oms_ev_table_container .oms_ev_table tbody tr td img
{
  position: relative;
  height: 1rem;
  width: auto;
}

.oms_ev_table_container .oms_ev_table tbody tr:nth-of-type(1) td:not(:last-of-type)
{
  background-color: #F7F7F7;
}

.oms_ev_table_container .oms_ev_table tbody tr:nth-of-type(1):hover td:not(:last-of-type)
{
  background-color: #EAEAEC;
}

.oms_ev_table_container .oms_ev_table tbody tr td:nth-of-type(1)
{
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

/*.oms_ev_table_container .oms_ev_table tbody tr:nth-of-type(1) td:nth-of-type(4)
{
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}*/

.oms_ev_table_container .oms_ev_table tbody tr td:last-of-type
{
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

/*.oms_ev_table_container .oms_ev_table tbody tr:not(:nth-of-type(1)):nth-child(odd) td
{
  background-color: #F7F7F7;
}

.oms_ev_table_container .oms_ev_table tbody tr:not(:nth-of-type(1)):hover td
{
  background-color: #EAEAEC;
}*/

.oms_ev_table_container .oms_ev_table tbody tr:nth-child(odd) td
{
  background-color: #F7F7F7;
}

.oms_ev_table_container .oms_ev_table tbody tr:hover td
{
  background-color: #EAEAEC;
}

.oms_tn_r
{
  position: relative;
  flex-basis: 30%;
  text-align: left;
}

.oms_tn_r h3
{
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 1rem 0;
}

.oms_tn_r ul
{
  position: relative;
  top: 0;
  list-style-type: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.oms_tn_r ul li a
{
  text-decoration: none;
  line-height: 2;
  color: var(--dark-cyan);
  transition: all .3s;
}

.oms_tn_r ul li a:hover
{
  color: var(--blue);
}



/*  OMS TRADE REPORTING  */




#oms_tr_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 3rem 3.5%;
  border-top: 1px solid var(--white-grey);
}

.oms_tr
{
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3% 0 5% 0%;
}

.oms_tr_top
{
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 5%;
}

.oms_tr_top h5
{
  position: relative;
  margin-top: 0;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.oms_tr_top h2
{
  position: relative;
  font-size: 2.5rem;
  margin: 0 auto 7.5% auto;
}

.oms_tr_content
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.oms_tr_col
{
  position: relative;
  flex-basis: 32.5%;
  background-color: #F5F4F5;
  padding: 1rem;
  text-align: left;
  color: var(--dark-grey);
}

.oms_tr_col h3
{
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1;
  color: var(--dark-cyan);
  margin: 0 0 1rem 0;
}

.oms_tr_col p
{
  line-height: 1.7;
}

.oms_tr_col p:nth-child(odd)
{
  margin: 0 0 2rem 0;
}

.oms_tr_col p:nth-child(even)
{
  margin: 0 0 1rem 0;
}

.oms_tr_col p strong
{
  font-size: .875rem;
  font-weight: 700;
}

.oms_tr_col_sec
{
  position: relative;
  min-height: 12rem;
  border-bottom: 1px solid var(--light-grey);
  margin-bottom: 1.5rem;
}




/*  RISK  */



.title_risk
{
  background-image: url(../images/risk-margin/bg-risk-margin.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}


/*  RISK SECTION 1  */



#risk_sec_1_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5%;
}

.risk_sec_1
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5% 0;
}

.risk_sec_1 h5
{
  position: relative;
  margin-top: 0;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.risk_sec_1 h2
{
  position: relative;
  font-size: 2.5rem;
  margin-top: 0;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.risk_sec_1 p
{
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--dark-grey);
  margin: 0 auto;
  max-width: 900px;
}



/*  RISK SECTION 2  */



#risk_sec_2_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 5% 3.5% 0 3.5%;
/*  padding: 2.5% 0 2.5% 0;*/
  border-top: 1px solid var(--white-grey);
}

.risk_sec_2
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 2.5% 0;
}

.risk_sec_2 h4
{
  position: relative;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 2rem;
}

.risk_sec_2 p
{
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--dark-grey);
  margin: 0 auto;
  max-width: 900px;
}



/*  RISK SECTION 3  */



#risk_sec_3_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 2.5% 3.5% 5% 3.5%;
}

#risk_sec_3_container img
{
  position: relative;
  width: 100%;
/*  max-width: 2048px;*/
  max-width: 1480px;
  margin: 0 auto;
  height: auto;
}




/*  RISK SECTION 4  */



#risk_sec_4_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5%;
}

.risk_sec_4
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2.5% 0 2.5% 0;
  border-top: 1px solid var(--white-grey);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.risk_sec_4 ul
{
  position: relative;
/*  flex-basis: 30%;*/
  flex-basis: 21.5%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: .875rem;
  line-height: 1.5;
  text-align: left;
}

.risk_sec_4 ul li
{
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: .75rem;
}

.risk_sec_4 ul li:before
{
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: .5rem;
  height: .5rem;
  border-radius: 1rem;
  background-color: var(--magenta);
}

.risk_sec_4 ul a
{
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: .7rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--dark-grey);
  letter-spacing: 1px;
  padding: 1rem 1.5rem;
  background-image: url(../images/button-border-xs.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
  margin-top: 1rem;
}

.risk_sec_4 ul a:hover
{
  color: var(--magenta);
}

.risk_sec_4 h4
{
  position: relative;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--magenta);
  margin-top: 0;
  margin-bottom: 2rem;
}

.risk_sec_4 h4 span
{
  display: block;
}

.risk_sec_4 p
{
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--dark-grey);
  margin: 0 auto;
  max-width: 900px;
}



/*  RISK SECTION 5  */



#risk_sec_5_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5%;
  border-top: 1px solid var(--white-grey);
}

.risk_sec_5
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5% 0 2.5% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.risk_sec_5 h4
{
  position: relative;
  flex-basis: 100%;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 2rem;
}

.risk_sec_5>h4
{
  color: var(--magenta);
  font-size: 1rem;
}

.risk_sec_5 p
{
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--dark-grey);
  margin: 0 auto;
  max-width: 900px;
}

.risk_sec_5 ul
{
  position: relative;
  flex-basis: 45%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: .875rem;
  line-height: 1.5;
  text-align: left;
}

.risk_sec_5 ul li
{
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: .75rem;
}

.risk_sec_5 ul li:before
{
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: .5rem;
  height: .5rem;
  border-radius: 1rem;
  background-color: var(--magenta);
}



/*  RISK SECTION 6  */



#risk_sec_6_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5%;
}

.risk_sec_6
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 2.5% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.risk_sec_6 h4
{
  position: relative;
  flex-basis: 100%;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 2rem;
}

.risk_sec_6>h4
{
  color: var(--magenta);
  font-size: 1rem;
  margin-bottom: 3rem;
}

.risk_sec_6 p
{
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--dark-grey);
  margin: 0 auto;
  margin-bottom: 1rem;
}

.dra_r
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.dra_col
{
  position: relative;
  flex-basis: 45%;
}

.risk_sec_6 ul
{
  position: relative;
  flex-basis: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: .875rem;
  line-height: 1.5;
  text-align: left;
}

.rsk_anchor
{
  position: absolute;
  top: -100px;
  left: 0px;
  width: 1px;
  height: 1px;
}

.risk_sec_6 ul:not(:last-of-type)
{
  margin-bottom: 2rem;
}

.risk_sec_6 ul li
{
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: .75rem;
}

.risk_sec_6 ul li:before
{
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: .5rem;
  height: .5rem;
  border-radius: 1rem;
  background-color: var(--magenta);
}



/*  RISK SECTION 7  */



#risk_sec_7_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5%;
}

.risk_sec_7
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 2.5% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.risk_sec_7 h4
{
  position: relative;
  flex-basis: 100%;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 2rem;
}

.risk_sec_7>h4
{
  color: var(--magenta);
  font-size: 1rem;
  margin-bottom: 3rem;
}

.risk_sec_7 p
{
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--dark-grey);
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}

.risk_sec_7 ul
{
  position: relative;
  flex-basis: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: .875rem;
  line-height: 1.5;
  text-align: left;
  columns: 2;
  column-gap: 10%;
  margin-bottom: 1rem;
}

.risk_sec_7 ul li
{
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: .75rem;
}

.risk_sec_7 ul li:before
{
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: .5rem;
  height: .5rem;
  border-radius: 1rem;
  background-color: var(--magenta);
}




/*  RISK CTA  */



#risk_cta_container
{
  position: relative;
  width: 100%;
  padding: 5% 3.5%;
  text-align: center;
  background-image: url(../images/risk-margin/cta-bg-risk.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-bottom: 3.5%;
}

#risk_cta_content
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: var(--dark-grey);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.75% 3%;
  color: var(--white);
}

#cta_text
{
  flex-basis: 60%;
}

#risk_cta_content h2
{
  position: relative;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: left;
}

#risk_cta_content p
{
  position: relative;
  margin: 0;
  font-size: 1.125rem;
  text-align: left;
}

#risk_cta_content a
{
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--white);
  padding: 1.5rem 4rem;
  background-image: url(../images/button-border-m.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}

#risk_cta_content a:hover
{
  color: var(--magenta);
}





/*  SOLUTION GUIDE  */




#sguide_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 7.5% 3.5% 0 3.5%;
  background-image: url(../images/bg-waves-2.svg);
  background-position: top right;
  background-size: 65% auto;
  background-repeat: no-repeat;
}

.sguide
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5% 0;
  text-align: left;
}

.sguide h5
{
  position: relative;
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sguide h2
{
  position: relative;
  font-size: 2.5rem;
  margin-top: 0;
}

.sguide>p
{
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0 0 4% 0;
  max-width: 30rem;
}

.squide_nav_type
{
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 4%;
}

.squide_nav_type a
{
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--dark-grey);
  padding: 1rem 1rem;
  text-decoration: none;
  border-bottom: 5px solid var(--white);
  transition: all .3s;
}

.squide_nav_type a:nth-of-type(1)
{
  margin-right: 2rem;
}

.squide_nav_type a:nth-of-type(2)
{
  margin-left: 2rem;
}

.squide_nav_type a:hover
{
  color: var(--blue);
}

a.type_active
{
  color: var(--blue);
  font-weight: 700;
  border-bottom: 5px solid var(--blue);
}

.sguide_nav
{
  position: relative;
  border-top: 1px solid var(--white-grey);
  padding-top: 5%;
}

.sguide_icons_ftype
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sguide_icons_ftype a
{
  position: relative;
  display: inline-block;
  flex-basis: 17.5%;
  border: 3px solid var(--white);
  border-radius: .5rem;
  padding: 2rem 1rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, .2);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 1%;
  text-decoration: none;
  color: var(--dark-grey);
  transition: all .3s;
}

.sguide_icons_ftype a:hover
{
  border: 3px solid var(--blue);
}

.sguide_icons_ftype a img
{
  position: relative;
  height: 2.5rem;
  width: auto;
  margin-bottom: .5rem;
}

.sguide_icons_ftype a p
{
  font-size: .875rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
}

.sguide_icons_rtype
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: none;
}

.sguide_icons_rtype a
{
  position: relative;
  display: inline-block;
  flex-basis: 17.5%;
  border: 3px solid var(--white);
  border-radius: .5rem;
  padding: 2rem 1rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, .2);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 1%;
  text-decoration: none;
  color: var(--dark-grey);
  transition: all .3s;
}

.sguide_icons_rtype a:hover
{
  border: 3px solid var(--blue);
}

.sguide_icons_rtype a img
{
  position: relative;
  height: 2.5rem;
  width: auto;
  margin-bottom: .5rem;
}

.sguide_icons_rtype a p
{
  font-size: .875rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
}

.squide_content
{
  position: relative;
  width: 100%;
  text-align: center;
}

.squide_content_ftype,
.squide_content_rtype
{
  position: relative;
  top: 0;
  width: 100%;
}

.squide_content_ftype h2,
.squide_content_rtype h2
{
  position: relative;
  margin: 7.5% 0 5% 0;
}

.squide_content_rtype
{
  display: none;
}



/*   SOLUTION GUIDE SECTION   */



.squide_section
{
  position: relative;
  width: 100%;
  background-image: url(../images/solution-guide/bg-card.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9% 5% 7.5% 5%;
  color: #fff;
  text-align: left;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 1.5rem 1.5rem 2rem rgba(0, 0, 0, .3);
  margin-bottom: 5%;
}

.squide_section_gradient
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 94%;
  background-image: url(../images/solution-guide/bg-gradient-l.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  mix-blend-mode: color;
  opacity: 1;
  pointer-events: none;
}

.squide_section img
{
  position: relative;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: auto;
  margin-bottom: 2rem;
}

.squide_section>h3
{
  position: relative;
  text-align: left;
  font-size: 1.875rem;
  margin: 0 0 2rem 0;
}

.squide_section>h3 + p
{
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--white-grey);
  margin-bottom: 4rem;
}

.squide_section_cols
{
  position: relative;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5%;
  grid-row-gap: 2.5rem;
}

.squide_section_col
{
  position: relative;
}

.squide_section_col h4
{
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
}

.squide_section_col p
{
  position: relative;
  line-height: 1.5;
  margin: 0 0 1rem 0;
}

.squide_section_col a
{
  position: relative;
  text-decoration: none;
  color: var(--white);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 1.5rem;
  transition: all .3s;
}

.squide_section_col a:after
{
  content: '';
  position: absolute;
  top: .2rem;
  right: 0;
  width: .4rem;
  height: .4rem;
  border-top: 3px solid var(--white);
  border-right: 3px solid var(--white);
  transform: rotate(45deg);
  transition: all .3s;
}

.squide_section_col a:hover
{
  color: var(--magenta);
}

.squide_section_col a:hover:after
{
  border-top: 3px solid var(--magenta);
  border-right: 3px solid var(--magenta);
}

.squide_section_cta
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 1rem;
  padding: 2.5rem 4rem 2.5rem 2.5rem;
  margin-top: 10%;
}

.squide_section_cta h3
{
  position: relative;
  margin: 0;
  flex-basis: 40%;
}

.squide_section_cta a
{
  position: relative;
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url(../images/button-border-lm.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 1.5rem 7rem;
  transition: all .3s;
}

.squide_section_cta a:hover
{
  color: var(--magenta);
}




/*  NEWS & INSIGHTS  */




#news_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 7.5% 3.5% 0 3.5%;
}

.news
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5% 0;
  text-align: left;
  transition: all 1s;
  opacity: 1;
}

.news_top
{
  position: relative;
  width: 100%;
}

.news_top h5
{
  position: relative;
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.news_top h2
{
  position: relative;
  font-size: 2.5rem;
  margin-top: 0;
}

.news_top p
{
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0;
  max-width: 30rem;
  color: var(--dark-grey);
}

.cat_select_container
{
  position: relative;
  width: 100%;
  text-align: right;
  padding-bottom: 2%;
  border-bottom: 1px solid var(--white-grey);
  margin-bottom: 5%;
}

.news_top select
{
  border: 0;
  background: 0;
  padding: 1.5rem;
  background-color: var(--white);
  background-image: url(../images/button-border-m.svg), url(../images/news/arr-down.svg);
  background-position: center center, center right 1.5rem;
  background-repeat: no-repeat;
  background-size: contain, .5rem auto;
  appearance: none;
}

.news_listed_container
{
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  margin-bottom: 10%;
}

#ni_container
{
  position: relative;
}

.news_loading
{
  opacity: 0.2 !important;
  min-height: 33vh;
}

.news_listed_container h3
{
  position: absolute;
  width: 100%;
  text-align: center;
  color: var(--light-grey);
}

.news_listed_container svg
{
  position: absolute;
  left: 50%;
  width: 75px;
  height: 75px;
  transform: translateX(-50%);
}

.listed_news_item
{
  position: relative;

}

.listed_news_item a:nth-of-type(1)
{
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: .5rem;
  transition: all .3s;
}

.listed_news_item a:nth-of-type(1):hover
{
  filter: contrast(300%);
}

.listed_news_item a:nth-of-type(2)
{
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  text-decoration: none;
}

.list_news_item_img
{
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: .75rem;
  transition: all .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  /*box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 1.0);*/
}

.list_news_item_img:after
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: #183ced;*/
  background-color: #0D27A5;
  z-index: 500;
  mix-blend-mode: screen;
}

.list_news_item_img:before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  box-shadow: inset 0 0 20px 15px rgba(0, 0, 0, .15);
}

.list_news_item_img img
{
  position: relative;
  /*display: block;*/
  width: 100%;
  height: auto;
  transition: all .3s;
}

.listed_news_item a:nth-of-type(2) p
{
  position: relative;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--dark-grey);
  transition: all .3s;
}

.listed_news_item a:nth-of-type(2):hover img
{
  filter: contrast(150%) saturate(150%);
}

.listed_news_item a:nth-of-type(2):hover p
{
  color: var(--magenta);
}

.listed_news_item p:last-of-type
{
  position: relative;
  margin: 0;
  color: var(--dark-grey);
  font-size: .875rem;
  line-height: 1.5;
  font-weight: 400;
}

.news_listed_pagination
{
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10%;
}

.news_listed_pagination a
{
  position: relative;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: var(--dark-grey);
  line-height: 1;
  padding: .5rem;
  transition: all .3s;
  margin: 0 .25rem;
}

.news_listed_pagination a.current_page
{
  color: var(--magenta);
}

.news_listed_pagination a:hover
{
  color: var(--blue);
}

.news_listed_pagination span
{
  position: relative;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: var(--dark-grey);
  line-height: 1;
  padding: .5rem;
  margin: 0 .25rem;
}




/*  ONE NEWS ITEM  */




#news_item_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 7.5% 3.5% 0 3.5%;
}

.news_item
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5% 0;
  text-align: left;
}

.news_item_top
{
  position: relative;
  width: 100%;
}

.news_item_top h5
{
  position: relative;
  margin-top: 0;
  margin-bottom: .5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.news_item_top h2
{
  position: relative;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.news_item_top p
{
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  max-width: 30rem;
  color: var(--dark-grey);
  margin-bottom: 2.5%;
}



/*  THOUGHT LEADERSHIP AUTHOR */


.tl_author
{
  position: relative;
  top: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.5%;
}

.tl_author_image
{
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 6.5rem;
  max-height: 6.5rem;
  text-align: center;
  margin-right: 1rem;
  overflow: hidden;
  border-radius: 100%;
}

/*.tl_author_image:after
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0;
  width: 100%;
  height: 100%;
  background-color: #183ced;
  z-index: 500;
  mix-blend-mode: screen;
}*/

.tl_author_image img
{
  position: relative;
  display: block;
  width: 100%;
  max-width: 6.5rem;
  max-height: 6.5rem;
}

.tl_author_title h3
{
  position: relative;
  margin: 0 0 .5rem 0;
}

.tl_author_title h4
{
  position: relative;
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
}




.news_item_share
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2.5% 0;
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  margin-bottom: 5%;
}

.news_item_share a
{
  position: relative;
  display: inline-block;
  margin: 0 .5rem;
}

.news_item_share span
{
  font-size: 1.125rem;
  line-height: 1;
  color: var(--dark-grey);
  font-weight: 600;
  margin-right: 1rem;
  letter-spacing: 1px;
}

.news_item_share a img
{
  position: relative;
  width: 3rem;
  height: auto;
  transition: all .3s;
}

.news_item_share a:hover img
{
  filter: hue-rotate(120deg);
}

.news_item_content
{
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  color: var(--dark-grey);
}

.news_item_content p
{
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75;
  margin: 0 0 1.5rem 0;
}

.news_item_content strong
{
  font-weight: 600;
}

.news_item_content a
{
  text-decoration: none;
  color: var(--dark-cyan);
  transition: all .3s;
}

.news_item_content a:hover
{
  color: var(--magenta);
}

.news_item_content ul
{
  position: relative;
  top: 0;
  margin: 0 0 1.5rem 0;
  list-style-type: square;
  font-size: 1.125rem;
  line-height: 1.75;
}

.news_item_content ul li:not(:last-of-type),
.news_item_content ol li:not(:last-of-type)
{
  margin-bottom: .5rem;
}

.news_item_content ol
{
  position: relative;
  top: 0;
  margin: 0 0 1.5rem 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

.news_item_content blockquote
{
  position: relative;
  margin: 0 0 2rem 0;
  font-size: 1.125rem;
  line-height: 1.75;
  border-left: 5px solid var(--cyan);
  padding: 2rem 2rem 2rem 3rem;
  font-style: italic;
  background-color: #F0F0F0;
}

.news_item_content blockquote:before
{
  content: url(../images/news/quotes-open.svg);
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1.5rem;
  height: auto;
  opacity: .75;
}

.news_item_content img
{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 1.5rem 0;
}

.news_item_content iframe
{
  position: relative;
  width: 100%;
  aspect-ratio:  16/9;
  margin: 0 0 1.5rem 0;
}



/*  HOMEPAGE CTA  */



#news_cta_container
{
  position: relative;
  width: 100%;
  padding: 5% 3.5%;
  text-align: center;
  background-image: url(../images/bg-cta.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-bottom: 3.5%;
}

#news_cta_content
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: var(--dark-grey);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.75% 3%;
  color: var(--white);
}

#news_cta_content h2
{
  position: relative;
  margin: 0 0 .75rem 0;
  line-height: 1;
  text-align: left;
}

#news_cta_content p
{
  position: relative;
  margin: 0;
  font-size: 1.125rem;
  text-align: left;
}

#news_cta_content a
{
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--white);
  padding: 1.5rem 4rem;
  background-image: url(../images/button-border-m.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}

#news_cta_content a:hover
{
  color: var(--magenta);
}


#news_item_more_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5%;
}

#news_item_more
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2.5% 0;
  text-align: left;
}

#news_item_more h2
{
  position: relative;
  margin: 0 0 2rem 0;
}

.news_more_listed_container
{
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  margin-bottom: 10%;
}

.listed_news_more_item
{
  position: relative;

}

.listed_news_more_item a:nth-of-type(1)
{
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: .5rem;
  transition: all .3s;
}

.listed_news_more_item a:nth-of-type(1):hover
{
  filter: contrast(300%);
}

.listed_news_more_item a:nth-of-type(2)
{
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  text-decoration: none;
}

.list_news_more_item_img
{
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: .75rem;
  transition: all .3s; 
}

.list_news_more_item_img img
{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  transition: all .3s;
}

.list_news_more_item_img:after
{
  content: '';
  position: absolute;
  top: 0;
  letter-spacing: 0;
  width: 100%;
  height: 100%;
  /*background-color: #183ced;*/
  background-color: #0D27A5;
  z-index: 500;
  mix-blend-mode: screen;
}

.list_news_more_item_img:before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  box-shadow: inset 0 0 20px 15px rgba(0, 0, 0, .15);
}

.listed_news_more_item>a:hover img
{
  filter: contrast(150%) saturate(150%);
}

.listed_news_more_item a:nth-of-type(2) p
{
  position: relative;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--dark-grey);
  transition: all .3s;
}

.listed_news_more_item a:nth-of-type(2):hover img
{
  filter: saturate(50%);
}

.listed_news_more_item a:nth-of-type(2):hover p
{
  color: var(--magenta);
}

.listed_news_more_item p:last-of-type
{
  position: relative;
  margin: 0;
  color: var(--dark-grey);
  font-size: .875rem;
  line-height: 1.5;
  font-weight: 400;
}




/*  ABOUT  */



#about_section_1_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 3rem 3.5%;
  background-image: url(../images/bg-waves.svg), url(../images/bg-gradient-l.jpg);
  background-position: 100% 0px, bottom left;
  background-size: 1440px, cover;
  background-repeat: no-repeat;
}

#about_sec1_1
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10% 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#about_sec1_1_l
{
  position: relative;
  flex-basis: 45%;
  text-align: left;
  color: var(--white);
}


#about_sec1_1_l h5
{
  position: relative;
  top: 0;
  margin: 0 0 .5rem 0;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

#about_sec1_1_l p
{
  position: relative;
  top: 0;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1rem 0;
}

#about_sec1_1_l p em
{
  font-style: italic;
}

#about_sec1_1_r
{
  position: relative;
  flex-basis: 50%;
  text-align: left;
}

#about_sec1_1_r img
{
  position: relative;
  width: 80%;
  height: auto;
  margin-top: 10%;
}

.about_top_slider
{
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: -6.75rem;
}

.about_top_slider img
{
  position: relative;
  margin: 0 auto;
  width: auto;
  max-width: 1280px;
  height: auto;
  max-height: 6.5rem;
  cursor: grab;
}

.about_top_slider img:active
{
  cursor: grabbing;
}

#about_sec1_2
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 7.5% 0 0;
}

#about_sec1_2 h5
{
  position: relative;
  top: 0;
  margin: 0 0 .5rem 0;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

#about_sec1_2 h2
{
  position: relative;
  top: 0;
  font-size: 2.5rem;
  line-height: 1.5;
  padding-bottom: 3%;
  margin: 0 0 5% 0;
  color: var(--white);
}

#about_sec1_2 h2:after
{
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  width: auto;
  border-bottom: 1px solid var(--white-grey);
  opacity: .5;
}

#about_sec1_2>p
{
  position: relative;
  font-size: 1.125rem;
  color: var(--white);
  margin: 0 0 5% 0;
}

.about_sec1_2_cols
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10%;
}

.about_sec1_2_col
{
  position: relative;
  flex-basis: 31%;
  text-align: left;
}

.about_sec1_2_col h3
{
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 2rem 0;
  color: var(--white);
  letter-spacing: 1px;
}

.about_sec1_2_col p
{
  position: relative;
  color: var(--white);
  line-height: 1.6;
  margin: 0 0 2rem 0;
}

#about_milestones_container
{
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 5%;
}

#about_milestones_container h5
{
  position: relative;
  top: 0;
  margin: 0 0 2.5% 0;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

#milestones_nav
{
  position: relative;
  width: 100%;
  text-align: right;
  margin-bottom: 2.5%;
}

#milestones_nav a
{
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white);
  padding: 1rem;
  border: 1px solid var(--white);
  border-radius: 2rem;
}

#milestones_nav a:nth-of-type(1)
{
  margin-right: 2rem;
}

#milestones_nav a img
{
  position: relative;
  display: block;
  width: 1.5rem;
  height: auto;
}

#about_milestones
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.one_milestone
{
  position: relative;
  text-align: left;
  width: 18.6vw;
  height: 18rem;
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.milestone_content
{
  position: relative;
  width: 100%;
  height: 50%;
}

.one_milestone h3
{
  position: relative;
  flex-basis: 100%;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--white);
  margin: 0 0 1rem 0;
}

.one_milestone p
{
  position: relative;
  flex-basis: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--white);
  margin: 0;
}

.one_milestone:nth-child(odd) .milestone_content
{
  align-self: flex-start;
}

.one_milestone:nth-child(odd) .milestone_content:after
{
  content: '';
  position: absolute;
  bottom: 0;
  left: 51%;
  height: 2rem;
  width: 2px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.one_milestone:nth-child(even) .milestone_content
{
  align-self: flex-end;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}

.one_milestone:nth-child(even) .milestone_content:after
{
  content: '';
  position: absolute;
  top: 0;
  left: 51%;
  height: 2rem;
  width: 2px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.one_milestone:after
{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  opacity: .5;
}

.one_milestone:nth-of-type(1):after
{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: var(--white);
  opacity: .5; 
}

.one_milestone:last-of-type:after
{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: var(--white);
  opacity: .5; 
}

.one_milestone:before
{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: .75rem;
  height: .75rem;
  border-radius: 1rem;
  background-color: var(--white);
  margin-top: -.3rem;
}





/*  GLOBAL PRESENCE  */



#global_presence_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5%;
  border-bottom: 1px solid var(--white-grey);
}

.global_presence
{
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 5% 0;
  color: var(--dark-grey);
  text-align: center;
}

.global_presence>h2
{
  position: relative;
  font-size: 2.5rem;
  line-height: 1;
  margin: 0 0 2rem 0;
}

.global_presence img
{
  position: relative;
  width: 100%;
  height: auto;
}

.global_presence_continents
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 3%;
}

.global_presence_continents ul
{
  position: relative;
  list-style-type: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
  text-align: left;
}

.global_presence_continents ul:not(:last-of-type)
{
  margin-right: 6%;
}

.global_presence_continents ul h3
{
  position: relative;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

.global_presence_continents ul li
{
  font-weight: 600;
  line-height: 1.5;
}

.global_presence_continents ul:nth-of-type(1)
{
  color: var(--blue);
}

.global_presence_continents ul:nth-of-type(2)
{
  color: var(--dark-cyan);
}

.global_presence_continents ul:nth-of-type(3)
{
  color: var(--magenta);
}

.global_presence_continents ul:nth-of-type(4)
{
  color: var(--dark-grey);
}




/*  MANAGEMENT TEAM  */



#m_team_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5%;
}

.mteam
{
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 7.5% 0;
  color: var(--dark-grey);
}

.mteam>h5
{
  position: relative;
  top: 0;
  margin: 0 0 .5rem 0;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.mteam>h2
{
  position: relative;
  font-size: 2.5rem;
  line-height: 1;
  margin: 0 0 1rem 0;
}

.mteam>p
{
  position: relative;
  top: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0 7.5% 0;
}

.m_team_members
{
  position: relative;
  width: 100%;
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;*/
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: calc(26%/3);
  grid-row-gap: 4rem;
}

.m_team_member
{
  position: relative;
  /*flex-basis: 18%;*/
  /*width: 18%;*/
  text-align: left;
}

.m_team_member:nth-child(even)
{
  /*margin-top: 4%;*/
  margin-top: 2rem;
}

.m_team_member img
{
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.m_team_member h3
{
  position: relative;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1.5rem;
  margin: 0 0 .5rem 0;
}

.m_team_member p:nth-of-type(1)
{
  padding-left: .5rem;
  padding-right: .5rem;
  margin: 0 0 1.5rem 0;
}

.m_team_member p strong
{
  position: relative;
  display: block;
  font-size: .8125rem;
  font-weight: 700;
  padding-bottom: .5rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid var(--dark-grey);
}

.m_team_member p:not(:nth-of-type(1))
{
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}



/*  ABOUT CTA  */



#about_cta_container
{
  position: relative;
  width: 100%;
  padding: 5% 3.5%;
  text-align: center;
  background-image: url(../images/risk-margin/cta-bg-risk.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-bottom: 3.5%;
}

#about_cta_content
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: var(--dark-grey);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.75% 3%;
  color: var(--white);
}

#about_cta_content h2
{
  position: relative;
  margin: 0 0 .5rem 0;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: left;
}

#about_cta_content p
{
  position: relative;
  margin: 0;
  font-size: 1rem;
  text-align: left;
}

#about_cta_content a
{
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--white);
  padding: 1.5rem 4rem;
  background-image: url(../images/button-border-m.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}

#about_cta_content a:hover
{
  color: var(--cyan);
}





/*  CAREERS  */



#careers_section_1_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 3rem 3.5%;
  background-image: url(../images/bg-gradient-l.jpg);
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
}

#careers_sec1_1
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10% 0 2.5% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#careers_sec1_1_l
{
  position: relative;
  flex-basis: 45%;
  text-align: left;
  color: var(--white);
}


#careers_sec1_1_l h5
{
  position: relative;
  top: 0;
  margin: 0 0 .5rem 0;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

#careers_sec1_1_l p
{
  position: relative;
  top: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0 1rem 0;
}

#careers_sec1_1_r
{
  position: relative;
  flex-basis: 50%;
  text-align: left;
}

#careers_sec1_1_r img
{
  position: relative;
  width: 80%;
  height: auto;
  margin-top: 5%;
}

#careers_sec1_2
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2.5% 0 3.5% 0;
  border-top: 1px solid rgba(255,255,255,.3);
  background-clip: padding-box;
}

#careers_sec1_2 h2
{
  position: relative;
  top: 0;
  font-size: 1.875rem;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  color: var(--white);
  text-align: left;
}

#careers_sec1_2>p
{
  position: relative;
  font-size: 1rem;
  line-height: 1.625;
  color: var(--white);
  margin: 0 0 5% 0;
  columns: 2;
  column-gap: 5%;
  text-align: left;
}

#careers_office_img
{
  position: relative;
  width: 100%;
}

#careers_office_img img
{
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  vertical-align: middle;
}



/*  EMPLOYEE BENEFITS  */




#benefits_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 3rem 3.5%;
  background-image: url(../images/bg-gradient-m.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

#benefits
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 6% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

#benefits>h5
{
  position: relative;
  top: 0;
  flex-basis: 100%;
  margin: 0 auto 1rem auto;
  font-size: 1.15rem;
  font-weight: 600;
  text-transform: uppercase;
}

#benefits h2
{
  position: relative;
  top: 0;
  font-size: 2.5rem;
  flex-basis: 100%;
  color: var(--white);
  text-align: center;
  margin: 0 0 1rem 0;
}

#benefits>p
{
  position: relative;
  top: 0;
  flex-basis: 100%;
  font-size: 1.25rem;
  line-height: 1.5;
  max-width: 45rem;
  margin: 0 auto 7.5% auto;
  color: var(--white);
}

#all_benefits_container
{
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 5%;
}

.one_benefit
{
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
}

.one_benefit img
{
  position: relative;
  margin: 0 auto 1rem auto;
  height: 2.5rem;
  width: auto;
}

.one_benefit p
{
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--white);
  margin: 0;
}




/*  CAREERS CTA  */



#careers_cta_container
{
  position: relative;
  width: 100%;
  padding: 5% 3.5%;
  text-align: center;
  background-image: url(../images/risk-margin/cta-bg-risk.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-bottom: 3.5%;
}

#careers_cta_content
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: var(--dark-grey);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1.75% 3%;
  color: var(--white);
}

#careers_cta_content h2
{
  position: relative;
  margin: 0 0 .5rem 0;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: left;
}

#careers_cta_content p
{
  position: relative;
  margin: 0;
  font-size: 1rem;
  text-align: left;
}

#careers_cta_content a
{
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--white);
  padding: 1.5rem 4rem;
  background-image: url(../images/button-border-m.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}

#careers_cta_content a:hover
{
  color: var(--magenta);
}




/*  CONTACT  */





#contact_top_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5%;
}

.contact_top
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12% 0 5% 0;
  text-align: left;
}

.contact_top h5
{
  position: relative;
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact_top h2
{
  position: relative;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.contact_top p
{
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0;
  max-width: 800px;
  color: var(--dark-grey);
}




/*  CONTACT CTA  */



#contact_cta_container
{
  position: relative;
  width: 100%;
  padding: 5% 3.5%;
  text-align: center;
  background-image: url(../images/bg-cta.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-bottom: 3.5%;
}

#contact_cta_content
{
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background-color: var(--dark-grey);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 2% 3%;
  color: var(--white);
}

.contact_cta_section
{
  position: relative;
  flex-basis: 45%;
  text-align: left;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.contact_cta_section h4
{
  position: relative;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0 0 1rem 0;
}

.contact_cta_section p
{
  position: relative;
  font-size: .875rem;
  line-height: 1.7;
  font-weight: 400;
  margin: 0 0 2rem 0;
}

.contact_cta_section:nth-of-type(3),
.contact_cta_section:nth-of-type(4)
{
  margin-top: 5rem;
}

.contact_cta_btn_wrap
{
  margin-top: auto;
}

.contact_cta_section a:active,
.contact_cta_section a:focus
{
  outline: 0;
}

.contact_cta_section:nth-of-type(1) a
{
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .875rem;
  width: 365px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--white);
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  background-image: url(../images/button-border-xl.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}

.contact_cta_section:nth-of-type(2) a
{
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .875rem;
  width: 365px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--white);
  padding: 1.7rem 2rem 1.7rem 1rem;
  background-image: url(../images/button-border-xl.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}

.contact_cta_section:nth-of-type(3) a
{
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .875rem;
  width: 365px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--white);
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  background-image: url(../images/button-border-xl.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}

.contact_cta_section:nth-of-type(4) a
{
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--white);
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  background-image: url(../images/button-border-xs.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .3s;
}

.contact_cta_section a:hover
{
  color: var(--magenta);
}


/*  CONTACT FORM  */


#contact_form_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5%;
}

.contact_form_main
{
  padding-top: 12% !important;
}

.contact_form_main>#contact_form
{
  padding-top: 0 !important;
  max-width: 960px !important;
}

#contact_form
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.5% 0 5% 0;
  text-align: left;
}

#contact_form h2
{
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 2rem 0;
/*  text-align: center;*/
  text-align: left;
}

#contact_form h3
{
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 2rem 0;
  text-align: center;
}

#contact_form form
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2.5%;
}

.cform_line
{
  position: relative;
  text-align: left;
  margin-bottom: 1.5rem;
}

.cform_line label
{
  position: relative;
  display: inline-block;
  font-size: .875rem;
  color: var(--dark-grey);
}

.cform_line label input[type=checkbox]
{
  margin-right: .5rem;
}

.cform_line label span
{
  font-weight: 600;
}

.cform_line input[type=text]
{
  position: relative;
  width: 100%;
  margin-top: .5rem;
  padding: 1rem;
  border: 0;
  background: 0;
  background-color: #F6F4F4;
  border-radius: .75rem;
  font-size: .875rem;
}

.cform_line input[type=email]
{
  position: relative;
  width: 100%;
  margin-top: .5rem;
  padding: 1rem;
  border: 0;
  background: 0;
  background-color: #F6F4F4;
  border-radius: .75rem;
  font-size: .875rem;
}

.cform_line select
{
  position: relative;
  width: 100%;
  margin-top: .5rem;
  padding: 1rem;
  border: 0;
  background: 0;
  background-color: #F6F4F4;
  border-radius: .75rem;
  font-size: .875rem;
}

.cform_line textarea
{
  position: relative;
  width: 100%;
  margin-top: .5rem;
  padding: 1rem;
  border: 0;
  background: 0;
  background-color: #F6F4F4;
  border-radius: .75rem;
  font-size: .875rem;
  resize: vertical;
}

.cform_line_full
{
  flex-basis: 100%;
}

.cform_line_half
{
  flex-basis: 49%;
}

.cform_line input[type=submit]
{
  position: relative;
  width: 100%;
  border: 0;
  background: 0;
  font-size: .875rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--white);
  background-color: var(--blue);
  cursor: pointer;
  padding: 1rem 0;
  border-radius: .5rem;
  transition: all .3s;
}

.cform_line input[type=submit]:hover
{
  background-color: var(--magenta);
}

.cform_line label.for_required:after
{
  content: '*';
  position: absolute;
  top: 0;
  right: -.75rem;
  color: var(--magenta);
}

#contact_form>p
{
  position: relative;
  line-height: 1.7;
  color: var(--dark-grey);
  margin: 0 0 2rem 0;
}

#contact_form>p:last-of-type
{
  margin: 0;
}



/*  TEXT PAGE */



#text_page_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 7.5% 3.5% 0 3.5%;
}

.text_page
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5% 0;
  text-align: left;
  color: var(--dark-grey);
}

.text_page h2
{
  position: relative;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: var(--black);
}

.text_page h3
{
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: var(--black);
}

.text_page p
{
  position: relative;
  font-size: 1rem;
  line-height: 1.625;
  margin: 0 0 1.5rem 0;
}

.text_page strong
{
  font-weight: 600;
}

.text_page ul
{
  position: relative;
  font-size: 1rem;
  line-height: 2;
  margin: 0 0 1.5rem 0;
  list-style-type: square;
}

.text_page ol
{
  position: relative;
  font-size: 1rem;
  line-height: 2;
  margin: 0 0 1.5rem 0;
}

.text_page a
{
  color: var(--blue);
  text-decoration: none;
  transition: all .3s;
}

.text_page a:hover
{
  color: var(--dark-cyan);
  text-decoration: none;
}

.text_page_table_container
{
  position: relative;
  width: 100%;
}

.text_page table
{
  position: relative;
  width: 100%;
  margin: 0 0 1.5rem 0;
  font-size: 1rem;
  line-height: 1.625;
  border-collapse: collapse;
}

.text_page table tr td
{
  border: 1px solid var(--light-grey);
  padding: 1rem;
  vertical-align: top;
}

.text_page table tr:nth-child(odd) td
{
  background-color: #F7F7F7;
}

.text_page table tr:hover td
{
  background-color: #EAEAEC;
}




/*  NEWSLETTER  */




#newsletter_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 7.5% 3.5% 5% 3.5%;
}

.newsletter
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0;
  text-align: center;
}

.newsletter h5
{
  position: relative;
  margin-top: 0;
  margin-bottom: .5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.newsletter h2
{
  position: relative;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 7.5%;
}

#form_newsletter
{
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 5%;
  background-color: var(--form-bg);
  text-align: left;
}

#form_newsletter h3
{
  position: relative;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 2rem 0;
}

.newsletter_line
{
  position: relative;
  text-align: left;
  margin-bottom: 1rem;
}

.newsletter_line:last-of-type
{
  margin-bottom: 0;
}

.newsletter_line label
{
  position: relative;
  display: block;
  font-size: .875rem;
  color: var(--dark-grey);
}

.newsletter_line input[type=text]
{
  position: relative;
  width: 100%;
  margin-top: .5rem;
  padding: .5rem;
  border: 1px solid var(--dark-grey);
  border-radius: .25rem;
  background: 0;
  background-color: var(--white);
  font-size: .875rem;
}

.newsletter_line input[type=email]
{
  position: relative;
  width: 100%;
  margin-top: .5rem;
  padding: .5rem;
  border: 1px solid var(--dark-grey);
  border-radius: .25rem;
  background: 0;
  background-color: var(--white);
  font-size: .875rem;
}

.newsletter_line input[type=submit]
{
  position: relative;
  width: 100%;
  margin-top: .5rem;
  border: 0;
  background: 0;
  font-size: .875rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--white);
  background-color: var(--blue);
  cursor: pointer;
  padding: 1rem 0;
  border-radius: .25rem;
  transition: all .3s;
}

.newsletter_line input[type=submit]:hover
{
  background-color: var(--magenta);
}



/*  404  */



/*  NEWSLETTER  */




#container_404
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 7.5% 3.5% 5% 3.5%;
}

.content_404
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0;
  text-align: center;
}

.content_404 img
{
  position: relative;
  top: 0;
  width: 100%;
  max-width: 30rem;
  height: auto;
}

.content_404 p
{
  position: relative;
  font-size: 1.5rem;
  margin: 0 0 2rem 0;
}

.content_404 a
{
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  font-size: .875rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--dark-grey);
  letter-spacing: 1px;
  padding: 1rem 1.5rem;
  transition: all .3s;
  background-image: url(../images/button-border-ml.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content_404 a:hover
{
  color: var(--magenta);
}



/*  SEARCH */



#client_section_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 7.5% 3.5% 0 3.5%;
}

.search_results_container
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5% 0;
  text-align: left;
  color: var(--dark-grey);
}

.search_results_container h2
{
  position: relative;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: var(--black);
}

.search_results_container h2 span
{
  font-weight: 600;
  color: var(--magenta);
}

.search_results_container h3
{
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: var(--black);
}

.search_results_container p
{
  position: relative;
  font-size: 1rem;
  line-height: 1.625;
  margin: 0 0 1.5rem 0;
}

.search_results_container strong
{
  font-weight: 600;
}

.search_results_container ul
{
  position: relative;
  font-size: 1rem;
  line-height: 2;
  margin: 0 0 1.5rem 0;
  list-style-type: square;
}

.search_results_container ol
{
  position: relative;
  font-size: 1rem;
  line-height: 2;
  margin: 0 0 1.5rem 0;
}

.search_results_container a
{
  color: var(--blue);
  text-decoration: none;
  transition: all .3s;
}

.search_results_container a:hover
{
  color: var(--dark-cyan);
  text-decoration: none;
}

.one_result
{
  position: relative;
  margin: 0 0 2rem 0;
  font-size: 1.125rem;
}

.one_result a
{
  color: var(--blue);
  transition: all .3s;
}

.one_result a:hover
{
  color: var(--magenta);
}

.one_result span
{
  position: relative;
  display: block;
  margin: .75rem 0;
}

.paging_container
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.paging_container a
{
  position: relative;
  display: inline-block;
  padding: .25rem;
  line-height: 1;
  color: var(--blue);
  text-decoration: none;
  transition: all .3s;
  font-weight: 600;
}

.paging_container a:hover
{
  color: var(--magenta);
}

.paging_container a.curr_page
{
  color: var(--magenta);
}


/*  FOOTER  */



footer
{
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0 3.5%;
}

.footer_content
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2% 0;
  border-top: 1px solid var(--light-grey);
}

#logo_footer
{
  position: relative;
  display: inline-block;
  height: 1.5rem;
  width: auto;
}

#logo_footer img
{
  position: relative;
  height: 1.5rem;
  width: auto;
}

footer ul
{
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: .875rem;
}

footer ul:last-of-type
{
  margin-right: 12%;
}

footer ul h4
{
  position: relative;
  margin: 0 0 1.5rem 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px;
}

footer ul h4 span
{
  background: #15E9FF;
  background: -webkit-linear-gradient(to right, var(--cyan) 0%, var(--magenta) 100%);
  background: -moz-linear-gradient(to right, var(--cyan) 0%, var(--magenta) 100%);
  background: linear-gradient(to right, var(--cyan) 0%, var(--magenta) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer ul li a
{
  position: relative;
  text-decoration: none;
  color: var(--dark-grey);
  padding: 5px;
  line-height: 1.5;
  transition: color .3s;
}

footer ul li a::before
{
  background: var(--light-cyan);
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}

footer ul li a:hover
{
  color: var(--magenta);
}

footer ul li a:hover::before
{
  transform: scaleX(1);
  transform-origin: left;
}

footer ul li:not(:last-of-type)
{
  margin-bottom: 1rem;
}

.footer_bottom
{
  position: relative;
  width: 100%;
  border-top: 1px solid var(--light-grey);
  margin-top: 3rem;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.footer_bottom p
{
  color: var(--dark-grey);
  font-weight: 600;
  font-size: .75rem;
  text-transform: uppercase;
}



/*  BACK TO TOP  */



.back-to-top
{
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  border: 5px solid var(--cyan);
  border-radius: 2rem;
  transition: all, 0.3s;
  z-index: 750;
  display: none;
}

.back-to-top span
{
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 5px solid var(--cyan);
  border-right: 5px solid var(--cyan);
  transition: all .3s;
  transform: rotate(-45deg);
}

.back-to-top:hover
{
  border: 5px solid var(--magenta);
}

.back-to-top:hover span
{
  border-top: 5px solid var(--magenta);
  border-right: 5px solid var(--magenta);
}







/* custom styles */

#popcover
{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, .75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 49999;
  padding: 5%;
  display: none;
}

#popdialog
{
  position: relative;
  width: 100%;
  max-width: 40rem;
  height: auto;
  background-color: var(--white);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, .5);
  z-index: 50000;
}

#popdialog .popinner
{
  position: relative;
  width: 100%;
}

#popdialog div.poptitle
{
  position: relative;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  font-weight: 400;
}

#popdialog div.poptitle h2
{
  margin: 0;
  font-size: 1.875rem;
  font-weight: 400;
}

#popdialog div.popmessage
{
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

#popdialog div.popmessage p
{
  position: relative;
  top: 0;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--dark-grey);
}

#popdialog div.popmessage p:not(:last-of-type)
{
  margin: 0 0 1rem 0;
}

#popdialog div.popmessage p:last-of-type
{
  margin: 0;
}

#popdialog div.popbtncontainer
{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#popdialog div.popbtncontainer a
{
  position: relative;
  display: inline-block;
  margin: 0 .25rem;
  text-decoration: none;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: var(--blue);
  color: var(--white);
  transition: all .3s;
  padding: 1rem 2rem;
  border-radius: 3px;
}

#popdialog div.popbtncontainer a:hover
{
  background-color: var(--magenta);
}

#popdialog div.popbtncontainer a.popbtnok, #popdialog div.popbtncontainer a.popbtnok:visited,
#popdialog div.popbtncontainer a.popbtncancel, #popdialog div.popbtncontainer a.popbtncancel:visited
{
/*  display: inline-block;
  padding: 4px 10px 4px 10px;
  cursor: pointer;
  text-decoration: none;*/
}

#popdialog div.popbtncontainer a.popbtnok, #popdialog div.popbtncontainer a.popbtnok:visited
{
  /*background-color: #183CED;
  color: white;*/
}

/*#popdialog div.popbtncontainer a.popbtnok:hover {
  background-color: magenta;
}*/






/*    SERVICE DESK 2022    */




.sd_section
{
  position: relative;
  width: 100%;
  padding: 5rem;
  text-align: left;
}

#sd_section_1
{
  position: relative;
  height: 100vh;
  background-image: url(../images/service-desk/sd-bg.jpg);
  background-position: bottom right;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#sd_section_1 img
{
  position: relative;
  top: 0;
  width: 100%;
  max-width: 15rem;
  height: auto;
  margin-bottom: auto;
}

#sd_section_1 h1
{
  position: relative;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 1rem;
  margin-bottom: auto;
}

h1.sd_section_title
{
  position: relative;
  top: 0;
  color: var(--blue);
  font-weight: 600;
  margin: 0 0 1rem;
}

h1.sd_section_title img
{
  position: relative;
  width: 3rem;
  height: auto;
  margin-right: 1rem;
}

#sd_section_2 h3
{
  position: relative;
  color: var(--blue) !important;
  line-height: 1.5 !important;
  margin: 0 0 2rem;
}

.sd_content_container
{
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
}

.sd_content_column:nth-of-type(1)
{
  position: relative;
  flex-basis: 33%;
}

.sd_content_column:nth-of-type(2)
{
  position: relative;
  flex-basis: 64%;
}

.sd_content_column ol
{
  line-height: 1.5;
  margin: 0;
}

.sd_content_column ol li
{
  position: relative;
  margin: 0;
}

.sd_content_column ol p
{
  position: relative;
  margin: 0 0 1.5rem;
}

.sd_content_column ol li a
{
  font-weight: 600;
  color: var(--dark-cyan);
  text-decoration: none;
  transition: all .3s;
}

.sd_content_column ol li a:hover
{
  color: var(--magenta);
}

.sd_content_column img
{
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
}

#sd_section_3,
#sd_section_4,
#sd_section_5
{
  padding-top: 0 !important;
}

#sd_section_6
{
  position: relative;
  height: 100vh;
  background-image: url(../images/service-desk/sd-bg2.jpg);
  background-position: bottom left;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#sd_section_6 img
{
  position: relative;
  top: 0;
  width: 100%;
  max-width: 15rem;
  height: auto;
  margin-bottom: auto;
}

#sd_section_6 h3
{
  position: relative;
  color: var(--white);
  margin: 0 0 4rem;
}

#sd_section_6 h1
{
  position: relative;
  color: var(--white);
  font-weight: 600;
  margin-bottom: auto;
  letter-spacing: 2px;
}




/*  RAVIS PAPER FEB 2023  */





#rwhitepaper_top_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5%;
}

.rwhitepaper_top
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12% 0 2.5% 0;
  text-align: left;
}

.rwhitepaper_top h5
{
  position: relative;
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rwhitepaper_top h2
{
  position: relative;
  font-size: clamp(1.875rem, 4vw, 2.5rem);
  margin-top: 0;
  margin-bottom: .5rem;
}

.rwhitepaper_top p:nth-of-type(1)
{
  position: relative;
  font-size: clamp(.875rem, 2vw, 1rem);
  line-height: 1.5;
  color: var(--dark-grey);
}

.rwhitepaper_top p:not(:nth-of-type(1))
{
  position: relative;
  font-size: clamp(1rem, 3vw, 1.25rem);
  line-height: 1.5;
  max-width: 800px;
  color: var(--dark-grey);
}

/*.rwhitepaper_top p:nth-of-type(3)|
{
  position: relative;
  font-size: clamp(1rem, 3vw, 1.25rem);
  line-height: 1.5;
  max-width: 800px;
  color: var(--dark-grey);
}*/

.rwhitepaper_top p:not(:nth-of-type(1)) strong
{
  font-weight: 600;
}

/*.rwhitepaper_top p:nth-of-type(4)
{
  position: relative;
  font-size: clamp(1rem, 3vw, 1.25rem);
  line-height: 1.5;
  max-width: 800px;
  color: var(--dark-grey);
}*/

.rwhitepaper_top p:not(:nth-of-type(1)) a
{
  color: var(--dark-cyan);
  text-decoration: none;
  transition: color .3s;
}

.rwhitepaper_top p:not(:nth-of-type(1)) a:hover
{
  color: var(--magenta);
}

/*.rwhitepaper_top p:nth-of-type(4) strong
{
  font-weight: 600;
}*/

.rwhitepaper_top p
{
  margin: 0 0 1.5rem 0;
}

#rwhitepaper_form_container
{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 3.5%;
}

#rwhitepaper_form
{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 5%;
  text-align: left;
}

#rwhitepaper_form form
{
  position: relative;
  width: 100%;
  max-width: 800px;
}

.rwhitepaper_form_line
{
  position: relative;
  text-align: left;
  margin-bottom: 1.5rem;
}

.rwhitepaper_form_line label
{
  position: relative;
  display: inline-block;
  font-size: .875rem;
  color: var(--dark-grey);
}

.rwhitepaper_form_line label a
{
  color: var(--dark-cyan);
  text-decoration: none;
  transition: color .3s;
}

.rwhitepaper_form_line label a:hover
{
  color: var(--magenta);
}

.rwhitepaper_form_line label input[type=checkbox]
{
  margin-right: .5rem;
}

.rwhitepaper_form_line label span
{
  font-weight: 600;
}

.rwhitepaper_form_line input[type=text]
{
  position: relative;
  width: 100%;
  margin-top: .5rem;
  padding: 1rem;
  border: 0;
  background: 0;
  background-color: #F6F4F4;
  border-radius: .75rem;
  font-size: .875rem;
}

.rwhitepaper_form_line input[type=email]
{
  position: relative;
  width: 100%;
  margin-top: .5rem;
  padding: 1rem;
  border: 0;
  background: 0;
  background-color: #F6F4F4;
  border-radius: .75rem;
  font-size: .875rem;
}

.rwhitepaper_form_line select
{
  position: relative;
  width: 100%;
  margin-top: .5rem;
  padding: 1rem;
  border: 0;
  background: 0;
  background-color: #F6F4F4;
  border-radius: .75rem;
  font-size: .875rem;
}

.rwhitepaper_form_line input[type=submit]
{
  position: relative;
  width: 100%;
  border: 0;
  background: 0;
  font-size: .875rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--white);
  background-color: var(--blue);
  cursor: pointer;
  padding: 1rem 0;
  border-radius: .5rem;
  transition: all .3s;
}

.rwhitepaper_form_line input[type=submit]:hover
{
  background-color: var(--magenta);
}

.rwhitepaper_form_line label.for_required:after
{
  content: '*';
  position: absolute;
  top: 0;
  right: -.75rem;
  color: var(--magenta);
}

/* POP UP */
.popup-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 999999;
}
.popup {
    background: white;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    width: 50%;
    text-align: center;
    z-index: 999999;
}
.popup-close {
    position: absolute;
    top: 10px; right: 10px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
}
.popup-overlay.show {
    visibility: visible;
    opacity: 1;
}
.logo_popup {
  max-width: 70%;
}
.popup_list {
  text-align: left;
}

#platformimageinsert img {
  max-width: 90% !important;
}
.warning {
    color: orange;
    font-size: 1.1rem;
}