@import url(https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Syncopate:wght@400;700&display=swap);

.prn-about-us,
body.prn p {
  font-family: "Dosis", Roboto-Regular, Arial, sans-serif !important;
}
/* hero header */
.prn-interior-hero-header-warp {
  position: relative;
  display: table;
  width: 100%;
}
.prn-title {
  text-align: center;
}
.prn-interior-hero-header-warp
  .prn-interior-hero-header-container
  .prn-interior-hero-header-title
  h1 {
  position: relative;
  z-index: 1;
  font-family: "Syncopate", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 56px;
  line-height: 59px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: #575454;
  text-shadow: 2px 2px 3px #f2f2f2;
  margin: 0;
  padding: 0;
}
.prn-interior-hero-header-warp
  .prn-interior-hero-header-container
  .prn-interior-hero-header-title {
  font-size: 48px;
  line-height: 48px;
}
@media (max-width: 579px) {
  .prn-interior-hero-header-warp
    .prn-interior-hero-header-container
    .prn-interior-hero-header-title
    h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 580px) and (max-width: 979px) {
  .prn-interior-hero-header-warp
    .prn-interior-hero-header-container
    .prn-interior-hero-header-title
    h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 479px) {
  .prn-interior-hero-header-warp
    .prn-interior-hero-header-container
    .prn-interior-hero-header-title {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (min-width: 480px) and (max-width: 579px) {
  .prn-interior-hero-header-warp
    .prn-interior-hero-header-container
    .prn-interior-hero-header-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 580px) and (max-width: 979px) {
  .prn-interior-hero-header-warp
    .prn-interior-hero-header-container
    .prn-interior-hero-header-title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 980px) {
  .prn-interior-hero-header-warp
    .prn-interior-hero-header-container
    .prn-interior-hero-header-title {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
  }

  .prn-interior-hero-header-warp
    .prn-interior-hero-header-container
    .prn-interior-hero-header-image {
    display: table-cell;
    vertical-align: top;
  }

  .prn-interior-hero-header-warp:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/prn/about-us/bg_image_interior-hero.png");
    background-repeat: no-repeat;
    background-position: center center;
  }

  .prn-interior-hero-header-warp .prn-interior-hero-header-container {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 130rem;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
}
@media (max-width: 979px) {
  .prn-interior-hero-header-warp .prn-interior-hero-header-container {
    display: flex;
    flex-flow: column;
  }

  .prn-interior-hero-header-warp
    .prn-interior-hero-header-container
    .prn-interior-hero-header-title {
    position: relative;
    order: 2;
    text-align: center;
    padding: 35px 15px;
  }

  .prn-interior-hero-header-warp
    .prn-interior-hero-header-container
    .prn-interior-hero-header-title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/prn/about-us/bg_image_interior-hero.png");
    background-repeat: no-repeat;
  }

  .prn-interior-hero-header-warp
    .prn-interior-hero-header-container
    .prn-interior-hero-header-image {
    order: 1;
  }

  .prn-interior-hero-header-warp
    .prn-interior-hero-header-container
    .prn-interior-hero-header-image
    img {
    width: 100%;
    height: auto;
  }
}
/* end hero header */
/*lc content*/
.prn .prn-lc-content,
.prn p {
  font-size: 20px;
  line-height: 30px;
  color: #575454;
}
.prn-lc-content-p {
  margin: 0 0 30px;
}
/*end lc content*/
.prn-careers {
    font-family: "Dosis", Roboto-Regular, Arial, sans-serif;
    font-weight: 400;
}
.prn-careers h2 {
    font-family: "Dosis", Roboto-Regular, Arial, sans-serif;
    font-size: 40px;
    color: #454545;
    font-weight: 500;
}
.prn-careers p {
    font-size: 20px;
    color: #575454;
}
/* Default Styles */
.prn,
.prn label {
  font-family: "Dosis", Roboto-Regular, Arial, sans-serif !important;
}
.prn section.blue-gradient,
.prn article .card-tools {
  background: #e13a3e;
}
.prn section.blue-gradient .py-12,
.prn section.blue-gradient .px-20 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.prn section.blue-gradient h1 {
  margin-bottom: 0;
  margin-top: 0;
}
.prn section.blue-gradient h1,
.prn section.blue-gradient h2 {
  color: #fff;
}
.prn section h1,
.prn section h2,
.prn .product-groups .product-title {
  color: #575454;
  font-family: "Syncopate", sans-serif !important;
}
.prn [type="text"]:focus,
.prn [type="email"]:focus,
.prn [type="url"]:focus,
.prn [type="password"]:focus,
.prn [type="number"]:focus,
.prn [type="date"]:focus,
.prn [type="datetime-local"]:focus,
.prn [type="month"]:focus,
.prn [type="search"]:focus,
.prn [type="tel"]:focus,
.prn [type="time"]:focus,
.prn [type="week"]:focus,
.prn [multiple]:focus,
.prn textarea:focus,
.prn select:focus {
  --tw-ring-color: #e13a3e !important;
  border-color: #e13a3e !important;
}
.prn .return__top {
  background: #e13a3e;
}
.prn section .active-tab {
  border-bottom: 7px solid #e13a3e;
}
.prn section .tab-content .actions a div {
  background-color: #e13a3e !important;
  border: 1px solid;
  border-color: #e13a3e !important;
}
.prn section .product-detail__info__top p a,
.prn section .active-tab,
.prn section .product-detail__breadcrumb li.text-blue-600,
.prn-slider .swiper-button-next,
.prn-slider .swiper-button-prev,
.prn .top__stories a,
.prn .top__stories a svg {
  color: #e13a3e;
}
.prn section .tab-content a h2 {
  color: #000;
  font-size: 20px;
}
.prn .top__stories a svg path,
.prn .glider-feature svg path {
  fill: #e13a3e;
}
.prn .product-groups img {
  max-width: 300px;
}
.prn-bg-gray-dark {
  background: #575454;
}
.prn.site-header ul.desktop-items li:last-child {
  background: unset !important;
}
.prn-border-red-dark {
  border-color: #e13a3e;
}
.prn-slider button {
  width: -moz-fit-content;
  width: fit-content;
}
.prn-slider .bg-image {
  background-image: url("/images/procon-slider-bg.png");
  background-position: center;
  background-repeat: repeat;
}
/* MPM-574: Align the red line in carrousel with the Nav menu and the Product image as in current site */
.prn-slider.swiper .border-procon-red {
  left: -145%; 
  width: 45vw; 
  max-width: 820px; 
  min-width: 700px;
}
.diagonal-section .left:before {
  content: "";
  position: absolute;
  left: -6.1em;
  top: 50%;
  transform: translateX(265%) translateY(-35%) rotate(12deg);
  width: 20%;
  height: 185%;
}
.diagonal-section.reverse .left:before {
  transform: translateX(196%) translateY(-35%) rotate(12deg);
}
.diagonal-section.gray .left:before {
  background: #f2f2f2;
}
.diagonal-section.white .left:before {
  background: #fff;
}
.prn-section .section-title-line:before,
.prn-section .section-title-line:after,
.prn-section .section-title-reverse:before,
.prn-section .section-title:after {
  content: "";
  height: 3px;
  background-color: #e13a3e;
  display: block;
  flex: 1 1;
  align-self: flex-end;
  margin-bottom: 0.8rem;
}
.prn-section .tabs li:after {
  background-image: url("/images/caret_left.svg");
}
.prn-section .resource-link a:after {
  background-image: url("/images/caret_left_white.svg");
}
.prn-section .resource-link a:after,
.prn-section li:after {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-left: 0.4rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.prn-section .feature-image {
  clip-path: polygon(
    calc(700px * 0.15) 0,
    100% 0,
    calc(700px * 0.85) 100%,
    0 100%,
    calc(700px * 0.15) 0
  );
}
.prn-section .resource-link {
  width: calc(100% - 2rem);
}
.prn-section .resource-link:before {
  content: "";
  background-color: #e13a3e;
  right: 2rem;
  z-index: 1;
  transform: skew(-13deg);
  transform-origin: left bottom;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.prn-section .resource-img-wrapper {
  filter: drop-shadow(0 1px 1px rgba(50, 50, 0, 0.5));
}
.prn-section .resource-img {
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%, 15% 0);
  width: 100%;
  padding-bottom: 56%;
  height: 56%;
}
.prn-article .card-tools,
.prn-article .card-tools a {
  color: #fff;
}
.prn-section .resource-link:hover:before,
.prn-article .card-tools a:hover {
  background-color: #972d2e;
}
.prn-article .card-tools,
.prn-search-form .maps-geocoding-button {
  background-color: #e13a3e;
}
.prn section img.product-catalogues-hero-image,
.prn section.prn-interior-hero-header-warp img {
  height: 320px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: top !important;
     object-position: top !important;
}
.prn section.terms-and-conditions h2 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 18px;
}
.prn .news .pagination nav {
  width: 100%;
}
.prn .news h2 a {
  color: #575454;
}
.prn section.bg-procon-red h1 {
  color: #fff;
}
.prn section.ca-privacy-policy table {
  border: 2px solid #575454;
}
.prn section.ca-privacy-policy table th,
.prn section.ca-privacy-policy table td,
.prn ul.prn-lc-breadcrumbs-ul,
.prn .prn-section ul,
.prn ul,
.prn ul li,
.prn .product-tag h2,
.prn .product-sidebar-menu h3 {
  font-family: "Dosis", Roboto-Regular, Arial, sans-serif !important;
}
.prn section.ca-privacy-policy table th,
.prn section.ca-privacy-policy table td {
  border: 2px solid #575454;
  font-size: 20px;
  color: #575454;
}
.prn .top-nav .search__input_wrapper {
  width: 500px;
}
.prn .top-nav .search__input_wrapper,
.prn .top-nav .search__input_wrapper input {
  margin-bottom: 0;
}
.prn .top-nav .search__input_wrapper input {
  width: 100%;
}
.prn .product-detail__breadcrumb li.active {
  font-weight: normal;
}
nav li .desktop-items {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
/* 🔹 MacBooks y Laptops (1025px - 1599px) */
@media (min-width: 1025px) and (max-width: 1599px) {
  .diagonal-section.reverse .left:before {
    transform: translateX(203%) translateY(-35%) rotate(10deg);
  }

  /* .prn-section .feature-image.resize {
        clip-path: polygon(
          calc(500px * 0.15) 0,
          100% 0,
          calc(500px * 0.85) 100%,
          0 100%,
          calc(500px * 0.15) 0
        );
      }
      .prn-section .feature-image.resize,
      .prn-section .feature-image.resize img {
        width: 500px;
      } */
  .prn-section .pump-image {
    margin-left: -150px;
    margin-bottom: -5px;
  }

  .prn-section .pump-image,
  .prn-section .pump-image img {
    width: 180px;
  }
}
/* 🔹 Tablets (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .diagonal-section .left:before {
    transform: translateX(234%) translateY(-35%) rotate(10deg);
    width: 25%;
    height: 190%;
  }

  .diagonal-section.reverse .left:before {
    transform: translateX(160%) translateY(-35%) rotate(10deg);
  }

  .prn section img.product-catalogues-hero-image,
  .prn section.prn-interior-hero-header-warp img {
    height: auto !important;
  }

  .prn section .swiper-wrapper {
    height: 800px !important;
    padding-bottom: 20px;
  }
}
/* 🔹 Mobile (<768px) */
@media (max-width: 768px) {
  .diagonal-section .left:before {
    transform: unset;
  }

  .diagonal-section.reverse .left:before {
    transform: unset;
  }

  .prn section img.product-catalogues-hero-image,
  .prn section.prn-interior-hero-header-warp img {
    height: auto !important;
  }

  .prn section .swiper-wrapper {
    height: 800px !important;
    padding-bottom: 20px;
  }
}
/* 🔹 Small Mobile (<480px) */
@media (max-width: 480px) {
  .diagonal-section .left:before,
  .diagonal-section.reverse .left:before {
    transform: unset;
  }

  .prn-section .feature-image {
    clip-path: unset;
  }
  .prn section img.product-catalogues-hero-image,
  .prn section.prn-interior-hero-header-warp img {
    height: auto !important;
  }

  .prn section .swiper-wrapper {
    height: 800px !important;
    padding-bottom: 20px;
  }
}
.prn .btn-corner {
  background-color: #e13a3e;
}
.prn .btn-corner svg path {
  fill: #fff;
}
.prn #mobile-tabs button {
  background-color: #e13a3e;
}
/*our location*/
.prn .prn-our-location,
.prn span {
  font-family: "Syncopate", sans-serif;
}
.prn-our-location-title {
  color: #575454;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.prn-our-location-title:after,
.prn-our-location-title:before {
  content: "";
  height: 3px;
  background-color: #e13a3e;
  display: block;
  flex: 1 1;
  align-self: flex-end;
  margin-bottom: 1rem;
}
.prn-our-location-title:before {
  margin-right: 1rem;
}
.prn-our-location-title:after {
  margin-left: 1rem;
}
.prn-our-location-links li a {
  color: #575454;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
/*end our location*/
/* breadcrumbs */
ul.prn-lc-breadcrumbs-ul {
  position: relative;
  display: table;
  list-style: none;
  margin: 13px 0 30px;
  padding: 0;
}
ul.prn-lc-breadcrumbs-ul > li {
  position: relative;
  display: inline-block;
  padding: 0 9px;
  font-size: 16px;
  line-height: 20px;
  color: #575454;
}
ul.prn-lc-breadcrumbs-ul > li a {
  font-weight: 600;
  color: #575454;
}
ul.prn-lc-breadcrumbs-ul > li a:hover,
ul.prn-lc-breadcrumbs-ul > li a:focus {
  text-decoration: underline;
}
ul.prn-lc-breadcrumbs-ul > li:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  background-color: #908e8e;
  width: 2px;
  height: 13px;
}
ul.prn-lc-breadcrumbs-ul > li:first-child {
  padding-left: 0;
}
ul.prn-lc-breadcrumbs-ul > li:last-child:after {
  display: none;
}
@media (max-width: 991px) {
  ul.prn-lc-breadcrumbs-ul {
    display: none;
  }
}
/* end breadcrumbs */
.prn .prn-section h2 {
  font-family: "Syncopate", sans-serif;
  font-size: 28px;
  color: #575454;
  text-transform: uppercase;
}
.prn .prn-section ul {
  font-size: 20px;
  list-style: disc;
  color: #575454;
  margin-left: 2.8rem;
}
.prn-section ul a {
  text-decoration: underline;
}
/* ! 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 {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
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-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --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);
}

      [type='text'],
      [type='email'],
      [type='url'],
      [type='password'],
      [type='number'],
      [type='date'],
      [type='datetime-local'],
      [type='month'],
      [type='search'],
      [type='tel'],
      [type='time'],
      [type='week'],
      [multiple],
      textarea,
      select
    {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder, textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

      [type='checkbox'],
      [type='radio']
    {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}

      [type='checkbox']:focus,
      [type='radio']:focus
    {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

      [type='checkbox']:checked,
      [type='radio']:checked
    {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

      [type='checkbox']:checked:hover,
      [type='checkbox']:checked:focus,
      [type='radio']:checked:hover,
      [type='radio']:checked:focus
    {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

      [type='checkbox']:indeterminate:hover,
      [type='checkbox']:indeterminate:focus
    {
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}
html, body, h1, h2, h3, p{
  font-family: aileron, sans-serif;
}
h1{
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
}
h2{
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}
h3{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
body {
    overflow: hidden;
  }
.btn{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-blue{
  --tw-bg-opacity: 1;
  background-color: rgba(32, 185, 252, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(8, 76, 204, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.blue-gradient {
    background: linear-gradient(253.88deg, #084ccc 38.79%, #18384a 101.9%);
  }
.light-blue-gradient {
    background: linear-gradient(266.46deg, #20b9fc 7.06%, #cdf0ff 93.72%);
  }
.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;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.left-1{
  left: 0.25rem;
}
.top-1{
  top: 0.25rem;
}
.top-full{
  top: 100%;
}
.bottom-0{
  bottom: 0px;
}
.top-16{
  top: 4rem;
}
.bottom-\[-10px\]{
  bottom: -10px;
}
.right-\[-15px\]{
  right: -15px;
}
.z-50{
  z-index: 50;
}
.z-10{
  z-index: 10;
}
.z-0{
  z-index: 0;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-start-1{
  grid-column-start: 1;
}
.col-end-1{
  grid-column-end: 1;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.float-none{
  float: none;
}
.m-auto{
  margin: auto;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mr-0{
  margin-right: 0px;
}
.mt-4{
  margin-top: 1rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mr-4{
  margin-right: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mr-24{
  margin-right: 6rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mr-12{
  margin-right: 3rem;
}
.-mb-px{
  margin-bottom: -1px;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.-mr-2{
  margin-right: -0.5rem;
}
.mb-auto{
  margin-bottom: auto;
}
.ml-auto{
  margin-left: auto;
}
.mr-20{
  margin-right: 5rem;
}
.-mb-6{
  margin-bottom: -1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.ml-\[-180px\]{
  margin-left: -180px;
}
.mb-\[-100px\]{
  margin-bottom: -100px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.mt-20{
  margin-top: 5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.-ml-px{
  margin-left: -1px;
}
.ml-0{
  margin-left: 0px;
}
.ml-6{
  margin-left: 1.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.h-96{
  height: 24rem;
}
.h-24{
  height: 6rem;
}
.h-7{
  height: 1.75rem;
}
.h-20{
  height: 5rem;
}
.h-16{
  height: 4rem;
}
.h-10{
  height: 2.5rem;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-screen{
  height: 100vh;
}
.h-8{
  height: 2rem;
}
.h-\[650px\]{
  height: 650px;
}
.h-auto{
  height: auto;
}
.h-\[600px\]{
  height: 600px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[850px\]{
  height: 850px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[800px\]{
  height: 800px;
}
.h-12{
  height: 3rem;
}
.h-5{
  height: 1.25rem;
}
.max-h-0{
  max-height: 0px;
}
.min-h-screen{
  min-height: 100vh;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.w-44{
  width: 11rem;
}
.w-full{
  width: 100%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-2\/3{
  width: 66.666667%;
}
.w-24{
  width: 6rem;
}
.w-1\/4{
  width: 25%;
}
.w-7{
  width: 1.75rem;
}
.w-20{
  width: 5rem;
}
.w-48{
  width: 12rem;
}
.w-auto{
  width: auto;
}
.w-4{
  width: 1rem;
}
.w-6{
  width: 1.5rem;
}
.w-96{
  width: 24rem;
}
.w-8{
  width: 2rem;
}
.w-14{
  width: 3.5rem;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[60\%\]{
  width: 60%;
}
.w-\[700px\]{
  width: 700px;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[100px\]{
  width: 100px;
}
.w-3\/4{
  width: 75%;
}
.w-5{
  width: 1.25rem;
}
.w-\[80px\]{
  width: 80px;
}
.w-32{
  width: 8rem;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[730px\]{
  min-width: 730px;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-none{
  max-width: none;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.table-fixed{
  table-layout: fixed;
}
.origin-top-left{
  transform-origin: top left;
}
.origin-top{
  transform-origin: top;
}
.origin-top-right{
  transform-origin: top right;
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: var(--tw-transform);
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: var(--tw-transform);
}
.transform{
  transform: var(--tw-transform);
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-default{
  cursor: default;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-none{
  list-style-type: none;
}
.list-disc{
  list-style-type: disc;
}
.list-decimal{
  list-style-type: decimal;
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-4{
  gap: 1rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-20{
  gap: 5rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-3{
  gap: 0.75rem;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-b-8{
  border-bottom-width: 8px;
}
.border-r{
  border-right-width: 1px;
}
.border-t-4{
  border-top-width: 4px;
}
.border-none{
  border-style: none;
}
.border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.border-micro-blue{
  --tw-border-opacity: 1;
  border-color: rgba(32, 185, 252, var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
.border-procon-red{
  --tw-border-opacity: 1;
  border-color: rgba(225, 58, 62, var(--tw-border-opacity));
}
.border-procon-gray{
  --tw-border-opacity: 1;
  border-color: rgba(87, 84, 84, var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-procon-gray{
  --tw-bg-opacity: 1;
  background-color: rgba(87, 84, 84, var(--tw-bg-opacity));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.bg-procon-gray-light{
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}
.bg-procon-red{
  --tw-bg-opacity: 1;
  background-color: rgba(225, 58, 62, var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}
.bg-dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgba(8, 76, 204, var(--tw-bg-opacity));
}
.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}
.fill-current{
  fill: currentColor;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.p-8{
  padding: 2rem;
}
.p-12{
  padding: 3rem;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-1{
  padding: 0.25rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-36{
  padding-left: 9rem;
  padding-right: 9rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pt-20{
  padding-top: 5rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-0{
  padding-top: 0px;
}
.pb-20{
  padding-bottom: 5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pl-16{
  padding-left: 4rem;
}
.pr-0{
  padding-right: 0px;
}
.pt-12{
  padding-top: 3rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-sans{
  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";
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-procon-red{
  --tw-text-opacity: 1;
  color: rgba(225, 58, 62, var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-blue-300{
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}
.text-micro-blue{
  --tw-text-opacity: 1;
  color: rgba(32, 185, 252, var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-dark-blue{
  --tw-text-opacity: 1;
  color: rgba(8, 76, 204, var(--tw-text-opacity));
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}
.text-procon-gray{
  --tw-text-opacity: 1;
  color: rgba(87, 84, 84, var(--tw-text-opacity));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.underline{
  text-decoration: underline;
}
.no-underline{
  text-decoration: none;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.filter{
  filter: var(--tw-filter);
}
.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-75{
  transition-duration: 75ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.active-tab {
  color: #084ccc;
  border-bottom: 7px solid #084ccc;
}
/**
* Home
*/
.swiper-wrapper {
  height: 600px !important;
}
/**
* Product List
*/
.products-sidebar-list {
  padding-left: calc(0.25rem * 72);
}
.product-sidebar-menu select {
  min-width: 200px !important;
}
/**
* Product Detail
*/
.product-detail__breadcrumb li + li:before {
  content: " / ";
}
.product-detail__breadcrumb li.active {
  color: #000;
  font-weight: 700;
}
.product-detail__gallery
  .product-detail__gallery__thumbnails
  .product-detail__gallery__thumbnails__image {
  margin-right: 37px;
  width: 115px;
}
.product-detail__gallery
  .product-detail__gallery__thumbnails
  .product-detail__gallery__thumbnails__image.active {
  border: 1px solid #000;
}
.product-detail__gallery
  .product-detail__gallery__thumbnails
  .product-detail__gallery__thumbnails__image:last-child {
  margin-right: 0;
}
.product-detail__info__icon {
  background: url("/images/product-detail-icon-bg.png");
  background-size: cover;
  background-position: center;
  height: 92px;
  width: 78px;
  font-size: 11px;
}
.product-detail__info .tabs-container li {
  margin-bottom: 17px;
}
.product-detail__info .tabs-container li a {
  color: #084ccc;
  text-decoration: underline;
}
.product-detail__info .tabs-container li:last-child {
  margin-bottom: 0;
}
.glider::-webkit-scrollbar {
  display: none;
}
.btn-corner {
  background-color: #084ccc;
  position: relative;
}
.btn-corner:after {
  height: 25px;
  width: 25px;
  background: white;
  position: absolute;
  content: "";
  bottom: 2px;
  right: -2px;
  border-left: 1px solid #999999;
  transform: rotate(25deg) translate(71%);
}
.technical__docs-table {
  width: 200%;
}
.technical__docs-table thead {
  text-align: left;
}
.technical__docs-table thead,
.technical__docs-table .technical__docs-table-row {
  border-bottom: 1px solid #e5e5e5;
}
.technical__docs-table .technical__docs-table-row.gray {
  background-color: #f9f9f9;
}
.technical__docs-table .technical__docs-table-row a {
  color: #084ccc;
}
.site-header {
  transition: all 0.35s ease;
}
.site-header.fixed {
  transition: all 0.35s ease;
}
.site-header ul.desktop-items li:last-child {
  background: url("/images/header-nav-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
li[data-name="Ask Micropump"] {
  background-color: #20b9fc;
}
.search__input input {
  background-color: #fff;
  border: 0.5px solid #d2d6da;
  border-radius: 100px;
}
.gallery-overlay .card {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery-overlay .card .overlay {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(0, 0, 0, 0.2);
  transition: 0.5s;
}
.gallery-overlay .card:hover .overlay {
  background: rgb(0, 0, 0, 0.7);
}
.gallery-overlay .card h4 {
  transition: 0.5s;
}
.gallery-overlay .card:hover h4 {
  -webkit-transform: scale(1.2);
}
.scrolling__page_hero,
.scrolling__page_technology,
.scrolling__page_expertise,
.scrolling__page_quality {
  background-size: cover;
  background-repeat: no-repeat;
}
.scrolling__page_hero {
  background-image: url("/images/scrolling-page-hero-bg.png");
}
.scrolling__page_technology {
  background-image: url("/images/technology-edge-bg.png");
}
.scrolling__page_expertise {
  background-image: url("/images/expertise-bg.png");
  height: 373px;
}
.scrolling__page_quality {
  background-image: url("/images/quality-commitment.png");
  height: 373px;
}
ul.children-items {
  min-width: 200px;
  width: auto;
}
ul.children-items li {
  height: 30px;
  text-align: left;
  margin: 0 !important;
}
ul.children-items > a,
ul.submenu > a {
  display: none;
}
ul.submenu li a {
  height: auto !important;
}
ul.submenu li:last-child,
ul.children-items li:last-child {
  background: #000 !important;
  justify-content: flex-start !important;
}
li.parent-item:hover .children-items,
li.parent-item:hover .submenu {
  display: grid !important;
}
ul.application > a {
  height: auto !important;
  border: none;
}
ul.application > a:hover {
  border: unset !important;
}
ul.application__col > a,
ul.application__col_1 > a,
ul.application__col_2 > a {
  display: none;
}
.diagonal-right-white-line {
  transform: skew(-10deg);
  background: #fff;
  height: 100%;
  position: absolute;
  width: 300px;
  right: 45%;
}
.diagonal-left-white-line {
  transform: skew(10deg);
  background: #fff;
  height: 100%;
  position: absolute;
  width: 300px;
  right: 45%;
}
#mobile-header-search input {
  width: 100% !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#autocomplete-result-list-1 {
  z-index: 20 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #20b9fc !important;
}
.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
}
/* Styled search input */
.search__input_wrapper {
  position: relative;
  max-width: 210px;
}
.sidebar .search__input_wrapper {
  max-width: unset;
}
.search__input_wrapper::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  color: #495057;
  opacity: 0.5;
  font-size: 14px;
  top: 3px;
  right: 8px;
  position: absolute;
}
.sidebar .search__input_wrapper::after {
  display: none;
}
.search__input {
  border-color: #d2d6da;
}
.sidebar .search__input {
  border-color: transparent;
}
.sidebar .search__input_wrapper input {
  width: 85%;
  height: 40px;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .sidebar .search__input_wrapper input {
    width: 220px;
  }
}
.sidebar .search__input_wrapper input:active {
  outline: none;
}
.sidebar .search__input_wrapper .maps-geocoding-button {
  margin-top: 0;
  position: absolute;
}
.search__input {
  border-color: #d2d6da;
}
/* Google Translate */
.goog-te-gadget {
  font-size: 0.75rem;
  line-height: 1rem;
}
.goog-te-gadget-simple {
  background-color: transparent !important;
  border: none !important;
}
.goog-te-gadget-icon {
  display: none !important;
}
.skiptranslate.goog-te-gadget {
  text-align: left !important;
}
.goog-te-menu-value > img {
  display: none !important;
}
.goog-te-menu-value > span {
  border: none !important;
}
.goog-te-menu-value > span[aria-hidden="true"] {
  margin-left: 15px !important;
}
.goog-te-menu-value > span,
.goog-te-menu2 > span.text {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}
#desktop_google_translate_element {
  height: 18px;
  margin-top: -2px;
}
.distributor-portal a {
  color: rgba(37, 99, 235) !important;
}
.faq-page a {
  cursor: pointer;
  color: #084ccc;
  text-decoration: underline;
}
/* ReCaptcha */
.g-recaptcha > div {
  margin-left: auto;
  margin-right: auto;
}
/* Toggle */
input:checked ~ .dot {
  transform: translateX(100%);
  background-color: #48bb78;
}
/* Accordion */
.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x))
    translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
    skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
    scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
