/* Project Settings */
/* Box sizing rules */
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: inline-block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

p,
li,
dt,
dd,
blockquote,
.no-orphan {
  text-wrap: pretty;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  /* UI Colors */
  --clr-dark: #47455a;
  --clr-light: #ffffff;
  --clr-primary-0-1: #003220;
  --clr-primary-0: #026742;
  --clr-primary-1: #089b65;
  --clr-primary-2: #71c65e;
  --clr-primary-3: #3aac5d;
  --clr-primary-4: #b9de50;
  --clr-primary-5: #eef5e5;
  --clr-primary-6: #e5f4df;
  --clr-primary-7: #edf8f4;
  --clr-primary-8: #f3f6f8;
  --clr-primary-9: #9ed3ac;
  --clr-primary-10: #bed6c4;
  --clr-secondary-1: #f4b30d;
  --clr-secondary-4: #fcebef;
  --clr-secondary-5: #f28599;
  --border-color: #ebebeb;
}

body {
  font-family: "Merriweather", serif;
  font-size: 16px;
}

:focus:not([tabindex="-1"]) {
  outline: 4px solid var(--clr-primary-3);
  outline-offset: 2px;
}

* {
  outline-color: var(--clr-primary-1);
}

/**************************/
/******** Headings ********/
/**************************/
h1 {
  font-size: 3rem;
  line-height: 1.35;
  font-style: normal;
  margin: 1.5em 0 0.8em;
}

h2 {
  font-weight: bold;
  font-size: 2rem;
  margin: 1em 0 0.8em;
}
h2.grade {
  font-size: 12rem;
  margin: 0;
  line-height: 1;
  margin: 2rem 0;
  font-weight: bold;
}

h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  margin: 1.75em 0 0.8em;
}

h4 {
  font-weight: normal;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin: 1.5em 0 0.8em;
}

h5 {
  font-weight: normal;
  font-style: italic;
  font-size: 1.5rem;
  margin: 1.5em 0 0.8em;
}

h6 {
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin: 1.5em 0 0.8em;
}

/***********************/
/******** Links ********/
/***********************/
a {
  font-weight: normal;
  text-decoration: none;
}

a:link {
  color: var(--clr-primary-3);
}

a:visited {
  color: var(--clr-primary-1);
}

a:hover {
  color: var(--clr-primary-1);
  text-decoration: underline;
}

a:active {
  color: var(--clr-primary-2);
  outline: none;
  text-decoration: underline;
}

/**********************/
/******** body ********/
/**********************/
p {
  font-size: 100%;
  margin: 1em 0 0;
  line-height: 2;
}

p.lead {
  font-size: 150%;
  margin: 1em 0;
}

p + ul,
p + ol,
p + dl {
  margin-bottom: 1.5em;
}

p.lead + p {
  text-indent: 0;
}

blockquote {
  border-left: 5px solid #eee;
  padding-left: 1.5em;
  margin: 1em 0;
}

blockquote small {
  display: block;
  line-height: 1.7em;
}

ul,
ol,
dl {
  text-align: left;
}

dt {
  font-weight: bold;
}

code {
  font-family: courier, monospace;
}

p > code {
  padding: 0.25em 0.35rem;
  background: var(--clr-primary-6);
  border-radius: 0.25rem;
}

pre {
  text-align: left;
  font-size: 100%;
}

hr {
  height: 0;
  color: #eee;
  border: 1px solid #eee;
  margin: 2em 0 1em;
}

/*************************/
/******** Helpers ********/
/*************************/
.normal {
  font-weight: normal;
}

.quiet {
  color: #999;
}

.pull-left {
  float: left;
  margin: 0.5em 2em 1em 0;
}

.pull-right {
  float: right;
  margin: 0.5em 0 1em 2em;
}

/****************************/
/******** Responsive ********/
/****************************/
@media (max-width: 500px) {
  body {
    font-size: 16px;
  }
  img {
    max-width: 100% !important;
    height: auto !important;
    float: none !important;
  }
}
.spacer {
  display: block;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(8, 148, 97, 0.4) 49%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  margin: 5rem 0;
}

