/********************************************************
***********************CONTAINERS************************
********************************************************/
/********************************************************
************************SPACING**************************
********************************************************/
/********************************************************
***********************FONT SIZE*************************
********************************************************/
/********************************************************
*************************COLORS**************************
********************************************************/
/********************************************************
***********************FONT WEIGHT***********************
********************************************************/
/********************************************************
***********************BREAKPOINTS***********************
********************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;0,700;1,400&display=swap");
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
body { margin: 0; }

/** Render the `main` element consistently in IE. */
main { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; }

/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10. */
img { border-style: none; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Remove the default vertical scrollbar in IE 10+. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Misc ========================================================================== */
/** Add the correct display in IE 10+. */
template { display: none; }

/** Add the correct display in IE 10. */
[hidden] { display: none; }

/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.

@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.

@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
.container-lg { margin: 0 auto; max-width: 90rem; padding: 0 1rem; width: 100%; }

@media only screen and (min-width: 576px) and (max-width: 992px) { .container-lg { padding: 0 2rem; } }

@media only screen and (min-width: 992px) and (max-width: 1800px) { .container-lg { padding: 0 5rem; } }

.container-md { margin: 0 auto; max-width: 75rem; padding: 0 1rem; width: 100%; }

@media only screen and (min-width: 576px) and (max-width: 992px) { .container-md { padding: 0 1.875rem; } }

@media only screen and (min-width: 992px) and (max-width: 1800px) { .container-md { padding: 0 5rem; } }

@media only screen and (min-width: 576px) and (max-width: 992px) { .container-fluid { padding: 0 1.875rem; } }

@media only screen and (min-width: 992px) and (max-width: 1800px) { .container-fluid { padding: 0 5rem; } }

html { box-sizing: border-box; font-family: "Archivo", sans-serif; }

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

a { color: #ff0060; transition: all 0.2s ease-in; }

p { color: #383838; font-size: 1.125rem; font-weight: 400; line-height: 1.35; margin: 1rem 0; }

li { line-height: 1.5; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Open Sans", sans-serif; }

h1, .h1 { display: block; font-size: 6rem; font-weight: 400; line-height: 1.25; margin: 2rem 0; }

@media only screen and (max-width: 1600px) { h1, .h1 { font-size: 4.5rem; } }

@media only screen and (max-width: 1400px) { h1, .h1 { font-size: 3.5rem; } }

@media only screen and (max-width: 576px) { h1, .h1 { font-size: 2.25rem; } }

h2, .h2 { color: #191a65; display: block; font-size: 3rem; font-weight: 400; line-height: 1.25; margin: 2rem 0; }

@media only screen and (max-width: 1600px) { h2, .h2 { font-size: 2.8rem; } }

@media only screen and (max-width: 1400px) { h2, .h2 { font-size: 2.5rem; } }

@media only screen and (max-width: 576px) { h2, .h2 { font-size: 2rem; } }

@media only screen and (max-width: 576px) { h2.reduce-size-mobile, .h2.reduce-size-mobile { font-size: 1.45rem; } }

h3, .h3 { display: block; font-size: 2rem; font-weight: 400; line-height: 1.25; margin: 2rem 0; }

@media only screen and (max-width: 1400px) { h3, .h3 { font-size: 1.6rem; } }

@media only screen and (max-width: 576px) { h3, .h3 { font-size: 1.3rem; } }

h4, .h4 { display: block; font-size: 1.875rem; font-weight: 400; line-height: 1.25; margin: 1rem 0; }

@media only screen and (max-width: 576px) { h4, .h4 { font-size: 1.2rem; } }

b { font-weight: 700; }

img { display: block; max-width: 100%; }

.section { padding: 6.75rem 0; }

@media only screen and (max-width: 1200px) { .section { padding: 3.75rem 0; } }

@media only screen and (max-width: 992px) { .section { padding: 1.875rem 0; } }

.section-small { margin: 3.375rem 0; }

.section-large { margin: 3.375rem 0 10.125rem; }

@media only screen and (max-width: 1200px) { .section-large { margin: 3.75rem 0; } }

@media only screen and (max-width: 992px) { .section-large { margin: 1.875rem 0; } }

/*! Bootstrap Grid v4.1.3 (https://getbootstrap.com/) Copyright 2011-2018 The Bootstrap Authors Copyright 2011-2018 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
@-ms-viewport { width: device-width; }

html { box-sizing: border-box; -ms-overflow-style: scrollbar; }

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

.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

@media (min-width: 576px) { .container { max-width: 540px; } }

@media (min-width: 768px) { .container { max-width: 720px; } }

@media (min-width: 992px) { .container { max-width: 960px; } }

@media (min-width: 1200px) { .container { max-width: 1140px; } }

.container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }

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

.no-gutters { margin-right: 0; margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] { padding-right: 0; padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; }

.col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; }

.col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; }

.col-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; }

.col-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }

.col-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }

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

.col-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; }

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

.col-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; }

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

.col-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }

.col-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; }

.col-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }

.col-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

.order-first { -ms-flex-order: -1; order: -1; }

.order-last { -ms-flex-order: 13; order: 13; }

.order-0 { -ms-flex-order: 0; order: 0; }

.order-1 { -ms-flex-order: 1; order: 1; }

.order-2 { -ms-flex-order: 2; order: 2; }

.order-3 { -ms-flex-order: 3; order: 3; }

.order-4 { -ms-flex-order: 4; order: 4; }

.order-5 { -ms-flex-order: 5; order: 5; }

.order-6 { -ms-flex-order: 6; order: 6; }

.order-7 { -ms-flex-order: 7; order: 7; }

.order-8 { -ms-flex-order: 8; order: 8; }

.order-9 { -ms-flex-order: 9; order: 9; }

.order-10 { -ms-flex-order: 10; order: 10; }

.order-11 { -ms-flex-order: 11; order: 11; }

.order-12 { -ms-flex-order: 12; order: 12; }

.offset-1 { margin-left: 8.333333%; }

.offset-2 { margin-left: 16.666667%; }

.offset-3 { margin-left: 25%; }

.offset-4 { margin-left: 33.333333%; }

.offset-5 { margin-left: 41.666667%; }

.offset-6 { margin-left: 50%; }

.offset-7 { margin-left: 58.333333%; }

.offset-8 { margin-left: 66.666667%; }

.offset-9 { margin-left: 75%; }

.offset-10 { margin-left: 83.333333%; }

.offset-11 { margin-left: 91.666667%; }

@media (min-width: 576px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-sm-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-sm-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-sm-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-sm-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-sm-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-sm-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-sm-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-sm-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-sm-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-sm-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-sm-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-sm-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-sm-first { -ms-flex-order: -1; order: -1; } .order-sm-last { -ms-flex-order: 13; order: 13; } .order-sm-0 { -ms-flex-order: 0; order: 0; } .order-sm-1 { -ms-flex-order: 1; order: 1; } .order-sm-2 { -ms-flex-order: 2; order: 2; } .order-sm-3 { -ms-flex-order: 3; order: 3; } .order-sm-4 { -ms-flex-order: 4; order: 4; } .order-sm-5 { -ms-flex-order: 5; order: 5; } .order-sm-6 { -ms-flex-order: 6; order: 6; } .order-sm-7 { -ms-flex-order: 7; order: 7; } .order-sm-8 { -ms-flex-order: 8; order: 8; } .order-sm-9 { -ms-flex-order: 9; order: 9; } .order-sm-10 { -ms-flex-order: 10; order: 10; } .order-sm-11 { -ms-flex-order: 11; order: 11; } .order-sm-12 { -ms-flex-order: 12; order: 12; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.333333%; } .offset-sm-2 { margin-left: 16.666667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.333333%; } .offset-sm-5 { margin-left: 41.666667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.333333%; } .offset-sm-8 { margin-left: 66.666667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.333333%; } .offset-sm-11 { margin-left: 91.666667%; } }

@media (min-width: 768px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-md-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-md-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-md-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-md-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-md-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-md-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-md-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-md-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-md-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-md-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-md-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-md-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-md-first { -ms-flex-order: -1; order: -1; } .order-md-last { -ms-flex-order: 13; order: 13; } .order-md-0 { -ms-flex-order: 0; order: 0; } .order-md-1 { -ms-flex-order: 1; order: 1; } .order-md-2 { -ms-flex-order: 2; order: 2; } .order-md-3 { -ms-flex-order: 3; order: 3; } .order-md-4 { -ms-flex-order: 4; order: 4; } .order-md-5 { -ms-flex-order: 5; order: 5; } .order-md-6 { -ms-flex-order: 6; order: 6; } .order-md-7 { -ms-flex-order: 7; order: 7; } .order-md-8 { -ms-flex-order: 8; order: 8; } .order-md-9 { -ms-flex-order: 9; order: 9; } .order-md-10 { -ms-flex-order: 10; order: 10; } .order-md-11 { -ms-flex-order: 11; order: 11; } .order-md-12 { -ms-flex-order: 12; order: 12; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.333333%; } .offset-md-2 { margin-left: 16.666667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.333333%; } .offset-md-5 { margin-left: 41.666667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.333333%; } .offset-md-8 { margin-left: 66.666667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.333333%; } .offset-md-11 { margin-left: 91.666667%; } }

@media (min-width: 992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-lg-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-lg-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-lg-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-lg-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-lg-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-lg-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-lg-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-lg-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-lg-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-lg-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-lg-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-lg-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-lg-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-lg-first { -ms-flex-order: -1; order: -1; } .order-lg-last { -ms-flex-order: 13; order: 13; } .order-lg-0 { -ms-flex-order: 0; order: 0; } .order-lg-1 { -ms-flex-order: 1; order: 1; } .order-lg-2 { -ms-flex-order: 2; order: 2; } .order-lg-3 { -ms-flex-order: 3; order: 3; } .order-lg-4 { -ms-flex-order: 4; order: 4; } .order-lg-5 { -ms-flex-order: 5; order: 5; } .order-lg-6 { -ms-flex-order: 6; order: 6; } .order-lg-7 { -ms-flex-order: 7; order: 7; } .order-lg-8 { -ms-flex-order: 8; order: 8; } .order-lg-9 { -ms-flex-order: 9; order: 9; } .order-lg-10 { -ms-flex-order: 10; order: 10; } .order-lg-11 { -ms-flex-order: 11; order: 11; } .order-lg-12 { -ms-flex-order: 12; order: 12; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.333333%; } .offset-lg-2 { margin-left: 16.666667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.333333%; } .offset-lg-5 { margin-left: 41.666667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.333333%; } .offset-lg-8 { margin-left: 66.666667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.333333%; } .offset-lg-11 { margin-left: 91.666667%; } }

@media (min-width: 1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-xl-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } .col-xl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-xl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-xl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-xl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-xl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-xl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-xl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-xl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-xl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-xl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-xl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-xl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-xl-first { -ms-flex-order: -1; order: -1; } .order-xl-last { -ms-flex-order: 13; order: 13; } .order-xl-0 { -ms-flex-order: 0; order: 0; } .order-xl-1 { -ms-flex-order: 1; order: 1; } .order-xl-2 { -ms-flex-order: 2; order: 2; } .order-xl-3 { -ms-flex-order: 3; order: 3; } .order-xl-4 { -ms-flex-order: 4; order: 4; } .order-xl-5 { -ms-flex-order: 5; order: 5; } .order-xl-6 { -ms-flex-order: 6; order: 6; } .order-xl-7 { -ms-flex-order: 7; order: 7; } .order-xl-8 { -ms-flex-order: 8; order: 8; } .order-xl-9 { -ms-flex-order: 9; order: 9; } .order-xl-10 { -ms-flex-order: 10; order: 10; } .order-xl-11 { -ms-flex-order: 11; order: 11; } .order-xl-12 { -ms-flex-order: 12; order: 12; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.333333%; } .offset-xl-2 { margin-left: 16.666667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.333333%; } .offset-xl-5 { margin-left: 41.666667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.333333%; } .offset-xl-8 { margin-left: 66.666667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.333333%; } .offset-xl-11 { margin-left: 91.666667%; } }

.d-none { display: none !important; }

.d-inline { display: inline !important; }

.d-inline-block { display: inline-block !important; }

.d-block { display: block !important; }

.d-table { display: table !important; }

.d-table-row { display: table-row !important; }

.d-table-cell { display: table-cell !important; }

.d-flex { display: -ms-flexbox !important; display: flex !important; }

.d-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; }

@media (min-width: 576px) { .d-sm-none { display: none !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-block { display: block !important; } .d-sm-table { display: table !important; } .d-sm-table-row { display: table-row !important; } .d-sm-table-cell { display: table-cell !important; } .d-sm-flex { display: -ms-flexbox !important; display: flex !important; } .d-sm-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media (min-width: 768px) { .d-md-none { display: none !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-block { display: block !important; } .d-md-table { display: table !important; } .d-md-table-row { display: table-row !important; } .d-md-table-cell { display: table-cell !important; } .d-md-flex { display: -ms-flexbox !important; display: flex !important; } .d-md-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media (min-width: 992px) { .d-lg-none { display: none !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-block { display: block !important; } .d-lg-table { display: table !important; } .d-lg-table-row { display: table-row !important; } .d-lg-table-cell { display: table-cell !important; } .d-lg-flex { display: -ms-flexbox !important; display: flex !important; } .d-lg-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media (min-width: 1200px) { .d-xl-none { display: none !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-block { display: block !important; } .d-xl-table { display: table !important; } .d-xl-table-row { display: table-row !important; } .d-xl-table-cell { display: table-cell !important; } .d-xl-flex { display: -ms-flexbox !important; display: flex !important; } .d-xl-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } }

@media print { .d-print-none { display: none !important; } .d-print-inline { display: inline !important; } .d-print-inline-block { display: inline-block !important; } .d-print-block { display: block !important; } .d-print-table { display: table !important; } .d-print-table-row { display: table-row !important; } .d-print-table-cell { display: table-cell !important; } .d-print-flex { display: -ms-flexbox !important; display: flex !important; } .d-print-inline-flex { display: -ms-inline-flexbox !important; display: inline-flex !important; } }

.flex-row { -ms-flex-direction: row !important; flex-direction: row !important; }

.flex-column { -ms-flex-direction: column !important; flex-direction: column !important; }

.flex-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }

.flex-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }

.flex-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }

.flex-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }

.flex-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }

.flex-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }

.flex-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; }

.flex-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; }

.flex-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; }

.flex-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; }

.justify-content-start { -ms-flex-pack: start !important; justify-content: flex-start !important; }

.justify-content-end { -ms-flex-pack: end !important; justify-content: flex-end !important; }

.justify-content-center { -ms-flex-pack: center !important; justify-content: center !important; }

.justify-content-between { -ms-flex-pack: justify !important; justify-content: space-between !important; }

.justify-content-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; }

.align-items-start { -ms-flex-align: start !important; align-items: flex-start !important; }

.align-items-end { -ms-flex-align: end !important; align-items: flex-end !important; }

.align-items-center { -ms-flex-align: center !important; align-items: center !important; }

.align-items-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; }

.align-items-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; }

.align-content-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; }

.align-content-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; }

.align-content-center { -ms-flex-line-pack: center !important; align-content: center !important; }

.align-content-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; }

.align-content-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; }

.align-content-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; }

.align-self-auto { -ms-flex-item-align: auto !important; align-self: auto !important; }

.align-self-start { -ms-flex-item-align: start !important; align-self: flex-start !important; }

.align-self-end { -ms-flex-item-align: end !important; align-self: flex-end !important; }

.align-self-center { -ms-flex-item-align: center !important; align-self: center !important; }

.align-self-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; }

.align-self-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; }

@media (min-width: 576px) { .flex-sm-row { -ms-flex-direction: row !important; flex-direction: row !important; } .flex-sm-column { -ms-flex-direction: column !important; flex-direction: column !important; } .flex-sm-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-sm-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-sm-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-sm-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-sm-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .flex-sm-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-sm-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-sm-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-sm-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-sm-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .justify-content-sm-start { -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-sm-end { -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-sm-center { -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-sm-between { -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-sm-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .align-items-sm-start { -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-sm-end { -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-sm-center { -ms-flex-align: center !important; align-items: center !important; } .align-items-sm-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-sm-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-sm-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-sm-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-sm-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-sm-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-sm-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-sm-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-sm-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-sm-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-sm-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-sm-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-sm-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-sm-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } }

@media (min-width: 768px) { .flex-md-row { -ms-flex-direction: row !important; flex-direction: row !important; } .flex-md-column { -ms-flex-direction: column !important; flex-direction: column !important; } .flex-md-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-md-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-md-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-md-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-md-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .flex-md-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-md-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-md-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-md-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-md-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .justify-content-md-start { -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-md-end { -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-md-center { -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-md-between { -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-md-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .align-items-md-start { -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-md-end { -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-md-center { -ms-flex-align: center !important; align-items: center !important; } .align-items-md-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-md-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-md-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-md-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-md-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-md-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-md-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-md-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-md-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-md-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-md-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-md-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-md-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-md-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } }

@media (min-width: 992px) { .flex-lg-row { -ms-flex-direction: row !important; flex-direction: row !important; } .flex-lg-column { -ms-flex-direction: column !important; flex-direction: column !important; } .flex-lg-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-lg-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-lg-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-lg-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-lg-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .flex-lg-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-lg-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-lg-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-lg-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-lg-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .justify-content-lg-start { -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-lg-end { -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-lg-center { -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-lg-between { -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-lg-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .align-items-lg-start { -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-lg-end { -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-lg-center { -ms-flex-align: center !important; align-items: center !important; } .align-items-lg-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-lg-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-lg-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-lg-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-lg-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-lg-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-lg-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-lg-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-lg-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-lg-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-lg-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-lg-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-lg-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-lg-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } }

@media (min-width: 1200px) { .flex-xl-row { -ms-flex-direction: row !important; flex-direction: row !important; } .flex-xl-column { -ms-flex-direction: column !important; flex-direction: column !important; } .flex-xl-row-reverse { -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; } .flex-xl-column-reverse { -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; } .flex-xl-wrap { -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; } .flex-xl-nowrap { -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; } .flex-xl-wrap-reverse { -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; } .flex-xl-fill { -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; } .flex-xl-grow-0 { -ms-flex-positive: 0 !important; flex-grow: 0 !important; } .flex-xl-grow-1 { -ms-flex-positive: 1 !important; flex-grow: 1 !important; } .flex-xl-shrink-0 { -ms-flex-negative: 0 !important; flex-shrink: 0 !important; } .flex-xl-shrink-1 { -ms-flex-negative: 1 !important; flex-shrink: 1 !important; } .justify-content-xl-start { -ms-flex-pack: start !important; justify-content: flex-start !important; } .justify-content-xl-end { -ms-flex-pack: end !important; justify-content: flex-end !important; } .justify-content-xl-center { -ms-flex-pack: center !important; justify-content: center !important; } .justify-content-xl-between { -ms-flex-pack: justify !important; justify-content: space-between !important; } .justify-content-xl-around { -ms-flex-pack: distribute !important; justify-content: space-around !important; } .align-items-xl-start { -ms-flex-align: start !important; align-items: flex-start !important; } .align-items-xl-end { -ms-flex-align: end !important; align-items: flex-end !important; } .align-items-xl-center { -ms-flex-align: center !important; align-items: center !important; } .align-items-xl-baseline { -ms-flex-align: baseline !important; align-items: baseline !important; } .align-items-xl-stretch { -ms-flex-align: stretch !important; align-items: stretch !important; } .align-content-xl-start { -ms-flex-line-pack: start !important; align-content: flex-start !important; } .align-content-xl-end { -ms-flex-line-pack: end !important; align-content: flex-end !important; } .align-content-xl-center { -ms-flex-line-pack: center !important; align-content: center !important; } .align-content-xl-between { -ms-flex-line-pack: justify !important; align-content: space-between !important; } .align-content-xl-around { -ms-flex-line-pack: distribute !important; align-content: space-around !important; } .align-content-xl-stretch { -ms-flex-line-pack: stretch !important; align-content: stretch !important; } .align-self-xl-auto { -ms-flex-item-align: auto !important; align-self: auto !important; } .align-self-xl-start { -ms-flex-item-align: start !important; align-self: flex-start !important; } .align-self-xl-end { -ms-flex-item-align: end !important; align-self: flex-end !important; } .align-self-xl-center { -ms-flex-item-align: center !important; align-self: center !important; } .align-self-xl-baseline { -ms-flex-item-align: baseline !important; align-self: baseline !important; } .align-self-xl-stretch { -ms-flex-item-align: stretch !important; align-self: stretch !important; } }

/*# sourceMappingURL=bootstrap-grid.min.css.map */
.header { left: 0; position: absolute; top: 0; width: 100%; }

.header .inner { align-items: center; display: flex; justify-content: space-between; padding-top: 3.75rem; width: 100%; }

@media only screen and (max-width: 1200px) { .header .inner { padding-top: 1rem; } }

.header .logo { background: url("../img/icons/robogenlogo.svg") center no-repeat; display: block; height: 26px; position: relative; width: 160px; z-index: 100; }

@media only screen and (max-width: 992px) { .header .inquire { display: none; } }

.header .ham-menu { height: 2.5rem; position: relative; width: 2.5rem; z-index: 100; }

@media only screen and (min-width: 992px) { .header .ham-menu { display: none; } }

.header .ham-menu .menuline { background: #fff; display: flex; height: 2px; margin: auto; position: relative; top: 50%; width: 25px; }

.header .ham-menu .menuline::before { background: #fff; content: ''; height: 2px; position: absolute; top: -8px; width: 25px; }

.header .ham-menu .menuline::after { background: #fff; content: ''; height: 2px; position: absolute; top: 8px; width: 25px; }

.header .ham-menu.open .menuline { transform: rotate(135deg); transition: 0.3s ease; }

.header .ham-menu.open .menuline::before, .header .ham-menu.open .menuline::after { top: 0; transform: rotate(90deg); }

@media only screen and (max-width: 992px) { .header .header_nav { background: #191a65; display: none; left: 0; padding-top: 3.75rem; position: absolute; top: 0; width: 100%; z-index: 99; } .header .header_nav.mobile-reveal { display: block; } }

.header .header_nav ul { display: flex; list-style-type: none; margin: 0; padding: 0; }

@media only screen and (max-width: 992px) { .header .header_nav ul { display: block; } }

.header .header_nav .nav-item { position: relative; }

.header .header_nav .nav-item.open > .submenu { display: block; }

.header .header_nav .nav-item__link { background: none; border: 0; color: #fff; cursor: pointer; font-size: 1.125rem; margin: 0 1rem; text-align: left; text-decoration: none; text-transform: uppercase; width: 100%; }

@media only screen and (max-width: 992px) { .header .header_nav .nav-item__link { border-bottom: 1px solid #fff; display: block; margin: 0; padding: 1rem 2rem; } }

@media only screen and (max-width: 992px) { .header .header_nav .nav-item__link:first-of-type { border-top: 1px solid #fff; } }

.header .header_nav .nav-item__link.current, .header .header_nav .nav-item__link:hover { color: #ff0060; }

.header .header_nav .submenu { background: #fff; display: none; left: 50%; position: absolute; text-align: center; top: calc(100% + 1rem); transform: translateX(-50%); z-index: 10; }

@media only screen and (min-width: 992px) { .header .header_nav .submenu { width: 200px; } }

@media only screen and (max-width: 992px) { .header .header_nav .submenu { background: #141551; left: 0; position: relative; text-align: left; top: 0; transform: none; } }

.header .header_nav .submenu::before { border-color: transparent transparent #fff; border-style: solid; border-width: 0 10px 10px; content: ''; display: block; height: 0; left: 50%; position: absolute; top: -10px; transform: translateX(-50%); width: 0; }

@media only screen and (max-width: 992px) { .header .header_nav .submenu::before { display: none; } }

.header .header_nav .submenu__link { color: #1a1a1a; display: block; padding: 0.5rem 0.75rem; text-decoration: none; text-transform: uppercase; }

@media only screen and (max-width: 992px) { .header .header_nav .submenu__link { border-bottom: 1px solid #fff; color: #fff; display: block; margin: 0; padding: 1rem 2rem; padding-left: 2.5rem; } }

.header .header_nav .submenu__link:hover { background: #cacaca; color: #ff0060; }

@media only screen and (max-width: 992px) { .header .header_nav .submenu__link:hover { background: transparent; } }

.header .header_nav .submenu__link.current { color: #ff0060; }

.header .header_nav .submenu__link.has-submenu:hover + .submenu { display: block; }

.header .header_nav .submenu__link.has-submenu:after { content: ''; width: 0; height: 0; border-style: solid; border-width: 4px 0 4px 5px; border-color: transparent transparent transparent #1a1a1a; position: absolute; right: 0.5rem; top: 50%; transform: translateY(-50%); }

@media only screen and (max-width: 992px) { .header .header_nav .submenu .submenu { display: block; } }

@media only screen and (min-width: 992px) { .header .header_nav .submenu .submenu { position: absolute; transform: translateX(99px); top: 0; width: 275px; } }

.header .header_nav .submenu .submenu:hover { display: block; }

.header .header_nav .submenu .submenu:before { display: none; }

@media only screen and (max-width: 992px) { .header .header_nav .submenu .submenu .submenu__link { padding-left: 5rem; } }

.header .header_nav .submenu-item { position: relative; width: 100%; }

.footer { background: #191a65 url("../../assets/img/footer-bg.jpg") center/cover no-repeat; clip-path: polygon(0 3.75rem, 100% 0, 100% 100%, 0% 100%); margin-top: -2.5rem; padding: 6.75rem 0; position: relative; }

@media only screen and (max-width: 992px) { .footer { clip-path: polygon(0 2.5rem, 100% 0, 100% 100%, 0% 100%); margin-top: 0; } }

.footer::after { background: linear-gradient(180deg, #191a65 0%, rgba(25, 26, 101, 0.9) 60%, #191a65 80%); bottom: 0; content: ''; left: 0; position: absolute; right: 0; top: 0; }

.footer .logo { display: block; height: auto; margin-bottom: 2.5rem; max-width: 90%; position: relative; width: 408px; }

.footer .logo img { display: block; width: 100%; }

.footer > * { position: relative; z-index: 4; }

.footer .top { margin-bottom: 10.125rem; padding-top: 3.75rem; }

@media only screen and (max-width: 1400px) { .footer .top { margin-bottom: 6.75rem; } }

@media only screen and (max-width: 992px) { .footer .top { margin-bottom: 3.75rem; } }

.footer .top p, .footer .top h3 { color: #fff; }

.footer .top p { font-size: 1.125rem; }

@media only screen and (max-width: 992px) { .footer .top p { font-size: 1rem; } }

.footer .top h3 { font-size: 2.75rem; margin-top: 0; }

@media only screen and (max-width: 992px) { .footer .top h3 { font-size: 1.75rem; margin-top: 2rem; } }

@media only screen and (max-width: 430px) { .footer .top h3 { font-size: 1.5rem; } }

.footer .top .special-title { color: #fff; display: inline-block; font-size: 4.5rem; font-weight: 600; margin: 0; margin-bottom: 0.3125rem; position: relative; }

@media only screen and (max-width: 1400px) { .footer .top .special-title { font-size: 3.5rem; } }

@media only screen and (max-width: 576px) { .footer .top .special-title { font-size: 2.5rem; } }

.footer .top .special-title::after { background: #fff; content: ''; display: block; height: 0.3125rem; position: absolute; top: 100%; width: 80%; }

.footer .bottom { margin-top: 3.75rem; }

.footer .bottom p { color: #fff; font-size: 1.125rem; }

@media only screen and (max-width: 992px) { .footer .bottom p { font-size: 1rem; } }

.footer .bottom ul { list-style: none; margin-bottom: 2.5rem; margin-top: 0; padding: 0; }

.footer .bottom ul li { color: #fff; font-size: 1.125rem; font-weight: 400; }

@media only screen and (max-width: 992px) { .footer .bottom ul li { font-size: 1rem; } }

.footer .bottom ul li:first-child { font-size: 1.5rem; font-weight: 600; margin-bottom: 1rem; }

@media only screen and (max-width: 992px) { .footer .bottom ul li:first-child { font-size: 1.125rem; } }

.footer .bottom ul li a { color: #fff; }

.footer .bottom ul li a:hover { text-decoration: underline; }

.hero { align-items: center; display: flex; min-height: 100vh; padding: 6.75rem 0; width: 100%; }

@media only screen and (max-width: 1200px) { .hero { padding: 3.75rem 0; } }

.hero .caption { margin-top: 5rem; }

@media only screen and (max-width: 1200px) { .hero .caption { margin-top: 2.5rem; } }

@media only screen and (max-width: 768px) { .hero .caption { margin-top: 0; } }

.hero h1 { color: #fff; line-height: 1; }

.hero h2 { color: #fff; font-weight: 400; line-height: 1; }

.hero .no-margin { margin-bottom: 0; }

.hero .no-margin + * { margin-bottom: 4rem; margin-top: 0; }

@media only screen and (max-width: 1200px) { .hero .no-margin + * { margin-bottom: 2.5rem; } }

@media only screen and (max-width: 430px) { .hero .no-margin + * { margin-bottom: 1.25rem; } }

.hero p { color: #fff; font-size: 1.5rem; margin-bottom: 0; }

@media only screen and (max-width: 992px) { .hero p { font-size: 1.125rem; } }

.hero .button_row { margin-top: 3.75rem; }

@media only screen and (max-width: 1200px) { .hero .button_row { margin-top: 2.5rem; } }

.hero.half-page { height: 37.5rem; min-height: 60vh; }

@media only screen and (max-width: 1400px) { .hero.half-page { height: 31.25rem; } }

@media only screen and (max-width: 992px) { .hero.half-page { height: 25rem; } }

@media only screen and (max-width: 768px) { .hero.half-page { height: auto; } }

.hero.center { justify-content: center; }

.hero.center .caption { max-width: 900px; text-align: center; }

.hero.left { justify-content: left; }

.hero.left .caption { max-width: 55.3125rem; text-align: left; width: 100%; }

.hero.left h1 { margin-bottom: 3.75rem; }

@media only screen and (max-width: 1400px) { .hero.left h1 { margin-bottom: 1.25rem; } }

.hero.left h2 { color: #fff; }

@media only screen and (max-width: 430px) { .hero.left h2 { font-size: 2rem; } }

.button_row > .btn { margin: 0 1rem; }

@media only screen and (max-width: 768px) { .button_row > .btn { margin: 0 0.5rem; } }

.button_row > .btn:first-of-type { margin-left: 0; }

.button_row > .btn:last-of-type { margin-right: 0; }

.btn { border-radius: 12px; display: inline-block; font-size: 1.125rem; font-weight: 700; padding: 0.75rem 1.5rem; text-decoration: none; text-transform: uppercase; }

@media only screen and (max-width: 768px) { .btn { font-size: 1rem; } }

.btn2 { border-radius: 3px; display: inline-block; padding: 1rem 2rem; text-transform: uppercase; }

.btnWhite { border: 2px solid #fff; color: #fff; }

.btnWhite:hover { background: #fff; color: #191a65; }

.btnFillWhite { background: #fff; border: 2px solid #fff; color: #191a65; }

.btnFillWhite:hover { background: transparent; color: #fff; }

.btnFillBlue { background: #191a65; border: 2px solid #191a65; color: #fff; }

.btnFillBlue:hover { background: transparent; color: #191a65; }

.cards { align-items: center; display: flex; justify-content: center; margin: 2.5rem 0 7.5rem; }

@media only screen and (max-width: 1200px) { .cards { flex-wrap: wrap; margin: 2.5rem 0 3.75rem; } }

.cards .card { align-items: center; background: #fff; box-shadow: 0.0625rem 0.0625rem 0.375rem #00000026; display: flex; justify-content: center; margin: 0 0.5rem; padding: 1.5rem 1rem; text-align: center; text-decoration: none; }

.cards .card .inner { align-self: flex-start; }

.cards .card img { display: inline-block; }

.cards .card h4 { color: #191a65; font-size: 1.125rem; margin: 1rem 0; }

.cards .card p { max-width: 14.375rem; }

@media only screen and (max-width: 1200px) { .cards .card p { font-size: 0.875rem; } }

.cards .tier-3 { width: 15.625rem; }

@media only screen and (max-width: 1600px) { .cards .tier-3 { width: 13.125rem; } }

@media only screen and (max-width: 1400px) { .cards .tier-3 { width: 11.875rem; } }

.cards .tier-2 { width: 17.5rem; }

@media only screen and (max-width: 1600px) { .cards .tier-2 { width: 15rem; } }

@media only screen and (max-width: 1400px) { .cards .tier-2 { width: 13.75rem; } }

.cards .tier-1 { width: 21.875rem; }

@media only screen and (max-width: 1600px) { .cards .tier-1 { width: 19.375rem; } }

@media only screen and (max-width: 1400px) { .cards .tier-1 { width: 18.125rem; } }

.cards .tier-3, .cards .tier-2, .cards .tier-1 { align-self: stretch; height: auto; }

@media only screen and (max-width: 1200px) { .cards .tier-3, .cards .tier-2, .cards .tier-1 { align-self: stretch; height: auto; margin-bottom: 1rem; padding: 1.5rem 1rem; width: 30%; } .cards .tier-3 img, .cards .tier-2 img, .cards .tier-1 img { height: auto; width: 6.375rem; } }

@media only screen and (max-width: 768px) { .cards .tier-3, .cards .tier-2, .cards .tier-1 { width: 40%; } }

@media only screen and (max-width: 576px) { .cards .tier-3, .cards .tier-2, .cards .tier-1 { width: 80%; } }

.service_cards { padding: 2.5rem 0 5rem; }

@media only screen and (max-width: 992px) { .service_cards { padding: 2.5rem 0 3.75rem; } }

@media only screen and (max-width: 768px) { .service_cards { padding: 1.25rem 0 2.5rem; } }

.service_cards .col-12 { margin-bottom: 1.25rem; }

.service_cards .card { border-radius: 10px; height: 100%; margin-bottom: 1.25rem; padding: 3.125rem 2.5rem; text-align: center; }

@media only screen and (max-width: 768px) { .service_cards .card.shadow { box-shadow: 0 0.25rem 1.25rem #231a4d40; } }

@media only screen and (min-width: 992px) { .service_cards .card.shadow-lg { box-shadow: 0 0.25rem 1.25rem #231a4d40; } }

@media only screen and (min-width: 768px) and (max-width: 992px) { .service_cards .card.shadow-md { box-shadow: 0 0.25rem 1.25rem #231a4d40; } }

.service_cards .card img { display: inline-block; }

.service_cards .card h3 { color: #191a65; font-size: 1.5rem; margin: 1rem 0; }

.service_cards .card p { margin-bottom: 0; }

.testimonials { padding: 6.25rem 0 3.75rem; text-align: center; }

@media only screen and (max-width: 1600px) { .testimonials { padding: 5rem 0 2.5rem; } }

@media only screen and (max-width: 1400px) { .testimonials { padding: 3.75rem 0 2.5rem; } }

@media only screen and (max-width: 768px) { .testimonials { padding: 1.25rem 0 0; } }

.testimonials h3 { color: #9ca5b1; font-size: 0.875rem; margin-bottom: 0.75rem; }

.testimonials h2 { font-size: 2.5rem; font-weight: 700; margin-bottom: 3.75rem; margin-top: 0; }

@media only screen and (max-width: 768px) { .testimonials h2 { font-size: 2rem; } }

@media only screen and (max-width: 576px) { .testimonials h2 { font-size: 1.5rem; } }

@media only screen and (max-width: 576px) { .testimonials .quote { font-size: 0.875rem; } }

.testimonials .testimonial-card { border-radius: 0.625rem; border-top: 0.3125rem solid #cacaca; box-shadow: 0 0.25rem 1.25rem #212c4326; margin: 0 auto; margin-bottom: 4.0625rem; max-width: 21.4375rem; padding: 3.75rem 2.5rem 2.5rem; position: relative; width: 100%; }

.testimonials .testimonial-card a { color: #191a65; }

.testimonials .testimonial-card .image-wrapper { border-radius: 90%; height: 5.625rem; left: 50%; overflow: hidden; position: absolute; top: -2.8125rem; transform: translateX(-50%); width: 5.625rem; }

.testimonials .testimonial-card .image-wrapper img { height: auto; width: 100%; }

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

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

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

.contact-details { list-style: none; margin-bottom: 2rem; padding: 0; }

.contact-details:first-of-type { margin-top: 0; }

.contact-details .detail { color: #191a65; }

.contact-details .detail--spacer { margin-top: 1rem; }

.contact-details .detail a { color: #191a65; }

.contact-details .detail a:hover { text-decoration: underline; }

.contact-details .detail:first-child { color: #191a65; margin-bottom: 1rem; text-transform: uppercase; }

.form-style-1 .field { height: 0; left: 0; opacity: 0; position: absolute; top: 0; width: 0; z-index: -1; }

.form-style-1 .form-input { margin-bottom: 2.5rem; }

.form-style-1 .input { border: 1px solid #191a656e; color: #191a65; display: block; font-size: 1.125rem; outline: none; padding: 0.5rem 1rem; width: 100%; }

.form-style-1 .input--error { border-color: #ff0060; }

.form-style-1 textarea { min-height: 8.75rem; }

.form-style-1 [type=submit] { cursor: pointer; transition: all 0.2s ease-in; }

.form-style-1 .form-success { margin-top: 0; }

.form-style-1 .form-error { background: #191a65; color: #fff; margin-top: 0; padding: 0.5rem 0.75rem; }

@media only screen and (min-width: 992px) { .content-image-wrapper { padding-right: 3.75rem; } }

.image-decorative { display: inline-block; position: relative; }

.image-decorative::before, .image-decorative::after { border-color: #fff; border-style: solid; content: ''; display: block; height: 100px; position: absolute; width: 75px; }

.image-decorative::before { border-width: 5px 0 0 5px; left: 10px; top: 10px; }

.image-decorative::after { border-width: 0 5px 5px 0; bottom: 10px; right: 10px; }

.image-decorative-2 { display: inline-block; position: relative; }

.image-decorative-2::before, .image-decorative-2::after { border-style: solid; content: ''; display: block; height: 0; position: absolute; width: 0; }

.image-decorative-2::before { border-color: #fff transparent transparent transparent; border-width: 75px 75px 0 0; left: 10px; top: 10px; }

.image-decorative-2::after { border-color: transparent transparent #fff transparent; border-width: 0 0 75px 75px; bottom: 10px; right: 10px; }

.aspect-ratio-box-wrapper { display: inline-block; position: relative; }

@media only screen and (max-width: 992px) { .aspect-ratio-box-wrapper { margin-bottom: 3.75rem; } }

.aspect-ratio-box-wrapper .aspect-ratio-box { align-items: center; background: rgba(25, 26, 101, 0.925); border: 4px solid #fff; bottom: -1.875rem; display: flex; justify-content: center; padding: 0.75rem; position: absolute; right: -1.875rem; text-align: center; width: 200px; z-index: 10; }

@media only screen and (max-width: 992px) { .aspect-ratio-box-wrapper .aspect-ratio-box { bottom: -3.75rem; left: 0; } }

.aspect-ratio-box-wrapper .aspect-ratio-box::after { content: ''; display: block; padding-top: 75%; }

.aspect-ratio-box-wrapper .aspect-ratio-box p { color: #fff; font-size: 0.875rem; font-weight: 700; margin: 0; }

.Home-Page .hero { background: url("../img/home-hero-small.jpg") center/cover no-repeat; }

.Home-Page .about { background-image: url("../../assets/img/ohjelmointi.jpg"); position: relative; }

@media only screen and (max-width: 768px) { .Home-Page .about { background-image: none; } }

.Home-Page .about::after { background: rgba(255, 255, 255, 0.85); bottom: 0; content: ''; left: 0; position: absolute; right: 0; top: 0; }

.Home-Page .about > * { position: relative; z-index: 5; }

.Home-Page .about h3 { color: #191a65; }

.Work-Page .hero { background: url("../img/service-hero.jpg") center/cover no-repeat; }

.Work-Page .hero--palvelumuotoilu { background: url("../img/palvelumuotoilu-hero.jpg") center/cover no-repeat; }

.Work-Page .hero--verkkokauppa { background: url("../img/verkkokauppa-hero.jpg") center/cover no-repeat; }

.Work-Page .hero--kumppanit { background: url("../img/kumppanit-hero.jpg") center/cover no-repeat; }

.Work-Page .hero--mcf-integraatiot, .Work-Page .hero--digitaaliset-tuotteet { background: url("../img/mcf-integraatiot-hero.jpg") center/cover no-repeat; }

.Work-Page .image { margin: 1.875rem auto; max-width: 80%; }

@media only screen and (max-width: 768px) { .Work-Page .section-small, .Work-Page .section-large { margin: 0; } }

.Contact-Page .hero { background: url("../../assets/img/contact.jpg") top center/cover no-repeat; }

.Contact-Page .form-title { margin-bottom: 2.5rem; }

.Contact-Page .form-title h2 { margin: 0 0 1rem; }

.Contact-Page .form-title p { font-weight: 600; }

.Reference-Page .hero { background: url("../../assets/img/references.jpg") top center/cover no-repeat; }

.Reference-Page .references-title { margin: 0; }

@media only screen and (max-width: 1200px) { .Reference-Page .references-title { margin-top: 2.5rem; } }

@media only screen and (max-width: 768px) { .Reference-Page .references-title { margin: 1.25rem 0; } }

.Reference-Page .reference-page-break { background: url("../../assets/img/references-bg.png") top center/cover no-repeat; clip-path: polygon(0 3.75rem, 100% 0, 100% 100%, 0% 100%); padding: 15rem 0 7.5rem; }

@media only screen and (max-width: 992px) { .Reference-Page .reference-page-break { clip-path: polygon(0 2.5rem, 100% 0, 100% 100%, 0% 100%); padding: 7.5rem 0 3.75rem; } }

.Reference-Page .reference-page-break h2, .Reference-Page .reference-page-break p { color: #fff; margin-bottom: 2rem; margin-top: 0; }

@media only screen and (max-width: 768px) { .Reference-Page .reference-page-break h2, .Reference-Page .reference-page-break p { margin-bottom: 1rem; } }

.Reference-Page .reference-page-break h2 { margin-bottom: 2rem; }

.Reference-Page .reference-page-break p { font-size: 1.125rem; }

@media only screen and (max-width: 576px) { .Reference-Page .reference-page-break p { font-size: 1rem; } }

.Error404-page { background: #1a1a1a; }

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