@import url(https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap);
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	tab-size: 4;
}
/**
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;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
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 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}
*, ::before, ::after{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.container{
	width: 100%;
}
@media (min-width: 640px){
	.container{
		max-width: 640px;
	}
}
@media (min-width: 768px){
	.container{
		max-width: 768px;
	}
}
@media (min-width: 1024px){
	.container{
		max-width: 1024px;
	}
}
@media (min-width: 1280px){
	.container{
		max-width: 1280px;
	}
}
@media (min-width: 1536px){
	.container{
		max-width: 1536px;
	}
}
.sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.visible{
	visibility: visible;
}
.static{
	position: static;
}
.relative{
	position: relative;
}
.sticky{
	position: sticky;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.block{
	display: block;
}
.table{
	display: table;
}
.hidden{
	display: none;
}
.max-w-\[1920px\]{
	max-width: 1920px;
}
.transform{
	transform: var(--tw-transform);
}
.resize{
	resize: both;
}
.text-left{
	text-align: left;
}
.italic{
	font-style: italic;
}
.filter{
	filter: var(--tw-filter);
}
.focus\:not-sr-only:focus{
	position: static;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: normal;
}
.header-duepue {
  position: relative;
  color: #ffffff;
  width: 100%;
  height: 124px;
  z-index: 3;
  background-color: transparent;
}
@media (max-width: 768px) {
  .header-duepue {
    height: 98px;
  }
}
.header-duepue .header-parts {
  display: flex;
  justify-content: space-between;
}
.header-duepue .header-parts .logo {
  padding-top: 25px;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .header-duepue .header-parts .logo svg {
    width: 103.78px;
    height: 48px;
  }
}
.header-duepue .header-parts .logo .sticky-logo {
  display: none;
}
.header-duepue .header-parts .mobile-menu {
  padding-top: 27px;
  padding-right: 30px;
  display: none;
}
@media (max-width: 1024px) {
  .header-duepue .header-parts .mobile-menu {
    display: block;
  }
}
.header-duepue .header-parts .menus .nav-top-menu ul li,
.header-duepue .header-parts .menus .nav-main-menu ul li {
  display: inline-block;
}
@media (max-width: 1024px) {
  .header-duepue .header-parts .menus {
    display: grid;
    visibility: hidden;
    position: fixed;
    width: 0px;
    height: 0px;
    right: 0px;
    top: 0px;
    background: #2d5397;
    z-index: 3;
    transition: 0.6s ease;
    overflow: hidden;
  }
}
@media (max-width: 1024px) and (max-width: 392px) {
  .header-duepue .header-parts .menus {
    width: 100%;
  }
}
.header-duepue .header-parts .menus.active-menu-mobile {
  flex-direction: initial;
  justify-content: initial;
  overflow-y: auto;
  grid-auto-rows: minmax(min-content, max-content);
  height: 100%;
  width: 375px;
  visibility: visible;
  padding-bottom: 56px;
}
.header-duepue .header-parts .menus .nav-top-menu {
  width: 711px;
  position: relative;
}
@media (max-width: 1024px) {
  .header-duepue .header-parts .menus .nav-top-menu {
    width: auto;
  }
}
.header-duepue .header-parts .menus .nav-top-menu ul.top-navigation {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 35px;
  text-align: right;
}
@media (max-width: 1024px) {
  .header-duepue .header-parts .menus .nav-top-menu ul.top-navigation {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-left: 40px;
  }
}
.header-duepue .header-parts .menus .nav-top-menu ul.top-navigation li {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #dae2ed;
  margin-right: 40px;
  transition: all 0.5s;
}
.header-duepue .header-parts .menus .nav-top-menu ul.top-navigation li:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .header-duepue .header-parts .menus .nav-top-menu ul.top-navigation li {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-right: 50px;
    transition: all 0.5s;
    text-align: left;
    margin-bottom: 35px;
  }
}
.header-duepue .header-parts .menus .nav-top-menu ul.top-navigation li:hover {
  color: #f9893d;
}
.header-duepue .header-parts .menus .nav-top-menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  right: 0px;
  border-top: 1px solid #dae2ed;
  width: 100%;
}
@media (max-width: 1024px) {
  .header-duepue .header-parts .menus .nav-top-menu::after {
    display: none;
  }
}
.header-duepue .header-parts .menus .nav-top-menu .elipse-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  left: -20px;
  bottom: -9px;
}
@media (max-width: 1024px) {
  .header-duepue .header-parts .menus .nav-top-menu .elipse-icon {
    display: none;
  }
}
.header-duepue .header-parts .menus .nav-main-menu {
  display: inline-flex;
  position: absolute;
  right: 167px;
  justify-content: end;
  padding-top: 16px;
}
@media (max-width: 1024px) {
  .header-duepue .header-parts .menus .nav-main-menu {
    display: block;
    position: relative;
    order: -1;
    right: initial;
  }
}
.header-duepue .header-parts .menus .nav-main-menu ul.main-navigation {
  padding-top: 16px;
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .header-duepue .header-parts .menus .nav-main-menu ul.main-navigation {
    padding-top: 32px;
    padding-right: 0;
    padding-left: 40px;
  }
  .header-duepue .header-parts .menus .nav-main-menu ul.main-navigation {
    display: block;
  }
}
.header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 50px;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  .header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li {
    text-align: left;
    margin: 0;
    display: block;
    margin-bottom: 35px;
  }
}
.header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li:last-child {
  margin-right: 0;
}
.header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li:hover {
  color: #f9893d;
}
.header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown {
  position: relative;
  cursor: pointer;
}
.header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown a i.dropdown-icon {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown .dropdown-menu {
  display: none;
  opacity: 0;
  position: absolute;
  width: 700px;
  height: auto;
  top: 48px;
  left: 26%;
  right: 50%;
  transform: translate(-50%, 0);
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(45, 83, 151, 0.15);
  z-index: 3;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 45.98px;
  padding-top: 44px;
  padding-bottom: 15px;
  animation: growDown 200ms ease-in-out forwards;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown .dropdown-menu {
    display: none;
    position: relative;
    top: 18px;
    width: 0;
    height: 0;
    background: transparent;
    box-shadow: none;
    grid-template-columns: repeat(1, 1fr);
    padding-left: 84px;
    padding-top: 0;
    animation: growDown 300ms ease-in-out forwards;
  }
}
.header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown .dropdown-menu::before {
  content: url("data:image/svg+xml, <svg width='29' height='15' viewBox='0 0 29 15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14.5 0L0 14.5H29L14.5 0Z' fill='white'/></svg>");
  position: absolute;
  top: -66px;
  left: 45.5%;
  right: 50%;
  height: 200px;
  width: 100px;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown .dropdown-menu::before {
    display: none;
  }
}
.header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown .dropdown-menu li {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #212e5e;
  width: 90%;
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  .header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown .dropdown-menu li {
    width: 100%;
    color: #ffffff;
    padding-bottom: initial;
  }
}
.header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown .dropdown-menu li:nth-child(even) {
  padding-left: 23px;
}
@media (max-width: 1024px) {
  .header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown .dropdown-menu li:nth-child(even) {
    padding-left: initial;
  }
}
.header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown .dropdown-menu li a {
  text-align: left;
  transition: all 1s;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown .dropdown-menu li a:hover {
  color: #f9893d;
}
.header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown .dropdown-menu li a .dropdown-menu-icon {
  display: inline-block;
}
.header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown .dropdown-menu li a .dropdown-menu-icon svg {
  height: 40px;
  width: 50px;
}
.header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown .dropdown-menu li a .dropdown-menu-icon svg path {
  color: #2d5397;
}
@media (max-width: 1024px) {
  .header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown .dropdown-menu li a .dropdown-menu-icon {
    display: none;
  }
  .header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown .dropdown-menu li a .dropdown-menu-icon svg path {
    color: #ffffff;
  }
}
.header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown .dropdown-menu li a span {
  padding-left: 13px;
}
.header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown.useHover:hover .dropdown-menu {
  display: grid;
  opacity: 1;
  z-index: 2;
  height: auto;
}
@media (max-width: 1024px) {
  .header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown.useHover:hover .dropdown-menu {
    position: relative;
    width: 100%;
    height: auto;
    left: 30%;
    right: 50%;
    padding-bottom: 32px;
  }
}
.header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown:not(:hover) .dropdown-menu {
  transition-delay: 60ms;
  height: 0;
}
.header-duepue .header-parts .menus .nav-main-menu ul.main-navigation li.dropdown.showSubMenu .dropdown-menu {
  position: relative;
  width: 100%;
  height: auto;
  left: 30%;
  right: 50%;
  padding-bottom: 0;
  display: grid;
  opacity: 1;
}
@keyframes growDown {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.header-duepue .header-parts .menus a.orange-btn {
  position: absolute;
  top: 63px;
  right: 25px;
  font-family: "Archivo";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  align-items: center;
  color: #ffffff;
  width: 142px;
  height: 56px;
  border-radius: 30px;
  background: linear-gradient(270deg, #e75e24 0%, #f9893d 100%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .header-duepue .header-parts .menus a.orange-btn {
    position: initial;
    margin-left: 40px;
    order: 2;
  }
}
.header-duepue .header-parts .menus a.orange-btn:hover {
  background: #f9893d;
}
.header-duepue .header-parts .menus .close-menu-btn {
  display: none;
}
@media (max-width: 1024px) {
  .header-duepue .header-parts .menus .close-menu-btn {
    display: block;
    position: absolute;
    top: 27px;
    right: 30px;
  }
}

.go-sticky {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 86px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(45, 83, 151, 0.15);
}
@media (max-width: 768px) {
  .go-sticky {
    height: 98px;
  }
}
.go-sticky .header-parts .logo {
  padding-top: 19px;
  padding-left: 25px;
}
.go-sticky .header-parts .logo .sticky-logo {
  display: block;
}
.go-sticky .header-parts .logo .main-logo {
  display: none;
}
.go-sticky .menus .nav-top-menu {
  display: none;
}
@media (max-width: 1024px) {
  .go-sticky .menus .nav-top-menu {
    display: initial;
  }
}
.go-sticky .menus .nav-main-menu ul.main-navigation li {
  color: #212e5e !important;
}
@media (max-width: 1024px) {
  .go-sticky .menus .nav-main-menu ul.main-navigation li {
    color: #ffffff !important;
  }
}
.go-sticky .menus a.orange-btn {
  top: 15px !important;
}
@media (max-width: 1024px) {
  .go-sticky .menus a.orange-btn {
    top: 465px !important;
  }
}

.header-alt {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 25px 25px;
}
@media (max-width: 768px) {
  .header-alt {
    padding: 13px 13px;
  }
}
.header-alt .header-parts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-alt .header-parts .logo {
  max-width: 160px;
}
@media (max-width: 768px) {
  .header-alt .header-parts .logo {
    max-width: 68px;
  }
}
.header-alt .header-parts .logo svg {
  width: 100%;
  height: auto;
}
.header-alt .header-parts .logo .sticky-logo {
  display: none;
}
.header-alt .header-parts .contact {
  display: flex;
  align-items: center;
}
.header-alt .header-parts .contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #F8893C;
}
.header-alt .header-parts .contact a:not(:last-child) {
  margin-right: 15px;
}
.header-alt.is-sticky {
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(45, 83, 151, 0.15);
}
.header-alt.is-sticky .header-parts .logo .sticky-logo {
  display: block;
}
.header-alt.is-sticky .header-parts .logo .main-logo {
  display: none;
}

/*Globales*/
.content-footer {
  background: #212e5e;
  position: relative;
  padding-top: 72px;
  /* seccion annoument arriba del footer */
  /* seccion menu del footer en desktop */
  /* seccion copyright del footer */
  /* seccion menu del footer en mobile */
}
.content-footer.has-cta {
  padding-top: 190px;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .content-footer.has-cta {
    padding-top: 226px;
  }
}
@media (max-width: 460px) {
  .content-footer.has-cta {
    padding-top: 263px;
  }
}
.content-footer a:hover {
  color: #f9893d;
}
.content-footer .footer-top {
  color: #ffffff;
  text-align: center;
  padding-bottom: 104px;
  margin-bottom: 49px;
  border-bottom: 1px solid rgba(218, 226, 237, 0.1607843137);
}
@media (max-width: 768px) {
  .content-footer .footer-top {
    margin-bottom: 40px;
  }
}
.content-footer .footer-top-subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #E75E24;
  text-transform: uppercase;
}
.content-footer .footer-top-title {
  font-weight: 700;
  font-size: 45px;
  line-height: 52px;
  font-family: "Archivo", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .content-footer .footer-top-title {
    font-size: 25px;
    line-height: 35px;
  }
}
.content-footer .footer-top-description {
  max-width: 575px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.content-footer .footer-top-contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 828px;
  margin: 77px auto 0;
}
.content-footer .footer-top-contact .f-top-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.3333%;
  position: relative;
}
@media (max-width: 768px) {
  .content-footer .footer-top-contact .f-top-item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.content-footer .footer-top-contact .f-top-item-icon {
  display: flex;
  height: 52px;
}
.content-footer .footer-top-contact .f-top-item-icon svg {
  margin-top: auto;
}
.content-footer .footer-top-contact .f-top-item p {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
}
.content-footer .footer-top-contact .f-top-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-footer .annoument-footer {
  background: #2d5397;
  padding: 62px 50px 61px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  position: absolute;
  display: flex;
  top: -89.5px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1140px) {
  .content-footer .annoument-footer {
    max-width: calc(100% - 60px);
    position: absolute;
    margin: 0 30px;
    left: 0;
    transform: unset;
    padding: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .content-footer .annoument-footer {
    padding: 40px 24px;
  }
}
.content-footer .annoument-footer .title-annoument {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  font-family: "Archivo";
  flex: 1;
}
@media (max-width: 1140px) {
  .content-footer .annoument-footer .title-annoument {
    font-size: 25px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 35px;
    text-align: center;
    flex: unset;
  }
}
.content-footer .annoument-footer .btn-annoument {
  border-radius: 30px;
  min-width: 142px;
  margin-left: 40px;
  padding: 20px 30px;
  height: 56px;
  display: flex;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  background: linear-gradient(270deg, #E75E24 0%, #F9893D 100%);
}
.content-footer .annoument-footer .btn-annoument:hover {
  background: #f9893d;
  background: linear-gradient(270deg, #f9893d 0%, #F9893D 100%);
}
@media (max-width: 930px) {
  .content-footer .annoument-footer .btn-annoument {
    margin: auto;
    padding: 13.5px 26px;
    font-size: 12px;
    line-height: 1;
  }
}
.content-footer .menus-footer-desktop {
  display: flex;
  padding-bottom: 73px;
  border-bottom: 1px solid rgba(218, 226, 237, 0.5);
}
@media (max-width: 768px) {
  .content-footer .menus-footer-desktop {
    display: none;
  }
}
.content-footer .menus-footer-desktop .type-service {
  display: flex;
  height: max-content;
  flex-wrap: wrap;
  margin-right: 56px;
  width: 230px;
}
@media (max-width: 1200px) {
  .content-footer .menus-footer-desktop .type-service {
    width: auto;
    margin-right: 20px;
  }
}
.content-footer .menus-footer-desktop .type-service:first-child {
  width: 545px;
}
@media (max-width: 1200px) {
  .content-footer .menus-footer-desktop .type-service:first-child {
    width: auto;
  }
}
.content-footer .menus-footer-desktop .type-service .title-service {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  height: max-content;
  color: #fff;
  width: 100%;
}
.content-footer .menus-footer-desktop .type-service .list-service {
  width: 100%;
  max-width: 230px;
}
@media (max-width: 1200px) {
  .content-footer .menus-footer-desktop .type-service .list-service {
    width: 50%;
  }
}
.content-footer .menus-footer-desktop .type-service .list-service:nth-child(3) {
  margin-left: auto;
}
.content-footer .menus-footer-desktop .type-service .list-service .li-servi {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  color: #DAE2ED;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.5s;
}
.content-footer .menus-footer-desktop .type-service .list-service .li-servi .anchor-li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: auto;
  max-width: max-content;
}
.content-footer .menus-footer-desktop .type-service .list-service .li-servi:last-child {
  margin-bottom: 0;
}
.content-footer .menus-footer-desktop .type-service .list-service .li-servi:hover {
  color: #F9893D;
}
.content-footer .small-text {
  padding: 27px 0 26px;
  display: flex;
  justify-content: space-between;
  /* seccion se duplica por la ubicacion de desktop es distinta al mobile */
}
@media (max-width: 768px) {
  .content-footer .small-text {
    padding-bottom: 80px;
    justify-content: center;
  }
}
.content-footer .small-text .text {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #dae2ed;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .content-footer .small-text .text {
    text-align: center;
    display: block;
  }
  .content-footer .small-text .text p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.content-footer .small-text .container-social {
  display: flex;
}
@media (max-width: 768px) {
  .content-footer .small-text .container-social {
    display: none;
  }
}
.content-footer .small-text .container-social svg {
  cursor: pointer;
  fill: #DAE2ED;
  transition: all 0.5s;
}
.content-footer .small-text .container-social svg:hover {
  fill: #f9893d;
}
.content-footer .small-text .container-social svg:first-child {
  margin-right: 15px;
}
.content-footer .menu-footer-mobile {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(218, 226, 237, 0.5);
  /* seccion se duplica por la ubicacion de mobile es distinta al desktop */
}
@media (min-width: 768px) {
  .content-footer .menu-footer-mobile {
    display: none;
  }
}
.content-footer .menu-footer-mobile .list-mobile {
  margin-bottom: 70px;
}
.content-footer .menu-footer-mobile .list-mobile .li-mobile {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #DAE2ED;
  margin-bottom: 25px;
  text-align: center;
}
.content-footer .menu-footer-mobile .list-mobile .li-mobile:hover {
  color: #f9893d;
}
.content-footer .menu-footer-mobile .list-mobile .li-mobile:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .content-footer .menu-footer-mobile .container-social {
    display: flex;
    justify-content: center;
  }
}
.content-footer .menu-footer-mobile .container-social svg {
  cursor: pointer;
  fill: #DAE2ED;
  transition: all 0.5s;
}
.content-footer .menu-footer-mobile .container-social svg:hover {
  fill: #f9893d;
}
.content-footer .menu-footer-mobile .container-social svg:first-child {
  margin-right: 15px;
}

main:has(.is-gray:last-child) + footer.has-cta::before {
  content: "";
  display: block;
  background: #DAE2ED;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  transform: translateY(-100%);
}

.container-page {
  max-width: 1280px;
  margin: auto;
  padding: 0 80px;
}
@media (max-width: 900px) {
  .container-page {
    padding: 0 30px;
  }
}

.contact .hero-gradient .content {
  padding: 0;
}
.contact .hero-gradient.active .background-image .hero-overlay .container-page::before {
  border: 1px solid #dae2ed;
  border-right: 0;
  border-top: 0;
  content: "";
  display: block;
  height: 1062px;
  position: absolute;
  top: calc(100% + 30px);
  width: 137px;
  z-index: 10;
}
.contact .hero-gradient.active .background-image .hero-overlay .container-page .hero-section .description::after {
  content: url(https://depuemechdev.wpengine.com/wp-content/uploads/2022/05/orange-circle.png);
  left: 210px;
  position: absolute;
  top: 1378px;
  z-index: 10;
}
.contact .hero-gradient .container-page {
  position: relative;
}
.contact .hero-gradient .container-page::before {
  content: "";
  width: 137px;
  height: 1742px;
  border: 1px solid #DAE2ED;
  display: block;
  border-right: 0;
  border-top: 0;
  position: absolute;
  top: calc(100% + 30px);
  z-index: 10;
}
@media (max-width: 768px) {
  .contact .hero-gradient .container-page::before {
    display: none;
  }
}
.contact .hero-gradient .container-page::after {
  content: url("https://depuemechdev.wpengine.com/wp-content/uploads/2022/05/orange-circle.png");
  position: absolute;
  top: calc(100% + 20px);
  left: 71px;
  z-index: 10;
}
@media (max-width: 768px) {
  .contact .hero-gradient .container-page::after {
    display: none;
  }
}
.contact .hero-gradient .container-page .description::after {
  content: url("https://depuemechdev.wpengine.com/wp-content/uploads/2022/05/orange-circle.png");
  left: 210px;
  position: absolute;
  top: 2058px;
  z-index: 10;
}
@media (max-width: 768px) {
  .contact .hero-gradient .container-page .description::after {
    display: none;
  }
}

.single-projects .hero-services .content {
  padding: 0;
}
.single-projects .hero-services .container-page {
  position: relative;
}
.single-projects .hero-services .container-page::before {
  content: "";
  width: 137px;
  height: 526px;
  border: 2px solid #DAE2ED;
  display: block;
  border-right: 0;
  border-top: 0;
  position: absolute;
  top: calc(100% + 30px);
}
@media (max-width: 768px) {
  .single-projects .hero-services .container-page::before {
    display: none;
  }
}
.single-projects .hero-services .container-page::after {
  content: url("https://depuemechdev.wpengine.com/wp-content/uploads/2022/05/orange-circle.png");
  position: absolute;
  top: calc(100% + 20px);
  left: 71px;
}
@media (max-width: 768px) {
  .single-projects .hero-services .container-page::after {
    display: none;
  }
}
.single-projects .hero-services .container-page h1::after {
  content: url("https://depuemechdev.wpengine.com/wp-content/uploads/2022/05/orange-circle.png");
  position: absolute;
  top: 716.5px;
  left: 210px;
  z-index: 1;
}
@media (max-width: 768px) {
  .single-projects .hero-services .container-page h1::after {
    display: none;
  }
}

.safety .hero-services .container-page,
.quality .hero-services .container-page {
  position: relative;
}
.safety .hero-services .container-page::before,
.quality .hero-services .container-page::before {
  content: "";
  width: 137px;
  height: 482.77px;
  border: 1px solid #DAE2ED;
  display: block;
  border-right: 0;
  border-top: 0;
  position: absolute;
  top: calc(100% + 30px);
}
@media (max-width: 768px) {
  .safety .hero-services .container-page::before,
  .quality .hero-services .container-page::before {
    display: none;
  }
}
.safety .hero-services .container-page::after,
.quality .hero-services .container-page::after {
  content: url("https://depuemechdev.wpengine.com/wp-content/uploads/2022/05/orange-circle.png");
  position: absolute;
  top: calc(100% + 20px);
  left: 71px;
}
@media (max-width: 768px) {
  .safety .hero-services .container-page::after,
  .quality .hero-services .container-page::after {
    display: none;
  }
}
.safety .hero-services .container-page p::after,
.quality .hero-services .container-page p::after {
  content: url("https://depuemechdev.wpengine.com/wp-content/uploads/2022/05/orange-circle.png");
  position: absolute;
  top: 693px;
  left: 210px;
  z-index: 1;
}
@media (max-width: 768px) {
  .safety .hero-services .container-page p::after,
  .quality .hero-services .container-page p::after {
    display: none;
  }
}

.transparent-hero {
  margin-top: -124px;
}

.large-hero {
  height: auto !important;
}

.image-caption {
  padding-bottom: 25px;
  padding-top: 32px;
  padding-left: 35px;
  padding-right: 35px;
  position: absolute;
  bottom: 0;
  height: auto;
  min-height: 83px;
  width: 100%;
  background: linear-gradient(180deg, rgba(33, 46, 94, 0) 0%, rgba(33, 46, 94, 0.5) 25.52%, rgba(33, 46, 94, 0.88) 100%);
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
@media (max-width: 484px) {
  .image-caption {
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 15px;
  }
}

.spacing-grap .container .mobile {
  display: none;
}
@media (max-width: 768px) {
  .spacing-grap .container .mobile {
    display: block;
  }
  .spacing-grap .container .desktop {
    display: none;
  }
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.column-6 {
  grid-column: span 6 !important;
}

.careers .btn-position {
  max-width: 300px;
  width: 100% !important;
}
