*, ::before, ::after {
	--white: #fff;
	--gray-100: #f8f9fa;
	--gray-200: #e9ecef;
	--gray-300: #dee2e6;
	--gray-400: #ced4da;
	--gray-500: #adb5bd;
	--gray-600: #868e96;
	--gray-700: #495057;
	--gray-800: #343a40;
	--gray-900: #212529;
	--black: #161616;

	--primary: #c34a54;
	--primary-rgb: 195, 74, 84;
}
#mainNav {
  min-height: 56px;
  background-color: --white;
  padding-top: 5px;
}
#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.75rem;
    color: --primary;
    border: 1px solid --primary;
  }
#mainNav .navbar-toggler:focus {
      outline: none;
    }
#mainNav picture {
    text-align: center;
  }
#mainNav picture img {
      margin: auto;
    }
#mainNav .navbar-brand {
    color: --black;
    font-weight: 700;
    padding: .9rem 0;
  }
#mainNav .navbar-nav .nav-item:hover {
        color: fade(white, 80%);
        outline: none;
        background-color: transparent;
      }
#mainNav .navbar-nav .nav-item:active,
      #mainNav .navbar-nav .nav-item:focus {
        outline: none;
        background-color: transparent;
      }
@media (min-width: 999px) {
#mainNav {
    border-bottom: none;
    background-color: --white;
}
    #mainNav .btn-group {
      margin-top: 20px;
    }
      #mainNav .btn-group .btn {
        flex-grow: 1;
        padding: 0;
      }
    #mainNav .container > * > * {
      flex-grow: 1;
    }
    #mainNav .navbar-brand {
      color: --black;
    }
    #mainNav .desktop-logo { display: block !important; }
    #mainNav .nav-link {
      color: --black;
      padding: 0 10px;
      border-bottom: 0.25rem solid transparent;
    }
      #mainNav .nav-link:hover {
		--tw-text-opacity: 1;
		color: rgb(195 74 84 / var(--tw-text-opacity));
  color: --primary;
	}
      #mainNav .nav-link:active {
		--tw-text-opacity: 1;
		color: rgb(195 74 84 / var(--tw-text-opacity));
	}
      #mainNav .nav-link.active {
        color: --primary;
        outline: none;
        border-bottom: 0.25rem solid --primary;
      }
    #mainNav .navbar-brand {
      padding: .5rem 0;
      color: fade-out(--white, .5);
    }
  }
#mainNav .desktop-logo {  padding-left: 24px; padding-right: 24px; }
#mainNav .container > * {
      width: 100%;
      align-items: center;
    }
@media (max-width: 999px) {
    #mainNav .desktop-logo {
      width: auto;
      height: 46px;
      margin-right: 20px;
      padding: 0 !important;
    }
      #mainNav .desktop-logo img {
        height: 100%;
        width: auto;
      }
    #mainNav .container {
      padding-left: 0;
      //order: 1;
      margin: 0;
      width: auto
    }
    #mainNav .btn {
      order: 2;
      margin-left: 10px;
      display: inline-block !important;
      padding: 0 !important;
      line-height: 36px !important;
      width: 40px !important;
      height: 36px !important;
      color: white !important;
    }

    #mainNav .btn-group {
      margin-top: 0;
      display: block;
    }
      #mainNav .btn-group .btn {
        display: block !important;
        width: auto !important;
        margin: 0 10px;
        text-align: left;
        padding: 5px 30px !important;
      }

    #mainNav .main-menu {
      position: absolute;
      display: none;
      right: -300px;
      top: 0;
      height: 100%;
      overflow-y: scroll;
      overflow-x: visible;
      transition: left 0.3s ease;
      z-index: 999;
    }

    #mainNav .main-menu div {
      list-style: none;
      margin: 0;
      padding: 2.5em 0 0;
      min-height: 100%;
      width: 240px;
      background: #1a1a1a;
    }

    #mainNav .main-menu a {
      display: block;
      padding: .75em 15px;
      line-height: 1em;
      font-size: 1em;
      color: #fff;
      text-decoration: none;
      border-bottom: 1px solid #383838;
    }

    #mainNav .main-menu li:first-child a {
      border-top: 1px solid #383838;
    }

    #mainNav .main-menu a:hover,
    #mainNav .main-menu a:focus {
      background: #333;
      text-decoration: underline;
    }

    #mainNav .main-menu .menu-close {
      position: absolute;
      right: 0;
      top: 0;
    }

    #mainNav .main-menu:target {
      display: block;
      right: 0;
      padding: 0;
      outline: none;
    }

    #mainNav .main-menu:target .menu-close {
      z-index: 1001;
    }

    #mainNav .main-menu:target div {
      position: relative;
      z-index: 1000;
    }

    @supports (position: fixed) {
      #mainNav .main-menu,
      #mainNav .main-menu:target + .backdrop{
        position: fixed;
      }
    }
  }