#errorContainer {
  color: var(--clr-secondary-5);
  font-weight: bold;
  display: none;
}
#errorContainer.active {
  display: block;
}

.icon-list-item {
  position: relative;
}
.icon-list-item svg {
  position: relative;
  top: 5px;
}

code {
  background: var(--clr-primary-7);
  padding: 2px 6px;
  border-radius: 3px;
}

/*
    Name:     Kimbie (light)
    Author:   Jan T. Sott
    License:  Creative Commons Attribution-ShareAlike 4.0 Unported License
    URL:      https://github.com/idleberg/Kimbie-highlight.js
*/
.hljs, pre {
  background: #fbebd4;
  color: #84613d;
}

pre {
  padding: 1rem;
  overflow-x: scroll;
  border-radius: 0rem 0.5rem 0.5rem 0.5rem;
  margin-top: 0;
}

pre > code {
  background-color: transparent !important;
  padding: 0 !important;
}

/* Kimbie Comment */
.hljs-comment,
.hljs-quote {
  color: #a57a4c;
}

/* Kimbie Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-meta {
  color: #dc3958;
}

/* Kimbie Orange */
.hljs-number,
.hljs-built_in,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-deletion,
.hljs-link {
  color: #f79a32;
}

/* Kimbie Green */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #889b4a;
}

/* Kimbie Purple */
.hljs-keyword,
.hljs-selector-tag,
.hljs-function {
  color: #98676a;
}

/* Kimbie Yellow */
.hljs-title,
.hljs-section,
.hljs-attribute {
  color: #f06431;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

/* Project Styles */
.navigation .logo {
  margin: 2rem 0;
  display: inline-block;
  position: relative;
}
@media (max-width: 1024px) {
  .navigation .logo {
    margin-left: 15px;
  }
}
.navigation .logo svg {
  height: 48px !important;
  width: auto;
}

nav ul {
  display: block;
  margin: 2.5rem 0;
  padding: 0;
  text-align: right;
}
nav ul li {
  display: inline-block;
  cursor: pointer;
  margin-left: 1rem;
}
nav ul li a {
  display: block;
  color: var(--clr-dark) !important;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 0.04em;
  cursor: pointer;
}
nav ul li a:hover {
  color: var(--clr-primary-0) !important;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: var(--clr-primary-0);
    opacity: 0;
    transition: all 0.2s ease;
  }
  .nav-container ul {
    position: absolute;
    top: calc(50% - 50px);
    transform: translateY(-50%);
    width: 100%;
  }
  .nav-container ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
  }
  .nav-container ul li:nth-child(1) a {
    transition-delay: 0.1s;
  }
  .nav-container ul li:nth-child(2) a {
    transition-delay: 0.15s;
  }
  .nav-container ul li:nth-child(3) a {
    transition-delay: 0.2s;
  }
  .nav-container ul li:nth-child(4) a {
    transition-delay: 0.25s;
  }
  .nav-container ul li:nth-child(5) a {
    transition-delay: 0.3s;
  }
  .nav-container ul li a {
    padding: 10px 25px;
    opacity: 0;
    color: var(--clr-light) !important;
    font-size: 24px;
    margin-right: 30px;
    font-weight: 600;
    transform: translateY(-20px);
    transition: all 0.1s ease;
  }
  .nav-container ul li a:hover {
    color: var(--clr-primary-9) !important;
  }
  .nav-open {
    position: fixed;
    right: 15px;
    top: 30px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 998;
    border-radius: 50%;
  }
  .nav-open i {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--clr-dark);
    border-radius: 2px;
    margin-left: 14px;
  }
  .nav-open i:nth-child(1) {
    margin-top: 16px;
  }
  .nav-open i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .nav-open i:nth-child(3) {
    margin-top: 4px;
  }
}
#nav:checked + .nav-open {
  transform: rotate(45deg);
}

#nav:checked + .nav-open i {
  background: #fff;
  transition: transform 0.2s ease;
}

#nav:checked + .nav-open i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}

#nav:checked + .nav-open i:nth-child(2) {
  opacity: 0;
}

