/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}


/* FADE IN ANIMATION */
.fadenslide{

}

.fadein{
  animation:opac;
  animation-duration: 1.5s;
}
@keyframes opac{
  from{opacity:0} to{opacity:1}
}

/* SLIDE IN ANIMATION */
.slidein{
  animation:slideleft;
  animation-duration: 1s;
}
@keyframes slideleft{
  from{margin-left:-100px} to{margin-left:0px}
}


/* ROTATE ANIMATION */
.rotating {
  animation: rotating 152s linear infinite;
}
@keyframes rotating {
  from {transform: rotate(0deg);} to {transform: rotate(360deg);}
}









.text-blue-tomei{
  color:#2b94ce;
}

.text-blue-tomei2{
  color:#2b94ce !important;
}

@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

.home-bg {
  overflow: hidden;
}


.home-bg span {
    width: 18vmin;
    height: 18vmin;
    border-radius: 18vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 27;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.home-bg span:nth-child(0) {
    color: #d8eeff;
    top: 50%;
    left: 68%;
    animation-duration: 205s;
    animation-delay: -17s;
    transform-origin: 11vw 21vh;
    box-shadow: 36vmin 0 5.039890866370936vmin currentColor;
}
.home-bg span:nth-child(1) {
    color: #d8eeff;
    top: 66%;
    left: 62%;
    animation-duration: 171s;
    animation-delay: -200s;
    transform-origin: 23vw -16vh;
    box-shadow: 36vmin 0 4.776046108489561vmin currentColor;
}
.home-bg span:nth-child(2) {
    color: #ade0ff;
    top: 15%;
    left: 13%;
    animation-duration: 133s;
    animation-delay: -176s;
    transform-origin: 12vw 0vh;
    box-shadow: 36vmin 0 4.884975986235178vmin currentColor;
}
.home-bg span:nth-child(3) {
    color: #edf7ff;
    top: 50%;
    left: 20%;
    animation-duration: 63s;
    animation-delay: -145s;
    transform-origin: 3vw -17vh;
    box-shadow: 36vmin 0 5.458807630827143vmin currentColor;
}
.home-bg span:nth-child(4) {
    color: #ade0ff;
    top: 40%;
    left: 71%;
    animation-duration: 193s;
    animation-delay: -50s;
    transform-origin: 2vw 25vh;
    box-shadow: 36vmin 0 5.210739470423394vmin currentColor;
}
.home-bg span:nth-child(5) {
    color: #ade0ff;
    top: 39%;
    left: 6%;
    animation-duration: 235s;
    animation-delay: -156s;
    transform-origin: 9vw 20vh;
    box-shadow: -36vmin 0 5.204960463839651vmin currentColor;
}
.home-bg span:nth-child(6) {
    color: #edf7ff;
    top: 58%;
    left: 34%;
    animation-duration: 43s;
    animation-delay: -225s;
    transform-origin: -16vw 7vh;
    box-shadow: -36vmin 0 5.367856778620244vmin currentColor;
}
.home-bg span:nth-child(7) {
    color: #edf7ff;
    top: 56%;
    left: 36%;
    animation-duration: 167s;
    animation-delay: -192s;
    transform-origin: 20vw -9vh;
    box-shadow: 36vmin 0 4.813023326351892vmin currentColor;
}
.home-bg span:nth-child(8) {
    color: #edf7ff;
    top: 55%;
    left: 100%;
    animation-duration: 113s;
    animation-delay: -92s;
    transform-origin: 14vw 3vh;
    box-shadow: -36vmin 0 5.0063208112419915vmin currentColor;
}
.home-bg span:nth-child(9) {
    color: #edf7ff;
    top: 57%;
    left: 71%;
    animation-duration: 13s;
    animation-delay: -30s;
    transform-origin: -22vw -10vh;
    box-shadow: 36vmin 0 5.257854878904713vmin currentColor;
}
.home-bg span:nth-child(10) {
    color: #ade0ff;
    top: 88%;
    left: 48%;
    animation-duration: 130s;
    animation-delay: -124s;
    transform-origin: 23vw 23vh;
    box-shadow: 36vmin 0 5.284271933115852vmin currentColor;
}
.home-bg span:nth-child(11) {
    color: #edf7ff;
    top: 30%;
    left: 22%;
    animation-duration: 215s;
    animation-delay: -215s;
    transform-origin: 7vw 21vh;
    box-shadow: -36vmin 0 4.680783796718448vmin currentColor;
}
.home-bg span:nth-child(12) {
    color: #d8eeff;
    top: 44%;
    left: 72%;
    animation-duration: 203s;
    animation-delay: -73s;
    transform-origin: -1vw -18vh;
    box-shadow: -36vmin 0 4.6795402113397975vmin currentColor;
}
.home-bg span:nth-child(13) {
    color: #d8eeff;
    top: 16%;
    left: 100%;
    animation-duration: 201s;
    animation-delay: -94s;
    transform-origin: 4vw 7vh;
    box-shadow: -36vmin 0 4.696867850186119vmin currentColor;
}
.home-bg span:nth-child(14) {
    color: #edf7ff;
    top: 75%;
    left: 50%;
    animation-duration: 89s;
    animation-delay: -161s;
    transform-origin: 18vw 8vh;
    box-shadow: -36vmin 0 5.2011584998932205vmin currentColor;
}
.home-bg span:nth-child(15) {
    color: #edf7ff;
    top: 50%;
    left: 6%;
    animation-duration: 6s;
    animation-delay: -95s;
    transform-origin: -1vw 13vh;
    box-shadow: 36vmin 0 4.587724171166013vmin currentColor;
}
.home-bg span:nth-child(16) {
    color: #edf7ff;
    top: 8%;
    left: 38%;
    animation-duration: 32s;
    animation-delay: -5s;
    transform-origin: -15vw 20vh;
    box-shadow: 36vmin 0 5.130740339833774vmin currentColor;
}
.home-bg span:nth-child(17) {
    color: #edf7ff;
    top: 7%;
    left: 22%;
    animation-duration: 35s;
    animation-delay: -159s;
    transform-origin: 17vw 2vh;
    box-shadow: -36vmin 0 5.437883100540143vmin currentColor;
}
.home-bg span:nth-child(18) {
    color: #d8eeff;
    top: 69%;
    left: 47%;
    animation-duration: 11s;
    animation-delay: -31s;
    transform-origin: 22vw -22vh;
    box-shadow: 36vmin 0 5.434928542214661vmin currentColor;
}
.home-bg span:nth-child(19) {
    color: #ade0ff;
    top: 29%;
    left: 25%;
    animation-duration: 18s;
    animation-delay: -146s;
    transform-origin: -3vw -10vh;
    box-shadow: -36vmin 0 4.96355871288775vmin currentColor;
}
.home-bg span:nth-child(20) {
    color: #ade0ff;
    top: 9%;
    left: 45%;
    animation-duration: 133s;
    animation-delay: -165s;
    transform-origin: -12vw 8vh;
    box-shadow: 36vmin 0 4.892923950743923vmin currentColor;
}
.home-bg span:nth-child(21) {
    color: #d8eeff;
    top: 53%;
    left: 12%;
    animation-duration: 45s;
    animation-delay: -202s;
    transform-origin: 3vw -6vh;
    box-shadow: 36vmin 0 4.500001778858073vmin currentColor;
}
.home-bg span:nth-child(22) {
    color: #d8eeff;
    top: 44%;
    left: 69%;
    animation-duration: 43s;
    animation-delay: -174s;
    transform-origin: 0vw -6vh;
    box-shadow: 36vmin 0 4.644268863995352vmin currentColor;
}
.home-bg span:nth-child(23) {
    color: #edf7ff;
    top: 45%;
    left: 96%;
    animation-duration: 105s;
    animation-delay: -210s;
    transform-origin: -17vw 2vh;
    box-shadow: 36vmin 0 5.33272295895686vmin currentColor;
}
.home-bg span:nth-child(24) {
    color: #d8eeff;
    top: 20%;
    left: 10%;
    animation-duration: 54s;
    animation-delay: -218s;
    transform-origin: 14vw -4vh;
    box-shadow: 36vmin 0 5.460281891332979vmin currentColor;
}
.home-bg span:nth-child(25) {
    color: #d8eeff;
    top: 37%;
    left: 72%;
    animation-duration: 75s;
    animation-delay: -210s;
    transform-origin: 20vw -6vh;
    box-shadow: 36vmin 0 4.73451134473561vmin currentColor;
}
.home-bg span:nth-child(26) {
    color: #d8eeff;
    top: 81%;
    left: 63%;
    animation-duration: 11s;
    animation-delay: -154s;
    transform-origin: -11vw -1vh;
    box-shadow: -36vmin 0 5.488214707077894vmin currentColor;
}
.home-bg span:nth-child(27) {
    color: #edf7ff;
    top: 32%;
    left: 99%;
    animation-duration: 58s;
    animation-delay: -64s;
    transform-origin: -6vw -11vh;
    box-shadow: -36vmin 0 5.300993779913423vmin currentColor;
}
.home-bg span:nth-child(28) {
    color: #edf7ff;
    top: 1%;
    left: 85%;
    animation-duration: 59s;
    animation-delay: -176s;
    transform-origin: -20vw -17vh;
    box-shadow: 36vmin 0 5.337223282319133vmin currentColor;
}
.home-bg span:nth-child(29) {
    color: #edf7ff;
    top: 52%;
    left: 27%;
    animation-duration: 27s;
    animation-delay: -174s;
    transform-origin: 5vw -16vh;
    box-shadow: 36vmin 0 5.128025259185448vmin currentColor;
}
.home-bg span:nth-child(30) {
    color: #edf7ff;
    top: 66%;
    left: 55%;
    animation-duration: 220s;
    animation-delay: -154s;
    transform-origin: 17vw -12vh;
    box-shadow: -36vmin 0 5.1472656959519085vmin currentColor;
}
.home-bg span:nth-child(31) {
    color: #ade0ff;
    top: 12%;
    left: 17%;
    animation-duration: 127s;
    animation-delay: -222s;
    transform-origin: 3vw 25vh;
    box-shadow: -36vmin 0 4.883931765417129vmin currentColor;
}


.w-input::placeholder {
  color: rgba(219, 243, 255, 0.306) !important;
}


.separator {
  position: relative;
  width: 100%;
  height: 70px;
}

.separator::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color:transparent;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.separator::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color:#2b94ce;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}


.white-separator {
  position: relative;
  width: 100%;
  height: 70px;
}

.white-separator::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color:transparent;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.white-separator::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color:#2b94ce;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.white-separator.reverse {
  transform: rotateY(180deg);
}