.masthead {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  min-height: 35rem;
  background: linear-gradient(to bottom, #{fade-out(--black, .9)} 0%,#{fade-out(--black, .5)} 75%,--black 100%);
  
}
.masthead hr {
    margin-right: auto;
    margin-left: 0;
    border-color: #64a19d;
    border-width: .25rem;
    width: 30%; 
  }
.masthead .background {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
.masthead .background img {
      -o-object-fit: cover;
         object-fit: cover;
      height: auto;
      width:100%;
    }
__logo.masthead {
    width: 211px;
    margin: 0 auto 60px auto;
    display: block;
  }
__play.masthead {
    display: block;
    margin: 0;
  }
__play.masthead i {
      width: 120px;
      height: 100px;
      border-radius: 100px;
      font-size: 100px;
    }
__play.masthead i:before {
        color: rgba(255,255,255,.7);
      }
.masthead .social i:before {
        font-size: 40px;
        color: rgba(255,255,255,.7);
      }
.masthead .subtitle { 
    color: white;
    font-size: 18px;
  }
.masthead p {
    color: white;
  }
picture, picture img {
  display: block;
  max-width: 100%;
}
.btn {
  padding: 1.25rem 2rem;
  font-family: 'Catamaran', sans-serif;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}
-sm.btn {
      padding: 0.75rem 2rem;
  }
.btn-primary {
  background-color: --primary;
}
.btn-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(195 74 84 / var(--tw-bg-opacity));
}
.btn-primary:focus {
	--tw-bg-opacity: 1;
	background-color: rgb(195 74 84 / var(--tw-bg-opacity));
    color: white;
}
.btn-primary:active {
	--tw-bg-opacity: 1 !important;
	background-color: rgb(195 74 84 / var(--tw-bg-opacity)) !important;
}
.about-section {
	padding-bottom: 5rem;
}
.about-section p {
    margin-bottom: 5rem;
  }
.text-section { 
	padding-bottom: 4rem;
}
.text-section h3 {
		padding-bottom: 1rem;
	}
__logo.client img {
			margin: auto;
			width: auto;
			max-height: 100px;
		}
iframe, picture {
	max-width: 100%;
}
.projects-section {
  padding:  0 0 5rem;
}
.projects-section .featured-text { 
    padding: 2rem;
  }
@media (min-width: 992px) {
.projects-section .featured-text {
      padding: 0 0 0 2rem;
      border-left: 0.5rem solid --primary;
  }
    }
.project {
  order: -1;
}
@media (min-width: 992px) {
.project {
    order: 2;
}
  }
.project-text {
  padding: 3rem 0;
}
@media (min-width: 992px) {
.project-text {
    font-size: 17px; 
    padding: 3rem;
}
    .project-text hr {
      border-color: --primary;
      border-width: .25rem;
      width: 30%;
    }
  }
.signup-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, #{fade-out(--black, .9)} 0%,#{fade-out(--black, .5)} 75%,--black 100%), url('../img/bg-signup.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.signup-section .form-inline input {
      box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0,0,0,.1) !important;
      padding: 1.25rem 2rem;
      height: auto;
      font-family: 'Catamaran', sans-serif;
      font-size: 80%;
      text-transform: uppercase;
      letter-spacing: 0.15rem;
      border: 0;
    }
.contact-section {
  z-index: 9999;
  position: relative;
}
.contact-section .card-body a, .contact-section .card-body i {
      display: inline-block;
      line-height: 50px;
      vertical-align: middle;
    }
