@charset "UTF-8";
/*--------------------------------------------------------------
# Variables, functions and mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
	* normalize.css v7.0.0 | MIT License
	* github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

section {
  margin-bottom: 80px;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #141516; /* Fallback for when there is no custom background color defined. */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

hr {
  border: 0;
  display: block;
  height: 1px;
  background: rgba(69, 76, 76, 0.5);
  margin-top: 24px;
  margin-bottom: 24px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 24px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 24px;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 24px;
  margin-bottom: 24px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  vertical-align: middle;
}

figure {
  margin: 24px 0; /* Extra wide images within figure tags don't overflow the content area. */
}

figcaption {
  font-size: 16px;
  line-height: 30px;
  padding: 8px 0;
}

img,
svg {
  display: block;
}

table {
  border-collapse: collapse;
  margin-bottom: 24px;
  width: 100%;
}

tr {
  border-bottom: 1px solid #454C4C;
}

th {
  text-align: left;
}

th,
td {
  padding: 10px 16px;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}

html {
  font-size: 20px;
  line-height: 32px;
}

body {
  color: #a1b1c2;
  font-size: 1rem;
}

body,
button,
input,
select,
textarea {
  font-family: "Heebo", sans-serif;
}

a {
  color: inherit;
  text-decoration: underline;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  color: #FFFFFF;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.2px;
}
@media (min-width: 641px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0px;
  }
}

h2,
.h2 {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.1px;
}
@media (min-width: 641px) {
  h2,
  .h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.2px;
  }
}

h3,
.h3,
blockquote {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.1px;
}
@media (min-width: 641px) {
  h3,
  .h3,
  blockquote {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.1px;
  }
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.1px;
}