#nav:checked + .nav-open i:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
}

#nav:checked ~ .nav-container {
  z-index: 995;
  opacity: 1;
}

#nav:checked ~ .nav-container ul li a {
  opacity: 1;
  transform: translateY(0);
}

.hidden {
  display: none;
}

.header {
  padding-bottom: 10rem;
  background-color: var(--clr-primary-7);
}
.header h1 {
  margin: 4rem 0 1rem 0;
  font-size: 2.5rem;
}
.header p {
  line-height: 1.75;
}
.header.graphic {
  background-color: var(--clr-primary-5);
}
.header.graphic-2 {
  background-color: var(--clr-secondary-4);
}
.header.graphic-3 {
  background-color: var(--clr-primary-7);
}
.header.graphic-4 {
  background-color: var(--clr-primary-7);
}

.input-group {
  padding: 2px;
  margin-top: 2.5rem;
  border-radius: 0.5rem;
  background: var(--clr-primary-1);
}

input[type=text].websiteInput {
  border-radius: 0.4rem 0 0 0.4rem;
  width: 65%;
  padding: 0.75rem 0.5rem;
  border: 0;
  background-color: var(--clr-primary-7);
  display: inline-block;
  margin-bottom: 0;
}

.nbr-val {
  display: none !important;
}

input[type=text],
input[type=email],
textarea {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 0.75rem 0.5rem;
  border: 1px solid var(--clr-dark);
  border-radius: 3px;
}

label {
  display: block;
  font-weight: bold;
}
label span {
  color: var(--clr-primary-3);
}

form > footer {
  display: flex;
  justify-content: space-between;
}
form > footer .message {
  padding: 0.5rem 0;
}

.form-dropdown > .dropdown {
  background-color: var(--clr-light);
  border-radius: 0 0 3px 3px;
  padding: 1rem;
  margin-top: -1.6rem;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--clr-dark);
}
.form-dropdown > .dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-dropdown > .dropdown ul li {
  display: block;
}
.form-dropdown > .dropdown ul li a {
  display: block;
  font-size: 1.2rem;
}

.btn,
button {
  width: 35%;
  text-align: center;
  padding: 0.75rem 0;
  border: 0;
  background: var(--clr-primary-1);
  color: var(--clr-light);
  cursor: pointer;
  opacity: 1;
  transition: 100ms ease-in-out;
}
.btn:hover,
button:hover {
  opacity: 0.7;
}
.btn.normal,
button.normal {
  border-radius: 0.3rem;
  padding: 1rem 1.3rem;
  margin: 1rem 0rem;
  color: var(--clr-primary-5);
  background: var(--clr-primary-1);
  font-size: 1rem;
  border: 2px solid transparent;
  width: auto;
  display: inline-block;
  line-height: 1;
  position: relative;
}
.btn.normal svg,
button.normal svg {
  height: 1rem;
  width: auto;
  position: relative;
  top: 2px;
}
.btn.normal:hover,
button.normal:hover {
  text-decoration: none;
  opacity: 0.9;
}
.btn.outline,
button.outline {
  border-radius: 0.3rem;
  padding: 1rem 1.3rem;
  margin: 1rem 0rem;
  color: var(--clr-primary-1);
  background: transparent;
  border: 2px solid var(--clr-primary-1);
  font-size: 1rem;
  width: auto;
  display: inline-block;
  line-height: 1;
  position: relative;
  text-decoration: none;
}
.btn.outline svg,
button.outline svg {
  height: 1rem;
  width: auto;
  position: relative;
  top: 3px;
}
.btn.small,
button.small {
  scale: 0.8;
}

.card-group.push {
  margin-top: -5rem;
}