.contact-section .social a {
      text-align: center;
      height: 4.1rem;
      width: 4.1rem;
      font-size: 2.2rem;
      background: fade-out(--white, 0.9);
      border-radius: 100%;
      color: fade-out(--white, 0.7);
    }
.contact-section .social a .fab {
        line-height: 4.1rem  !important;
      }
.contact-section .social a:hover {
        color: fade-out(--white, 0.5);
      }
.contact-section .social a:active {
        color: --white;
      }
.reel {
	height: auto;
}
.reel-section {
  padding-bottom: 5rem;
}
.masthead--blog {
	height: auto;
	padding-top: 0;
	background: #161616;
	
}
.blog {
	padding: 20px;
	text-align: left;
}
__ttitle.blog {
		margin-bottom: 0 !important;
		margin-top: 120px
	}
__author.blog {
		margin-top: 20px; 
		color: white;
		font-style: italic;
		font-size: 16px;
		margin-bottom: 40px;
		display: block;
	}
__image.blog {
		padding: 20px;
		background: white;
	}
__image.blog:is(--left) {
			float: left;
			margin: 0 20px 20px 0;
		}
__image.blog:is(--right) {
			float: right;
			margin: 0 0 20px 20px;
		}
__image.blog picture {
			width: 100%;
			margin: 0;
		}
__image.blog i {
			display: block;
			margin-top: 15px;
			text-align: center;
		}
__date.blog {
		text-align: right;
		font-size: 12px;
		margin-bottom: 0
	}
.blog p:first-of-type {
		font-size: 18px;
		font-weight: 600;
	}
.blog .social {
		flex-wrap: wrap;
		padding: 10px;
	}
.blog .social p {
			margin-bottom: 0;
			align-self: center;
		}
.blog .social i:before {
			color: --primary;
			font-size: 30px;
			padding: 0;
		}
.blog blockquote {
		margin:40px 0;
		background: white;
		padding: 20px 40px;
		text-align: center;	
		color: black;
	}
.blog blockquote p { 
			color: black;
			font-size: 24px;
			font-weight:bold;
			position: relative;
			margin: 0;
		}
.blog blockquote p:before {
				content: '\201C';
				display: block;
				position: absolute;
				left: -30px;
				top: 0;
				font-size: 50px;
				height: 20px;
				line-height: 50px;
			}
.blog blockquote p:after {
				content: '\201D';
				display: block;
				position: absolute;
				right: -30px;
				bottom: 0;
				font-size: 50px;
				height: 20px;
				line-height: 50px;	
			}
.blog footer {
		padding: 0;
	}
.blog footer:before {
			content: '';
			display: block;
			width: 100px;
			background: --primary;
			height: 2px;
			margin: 10px auto 10px auto;
		}
.blog cite {
		display: block; 
	}
__title.blog-section {
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		margin-bottom: 10px;
	}
.blog-section .blog {
		margin-bottom: 80px
	}
footer {
  position: relative;
  z-index: 99999;
}
.footer-nav {
	text-align: center;
	padding: 30px 0;
}
__inner.footer-nav {
		padding: 20px;		
	}
.footer-nav a { 
		margin: 0 10px;
	}
