@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rubik/rubik-v20-latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/rubik/rubik-v20-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik/rubik-v20-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/rubik/rubik-v20-latin-ext_latin-regular.woff") format("woff"), url("../fonts/rubik/rubik-v20-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/rubik/rubik-v20-latin-ext_latin-regular.svg#Rubik") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/rubik/rubik-v20-latin-ext_latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/rubik/rubik-v20-latin-ext_latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik/rubik-v20-latin-ext_latin-500.woff2") format("woff2"), url("../fonts/rubik/rubik-v20-latin-ext_latin-500.woff") format("woff"), url("../fonts/rubik/rubik-v20-latin-ext_latin-500.ttf") format("truetype"), url("../fonts/rubik/rubik-v20-latin-ext_latin-500.svg#Rubik") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/rubik/rubik-v20-latin-ext_latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/rubik/rubik-v20-latin-ext_latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik/rubik-v20-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/rubik/rubik-v20-latin-ext_latin-600.woff") format("woff"), url("../fonts/rubik/rubik-v20-latin-ext_latin-600.ttf") format("truetype"), url("../fonts/rubik/rubik-v20-latin-ext_latin-600.svg#Rubik") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter/inter-v11-latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter/inter-v11-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v11-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/inter/inter-v11-latin-ext_latin-regular.woff") format("woff"), url("../fonts/inter/inter-v11-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/inter/inter-v11-latin-ext_latin-regular.svg#Inter") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter/inter-v11-latin-ext_latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter/inter-v11-latin-ext_latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v11-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/inter/inter-v11-latin-ext_latin-600.woff") format("woff"), url("../fonts/inter/inter-v11-latin-ext_latin-600.ttf") format("truetype"), url("../fonts/inter/inter-v11-latin-ext_latin-600.svg#Inter") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter/inter-v11-latin-ext_latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter/inter-v11-latin-ext_latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v11-latin-ext_latin-500.woff2") format("woff2"), url("../fonts/inter/inter-v11-latin-ext_latin-500.woff") format("woff"), url("../fonts/inter/inter-v11-latin-ext_latin-500.ttf") format("truetype"), url("../fonts/inter/inter-v11-latin-ext_latin-500.svg#Inter") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter/inter-v11-latin-ext_latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter/inter-v11-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v11-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/inter/inter-v11-latin-ext_latin-700.woff") format("woff"), url("../fonts/inter/inter-v11-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/inter/inter-v11-latin-ext_latin-700.svg#Inter") format("svg");
  /* Legacy iOS */
}
button,
[role=button],
input[type=submit],
input[type=reset],
input[type=button],
label[type=button] {
  border: none;
  border-radius: 5px;
  background: var(--accent);
  font-size: 1rem;
  color: var(--bg);
  padding: 0.7rem 0.9rem;
  margin: 0.5rem 0;
}