.card {
  background: var(--clr-light);
  border-radius: 0.75rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.075);
  margin-bottom: 1rem;
}
.card.highlight {
  position: relative;
}
.card.highlight .card-header {
  padding: 6rem 2rem 0 2rem;
  margin-top: -2rem;
  overflow: hidden;
  position: relative;
}
.card.highlight .card-header:before {
  position: absolute;
  content: url("/assets/img/graphic-4.svg");
  top: -2rem;
  right: -2rem;
}
.card.highlight .card-body {
  padding: 0rem 2rem 6rem 2rem;
}
.card.highlight:before, .card.highlight:after {
  position: absolute;
  z-index: -1;
}
.card.highlight:before {
  content: url("/assets/img/graphic-2.svg");
  top: -2.5rem;
  right: -3.5rem;
}
@media (max-width: 768px) {
  .card.highlight:before {
    top: -5rem;
    right: 0rem;
  }
}
.card.highlight:after {
  content: url("/assets/img/graphic-3.svg");
  bottom: -3.5rem;
  left: -2.5rem;
}
.card.center {
  text-align: center;
}
.card.center .card-body * {
  text-align: center;
}
.card .card-header {
  padding: 4rem 2rem 0 2rem;
}
.card .card-header h2 {
  font-size: 3rem;
  margin: 0;
  color: var(--clr-primary-0);
}
.card .card-header h2.small {
  font-size: 2rem;
}
.card .card-header h2.small svg {
  height: 1.8rem;
  margin-right: 0.25rem;
  width: auto;
  position: relative;
  top: 0.25rem;
}
.card .card-body {
  padding: 0rem 2rem 4rem 2rem;
}
.card .card-body a.site {
  font-weight: normal;
  text-decoration: underline;
  color: var(--clr-dark);
}

.ag-courses_item {
  flex-basis: calc(33.33333% - 30px);
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 28px;
}

.ag-courses-item_link {
  display: block;
  padding: 30px 20px;
  background-color: var(--clr-primary-0-1);
  overflow: hidden;
  position: relative;
}

.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date,
.ag-courses-item_link:hover .ag-courses-item_date_err {
  text-decoration: none;
  color: #fff;
}

.ag-courses-item_link:hover .ag-courses-item_bg {
  transform: scale(10);
}

.ag-courses-item_title {
  min-height: 87px;
  margin: 0 0 25px;
  overflow: hidden;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  z-index: 2;
  position: relative;
}

.ag-courses-item_date-box {
  font-size: 18px;
  color: #fff;
  z-index: 2;
  position: relative;
}

.ag-courses-item_date {
  font-weight: bold;
  color: var(--clr-primary-9);
  transition: color 0.5s ease;
}

.ag-courses-item_date_err {
  font-weight: bold;
  color: var(--clr-secondary-1);
  transition: color 0.5s ease;
}

.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: var(--clr-primary-1);
  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;
  border-radius: 50%;
  transition: all 0.5s ease;
}

.ag-courses_item.err .ag-courses-item_bg {
  background-color: var(--clr-secondary-1);
}

@media only screen and (max-width: 979px) {
  .ag-courses_item {
    flex-basis: calc(50% - 30px);
  }
  .ag-courses-item_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }
}
@media only screen and (max-width: 639px) {
  .ag-courses_item {
    flex-basis: 100%;
  }
  .ag-courses-item_title {
    min-height: 72px;
    line-height: 1;
    font-size: 24px;
  }
  .ag-courses-item_link {
    padding: 22px 40px;
  }
  .ag-courses-item_date-box {
    font-size: 16px;
  }
}
.overlay {
  display: none !important;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
}
.overlay.active {
  display: flex !important;
}
.overlay .modal {
  border-radius: 1rem;
  position: relative;
  z-index: 999;
  padding: 5rem;
  background: var(--clr-primary-5);
  background-image: linear-gradient(180deg, var(--clr-primary-5) 0%, var(--clr-primary-7) 100%);
  color: var(--clr-primary-0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 640px;
  margin: 5%;
  text-align: center;
  overflow: hidden;
}
.overlay .modal:before {
  position: absolute;
  content: urL("/assets/img/graphic-4.svg");
  top: -2rem;
  right: -2rem;
}
.overlay .modal .quote {
  font-size: 1.5rem;
  margin: 0;
}
.overlay .modal .close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 1.5rem;
  padding: 0 0.5rem;
  border-radius: 50%;
  transition: 0.25s ease;
  color: var(--clr-primary-0);
}
.overlay .modal .close:hover {
  text-decoration: none;
  background: var(--clr-primary-0);
  color: var(--clr-light);
}
.overlay .modal .loader {
  width: 48px;
  height: 48px;
  margin: 3rem auto 4rem auto;
  position: relative;
}
.overlay .modal .loader:before {
  content: "";
  width: 48px;
  height: 5px;
  background: var(--clr-dark);
  opacity: 0.25;
  position: absolute;
  top: 60px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}