.rotate-180 {
  --transform-rotate: -180deg;
}
.transition {
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform;
}
.duration-500 {
  transition-duration: 0.5s;
}
/* Distributors By Region Map */
#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}
#map input[type="text"] {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  line-height: 40px;
  margin-right: 0;
  min-width: 25%;
}
#map input[type="button"] {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  height: 40px;
  cursor: pointer;
  margin-left: 5px;
}
#map input[type="button"]:hover {
  background: #ebebeb;
}
#map input[type="button"].button-primary {
  background-color: #1a73e8;
  color: white;
}
#map input[type="button"].button-primary:hover {
  background-color: #1765cc;
}
#map input[type="button"].button-secondary {
  background-color: white;
  color: #1a73e8;
}
#map input[type="button"].button-secondary:hover {
  background-color: #d2e3fc;
}
#response-container {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  overflow: auto;
  max-height: 50%;
  max-width: 90%;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: small;
}
#instructions {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  padding: 1rem;
  font-size: medium;
}
.maps-geocoding-button {
  width: 45px;
  height: 40px;
  background-color: #084ccc;
  margin-top: 10px;
}
.maps-geocoding-button i {
  color: white;
  font-weight: normal;
  font-size: 24px;
}
/* Distributors By Region Map - END */
/* Distributors By Region Company Cards */
article .card-tools {
  background: #084ccc;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
}
.table-data {
  width: 100%;
}
.table-data th {
  background: #dfdfdf;
  padding: 5px;
  text-align: left;
}
.table-data td {
  padding: 5px;
  border-bottom: 1px solid #dfdfdf;
}
.dataTables_filter {
  padding-bottom: 5px;
}
.text-end,
th.text-end {
  text-align: right;
}
.dashboard-box {
  height: 560px;
  overflow: scroll;
}
.dashboard-box canvas {
  max-height: 400px;
}
p.notice {
  background-color: #cddc00;
  color: #000;
  text-align: center;
  padding: 15px 20px;
  font-weight: 600;
}
.pt-8{
  padding-top: 2rem;
}
.last\:mr-0:last-child{
  margin-right: 0px;
}
.last\:bg-procon-gray:last-child{
  --tw-bg-opacity: 1;
  background-color: rgba(87, 84, 84, var(--tw-bg-opacity));
}
.hover\:border-b-2:hover{
  border-bottom-width: 2px;
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.hover\:border-micro-blue:hover{
  --tw-border-opacity: 1;
  border-color: rgba(32, 185, 252, var(--tw-border-opacity));
}
.hover\:border-procon-red:hover{
  --tw-border-opacity: 1;
  border-color: rgba(225, 58, 62, var(--tw-border-opacity));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.hover\:bg-procon-red-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(151, 45, 46, var(--tw-bg-opacity));
}
.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.hover\:text-micro-blue:hover{
  --tw-text-opacity: 1;
  color: rgba(32, 185, 252, var(--tw-text-opacity));
}
.hover\:text-procon-red:hover{
  --tw-text-opacity: 1;
  color: rgba(225, 58, 62, var(--tw-text-opacity));
}
.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.focus\:z-10:focus{
  z-index: 10;
}
.focus\:border-indigo-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
.focus\:border-gray-900:focus{
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus{
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}
.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.focus\:text-indigo-800:focus{
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}
.focus\:text-gray-800:focus{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.focus\:text-gray-500:focus{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-indigo-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}
.active\:bg-gray-900:active{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.active\:text-gray-500:active{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.disabled\:opacity-25:disabled{
  opacity: 0.25;
}
@media (min-width: 640px){
  .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .sm\:ml-10{
    margin-left: 2.5rem;
  }
  .sm\:ml-6{
    margin-left: 1.5rem;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:max-w-md{
    max-width: 28rem;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
}
@media (min-width: 768px){
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mr-12{
    margin-right: 3rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:ml-4{
    margin-left: 1rem;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:pl-20{
    padding-left: 5rem;
  }
  .md\:text-left{
    text-align: left;
  }
}
@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
  }
  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){
    .lg\:container{
      max-width: 1536px;
    }
  }
  .lg\:col-start-2{
    grid-column-start: 2;
  }
  .lg\:col-end-7{
    grid-column-end: 7;
  }
  .lg\:float-right{
    float: right;
  }
  .lg\:float-left{
    float: left;
  }
  .lg\:m-auto{
    margin: auto;
  }
  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mr-5{
    margin-right: 1.25rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:mr-20{
    margin-right: 5rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mr-1{
    margin-right: 0.25rem;
  }
  .lg\:mr-4{
    margin-right: 1rem;
  }
  .lg\:ml-4{
    margin-left: 1rem;
  }
  .lg\:mr-12{
    margin-right: 3rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[500px\]{
    height: 500px;
  }
  .lg\:h-\[600px\]{
    height: 600px;
  }
  .lg\:h-\[400px\]{
    height: 400px;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-\[60\%\]{
    width: 60%;
  }
  .lg\:w-\[40\%\]{
    width: 40%;
  }
  .lg\:w-\[65\%\]{
    width: 65%;
  }
  .lg\:w-\[700px\]{
    width: 700px;
  }
  .lg\:w-\[35\%\]{
    width: 35%;
  }
  .lg\:max-w-xl{
    max-width: 36rem;
  }
  .lg\:max-w-screen-lg{
    max-width: 1024px;
  }
  .lg\:max-w-6xl{
    max-width: 72rem;
  }
  .lg\:max-w-4xl{
    max-width: 56rem;
  }
  .lg\:max-w-5xl{
    max-width: 64rem;
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-5{
    gap: 1.25rem;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-24{
    gap: 6rem;
  }
  .lg\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:overflow-hidden{
    overflow: hidden;
  }
  .lg\:border-b{
    border-bottom-width: 1px;
  }
  .lg\:border-blue-800{
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }
  .lg\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }
  .lg\:p-20{
    padding: 5rem;
  }
  .lg\:p-16{
    padding: 4rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:px-72{
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1280px){
  .xl\:max-w-screen-xl{
    max-width: 1280px;
  }
  .xl\:whitespace-nowrap{
    white-space: nowrap;
  }
  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-\[40px\]{
    font-size: 40px;
  }
}