button[disabled],
[role=button][aria-disabled=true],
input[type=submit][disabled],
input[type=reset][disabled],
input[type=button][disabled],
input[type=checkbox][disabled],
input[type=radio][disabled],
select[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

input:disabled,
textarea:disabled,
select:disabled {
  cursor: not-allowed;
  background-color: var(--disabled);
}

input[type=range] {
  padding: 0;
}

/* Set the cursor to '?' while hovering over an abbreviation */
abbr {
  cursor: help;
}

button:focus,
button:enabled:hover,
[role=button]:focus,
[role=button]:not([aria-disabled=true]):hover,
input[type=submit]:focus,
input[type=submit]:enabled:hover,
input[type=reset]:focus,
input[type=reset]:enabled:hover,
input[type=button]:focus,
input[type=button]:enabled:hover,
label[type=button]:focus,
label[type=button]:hover {
  filter: brightness(1.4);
  cursor: pointer;
}

table {
  border-collapse: collapse;
  display: block;
  margin: 1.5rem 0;
  overflow: auto;
  width: 100%;
}

td,
th {
  border: 1px solid var(--border);
  text-align: left;
  padding: 0.5rem;
}

th {
  background: var(--accent-bg);
  font-weight: bold;
}

tr:nth-child(even) {
  /* Set every other cell slightly darker. Improves readability. */
  background: var(--accent-bg);
}

table caption {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/* Format forms */
textarea,
select,
input {
  font-size: inherit;
  font-family: inherit;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 5px;
  box-shadow: none;
  box-sizing: border-box;
  width: 60%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* Add arrow to drop-down */
select {
  background-image: linear-gradient(45deg, transparent 49%, var(--text) 51%), linear-gradient(135deg, var(--text) 51%, transparent 49%);
  background-position: calc(100% - 20px), calc(100% - 15px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

select[multiple] {
  background-image: none !important;
}

/* checkbox and radio button style */
input[type=checkbox],
input[type=radio] {
  vertical-align: middle;
  position: relative;
}

input[type=radio] {
  border-radius: 100%;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background: var(--accent);
}

input[type=checkbox]:checked::after {
  /* Creates a rectangle with colored right and bottom borders which is rotated to look like a check mark */
  content: " ";
  width: 0.1em;
  height: 0.25em;
  border-radius: 0;
  position: absolute;
  top: 0.05em;
  left: 0.18em;
  background: transparent;
  border-right: solid var(--bg) 0.08em;
  border-bottom: solid var(--bg) 0.08em;
  font-size: 1.8em;
  transform: rotate(45deg);
}

input[type=radio]:checked::after {
  /* creates a colored circle for the checked radio button  */
  content: " ";
  width: 0.25em;
  height: 0.25em;
  border-radius: 100%;
  position: absolute;
  top: 0.125em;
  background: var(--bg);
  left: 0.125em;
  font-size: 32px;
}

/* Make the textarea wider than other inputs */
textarea {
  width: 80%;
}

/* Makes input fields wider on smaller screens */
@media only screen and (max-width: 720px) {
  textarea,
select,
input {
    width: 100%;
  }
}
/* Ensures the checkbox and radio inputs do not have a set width like other input fields */
input[type=checkbox],
input[type=radio] {
  width: auto;
}

/* do not show border around file selector button */
input[type=file] {
  border: 0;
}

/* Misc body elements */
hr {
  color: var(--border);
  border-top: 1px;
  margin: 1rem auto;
}

mark {
  padding: 2px 5px;
  border-radius: 4px;
  background: var(--marked);
}

img,
video {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

figure {
  margin: 0;
  text-align: center;
}

figcaption {
  font-size: 0.9rem;
  color: var(--text-light);
  margin-bottom: 1rem;
}

blockquote {
  margin: 2rem 0 2rem 2rem;
  padding: 0.4rem 0.8rem;
  border-left: 0.35rem solid var(--accent);
  color: var(--text-light);
  font-style: italic;
}

cite {
  font-size: 0.9rem;
  color: var(--text-light);
  font-style: normal;
}

dl {
  display: grid;
  grid-template-columns: auto 1fr;
}

dl dt {
  grid-column-start: 1;
  color: var(--text-light);
}

dl dd {
  grid-column-start: 2;
}

/* Use mono font for code elements */
code,
pre,
pre span,
kbd,
samp {
  font-family: var(--mono-font);
  color: var(--code);
}

kbd {
  color: var(--preformatted);
  border: 1px solid var(--preformatted);
  border-bottom: 3px solid var(--preformatted);
  border-radius: 5px;
  padding: 0.1rem 0.4rem;
}

pre {
  padding: 1rem 1.4rem;
  max-width: 100%;
  overflow: auto;
  color: var(--preformatted);
  background: var(--accent-bg);
  border: 1px solid var(--border);
  border-radius: 5px;
}

/* Fix embedded code within pre */
pre code {
  color: var(--preformatted);
  background: none;
  margin: 0;
  padding: 0;
}

/*progress bar*/
progress {
  width: 100%;
}

progress::-webkit-progress-bar {
  border-radius: 5px;
}

progress::-webkit-progress-value {
  border-radius: 5px;
  transition-property: width;
  transition-duration: 0.3s;
}

progress::-moz-progress-bar {
  border-radius: 5px;
}

label {
  display: inline-block;
}

svg {
  display: block;
}

:root {
  --color-base: #183D6D;
  --color-base-lighter: #46648A;
  --color-primary: #2174C7;
  --color-primary-light: #6AB5FF;
  --color-highlight: #F36F19;
  --color-bg-light: #F4F7FB;
  --color-border: #E0E7EF;
  --font-text: 'Inter', sans-serif;
  --font-title: 'Rubik', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
  font-family: var(--font-text);
  font-size: 16px;
}
@media (max-width: 600px) {
  html {
    font-size: 14px;
  }
}

body {
  color: var(--color-base);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6em;
  display: block;
  padding-top: 5rem;
}

strong {
  font-weight: 600;
}

.container {
  max-width: 1100px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

h1 {
  font-family: var(--font-title);
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.4em;
}

h2 {
  font-family: var(--font-title);
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-base-lighter);
  position: relative;
  text-align: center;
  padding-bottom: 1.25rem;
  margin-bottom: 3.75rem;
  margin-top: 0;
}
h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 3px;
  background-color: var(--color-highlight);
  transform: translateX(-50%);
}

h3 {
  font-family: var(--font-title);
  font-size: 1.5rem;
  font-weight: 400;
}

#main-nav {
  background-color: #fff;
  border-bottom: 1px solid var(--color-border);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

.top-nav {
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-nav a.logo {
  display: block;
}
.top-nav img {
  height: 36px;
}
.top-nav ul {
  display: flex;
  list-style: none;
  padding-left: 20px;
}
.top-nav ul li {
  margin-left: 50px;
}
@media (max-width: 600px) {
  .top-nav ul li {
    margin-left: 20px;
  }
}
.top-nav ul a {
  color: var(--color-base);
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}
.top-nav ul a:hover {
  text-decoration: underline;
}

.section-hero {
  background-image: url(../images/IN-avatar.svg), url(../images/IN-avatar.svg);
  background-position: -12% 124%, 110% -120%;
  background-size: 35%, 35%;
  background-repeat: no-repeat, no-repeat;
  padding: 3.75rem 0;
}
@media (max-width: 1100px) {
  .section-hero {
    background-image: url(../images/IN-avatar.svg);
    background-position: -25% center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 900px) {
  .section-hero {
    background-image: none;
  }
}
@media (min-width: 1650px) {
  .section-hero {
    background-size: 30%, 30%;
    background-position: bottom left, top right;
  }
}
.section-hero .container {
  max-width: 660px;
}
.section-hero h1 {
  margin-top: 0;
  text-transform: capitalize;
}
.section-hero ul {
  list-style: none;
}
.section-hero ul li {
  font-size: 16px;
  line-height: 24px;
  padding-left: 36px;
  background: url(../images/check-circle.svg) no-repeat left center;
}
.section-hero ul li + li {
  margin-top: 1rem;
}

.bg-dark {
  background-color: var(--color-base);
  color: rgba(255, 255, 255, 0.8);
  padding: 3.75rem 0;
}
.bg-dark h2 {
  color: rgba(255, 255, 255, 0.8);
}
.bg-dark a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}
.bg-dark a:hover {
  transition: color 0.25s;
  color: var(--color-primary-light);
}

.section-tools {
  background-image: url(../images/IN-avatar-transparent.svg), url(../images/IN-avatar-transparent.svg);
  background-position: -280% bottom, top right;
  background-size: 120%, 120%;
  background-repeat: no-repeat, no-repeat;
}
.section-tools .container {
  max-width: 900px;
}
.section-tools .col-4 {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .section-tools .col-4 {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 500px) {
  .section-tools .col-4 {
    min-width: 100%;
  }
}
@media (max-width: 500px) {
  .section-tools .col-4 + .col-4 {
    margin-top: 30px;
  }
}
.section-tools img {
  margin-bottom: 30px;
}
.section-tools ul {
  list-style: none;
  margin-top: 0;
}
@media (max-width: 900px) {
  .section-tools ul {
    padding-left: 0;
  }
}
.section-tools ul li {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 900px) {
  .section-tools ul li {
    text-align: center;
  }
}
.section-tools ul li + li {
  margin-top: 15px;
}
@media (max-width: 900px) {
  .section-tools ul li + li {
    margin-top: 5px;
  }
}

.section-process {
  padding: 3.75rem 0;
}
.section-process .chapter {
  max-width: 800px;
  margin: 0 auto;
}
.section-process > .chapter + .chapter {
  margin-top: 2rem;
}

.intro {
  margin: 0 auto 3.75rem;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 3.75rem;
  background-color: var(--color-bg-light);
}
.intro p {
  max-width: 800px;
  margin: 0 auto;
}

.section-contact {
  background-image: url(../images/IN-avatar-transparent.svg), url(../images/IN-avatar-transparent.svg);
  background-position: left top, bottom right;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 900px) {
  .section-contact {
    background-image: url(../images/IN-avatar-transparent.svg);
    background-size: 130%;
  }
}
.section-contact .container {
  max-width: 800px;
}
.section-contact .contact-info {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 600px) {
  .section-contact .contact-info {
    flex-direction: column;
  }
  .section-contact .contact-info ul {
    padding-left: 0;
    margin-top: 20px;
  }
}
.section-contact ul {
  list-style: none;
  margin-top: 0;
}
.section-contact li {
  line-height: 24px;
}
.section-contact li + li {
  margin-top: 5px;
}
.section-contact li a {
  display: flex;
  align-items: center;
}
.section-contact li img {
  margin-right: 10px;
}
.section-contact strong {
  font-weight: 600;
}

footer {
  font-size: 12px;
  line-height: 18px;
  opacity: 0.5;
  padding: 30px 0 20px;
  text-align: center;
}
footer .container {
  max-width: 930px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-4, .col-6, .col-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/*# sourceMappingURL=main.css.map */