.overlay .modal .loader:after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--clr-primary-1);
  animation: bxSpin 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}
@keyframes bxSpin {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}
/**
 * Tabs
 */
.tabs {
  display: flex;
  flex-wrap: wrap;
}

.tabs label {
  order: 1;
  display: block;
  padding: 0.5rem 2rem;
  margin-right: 0.2rem;
  box-shadow: var(--shadow03);
  cursor: pointer;
  background: #fff9f1;
  color: #997d61;
  font-weight: bold;
  transition: background ease 0.2s;
  border-radius: 0.5rem 0.5rem 0 0;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  background: var(--base06);
  box-shadow: var(--shadow03);
  text-align: left;
  border-radius: 0.5rem;
}

.tabs input[type=radio] {
  display: none;
}

.tabs input[type=radio]:checked + label {
  background: #fbebd4;
  color: #84613d;
}

.tabs input[type=radio]:checked + label + .tab {
  display: block;
}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial;
    border-radius: 0.5rem !important;
    margin-bottom: 0.5rem;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
    border-radius: 0.5rem !important;
  }
}
/* OSX Safari Browser */
.browser-window-osx {
  box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.11);
  border: 1px solid #e8e8e8;
  width: 100%;
  padding: 0;
  border-radius: 5px;
  position: relative;
  margin-top: 1rem;
}
.browser-window-osx .header {
  background: #f6f7f8;
  height: 35px;
  border-radius: 5px 5px 0 0;
  padding: 8px 8px 0 8px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.browser-window-osx .header p {
  line-height: 1.2;
}
.browser-window-osx .header .left {
  width: 75%;
  display: flex;
}
.browser-window-osx .header .left .menu {
  width: 70px;
  display: inline-block;
  height: 18px;
}
@media (max-width: 750px) {
  .browser-window-osx .header .left .menu {
    display: none;
  }
}
.browser-window-osx .header .left .menu span {
  margin: 6px 4px;
  padding: 0;
  height: 8px;
  width: 8px;
  display: block;
  float: left;
  border-radius: 50%;
}
.browser-window-osx .header .left .menu span.close {
  background: #df7065;
}
.browser-window-osx .header .left .menu span.minimize {
  background: #e6bb46;
}
.browser-window-osx .header .left .menu span.maximize {
  background: #5bcc8b;
}
.browser-window-osx .header .left .search {
  background: white;
  width: 50%;
  display: inline-block;
  height: 18px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .browser-window-osx .header .left .search {
    width: 100%;
  }
}
.browser-window-osx .header .left .search p {
  color: #555555;
  font-size: 9px;
  margin: 4px 10px;
  letter-spacing: 0.6px;
  position: absolute;
}
.browser-window-osx .header .left .search p span {
  color: #5bcc8b;
}
.browser-window-osx .header .toggle {
  display: inline-block;
  text-align: right;
}
.browser-window-osx .header .toggle label {
  font-size: 0.8rem;
  position: relative;
  bottom: 0.2rem;
}
.browser-window-osx .window {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  transform: scale(1);
  border-radius: 0 0 5px 5px;
  position: relative;
}
.browser-window-osx .window iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 181.7%;
  height: 820px;
  border: 0;
  margin: 0 0 -4px 0;
  -ms-zoom: 0.75;
  -moz-transform: scale(0.55);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.55);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.55);
  -webkit-transform-origin: 0 0;
}
.browser-window-osx .window img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: auto;
  border: 0;
  margin: 0 0 -4px 0;
}
.browser-window-osx .window .placeholder {
  height: 100%;
  background: #fff;
  padding: 25%;
}
.browser-window-osx .window .placeholder .animated-bg {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: wave;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}
@keyframes wave {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.browser-window-osx .window .placeholder .mask {
  background: #fff;
  position: absolute;
}
.browser-window-osx .window .placeholder .mask.header-top,
.browser-window-osx .window .placeholder .mask.header-bottom,
.browser-window-osx .window .placeholder .mask.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}
.browser-window-osx .window .placeholder .mask.header-left,
.browser-window-osx .window .placeholder .mask.subheader-left,
.browser-window-osx .window .placeholder .mask.header-right,
.browser-window-osx .window .placeholder .mask.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}
.browser-window-osx .window .placeholder .mask.header-bottom {
  top: 18px;
  height: 6px;
}
.browser-window-osx .window .placeholder .mask.subheader-left,
.browser-window-osx .window .placeholder .mask.subheader-right {
  top: 24px;
  height: 6px;
}
.browser-window-osx .window .placeholder .mask.header-right,
.browser-window-osx .window .placeholder .mask.subheader-right {
  width: auto;
  left: 300px;
  right: 0;
}
.browser-window-osx .window .placeholder .mask.subheader-right {
  left: 230px;
}
.browser-window-osx .window .placeholder .mask.subheader-bottom {
  top: 30px;
  height: 10px;
}
.browser-window-osx .window .placeholder .mask.content-top,
.browser-window-osx .window .placeholder .mask.content-second-line,
.browser-window-osx .window .placeholder .mask.content-third-line,
.browser-window-osx .window .placeholder .mask.content-second-end,
.browser-window-osx .window .placeholder .mask.content-third-end,
.browser-window-osx .window .placeholder .mask.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}
.browser-window-osx .window .placeholder .mask.content-top {
  height: 20px;
}
.browser-window-osx .window .placeholder .mask.content-first-end,
.browser-window-osx .window .placeholder .mask.content-second-end,
.browser-window-osx .window .placeholder .mask.content-third-end {
  width: auto;
  left: 380px;
  right: 0;
  top: 60px;
  height: 8px;
}
.browser-window-osx .window .placeholder .mask.content-second-line {
  top: 68px;
}
.browser-window-osx .window .placeholder .mask.content-second-end {
  left: 420px;
  top: 74px;
}
.browser-window-osx .window .placeholder .mask.content-third-line {
  top: 82px;
}
.browser-window-osx .window .placeholder .mask.content-third-end {
  left: 300px;
  top: 88px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox].switch {
    --active: var(--clr-primary-1);
    --active-inner: var(--clr-primary-5);
    --focus: 2px var(--clr-primary-0-1);
    --border: var(--clr-primary-9);
    --border-hover: var(--clr-primary-1);
    --background: var(--clr-primary-5);
    --disabled: var(--clr-primary-8);
    --disabled-inner: var(--clr-primary-7);
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox].switch:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox].switch:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox].switch:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox].switch:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox].switch:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox].switch:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox].switch:not(.switch) {
    width: 21px;
  }
  input[type=checkbox].switch:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox].switch:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox].switch + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
}
table {
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
table th, table td {
  padding: 0.5rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 0.1rem solid var(--border-color);
}
table thead th {
  vertical-align: bottom;
}
table.fixed {
  table-layout: fixed;
}
table.border {
  border: 0.1rem solid var(--border-color);
}
table.border th, table.border td {
  padding: 0.8rem;
  border: 0.1rem solid var(--border-color);
}
table.border th {
  background-color: var(--border-color);
}
table.highlight tbody tr:nth-child(even) {
  background-color: var(--clr-primary-5);
}

.banner {
  background-color: var(--clr-primary-6);
  border-radius: 0.5rem 1rem 0.5rem 1rem;
  border: 0.125rem dashed var(--clr-primary-9);
  padding: 1rem;
}
.banner.center {
  text-align: center;
}

#timeline {
  padding: 8rem 0;
  background-color: var(--clr-primary-7);
}

