@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap");

/*
! tailwindcss v3.1.3 | 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 */
  font-weight: inherit;
  /* 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;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
}

::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
}

body{
  font-size: 16px;
}

a, 
	a:hover{
  --tw-text-opacity: 1;
  color: rgb(219 2 2 / var(--tw-text-opacity));
}

ul, 
	ol{
  padding-left: 20px;
}

p, 
	li{
  margin-bottom: 20px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(90 95 96 / var(--tw-text-opacity));
}

.page-title{
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgb(219 2 2 / var(--tw-text-opacity));
}

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

.page-button.white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 64 99 / var(--tw-text-opacity));
}

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

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

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

.mx-\[20px\]{
  margin-left: 20px;
  margin-right: 20px;
}

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

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

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

.mt-\[20px\]{
  margin-top: 20px;
}

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

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

.mt-\[13px\]{
  margin-top: 13px;
}

.mt-0{
  margin-top: 0px;
}

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

.mt-\[30px\]{
  margin-top: 30px;
}

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

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

.mt-\[40px\]{
  margin-top: 40px;
}

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

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

.mt-\[50px\]{
  margin-top: 50px;
}

.mt-\[35px\]{
  margin-top: 35px;
}

.mt-\[25px\]{
  margin-top: 25px;
}

.mt-\[10px\]{
  margin-top: 10px;
}

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

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

.mt-\[60px\]{
  margin-top: 60px;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

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

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

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

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

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

.h-full{
  height: 100%;
}

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

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

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

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

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

.max-w-full{
  max-width: 100%;
}

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

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

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

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

.flex-none{
  flex: none;
}

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

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

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

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

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

.gap-\[40px\]{
  gap: 40px;
}

.gap-\[20px\]{
  gap: 20px;
}

.gap-\[30px\]{
  gap: 30px;
}

.gap-\[45px\]{
  gap: 45px;
}

.gap-\[50px\]{
  gap: 50px;
}

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

.gap-\[100px\]{
  gap: 100px;
}

.gap-\[38px\]{
  gap: 38px;
}

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

.bg-\[\#5A5F60\]{
  --tw-bg-opacity: 1;
  background-color: rgb(90 95 96 / var(--tw-bg-opacity));
}

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

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(219 2 2 / var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-font{
  --tw-bg-opacity: 1;
  background-color: rgb(90 95 96 / var(--tw-bg-opacity));
}

.bg-gray-100\/75{
  background-color: rgb(246 246 246 / 0.75);
}

.bg-footer{
  --tw-bg-opacity: 1;
  background-color: rgb(90 95 96 / var(--tw-bg-opacity));
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-\[40px\]{
  padding: 40px;
}

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

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

.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

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

.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}

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

.px-\[50px\]{
  padding-left: 50px;
  padding-right: 50px;
}

.pb-\[100px\]{
  padding-bottom: 100px;
}

.pt-\[55px\]{
  padding-top: 55px;
}

.pb-\[35px\]{
  padding-bottom: 35px;
}

.pl-\[20px\]{
  padding-left: 20px;
}

.pt-\[100px\]{
  padding-top: 100px;
}

.pt-\[70px\]{
  padding-top: 70px;
}

.pt-\[40px\]{
  padding-top: 40px;
}

.pb-\[40px\]{
  padding-bottom: 40px;
}

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

.text-\[13px\]{
  font-size: 13px;
}

.text-\[12px\]{
  font-size: 12px;
}

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

.text-\[20px\]{
  font-size: 20px;
}

.text-\[25px\]{
  font-size: 25px;
}

.text-fluid-70{
  font-size: clamp(48px, 3vw, 70px);
}

.text-fluid-24{
  font-size: clamp(20px, 3vw, 24px);
}

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

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(219 2 2 / var(--tw-text-opacity));
}

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

.text-font{
  --tw-text-opacity: 1;
  color: rgb(90 95 96 / var(--tw-text-opacity));
}

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

.text-footer{
  --tw-text-opacity: 1;
  color: rgb(90 95 96 / var(--tw-text-opacity));
}

.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* css */

