/*
! tailwindcss v3.0.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  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";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.right-\[-4px\] {
  right: -4px;
}

.top-\[15px\] {
  top: 15px;
}

.z-50 {
  z-index: 50;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.my-10px {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.mx-30px {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.my-\[155px\] {
  margin-top: 155px;
  margin-bottom: 155px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-23\.33px {
  margin-left: 1.458rem;
  margin-right: 1.458rem;
}

.my-15px {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mr-15px {
  margin-right: 0.9375rem;
}

.mr-30px {
  margin-right: 1.875rem;
}

.ml-15px {
  margin-left: 0.9375rem;
}

.mt-auto {
  margin-top: auto;
}

.mb-\[45px\] {
  margin-bottom: 45px;
}

.ml-22\.5px {
  margin-left: 1.406rem;
}

.ml-30px {
  margin-left: 1.875rem;
}

.mr-22\.5px {
  margin-right: 1.406rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.ml-\[100px\] {
  margin-left: 100px;
}

.mb-30px {
  margin-bottom: 1.875rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-15px {
  margin-bottom: 0.9375rem;
}

.mb-10px {
  margin-bottom: 0.625rem;
}

.mt-30px {
  margin-top: 1.875rem;
}

.mr-\[1px\] {
  margin-right: 1px;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-10px {
  margin-top: 0.625rem;
}

.mb-5px {
  margin-bottom: 0.313rem;
}

.mb-\[13px\] {
  margin-bottom: 13px;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-\[112px\] {
  margin-bottom: 112px;
}

.ml-auto {
  margin-left: auto;
}

.mr-23\.33px {
  margin-right: 1.458rem;
}

.mr-10px {
  margin-right: 0.625rem;
}

.mr-auto {
  margin-right: auto;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-\[16px\] {
  margin-right: 16px;
}

.mr-\[17px\] {
  margin-right: 17px;
}

.mr-\[25px\] {
  margin-right: 25px;
}

.mr-\[13px\] {
  margin-right: 13px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[881px\] {
  height: 881px;
}

.h-\[600px\] {
  height: 600px;
}

.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[50px\] {
  height: 50px;
}

.h-10 {
  height: 2.5rem;
}

.h-auto {
  height: auto;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[10px\] {
  height: 10px;
}

.h-\[16px\] {
  height: 16px;
}

.h-\[80px\] {
  height: 80px;
}

.h-\[720px\] {
  height: 720px;
}

.h-\[90px\] {
  height: 90px;
}

.h-30px {
  height: 1.875rem;
}

.h-\[87\.1px\] {
  height: 87.1px;
}

.h-\[310px\] {
  height: 310px;
}

.max-h-\[60px\] {
  max-height: 60px;
}

.max-h-\[115px\] {
  max-height: 115px;
}

.w-full {
  width: 100%;
}

.w-\[1px\] {
  width: 1px;
}

.w-\[132px\] {
  width: 132px;
}

.w-\[108\.6px\] {
  width: 108.6px;
}

.w-\[99\.17px\] {
  width: 99.17px;
}

.w-\[68\.81px\] {
  width: 68.81px;
}

.w-85px {
  width: 5.3125rem;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-\[47px\] {
  width: 47px;
}

.w-139px {
  width: 8.6875rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33%;
}

.w-2\/3 {
  width: 66%;
}

.w-\[111px\] {
  width: 111px;
}

.w-\[520px\] {
  width: 520px;
}

.w-\[50px\] {
  width: 50px;
}

.w-auto {
  width: auto;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[48px\] {
  width: 48px;
}

.w-10 {
  width: 2.5rem;
}

.w-10px {
  width: 0.625rem;
}

.w-\[2px\] {
  width: 2px;
}

.w-\[10px\] {
  width: 10px;
}

.w-\[13px\] {
  width: 13px;
}

.w-180px {
  width: 11.25rem;
}

.w-\[181px\] {
  width: 181px;
}

.w-206px {
  width: 12.875rem;
}

.w-\[245px\] {
  width: 245px;
}

.w-30px {
  width: 1.875rem;
}

.w-\[95px\] {
  width: 95px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[64px\] {
  width: 64px;
}

.w-\[89px\] {
  width: 89px;
}

.w-\[315px\] {
  width: 315px;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.w-\[53px\] {
  width: 53px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[110px\] {
  width: 110px;
}

.max-w-\[520px\] {
  max-width: 520px;
}

.max-w-300px {
  max-width: 300px;
}

.max-w-\[315px\] {
  max-width: 315px;
}

.grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.border-1px {
  border-width: 0.063rem;
}

.border-\[1px\] {
  border-width: 1px;
}

.border {
  border-width: 1px;
}

.border-l-1px {
  border-left-width: 0.063rem;
}

.border-l-\[1px\] {
  border-left-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-shade10 {
  border-color: rgba(0, 0, 0, 0.1);
}

.border-shade90 {
  border-color: rgba(0,0,0,0.9);
}

.border-shade30 {
  border-color: rgba(0,0,0,0.3);
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-shade30 {
  background-color: rgba(0,0,0,0.3);
}

.bg-primary {
  background-color: rgb(255 108 0);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 27 / var(--tw-bg-opacity));
}

.bg-dark {
  background-color: #495961;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(16 148 159 / var(--tw-bg-opacity));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 108 0 / var(--tw-bg-opacity));
}

.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-shade10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-hitWhite {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 22 137 / var(--tw-bg-opacity));
}

.bg-values-image {
  background-image: url('/assets/images/values-image.png');
}

.bg-cover {
  background-size: cover;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-10px {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.px-26px {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.py-30px {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.py-60px {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-\[135px\] {
  padding-top: 135px;
  padding-bottom: 135px;
}

.py-26px {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}

.py-\[135\.5px\] {
  padding-top: 135.5px;
  padding-bottom: 135.5px;
}

.py-\[203\.5px\] {
  padding-top: 203.5px;
  padding-bottom: 203.5px;
}

.py-\[191px\] {
  padding-top: 191px;
  padding-bottom: 191px;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-15px {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.py-15px {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.py-21\.75px {
  padding-top: 1.359rem;
  padding-bottom: 1.359rem;
}

.py-44\.6px {
  padding-top: 2.788rem;
  padding-bottom: 2.788rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.pb-15px {
  padding-bottom: 0.9375rem;
}

.pt-30px {
  padding-top: 1.875rem;
}

.pt-16px {
  padding-top: 16px;
}

.pr-\[107\.93px\] {
  padding-right: 107.93px;
}

.pl-15px {
  padding-left: 0.9375rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pr-10px {
  padding-right: 0.625rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

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

.font-body {
  font-family: "Open Sans", sans-serif;
}

.font-condensed {
  font-family: "Open Sans Condensed", sans-serif;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-15px {
  font-size: 0.938rem;
}

.text-14px {
  font-size: 14px;
}

.text-16px {
  font-size: 16px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-30px {
  font-size: 1.875rem;
}

.text-50px {
  font-size: 3.125rem;
}

.text-26px {
  font-size: 1.625rem;
}

.text-40px {
  font-size: 2.5rem;
}

.text-13px {
  font-size: 0.813rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-22px {
  font-size: 1.375rem;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.not-italic {
  font-style: normal;
}

.leading-39px {
  line-height: 2.438rem;
}

.leading-22\.5px {
  line-height: 1.406rem;
}

.leading-22px {
  line-height: 22px;
}

.leading-60px {
  line-height: 3.75rem;
}

.leading-50px {
  line-height: 50px;
}

.leading-30px {
  line-height: 1.875rem;
}

.leading-36px {
  line-height: 36px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.-tracking-0\.01 {
  letter-spacing: -0.01em;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-shade30 {
  color: rgba(0,0,0,0.3);
}

.text-shade40 {
  color: rgba(0, 0, 0, 0.4);
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(227 6 19 / var(--tw-text-opacity));
}

.text-shade60 {
  color: rgba(0, 0, 0, 0.6);
}

.text-shade50 {
  color: #495961;
}

.text-black {
  color: #747474;
}

.text-shade10 {
  color: rgba(0, 0, 0, 0.1);
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}

.shadow-main {
  --tw-shadow: 0 0 20px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  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;
}

.drop-shadow-4px {
  --tw-drop-shadow: drop-shadow(0 4px 4px rgba(0,0,0,0.25));
  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);
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.custom-container {
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 1250px) {
  .custom-container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
}

.second-custom-container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.third-custom-container {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1250px) {
  .second-custom-container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
  }
  .third-custom-container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
  }
}

.internal-container {
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.wider-internal-container {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.policies-container {
  max-width: 520px !important;
  margin-left: auto;
  margin-right: auto;
}

.footer-container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1350px) {
  .footer-container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.navbar-container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}

@media (max-width: 1250px) {
  .navbar-container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 0px;
    width: auto;
  }
}

.mobile-menu-container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.about-container {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1250px) {
  .about-container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}

.about-internal-container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.about-director-container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 5%;
}

.about-director-second-container {
  max-width: 1025px;
  margin-left: auto;
  margin-right: auto;
}

.about-director-internal-container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.partners-container {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1250px) {
  .partners-container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}

.partners-internal-container {
  padding-left: 10px;
  padding-right: 5px;
  align-items: center;
  padding-top:5px;
  padding-bottom:5px;
  width: 100%;
}

.projects-container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1250px) {
  .projects-container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    background: white;
  }
}

.projects-internal-container {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.project-small-container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.policies-section-container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.policies-section-internal-container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.policies-small-container {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.contact-us-small-container {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.contact-us-mobile-container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.careers-container {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1250px) {
  .careers-container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:my-5px {
    margin-top: 0.313rem;
    margin-bottom: 0.313rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

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

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mr-25px {
    margin-right: 1.563rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mr-\[24\.6px\] {
    margin-right: 24.6px;
  }

  .lg\:mr-30px {
    margin-right: 1.875rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[228\.56px\] {
    height: 228.56px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }
  
  .lg\:w-1\/3 {
    width: 33%;
  }

  .lg\:w-2\/3 {
    width: 66%;
  }

  .lg\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:max-w-300px {
    max-width: 300px;
  }

  .lg\:max-w-\[520px\] {
    max-width: 520px;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }
}


.wysiwyg p {
  margin-bottom: 1rem;
}

.wysiwyg h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 700;
}

.wysiwyg a {
  text-decoration: underline;
  --tw-text-opacity: 1;
  color: rgb(227 6 19 / var(--tw-text-opacity));
}

.p-5 {
  padding: 1rem;
}

.divider {
  background-color: rgb(255 108 0);
  width: 50px;
  height: 7px;
  display: block;
  margin-bottom: 30px;
}

.divider.small-divider {
  width: 40px;
  height: 4px;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .policy-item {
    width: 100%;
    flex: 0 0 100%;
  }
}

.location-text {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #525252;
  display: block;
  padding-left: 28px;
}