.main-timeline {
  position: relative;
  width: 100%;
  padding: 0 1rem;
}

.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}

.main-timeline .timeline {
  width: 50%;
  margin: 0 0 20px 20px;
  float: right;
}

.main-timeline .timeline-content {
  color: var(--clr-primary-0-1);
  background: var(--clr-light);
  text-align: center;
  min-height: 125px;
  padding: 30px 20px 30px 45px;
  border-radius: 15px;
  border: 2px solid var(--border-color);
  display: block;
  position: relative;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-icon {
  color: var(--clr-light);
  background-color: var(--border-color);
  font-size: 37px;
  line-height: 65px;
  height: 75px;
  width: 75px;
  border: 6px solid var(--clr-light);
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -38px;
  top: 50%;
}

.main-timeline .timeline-icon svg {
  position: relative;
  stroke: #9f9f9f;
}

.main-timeline .timeline-icon:before,
.main-timeline .timeline-icon:after {
  content: "";
  background-color: var(--border-color);
  height: 7px;
  width: 7px;
  border-radius: 50%;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -12px;
}

.main-timeline .timeline-icon:after {
  top: calc(100% + 6px);
}

.main-timeline .title {
  color: #777;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.main-timeline .description {
  font-size: 1rem;
  color: #777;
  margin: 0;
}

.main-timeline .timeline:nth-child(even) {
  float: left;
  margin: 0 20px 20px 0;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 30px 45px 30px 20px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  right: -39px;
  left: auto;
}

.main-timeline .timeline .title {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .main-timeline .timeline {
    width: 100%;
    padding-top: 40px;
  }
  .main-timeline .timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 45px 20px 20px;
  }
  .main-timeline .timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    font-size: 28px;
    left: 50%;
    top: -39px;
    right: auto;
    transform: translateY(0) translateX(-50%);
  }
  .main-timeline .timeline .timeline-icon:before,
  .main-timeline .timeline .timeline-icon:after {
    top: 50%;
    left: -12px;
    transform: translateY(-50%) translateX(0);
  }
  .main-timeline .timeline .timeline-icon:after {
    left: calc(100% + 6px);
  }
}
@media screen and (max-width: 576px) {
  .main-timeline .title {
    font-size: 18px;
  }
}
.main-timeline .timeline:not(.active) .timeline-content .title,
.main-timeline .timeline:not(.active) .timeline-content .description {
  opacity: 0.6 !important;
}