#cookiepolicy {
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	background: white;
	border-top: 2px solid --primary; 
	z-index: 99999;
}
/*
! tailwindcss v3.3.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: currentColor; /* 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings 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 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: 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;
}
/*
Reset default styling for dialogs.
*/
dialog {
  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::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;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
h1, .h1 {
	margin-bottom: 1.25rem;
	font-size: 3.75rem;
	line-height: 1;
}
h2, .h2 {
	margin-bottom: 1.25rem;
	font-size: 1.875rem;
	line-height: 2.25rem;
}
h3, .h3 {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.p {
	margin-bottom: 1.25rem;
}
*, ::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-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--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-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--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:  ;
}
.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;
	}
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.left-0 {
	left: 0px;
}
.top-0 {
	top: 0px;
}
.-z-10 {
	z-index: -10;
}
.m-auto {
	margin: auto;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.h-24 {
	height: 6rem;
}
.h-6 {
	height: 1.5rem;
}
.h-64 {
	height: 16rem;
}
.h-auto {
	height: auto;
}
.h-full {
	height: 100%;
}
.w-1\/2 {
	width: 50%;
}
.w-1\/5 {
	width: 20%;
}
.w-16 {
	width: 4rem;
}
.w-4\/5 {
	width: 80%;
}
.w-6 {
	width: 1.5rem;
}
.w-full {
	width: 100%;
}
.max-w-4xl {
	max-width: 56rem;
}
.max-w-prose {
	max-width: 65ch;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.justify-around {
	justify-content: space-around;
}
.gap-4 {
	gap: 1rem;
}
.gap-6 {
	gap: 1.5rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
	overflow: hidden;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.border-b {
	border-bottom-width: 1px;
}
.border-\[\#ffffff44\] {
	border-color: #ffffff44;
}
.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgb(195 74 84 / var(--tw-bg-opacity));
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-center {
	-o-object-position: center;
	   object-position: center;
}
.p-2 {
	padding: 0.5rem;
}
.p-4 {
	padding: 1rem;
}
.p-5 {
	padding: 1.25rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pt-8 {
	padding-top: 2rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.font-semibold {
	font-weight: 600;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
	text-decoration-line: underline;
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
	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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
@font-face {
    font-family: 'aAntaraDistance';
    font-display: swap;
    src: url('/fonts/aAntaraDistance.woff2') format('woff2');
}
@font-face {
    font-family: 'Noto';
    font-display: swap;
    src: url('/fonts/Noto.woff2') format('woff2-variations');
    src: url('/fonts/Noto.woff2') format('woff2') tech('variations');
    font-weight: 100 1000;
    font-stretch: 25% 151%;
}
body {
  font-family: 'Noto', sans-serif;
}
h1,h2,h3,h4 {
  font-family: 'aAntaraDistance', sans-serif;
}
.bg-black {
  background-color: var(--black) !important; 
}
.text-primary {
  color: --primary !important;
}
.text-underline {
  text-decoration: underline;
}
.image--padded {
  padding: 20px;
  background: white;
}
.social-icons {
  font-size: 28px; 
  position: fixed;
  right: 0;
  height: 182px; 
  top:50%;
  margin-top: -91px;
  padding: 10px 5px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: rgba(var(--primary-rgb), 0.5);
}
@media(max-width: 600px) {
.social-icons {
    padding: 5px 0;
    height: auto;
    left: 10px; 
    right: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    bottom: 0;
    top: auto;
    margin-top: 0;
}
    .social-icons div {
      flex-direction: row !important;
    }
  }
@media (min-width: 768px) {
	.md\:container {
		width: 100%;
	}
	@media (min-width: 640px) {
		.md\:container {
			max-width: 640px;
		}
	}
	@media (min-width: 768px) {
		.md\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 1024px) {
		.md\:container {
			max-width: 1024px;
		}
	}
	@media (min-width: 1280px) {
		.md\:container {
			max-width: 1280px;
		}
	}
	@media (min-width: 1536px) {
		.md\:container {
			max-width: 1536px;
		}
	}
}
@media (min-width: 640px) {
	.sm\:flex-row {
		flex-direction: row;
	}
}
@media (min-width: 768px) {
	.md\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.md\:ml-\[66\%\] {
		margin-left: 66%;
	}
	.md\:mt-48 {
		margin-top: 12rem;
	}
	.md\:flex {
		display: flex;
	}
	.md\:w-1\/3 {
		width: 33.333333%;
	}
	.md\:w-24 {
		width: 6rem;
	}
	.md\:w-3\/5 {
		width: 60%;
	}
	.md\:w-auto {
		width: auto;
	}
	.md\:flex-nowrap {
		flex-wrap: nowrap;
	}
	.md\:justify-center {
		justify-content: center;
	}
	.md\:gap-20 {
		gap: 5rem;
	}
	.md\:gap-4 {
		gap: 1rem;
	}
	.md\:p-0 {
		padding: 0px;
	}
	.md\:text-left {
		text-align: left;
	}
	.md\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	.md\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}
}
@media (min-width: 1024px) {
	.lg\:mt-96 {
		margin-top: 24rem;
	}
}