@media (max-width: 640px) {
  .h1-mobile {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.2px;
  }
  .h2-mobile {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.1px;
  }
  .h3-mobile {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.1px;
  }
  .h4-mobile,
  .h5-mobile,
  .h6-mobile {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.1px;
  }
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6,
.text-light .h1, .text-light .h2, .text-light .h3, .text-light .h4, .text-light .h5, .text-light .h6 {
  color: #FFFFFF !important;
}

.text-sm {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.1px;
}

.text-xs {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.1px;
}

h1, h2,
.h1, .h2 {
  margin-top: 48px;
  margin-bottom: 16px;
}

h3,
.h3 {
  margin-top: 36px;
  margin-bottom: 12px;
}

h4, h5, h6,
.h4, .h5, .h6 {
  margin-top: 24px;
  margin-bottom: 4px;
}

p {
  margin-top: 0;
  margin-bottom: 24px;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  color: #9CACBC;
  font-style: italic;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
}
blockquote::before {
  content: "“";
}
blockquote::after {
  content: "”";
}
blockquote p {
  display: inline;
}

address {
  color: #a1b1c2;
  border-width: 1px 0;
  border-style: solid;
  border-color: #454C4C;
  padding: 24px 0;
  margin: 0 0 24px;
}

pre,
pre h1,
pre h2,
pre h3,
pre h4,
pre h5,
pre h6,
pre .h1,
pre .h2,
pre .h3,
pre .h4,
pre .h5,
pre .h6 {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

pre, code, kbd, tt, var {
  background: #222424;
}

pre {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 16px;
  padding: 2px 4px;
}

abbr, acronym {
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

small {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.1px;
}

b,
strong {
  font-weight: 700;
}

button,
input,
select,
textarea,
label {
  font-size: 20px;
  line-height: 32px;
}

.container,
.container-sm {
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 481px) {
  .container,
  .container-sm {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.container {
  max-width: 1008px;
}

.container-sm {
  max-width: 848px;
}

.container .container-sm {
  max-width: 800px;
  padding-left: 0;
  padding-right: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 16px;
  letter-spacing: -0.1px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  background-color: #141516;
  color: #2d5ee8 !important;
  border: none;
  height: auto;
  left: 8px;
  padding: 16px 36px;
  top: 8px;
  width: auto;
  z-index: 100000;
}

.list-reset {
  list-style: none;
  padding: 0;
}

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

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

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

.text-primary {
  color: #2d5ee8;
}

.text-secondary {
  color: #43f1ff;
}

.has-top-divider {
  position: relative;
}
.has-top-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: rgba(69, 76, 76, 0.5);
}

.has-bottom-divider {
  position: relative;
}
.has-bottom-divider::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: rgba(69, 76, 76, 0.5);
}

.m-0 {
  margin: 0;
}

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

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

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

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

.m-8 {
  margin: 8px;
}

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

.mr-8 {
  margin-right: 8px;
}

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

.ml-8 {
  margin-left: 8px;
}

.m-16 {
  margin: 16px;
}

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

.mr-16 {
  margin-right: 16px;
}

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

.ml-16 {
  margin-left: 16px;
}

.m-24 {
  margin: 24px;
}

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

.mr-24 {
  margin-right: 24px;
}

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

.ml-24 {
  margin-left: 24px;
}

.m-32 {
  margin: 32px;
}

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

.mr-32 {
  margin-right: 32px;
}

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

.ml-32 {
  margin-left: 32px;
}

.m-40 {
  margin: 40px;
}

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

.mr-40 {
  margin-right: 40px;
}

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

.ml-40 {
  margin-left: 40px;
}

.m-48 {
  margin: 48px;
}

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

.mr-48 {
  margin-right: 48px;
}

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

.ml-48 {
  margin-left: 48px;
}

.m-56 {
  margin: 56px;
}

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

.mr-56 {
  margin-right: 56px;
}

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

.ml-56 {
  margin-left: 56px;
}

.m-64 {
  margin: 64px;
}

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

.mr-64 {
  margin-right: 64px;
}

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

.ml-64 {
  margin-left: 64px;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.p-8 {
  padding: 8px;
}

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

.pr-8 {
  padding-right: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.p-16 {
  padding: 16px;
}

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

.pr-16 {
  padding-right: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.p-24 {
  padding: 24px;
}

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

.pr-24 {
  padding-right: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.p-32 {
  padding: 32px;
}

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

.pr-32 {
  padding-right: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.p-40 {
  padding: 40px;
}

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

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.p-48 {
  padding: 48px;
}

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

.pr-48 {
  padding-right: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.p-56 {
  padding: 56px;
}

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

.pr-56 {
  padding-right: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.p-64 {
  padding: 64px;
}

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

.pr-64 {
  padding-right: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pl-64 {
  padding-left: 64px;
}

/* Reveal animations */
.sr .has-animations .is-revealing {
  visibility: hidden;
}

.no-text-decoration {
  text-decoration: None;
}

.marginless {
  margin: 0 !important;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

@media (min-width: 640px) {
  .flex {
    display: flex;
  }
}
.center-content {
  justify-content: center;
}

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

.input,
.textarea {
  background-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #454C4C;
  color: #a1b1c2;
  max-width: 100%;
  width: 100%;
}
.input::placeholder,
.textarea::placeholder {
  color: #9CACBC;
}
.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
  color: #9CACBC;
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: #9CACBC;
}
.input:hover,
.textarea:hover {
  border-color: rgb(56.8655172414, 62.6344827586, 62.6344827586);
}
.input:active, .input:focus,
.textarea:active,
.textarea:focus {
  outline: none;
  border-color: #2d5ee8;
}
.input[disabled],
.textarea[disabled] {
  cursor: not-allowed;
  background-color: #222424;
  border-color: #222424;
}

.input {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: 20px;
  padding: 13px 16px;
  height: 48px;
  box-shadow: none;
}
.input .inline-input {
  display: inline;
  width: auto;
}

.textarea {
  display: block;
  min-width: 100%;
  resize: vertical;
}
.textarea .inline-textarea {
  display: inline;
  width: auto;
}

.field-grouped > .control:not(:last-child) {
  margin-bottom: 8px;
}

@media (min-width: 641px) {
  .field-grouped {
    display: flex;
  }
  .field-grouped > .control {
    flex-shrink: 0;
  }
  .field-grouped > .control.control-expanded {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .field-grouped > .control:not(:last-child) {
    margin-bottom: 0;
    margin-right: 8px;
  }
}
.button {
  display: inline-flex;
  font-size: 16px;
  letter-spacing: -0.1px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none !important;
  background-color: #141516;
  color: #2d5ee8 !important;
  border: none;
  cursor: pointer;
  justify-content: center;
  padding: 16px 36px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}
.button:active {
  outline: 0;
}
.button.big {
  font-size: 20px;
}

.button-shadow {
  position: relative;
}
.button-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 8px 48px rgba(45, 94, 232, 0.48);
  transition: box-shadow 0.15s ease;
}
.button-shadow:hover::before {
  box-shadow: 0 8px 48px rgba(45, 94, 232, 0.6);
}

.button-sm {
  padding: 8px 24px;
  height: 32px;
}
.button-sm.button-shadow::before {
  box-shadow: 0 4px 32px rgba(45, 94, 232, 0.48);
}
.button-sm.button-shadow:hover::before {
  box-shadow: 0 4px 32px rgba(45, 94, 232, 0.6);
}

.button-primary {
  color: #FFFFFF !important;
  transition: all 0.4s;
}

.button-primary {
  background: rgb(37, 84, 215.5);
  background: linear-gradient(65deg, #2d5ee8 0, #1d4ac7 100%);
}
.button-primary:hover {
  background: rgb(48.2906930693, 93.3734653465, 219.5093069307);
  background: linear-gradient(65deg, rgb(58.7896995708, 104.5721030043, 233.5103004292) 0, rgb(30.9460526316, 78.9657894737, 212.3539473684) 100%);
}

.button-complimentary-color {
  color: black !important;
  background: rgb(117, 233, 74.5);
  background: linear-gradient(65deg, #84f65a 0, #66dc3b 100%);
}
.button-complimentary-color:hover {
  background: rgb(89.1955555556, 228.5674074074, 38.1325925926);
  background: linear-gradient(65deg, rgb(103.1586206897, 243.8896551724, 51.3103448276) 0, rgb(80.4311688312, 202.1090909091, 36.0909090909) 100%);
}

.button-block {
  display: flex;
}

.site-header {
  position: relative;
  padding: 24px 0;
}

.site-header-inner {
  position: relative; /* To display all elements above the background color */
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#logo {
  width: 50px;
}

.header-links {
  display: inline-flex;
}
.header-links li {
  display: inline-flex;
}
.header-links a:not(.button) {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.1px;
  font-weight: 700;
  color: #a1b1c2;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 16px;
  padding: 8px 24px;
}
.header-links a:not(.button):hover, .header-links a:not(.button):active {
  color: #FFFFFF;
}

.hero-inner .button-block {
  width: 234px;
  display: inline-block;
  margin: 10px 10px 10px 0;
}

title {
  font-size: 44px;
}

.navbar {
  padding: 10px 0;
}
.navbar a {
  color: white;
  text-decoration: none;
  margin-left: 2em;
}
.navbar .translation-icon {
  width: 24px;
  height: 24px;
  display: inline;
}

.hero {
  padding-top: 48px;
}

.hero-title {
  font-size: 70px;
}

.hero-paragraph {
  color: hsl(263, 45%, 7%);
  background: #ddd;
  width: fit-content;
  padding: 0 11px;
}

.hero-illustration {
  display: none;
  position: relative;
  z-index: 1000;
}

#hero-image {
  position: absolute;
  transform-origin: 50% 50%;
  padding: 70px;
  width: 45vw;
  max-width: 380px;
}

@media (min-width: 641px) {
  .hero-inner {
    /* Split hero in two parts */
    display: flex;
  }
  .hero-illustration {
    display: block;
    width: 340px;
  }
}
@media (max-width: 640px) {
  .hero-form {
    margin: 0 auto;
  }
  .language-ta .hero-title {
    font-size: 8.7vw;
  }
  .hero-title {
    font-size: 18vw;
  }
}
.bullet {
  padding-top: 12px;
  padding-bottom: 12px;
}

.bullets-wrap:first-child {
  margin-top: -12px;
}
.bullets-wrap:last-child {
  margin-bottom: -12px;
}

.bullets-inner {
  padding-left: 25px;
  max-width: 400px;
}

.bullet-header {
  display: flex;
  align-items: center;
}

.bullets-inner {
  padding-top: 32px;
  padding-bottom: 32px;
}

.is-boxed {
  background: rgb(29.7142857143, 31.2, 32.6857142857);
}

.body-wrap {
  background: #141516;
  /* Sticky footer */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.boxed-container {
  max-width: 1440px;
  margin: 0 auto;
  box-shadow: 0 16px 48px rgba(20, 21, 22, 0.5);
}

main {
  flex: 1 0 auto;
}

.section-inner {
  position: relative; /* To always display inner elements above pseudo decorative stuff */
}

.container .col {
  padding: 0 20px;
  flex: 1;
}

.spacer {
  height: 30px;
  width: 100%;
}

#email-newsletter input {
  padding: 6px 12px;
  font-size: 0.8em;
  margin-bottom: 16px;
}

#about-logo {
  width: 200px;
  max-width: 30vw;
  float: right;
}

.tech-stack-icon {
  width: 48px;
  margin: 10px;
  display: inline-block;
  filter: grayscale(1) brightness(2);
}

.site-footer {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}
.site-footer a {
  color: #a1b1c2;
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:active {
  color: #FFFFFF;
  text-decoration: underline;
}

.footer-bg,
.footer-dots {
  display: none;
}

.site-footer-inner {
  position: relative; /* To display all elements above the background color */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-social-links,
.footer-copyright {
  flex: none;
  width: 100%;
  display: inline-flex;
  justify-content: center;
}

.footer-copyright {
  margin-bottom: 24px;
}

.footer-social-links {
  margin-bottom: 0;
}
.footer-social-links li {
  display: inline-flex;
}
.footer-social-links li + li {
  margin-left: 16px;
}
.footer-social-links li a {
  padding: 8px;
}

@media (min-width: 641px) {
  .site-footer::before {
    height: 202px;
  }
  .footer-bg,
  .footer-dots {
    display: block;
    position: absolute;
  }
  .footer-bg {
    bottom: 0;
    right: 0;
  }
  .footer-dots {
    bottom: 124px;
    right: 127px;
  }
  .site-footer-inner {
    justify-content: space-between;
  }
  .footer-social-links,
  .footer-copyright {
    flex: 50%;
  }
  .footer-copyright {
    margin-bottom: 0;
    justify-content: flex-start;
  }
  .footer-social-links {
    justify-content: flex-end;
  }
}
#scroll-animation {
  height: 50px;
}

#scroll-animation a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

#scroll-animation a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.floating-anim-5 {
  animation: float 5s ease-in-out infinite;
}

.floating-anim-6 {
  animation: float 6s ease-in-out infinite;
}

.floating-anim-7 {
  animation: float 7s ease-in-out infinite;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}
.feature {
  margin-bottom: 30px;
}
.feature .feature-image {
  flex: 1;
  min-width: 250px;
  z-index: 2;
}
.feature .feature-image img {
  max-height: 300px;
}
.feature .feature-text {
  flex: 1;
  min-width: 150px;
  margin: 30px;
}
.feature .feature-text .feature-header {
  padding: 0 30px;
}
.feature .feature-text .feature-header * {
  display: inline-block;
}
.feature .feature-text .feature-header .feature-line {
  position: fixed;
  right: -30px;
  margin-top: 56px;
  height: 4px;
  background: white;
  width: 50px;
}

.feature-text:nth-of-type(2n + 1) {
  text-align: right !important;
}

.feature:nth-of-type(2n + 1) .feature-line {
  left: -30px !important;
}

.feature-image:nth-of-type(2n + 1) {
  text-align: -webkit-right;
}

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