.main-timeline .timeline.active .timeline-content {
  border: 2px solid var(--clr-primary-9) !important;
}

.main-timeline .timeline.active .timeline-icon {
  background-color: var(--clr-primary-9) !important;
}

.main-timeline .timeline.active .timeline-icon:before,
.main-timeline .timeline.active .timeline-icon:after {
  background-color: var(--clr-primary-9) !important;
}

.main-timeline .timeline.active .title {
  color: var(--clr-primary-9) !important;
}

.main-timeline .timeline.active .timeline-icon svg {
  stroke: var(--clr-primary-5) !important;
}

.confetti {
  width: 15px;
  height: 15px;
  background-color: #f2d74e;
  position: absolute;
  left: 50%;
  animation: confetti 5s ease-in-out -2s infinite;
  transform-origin: left top;
}

.confetti:nth-child(1) {
  background-color: #f2d74e;
  left: 10%;
  animation-delay: 0;
}

.confetti:nth-child(2) {
  background-color: #95c3de;
  left: 20%;
  animation-delay: -5s;
}

.confetti:nth-child(3) {
  background-color: #ff9a91;
  left: 30%;
  animation-delay: -3s;
}

.confetti:nth-child(4) {
  background-color: #f2d74e;
  left: 40%;
  animation-delay: -2.5s;
}

.confetti:nth-child(5) {
  background-color: #95c3de;
  left: 50%;
  animation-delay: -4s;
}

.confetti:nth-child(6) {
  background-color: #ff9a91;
  left: 60%;
  animation-delay: -6s;
}

.confetti:nth-child(7) {
  background-color: #f2d74e;
  left: 70%;
  animation-delay: -1.5s;
}