.generic-background{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url(/CMS/site/images/nb/generic-bg.jpg); */
}

.box-shadow {
  box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.2);
}

#ctl00_cphMain_upProgressForm{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(246 246 246 / 0.5);
}

.upProgressSquare{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.sk-cube-grid{
  margin: 0px;
}

/* legacy css */

.btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(219 2 2 / var(--tw-bg-opacity));
}

/* social */

.social-media{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

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

/* banner */

.banner p{
  margin: 0px;
}

/* contact */

.contact-form label{
  margin-bottom: 10px;
  margin-top: 20px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(219 2 2 / var(--tw-text-opacity));
}

.contact-form input, 
.contact-form select, 
.contact-form textarea{
  display: block;
  height: 40px;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding: 10px;
}

.contact-form textarea{
  height: 120px;
  resize: none;
}

.contact-form button, 
.contact-form a{
  margin-top: 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(219 2 2 / var(--tw-bg-opacity));
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contact-form button:hover, 
.contact-form a:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  opacity: 0.9;
}

.contact-form .formTitle, 
.contact-form .formIdLabel{
  display: none;
}

.contact-form .formIdAcceptEmails label{
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(90 95 96 / var(--tw-text-opacity));
}

.contact-form .formRadioGroup > div{
  display: grid;
  align-items: center;
  grid-template-columns: 30px 1fr 30px 1fr;
}

.contact-form .formRadioGroup > div label{
  margin: 0px;
}

.contact-form .formRadioGroup > div input{
  height: 26px;
  width: 26px;
}

.contact-form .terms{
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-form .terms a{
  margin: 0;
  display: block;
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(219 2 2 / var(--tw-text-opacity));
  width: unset;
}

.contact-form .terms input{
  height: 20px;
  width: 20px;
}

.contact-form label a{
  margin: 0px;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(219 2 2 / var(--tw-text-opacity));
  background-color: unset;
}

.formIdAcceptTerms {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 20px;
  margin-top: 20px;
}

.formIdAcceptTerms label {
  margin: 0;
}

.formIdAcceptTerms input {
  height: 20px;
  width: 20px;
}

/* programs */

.programs-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 1365px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 25px;
}

.programs-container .table{
  margin: 0px;
}

.programs-container .table th, 
.programs-container .table td{
  border-style: none;
  vertical-align: middle;
}

.programs-container .table tbody td{
  border-right-width: 2px;
  border-left-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.programs-container .table th{
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(219 2 2 / var(--tw-text-opacity));
}

.programs-container .table tbody tr, 
.programs-container .table tbody tr:nth-of-type(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.programs-container tbody tr{
  border-bottom-width: 5px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.programs-container .table-start{
  margin-left: auto;
  margin-right: auto;
  width: 110px;
}

.programs-container .table-title{
  margin-left: auto;
  margin-right: auto;
  width: 245px;
}

.programs-container .table-type{
  margin-left: auto;
  margin-right: auto;
  width: 185px;
}

.programs-container .table-duration{
  margin-left: auto;
  margin-right: auto;
  width: 145px;
}

.programs-container .table-availability{
  margin-left: auto;
  margin-right: auto;
  width: 135px;
}

.programs-container .table-participation{
  margin-left: auto;
  margin-right: auto;
  width: 210px;
}

.programs-container tbody td .DiaryStart{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.programs-container tbody td .DiaryDateMonthYear{
  display: flex;
  height: 54px;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(219 2 2 / var(--tw-bg-opacity));
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.programs-container tbody td .DiaryTitleContainer{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
}

.programs-container tbody td .DiaryDateDayNb{
  display: flex;
  height: 54px;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.programs-container tbody td .DiaryType{
  text-align: center;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(90 95 96 / var(--tw-text-opacity));
}

.programs-container tbody td .DiaryDuration{
  text-align: center;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(90 95 96 / var(--tw-text-opacity));
}

.programs-container tbody td .DiaryAvailability{
  display: flex;
  align-items: center;
  justify-content: center;
}

.programs-container tbody td .DiaryParticipation{
  display: flex;
  align-items: center;
  justify-content: center;
}

.programs-container tbody td .DiaryParticipation a{
  display: flex;
  height: 40px;
  width: 126px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(219 2 2 / var(--tw-bg-opacity));
  font-size: 13px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.programs-container tbody td .DiaryParticipation a:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  opacity: 0.9;
}

.programs-container tbody td .DiaryParticipation a {
  letter-spacing: 2px;
}

.programs-container tbody td .DiaryParticipation a[disabled="disabled"]{
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  --tw-grayscale: grayscale(1);
  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);
}

.program-details{
  margin-top: 50px;
}

.program-details-label{
  margin-bottom: 15px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(219 2 2 / var(--tw-text-opacity));
}

.program-details-title{
  margin-bottom: 15px;
  border-bottom-width: 5px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
  padding-bottom: 15px;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(90 95 96 / var(--tw-text-opacity));
}

.program-details-input{
  --tw-text-opacity: 1;
  color: rgb(90 95 96 / var(--tw-text-opacity));
}

.programs-register{
  --tw-bg-opacity: 1;
  background-color: rgb(219 2 2 / var(--tw-bg-opacity));
}

.programs-register-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  text-align: center;
}

@media (min-width: 681px){
  .programs-register-content{
    flex-direction: row;
    text-align: left;
  }
}

.programs-register-content .lg{
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.programs-register-content .sm{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.programs-register-content a{
  display: flex;
  height: 48px;
  width: 203px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.programs-register-content a:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  opacity: 0.9;
}

@media (max-width: 1370px) {
  .DivOverFlowX{
    overflow-x: auto;
  }

  .programs-container.overflow{
    width: 1330px;
  }
}

/* signin signup */

.signin-signup{
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 1081px){
  .signin-signup{
    height: 980px;
    padding-top: 170px;
    padding-bottom: 170px;
  }
}

.signin-signup {
  background-image: url(/CMS/site/images/nb/signin-signup-bg.jpg);
}

.signin-signup-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media (min-width: 1081px){
  .signin-signup-container{
    flex-direction: row;
  }
}

.signin-signup-box{
  min-height: 482px;
  width: 100%;
  max-width: 540px;
}

.signin-signup-box.Logarea{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.signin-signup-register{
  align-self: center;
}

@media (min-width: 1081px){
  .signin-signup-register{
    align-self: stretch;
  }
}

#ctl00_cphMain_DivLoggedIn{
  display: flex;
  min-height: 482px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#ctl00_cphMain_DivLoggedIn .LoginButtonItem{
  margin-top: 15px;
  display: flex;
  height: 48px;
  width: 100%;
  max-width: 280px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(219 2 2 / var(--tw-bg-opacity));
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border: 1px solid transparent;
}

/* slick */

.slick-dots{
  padding: 0px;
}

/* social media */

.social__media{
  margin: 0px;
  padding: 0px;
}

.social__media ul{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.social__media ul li{
  margin: 0px;
  display: flex;
  gap: 13px;
}

.social__media ul li::before{
  content: var(--tw-content);
  display: none;
}

.social__media ul li a{
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 15px;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.social__media ul li a em{
  position: relative;
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(90 95 96 / var(--tw-text-opacity));
}

.social__media ul li a em:hover{
  --tw-text-opacity: 1;
  color: rgb(219 2 2 / var(--tw-text-opacity));
}

.social__media ul li a em::before{
  position: absolute;
}

.social__media.footer ul li a{
  font-size: 20px;
}

.social__media.footer ul li a em{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.social__media.footer ul li a em:hover{
  --tw-text-opacity: 1;
  color: rgb(219 2 2 / var(--tw-text-opacity));
}

.social__media.contact ul li a{
  --tw-bg-opacity: 1;
  background-color: rgb(219 2 2 / var(--tw-bg-opacity));
}

/* owl */

.owl-carousel .owl-item img{
  margin-left: auto;
  margin-right: auto;
  width: initial;
}

/* newsletter */

.options{
  margin-top: 20px;
}

.options table{
  width: 100%;
}

.options table tr{
  display: flex;
  justify-content: center;
  gap: 20px;
}

.options table tr label{
  margin: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.options table tr span{
  display: flex;
  align-items: center;
  gap: 10px;
}

/* accordion */

.accordion{
  margin-top: 100px;
}

.accordion-title{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 40px;
  padding-right: 70px;
}

.accordion-section-title{
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(219 2 2 / var(--tw-text-opacity));
}

.accordion-section-title:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.accordion-section-title .arrow-props{
  position: relative;
  display: block;
  height: 15px;
  width: 22px;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.accordion-section-title .arrow-down {
  background-image: url(/CMS/site/images/nb/arrow-down.png);
}

.accordion-section-title .arrow-up {
  background-image: url(/CMS/site/images/nb/arrow-up.png);
}

.accordion-section-title .arrows{
  pointer-events: none;
  position: absolute;
  right: -40px;
}

.accordion-section-content{
  padding: 20px;
}

.accordion-section{
  margin-bottom: 6px;
  background-color: transparent;
  padding: 0px;
}

.accordion-section:last-child{
  margin-bottom: 0px;
}

.accordion-section-title .arrow-props::after, 
.accordion-section-title .arrow-props::before{
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.accordion-section-title .arrow-down::before{
  top: 50%;
  height: 1px;
  width: 100%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.accordion-section-title .arrow-down::after{
  left: 50%;
  height: 100%;
  width: 1px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.accordion-section-title .arrow-up{
  display: none;
}

.accordion-section-title .arrow-up::before{
  top: 50%;
  height: 1px;
  width: 100%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.accordion-section-title .arrow-up::after{
  left: 50%;
  height: 100%;
  width: 1px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), 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));
}

.accordion-section-title.active .arrow-up{
  display: flex;
  transform-origin: center;
}

.accordion-section-title.active .arrow-down{
  display: none;
}

/* scroll to top */

.scroll-to-top{
  position: fixed;
  bottom: -100px;
  right: 30px;
  z-index: 10;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.scroll-to-top a{
  display: block;
  width: 40px;
}

@media (min-width: 1081px){
  .scroll-to-top a{
    width: 78px;
  }
}

.scroll-to-top a svg{
  width: 100%;
}

.scroll-to-top.show{
  bottom: 50px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

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

.hover\:no-underline:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (min-width: 681px){
  .sm\:justify-between{
    justify-content: space-between;
  }
}

@media (min-width: 1081px){
  .lg\:mt-\[80px\]{
    margin-top: 80px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:hidden{
    display: none;
  }

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

  .lg\:gap-\[196px\]{
    gap: 196px;
  }

  .lg\:p-\[105px\]{
    padding: 105px;
  }

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

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

  .lg\:px-\[75px\]{
    padding-left: 75px;
    padding-right: 75px;
  }

  .lg\:pt-\[130px\]{
    padding-top: 130px;
  }

  .lg\:pb-\[75px\]{
    padding-bottom: 75px;
  }
}

@media (min-width: 1401px){
  .desktop\:mx-\[50px\]{
    margin-left: 50px;
    margin-right: 50px;
  }

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

  .desktop\:block{
    display: block;
  }

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

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

  .desktop\:pl-0{
    padding-left: 0px;
  }
}

@media (min-width: 1501px){
  .media-1500\:-mt-\[100px\]{
    margin-top: -100px;
  }

  .media-1500\:pt-0{
    padding-top: 0px;
  }
}

@media (min-width: 1801px){
  .media-1800\:-mt-\[350px\]{
    margin-top: -350px;
  }
}