.confetti:nth-child(8) {
  background-color: #95c3de;
  left: 80%;
  animation-delay: -2s;
}

.confetti:nth-child(9) {
  background-color: #ff9a91;
  left: 85%;
  animation-delay: -3.5s;
}

.confetti:nth-child(10) {
  background-color: #f2d74e;
  left: 90%;
  animation-delay: -2.5s;
}

@keyframes confetti {
  0% {
    transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 60vh);
  }
  75% {
    transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 80vh);
  }
  100% {
    transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 110vh);
  }
}
#articles {
  margin: -2rem 0 2rem 0;
}
#articles .article {
  display: block;
  margin-top: 4rem;
  color: var(--clr-dark);
  text-decoration: none;
  padding: 1rem 2.5rem 1rem 3.25rem !important;
  border-radius: 0.5rem;
  transition: background 100ms ease-in-out;
}
#articles .article:hover {
  background: var(--clr-primary-8);
}
#articles .article:hover .title::before {
  display: block;
}
#articles .article .title {
  color: var(--clr-primary-0-1);
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}
#articles .article .title::before {
  content: url("/assets/img/link.svg");
  position: absolute;
  left: -2rem;
  height: 2rem;
  width: 2rem;
  display: none;
}
#articles .article .excerpt {
  margin-top: 0;
}
#articles .article .footer {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
#articles .article .footer .date {
  margin: 0;
  padding: 0;
  opacity: 0.6;
}
#articles .article .footer .categories {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#articles .article .footer .categories .category {
  display: inline-block;
  background: var(--clr-primary-5);
  border-radius: 0.25rem;
  padding: 0 0.3rem;
  margin-right: 0.7rem;
  margin-left: -0.2rem;
}

.scroller {
  --scroller-gap: 1rem;
  max-width: 1200px;
}
.scroller .scroller__inner {
  padding: calc(var(--scroller-gap) / 2) 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--scroller-gap);
}
.scroller .scroller__item {
  width: 300px;
  margin-top: 2rem;
}
.scroller[data-animated=true] {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}
.scroller[data-animated=true] .scroller__inner {
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--scroller-duration, 40s) var(--scroller-direction, forwards) linear infinite;
}
.scroller[data-animated=true] .scroller__inner:hover {
  animation-play-state: paused;
}
.scroller[data-direction=right] {
  --scroller-direction: reverse;
}
.scroller[data-direction=left] {
  --scroller-direction: forwards;
}
.scroller[data-speed=slow] {
  --scroller-duration: 60s;
}
.scroller[data-speed=fast] {
  --scroller-duration: 20s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - var(--scroller-gap) / 2));
  }
}
.about {
  background: var(--clr-light);
  margin: 5rem 0;
}

.problem {
  background-color: var(--clr-primary-7);
}

.getbadge {
  margin: 5rem 0;
}

.featured {
  padding: 2rem 0 6rem 0;
  background: var(--clr-primary-10);
}
.featured a {
  color: var(--clr-primary-0);
}

.green {
  color: var(--clr-primary-9);
  font-weight: 700;
}

.red {
  color: var(--clr-secondary-5);
  font-weight: 700;
}

.yellow {
  color: var(--clr-secondary-1);
  font-weight: 700;
}

.cta {
  background: var(--clr-dark);
  color: var(--clr-light);
  border-radius: 0.3rem;
  padding: 0.2rem 0.5rem !important;
}

h2, h3 {
  font-weight: normal;
}

.header-title {
  font-size: 2.5rem;
  color: var(--clr-dark) !important;
  word-break: break-word;
}

.header-image {
  height: 2.5rem;
  width: 2.5rem;
  position: relative;
  top: 0.5rem;
}

footer.site_footer {
  background-image: url("/assets/img/graphic-18.svg");
  background-repeat: repeat-x;
  background-size: fit;
  background-position: left bottom -5px;
  background-color: var(--clr-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.site_footer .site_footer_inner {
  margin: 5rem 0 16rem 0;
  text-align: center;
}
footer.site_footer .site_footer_inner * {
  text-align: center;
}/*# sourceMappingURL=app.css.map */