/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code{font-family:monospace,monospace;font-size:1em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}progress{vertical-align:baseline}textarea{overflow:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/themes/iconic/public/material-icons.woff2) format("woff2"),url(/wp-content/themes/iconic/public/material-icons.woff) format("woff")}@font-face{font-family:"Material Icons Outlined";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/themes/iconic/public/material-icons-outlined.woff2) format("woff2"),url(/wp-content/themes/iconic/public/material-icons-outlined.woff) format("woff")}@font-face{font-family:"Material Icons Round";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/themes/iconic/public/material-icons-round.woff2) format("woff2"),url(/wp-content/themes/iconic/public/material-icons-round.woff) format("woff")}@font-face{font-family:"Material Icons Sharp";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/themes/iconic/public/material-icons-sharp.woff2) format("woff2"),url(/wp-content/themes/iconic/public/material-icons-sharp.woff) format("woff")}@font-face{font-family:"Material Icons Two Tone";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/themes/iconic/public/material-icons-two-tone.woff2) format("woff2"),url(/wp-content/themes/iconic/public/material-icons-two-tone.woff) format("woff")}
/*! 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.
 */

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.
 */

/* 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 {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* 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"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-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.
 */

/**
 * 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.
 */

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

/**
 * 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;
}

@media print,screen and (min-width: 30em){.reveal.large,.reveal.small,.reveal.tiny,.reveal{right:auto;left:auto;margin:0 auto}}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-pointer-events{touch-action:pan-y}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:0;text-decoration:underline dotted}b,strong{font-weight:bolder}code{font-family:monospace,monospace;font-size:1em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}progress{vertical-align:baseline}textarea{overflow:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}[draggable=false]{-webkit-touch-callout:none;-webkit-user-select:none}.foundation-mq{font-family:"small=0em&medium=30em&large=48em&xlarge=64em&xxlarge=75em&xxxlarge=87.5em"}html{box-sizing:border-box;font-size:100%}*,*::before,*::after{box-sizing:inherit}body{margin:0;padding:0;background:#111827;font-family:"Inter",sans-serif;font-weight:400;line-height:1.2;color:#f3f4f6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{box-sizing:border-box;width:100%;border-radius:0}button{padding:0;appearance:none;border:0;border-radius:0;background:rgba(0,0,0,0);line-height:1;cursor:auto}button,input,optgroup,select,textarea{font-family:inherit}.grid-container{padding-right:1.25rem;padding-left:1.25rem;max-width:80rem;margin-left:auto;margin-right:auto}.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin-left:auto;margin-right:auto}.grid-x{display:flex;flex-flow:row wrap}.cell{flex:0 0 auto;min-height:0;min-width:0;width:100%}.grid-x>.small-6,.grid-x>.small-12{flex-basis:auto}@media print,screen and (min-width: 30em){.grid-x>.medium-6,.grid-x>.medium-12{flex-basis:auto}}@media print,screen and (min-width: 48em){.grid-x>.large-shrink,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-12{flex-basis:auto}}@media screen and (min-width: 64em){.grid-x>.xlarge-shrink,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-10,.grid-x>.xlarge-12{flex-basis:auto}}.grid-x>.small-12,.grid-x>.small-6{flex:0 0 auto}.grid-x>.small-6{width:50%}.grid-x>.small-12{width:100%}@media print,screen and (min-width: 30em){.grid-x>.medium-12,.grid-x>.medium-6{flex:0 0 auto}.grid-x>.medium-6{width:50%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width: 48em){.grid-x>.large-12,.grid-x>.large-10,.grid-x>.large-9,.grid-x>.large-8,.grid-x>.large-7,.grid-x>.large-6,.grid-x>.large-5,.grid-x>.large-4,.grid-x>.large-3,.grid-x>.large-2,.grid-x>.large-shrink{flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-2{width:16.6666666667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.3333333333%}.grid-x>.large-5{width:41.6666666667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.3333333333%}.grid-x>.large-8{width:66.6666666667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.3333333333%}.grid-x>.large-12{width:100%}}@media screen and (min-width: 64em){.grid-x>.xlarge-auto{flex:1 1 0;width:auto}.grid-x>.xlarge-12,.grid-x>.xlarge-10,.grid-x>.xlarge-9,.grid-x>.xlarge-8,.grid-x>.xlarge-7,.grid-x>.xlarge-6,.grid-x>.xlarge-5,.grid-x>.xlarge-4,.grid-x>.xlarge-3,.grid-x>.xlarge-shrink{flex:0 0 auto}.grid-x>.xlarge-shrink{width:auto}.grid-x>.xlarge-3{width:25%}.grid-x>.xlarge-4{width:33.3333333333%}.grid-x>.xlarge-5{width:41.6666666667%}.grid-x>.xlarge-6{width:50%}.grid-x>.xlarge-7{width:58.3333333333%}.grid-x>.xlarge-8{width:66.6666666667%}.grid-x>.xlarge-9{width:75%}.grid-x>.xlarge-10{width:83.3333333333%}.grid-x>.xlarge-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-1.25rem;margin-right:-1.25rem}@media print,screen and (min-width: 30em){.grid-margin-x{margin-left:-1.25rem;margin-right:-1.25rem}}.grid-margin-x>.cell{width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}@media print,screen and (min-width: 30em){.grid-margin-x>.cell{width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}}.grid-margin-x>.small-6{width:calc(50% - 2.5rem)}.grid-margin-x>.small-12{width:calc(100% - 2.5rem)}@media print,screen and (min-width: 30em){.grid-margin-x>.small-6{width:calc(50% - 2.5rem)}.grid-margin-x>.small-12{width:calc(100% - 2.5rem)}.grid-margin-x>.medium-6{width:calc(50% - 2.5rem)}.grid-margin-x>.medium-12{width:calc(100% - 2.5rem)}}@media print,screen and (min-width: 48em){.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-2{width:calc(16.6666666667% - 2.5rem)}.grid-margin-x>.large-3{width:calc(25% - 2.5rem)}.grid-margin-x>.large-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.large-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.large-6{width:calc(50% - 2.5rem)}.grid-margin-x>.large-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.large-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.large-9{width:calc(75% - 2.5rem)}.grid-margin-x>.large-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.large-12{width:calc(100% - 2.5rem)}}@media screen and (min-width: 64em){.grid-margin-x>.xlarge-auto{width:auto}.grid-margin-x>.xlarge-shrink{width:auto}.grid-margin-x>.xlarge-3{width:calc(25% - 2.5rem)}.grid-margin-x>.xlarge-4{width:calc(33.3333333333% - 2.5rem)}.grid-margin-x>.xlarge-5{width:calc(41.6666666667% - 2.5rem)}.grid-margin-x>.xlarge-6{width:calc(50% - 2.5rem)}.grid-margin-x>.xlarge-7{width:calc(58.3333333333% - 2.5rem)}.grid-margin-x>.xlarge-8{width:calc(66.6666666667% - 2.5rem)}.grid-margin-x>.xlarge-9{width:calc(75% - 2.5rem)}.grid-margin-x>.xlarge-10{width:calc(83.3333333333% - 2.5rem)}.grid-margin-x>.xlarge-12{width:calc(100% - 2.5rem)}}@media screen and (min-width: 64em){.xlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xlarge-offset-1{margin-left:calc(8.3333333333% + 2.5rem / 2)}.xlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xlarge-offset-2{margin-left:calc(16.6666666667% + 2.5rem / 2)}}.grid-margin-y{margin-top:-1.25rem;margin-bottom:-1.25rem}@media print,screen and (min-width: 30em){.grid-margin-y{margin-top:-1.25rem;margin-bottom:-1.25rem}}.grid-margin-y>.cell{height:calc(100% - 2.5rem);margin-top:1.25rem;margin-bottom:1.25rem}@media print,screen and (min-width: 30em){.grid-margin-y>.cell{height:calc(100% - 2.5rem);margin-top:1.25rem;margin-bottom:1.25rem}}.grid-margin-y>.small-6{height:calc(50% - 2.5rem)}.grid-margin-y>.small-12{height:calc(100% - 2.5rem)}@media print,screen and (min-width: 30em){.grid-margin-y>.small-6{height:calc(50% - 2.5rem)}.grid-margin-y>.small-12{height:calc(100% - 2.5rem)}.grid-margin-y>.medium-6{height:calc(50% - 2.5rem)}.grid-margin-y>.medium-12{height:calc(100% - 2.5rem)}}@media print,screen and (min-width: 48em){.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.large-3{height:calc(25% - 2.5rem)}.grid-margin-y>.large-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.large-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.large-6{height:calc(50% - 2.5rem)}.grid-margin-y>.large-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.large-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.large-9{height:calc(75% - 2.5rem)}.grid-margin-y>.large-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.large-12{height:calc(100% - 2.5rem)}}@media screen and (min-width: 64em){.grid-margin-y>.xlarge-auto{height:auto}.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-3{height:calc(25% - 2.5rem)}.grid-margin-y>.xlarge-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.xlarge-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 2.5rem)}.grid-margin-y>.xlarge-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.xlarge-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 2.5rem)}.grid-margin-y>.xlarge-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 2.5rem)}}.grid-margin-y{margin-top:-1.25rem;margin-bottom:-1.25rem}@media print,screen and (min-width: 30em){.grid-margin-y{margin-top:-1.25rem;margin-bottom:-1.25rem}}.grid-margin-y>.cell{height:calc(100% - 2.5rem);margin-top:1.25rem;margin-bottom:1.25rem}@media print,screen and (min-width: 30em){.grid-margin-y>.cell{height:calc(100% - 2.5rem);margin-top:1.25rem;margin-bottom:1.25rem}}.grid-margin-y>.small-6{height:calc(50% - 2.5rem)}.grid-margin-y>.small-12{height:calc(100% - 2.5rem)}@media print,screen and (min-width: 30em){.grid-margin-y>.small-6{height:calc(50% - 2.5rem)}.grid-margin-y>.small-12{height:calc(100% - 2.5rem)}.grid-margin-y>.medium-6{height:calc(50% - 2.5rem)}.grid-margin-y>.medium-12{height:calc(100% - 2.5rem)}}@media print,screen and (min-width: 48em){.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-2{height:calc(16.6666666667% - 2.5rem)}.grid-margin-y>.large-3{height:calc(25% - 2.5rem)}.grid-margin-y>.large-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.large-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.large-6{height:calc(50% - 2.5rem)}.grid-margin-y>.large-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.large-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.large-9{height:calc(75% - 2.5rem)}.grid-margin-y>.large-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.large-12{height:calc(100% - 2.5rem)}}@media screen and (min-width: 64em){.grid-margin-y>.xlarge-auto{height:auto}.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-3{height:calc(25% - 2.5rem)}.grid-margin-y>.xlarge-4{height:calc(33.3333333333% - 2.5rem)}.grid-margin-y>.xlarge-5{height:calc(41.6666666667% - 2.5rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 2.5rem)}.grid-margin-y>.xlarge-7{height:calc(58.3333333333% - 2.5rem)}.grid-margin-y>.xlarge-8{height:calc(66.6666666667% - 2.5rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 2.5rem)}.grid-margin-y>.xlarge-10{height:calc(83.3333333333% - 2.5rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 2.5rem)}}.align-center{justify-content:center}.align-center.vertical.menu>li>a{justify-content:center}.small-order-1{order:1}.small-order-2{order:2}.small-order-3{order:3}@media print,screen and (min-width: 48em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}}div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,p,blockquote,th,td{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:1.5;text-rendering:optimizeLegibility}i{font-style:italic;line-height:inherit}strong,b{font-weight:700;line-height:inherit}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:"Inter",sans-serif;font-style:normal;font-weight:700;color:inherit;text-rendering:optimizeLegibility}h1,.h1{font-size:2rem;line-height:1.2;margin-top:0;margin-bottom:.8rem}h2,.h2{font-size:1.75rem;line-height:1.2;margin-top:0;margin-bottom:.8rem}h3,.h3{font-size:1.25rem;line-height:1.2;margin-top:0;margin-bottom:.8rem}h4,.h4{font-size:1.125rem;line-height:1.2;margin-top:0;margin-bottom:.8rem}h5,.h5{font-size:1.0625rem;line-height:1.2;margin-top:0;margin-bottom:.8rem}h6,.h6{font-size:1rem;line-height:1.2;margin-top:0;margin-bottom:.8rem}@media print,screen and (min-width: 48em){h1,.h1{font-size:2.75rem}h2,.h2{font-size:2.25rem}h3,.h3{font-size:1.625rem}h4,.h4{font-size:1.25rem}h5,.h5{font-size:1.0625rem}h6,.h6{font-size:1rem}}a{line-height:inherit;color:#71bee9;text-decoration:none;cursor:pointer}a:hover,a:focus{color:#47abe3}a img{border:0}hr{clear:both;max-width:80rem;height:0;margin:2.5rem auto;border-top:0;border-right:0;border-bottom:1px solid #cacaca;border-left:0}ul,ol{margin-bottom:1rem;list-style-position:outside;line-height:1.5}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ol{margin-left:1.25rem}ul ul,ul ol,ol ul,ol ol{margin-left:1.25rem;margin-bottom:0}blockquote{margin:0 0 1rem;padding:1.25rem 1.25rem .25rem 1.875rem;border-left:1px solid #cacaca}blockquote,blockquote p{line-height:1.5;color:#8a8a8a}abbr,abbr[title]{border-bottom:1px dotted #1a1a1a;cursor:help;text-decoration:none}figure{margin:0}code{border:1px solid #cacaca;background-color:#f7f7f7;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:400;color:#1a1a1a;display:inline;max-width:100%;word-wrap:break-word;padding:.125rem .3125rem .0625rem}.text-center{text-align:center}@media print{*{background:rgba(0,0,0,0) !important;color:#000 !important;print-color-adjust:economy;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}blockquote{border:1px solid #8a8a8a;page-break-inside:avoid}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.close-button{position:absolute;z-index:10;color:#8a8a8a;cursor:pointer}.close-button:hover,.close-button:focus{color:#1a1a1a}.close-button{right:1rem;top:.5rem;font-size:2em;line-height:1}.off-canvas{position:fixed;z-index:12;transition:transform .5s ease;backface-visibility:hidden;background:#fff}.position-right{top:0;right:0;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;width:300px;transform:translateX(300px)}.off-canvas-content .off-canvas.position-right{transform:translateX(300px)}.off-canvas-content{transform:none;backface-visibility:hidden}.reveal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1005;display:none;background-color:rgba(26,26,26,.45);overflow-y:auto;-webkit-overflow-scrolling:touch}.reveal{z-index:1006;backface-visibility:hidden;display:none;padding:1rem;border:1px solid #cacaca;border-radius:0;background-color:#fff;position:relative;top:100px;margin-right:auto;margin-left:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}[data-whatinput=mouse] .reveal{outline:0}@media print,screen and (min-width: 30em){.reveal{min-height:0}}.reveal .column{min-width:0}.reveal>:last-child{margin-bottom:0}@media print,screen and (min-width: 30em){.reveal{width:600px;max-width:80rem}}.reveal.collapse{padding:0}@media print,screen and (min-width: 30em){.reveal.tiny{width:30%;max-width:80rem}}@media print,screen and (min-width: 30em){.reveal.small{width:50%;max-width:80rem}}@media print,screen and (min-width: 30em){.reveal.large{width:90%;max-width:80rem}}.reveal.full{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}@media print,screen and (max-width: 29.99875em){.reveal{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}}.reveal.without-overlay{position:fixed}.hide{display:none !important}@media print,screen and (min-width: 48em){.hide-for-large{display:none !important}}@media screen and (max-width: 47.99875em){.show-for-large{display:none !important}}@media screen and (min-width: 64em){.hide-for-xlarge{display:none !important}}@media screen and (max-width: 63.99875em){.show-for-xlarge{display:none !important}}
.cypress-wrapper{position:relative}.cypress-wrapper .shadow-behind{display:none}@media print,screen and (min-width: 48em){.cypress-wrapper .shadow-behind{display:block;width:100%;height:120px;position:fixed;top:0;left:0;z-index:999999}}.cypress-wrapper .shadow-behind::before{display:block;content:"";width:100%;height:100%;background:linear-gradient(180deg, #111827 0%, rgba(17, 24, 39, 0) 100%)}body.admin-bar .cypress-menu{top:0}@media screen and (min-width: 37.5625em){body.admin-bar .cypress-menu{top:46px}}@media screen and (min-width: 48.9375em){body.admin-bar .cypress-menu{top:32px}}.cypress-content{position:relative}.cypress-content .cypress-errorpage{margin:3rem 0;overflow:hidden;text-align:center}@media print,screen and (min-width: 48em){.cypress-content .cypress-errorpage{margin:4rem 0}}@media screen and (min-width: 64em){.cypress-content .cypress-errorpage{margin:6rem 0}}.cypress-content .cypress-errorpage p{font-size:1.25rem}.cypress-content ul{margin:1.5rem 0;list-style-position:inside}.cypress-content ol{margin:1.5rem 0;list-style:none;counter-reset:my-custom-counter}.cypress-content ol li{counter-increment:my-custom-counter;margin:.25rem 0}.cypress-content ol li:before{content:counter(my-custom-counter) ". ";color:#1a1a1a;font-weight:500;margin:0 .5rem 0 0}.cypress-content blockquote{margin:2rem 0}.cypress-content .alignnone{margin:5px 20px 20px 0}.cypress-content .aligncenter,.cypress-content div.aligncenter{display:block;margin:5px auto 5px auto}.cypress-content .alignright{float:right;margin:5px 0 20px 20px}.cypress-content .alignleft{float:left;margin:5px 20px 20px 0}.cypress-content a img.alignright{float:right;margin:5px 0 20px 20px}.cypress-content a img.alignnone{margin:5px 20px 20px 0}.cypress-content a img.alignleft{float:left;margin:5px 20px 20px 0}.cypress-content a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.cypress-content .wp-caption{border:none;background:rgba(0,0,0,0);padding:0;max-width:100%;text-align:left}.cypress-content .wp-caption img{max-width:100%}.cypress-content .wp-caption p.wp-caption-text{padding:0;margin:1rem 0 0 0;font-size:.875rem;font-style:italic}.cypress-content .screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.cypress-content .screen-reader-text:focus{background-color:#eee;clip:auto !important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.cypress-content{padding-top:60px}@media screen and (min-width: 64em){.cypress-content{padding-top:0}}.cypress-content section:nth-of-type(1){padding-top:30px}@media screen and (min-width: 64em){.cypress-content section:nth-of-type(1){padding-top:200px}}
.gray-box{background:#1f2937;opacity:.98;border:1px solid #374151;border-radius:15px;padding:20px 25px;width:100%;display:flex;place-content:space-between;place-items:center;position:relative;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gray-box:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#374151}.gray-box:after{content:"arrow_forward";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-size:1.4rem !important;color:#57bd80}.gray-box:hover:after{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#fff}.gray-box p.post-title{font-weight:600;font-size:16px;line-height:22px;margin-bottom:.2rem;color:#fff}.gray-box p.category{margin-bottom:0;font-style:italic;font-weight:400;font-size:14px;line-height:18px}.gray-box p.category.service-management{color:#57bd80}.gray-box p.category.mjukvaruutveckling{color:#cead59}.gray-box p.category.cloud-och-devops{color:#b989ca}.gray-box p.category.agilt-ledarskap{color:#71bee9}.search-wrap{text-align:center;margin-bottom:6.25rem}.search-wrap h4{color:#cead59;margin-bottom:2.313rem}.search-wrap .inner{position:relative;z-index:999}.search-wrap .cypress-search-form .input-container{position:relative;margin:0 auto;width:100%;max-width:611px}.search-wrap .cypress-search-form .input-container input{border:none;padding:1.25rem 1.25rem 1.25rem 3.438rem;font-size:16px;line-height:22px;color:#1a1a1a;width:100%;height:54px;max-width:611px;margin:0 auto;display:block;background:#f3f4f6;border-radius:50px;font-weight:400;font-size:17px;line-height:25px}.search-wrap .cypress-search-form .input-container input:focus{outline:none !important}.search-wrap .cypress-search-form .input-container input ::placeholder{color:#666;opacity:1}.search-wrap .cypress-search-form .input-container input :-ms-input-placeholder{color:#666}.search-wrap .cypress-search-form .input-container input ::-ms-input-placeholder{color:#666}.search-wrap .cypress-search-form .input-container .search-btn{position:absolute;left:10px;top:15px;z-index:999;cursor:pointer}.search-wrap .cypress-search-form .input-container .search-btn::before{content:"search";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";color:#1a1a1a}.search-wrap .overlay{opacity:0;position:absolute;height:100vh;width:100%;top:0;right:0;left:0;bottom:0;background:#000;z-index:99999;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.search-wrap .overlay.active{opacity:.6;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.search-wrap .category-wrapper{margin-top:80px}.search-wrap .category-wrapper>.grid-x>.cell{width:calc(50% - .563rem);margin:.281rem}@media screen and (min-width: 64em){.search-wrap .category-wrapper>.grid-x>.cell{margin-top:0;margin-bottom:0;width:calc(25% - .938rem);margin-left:.469rem;margin-right:.469rem}}.search-wrap .category-wrapper a{background:#1f2937;opacity:.98;border:1px solid #374151;border-radius:15px;padding:20px 25px;width:100%;display:flex;place-content:space-between;place-items:center;position:relative;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-weight:600;font-size:14px;line-height:17px;display:flex;flex-direction:column;align-items:center;color:#fff;padding:.938rem;height:100%;place-content:unset;cursor:pointer}.search-wrap .category-wrapper a:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#374151}.search-wrap .category-wrapper a:after{content:"arrow_forward";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-size:1.4rem !important;color:#57bd80}.search-wrap .category-wrapper a:hover:after{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#fff}@media screen and (min-width: 64em){.search-wrap .category-wrapper a{padding:1.25rem;text-align:left;font-size:16px;line-height:22px;flex-direction:row}}.search-wrap .category-wrapper a::after{content:none}.search-wrap .category-wrapper a::before{font-size:2rem !important;margin-bottom:.563rem}@media screen and (min-width: 64em){.search-wrap .category-wrapper a::before{margin-bottom:0;margin-right:1.063rem}}.search-wrap .category-wrapper a.cloud-och-devops:before{content:"cloud";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";color:#b989ca}.search-wrap .category-wrapper a.service-management:before{content:"all_inclusive";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";color:#57bd80}.search-wrap .category-wrapper a.mjukvaruutveckling:before{content:"code";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";color:#cead59}.search-wrap .category-wrapper a.agilt-ledarskap:before{content:"view_timeline";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";color:#71bee9}.search-wrap .cypress-search.active-search>.search-wrapper{opacity:1}.search-wrap .cypress-search.active-search>.search-wrapper .search-result{padding:25px 14px;height:auto}@media screen and (min-width: 64em){.search-wrap .cypress-search.active-search>.search-wrapper .search-result{padding:66px 70px}}.search-wrap .cypress-search .search-wrapper{opacity:0;transition:opacity 300ms ease}.search-wrap .cypress-search .search-wrapper>.grid-container{position:relative}.search-wrap .cypress-search .search-wrapper .close{position:absolute;right:2rem;top:1rem;font-size:1.2rem;z-index:3;font-weight:700;cursor:pointer}.search-wrap .cypress-search .search-wrapper .search-result{height:0;background:#1f2937;border:1px solid #374151;border-radius:15px;position:absolute;z-index:999999999999 !important;max-height:60vh;overflow:hidden;overflow-y:scroll;top:20px;width:100%;margin:0 auto;left:0}@media screen and (min-width: 64em){.search-wrap .cypress-search .search-wrapper .search-result{max-height:none;overflow-y:hidden;width:1040px;margin:0 auto;left:0;right:0}}.search-wrap .cypress-search .search-wrapper .search-result::-webkit-scrollbar{width:10px;border-radius:100px}.search-wrap .cypress-search .search-wrapper .search-result::-webkit-scrollbar-track{background:#374151;border-radius:100px}.search-wrap .cypress-search .search-wrapper .search-result::-webkit-scrollbar-thumb{background:#6b7280;border-radius:100px}.search-wrap .cypress-search .search-wrapper .search-result::-webkit-scrollbar-thumb:hover{background:#6b7280;border-radius:100px}.search-wrap .cypress-search .search-wrapper .search-result>.cell{padding:0 15px;margin:0 0 2rem}@media screen and (min-width: 64em){.search-wrap .cypress-search .search-wrapper .search-result>.cell{margin:0}}.search-wrap .cypress-search .search-wrapper .search-result .list-post-wrap{text-align:left}@media screen and (min-width: 64em){.search-wrap .cypress-search .search-wrapper .search-result .list-post-wrap{padding-left:108px}}.search-wrap .cypress-search .search-wrapper h3{font-weight:600;font-size:14px;line-height:20px;text-transform:uppercase;color:#cead59;text-align:left;margin-bottom:22px}.search-wrap .cypress-search .search-wrapper p{line-height:2.5}.search-wrap .cypress-search .search-wrapper ul{list-style:none;margin:0;text-align:left}.search-wrap .cypress-search .search-wrapper ul li:not(:last-child){margin-bottom:25px}.search-wrap .cypress-search .search-wrapper ul li a{font-weight:600;font-size:14px;line-height:18px;color:#9ca3af;outline:none;cursor:pointer;margin-bottom:5px}.search-wrap .cypress-search .search-wrapper ul li a span{display:block}.search-wrap .cypress-search .search-wrapper ul li a span.category{margin-bottom:0;font-style:italic;font-weight:400;font-size:14px;line-height:18px}.search-wrap .cypress-search .search-wrapper ul li a span.category.service-management{color:#57bd80}.search-wrap .cypress-search .search-wrapper ul li a span.category.mjukvaruutveckling{color:#cead59}.search-wrap .cypress-search .search-wrapper ul li a span.category.cloud-och-devops{color:#b989ca}.search-wrap .cypress-search .search-wrapper ul li a span.category.agilt-ledarskap{color:#71bee9}.search-wrap .cypress-search .search-wrapper ul li a .excerpt{font-weight:400;font-size:14px;line-height:18px;color:#9ca3af}.search-wrap .cypress-search .search-wrapper ul.list-post li:not(:last-child){margin-bottom:18px}@media screen and (min-width: 64em){.search-wrap .cypress-search .search-wrapper ul.list-post li{display:none}.search-wrap .cypress-search .search-wrapper ul.list-post li:nth-child(1),.search-wrap .cypress-search .search-wrapper ul.list-post li:nth-child(2),.search-wrap .cypress-search .search-wrapper ul.list-post li:nth-child(3),.search-wrap .cypress-search .search-wrapper ul.list-post li:nth-child(4),.search-wrap .cypress-search .search-wrapper ul.list-post li:nth-child(5){display:block}}.search-wrap .cypress-search .search-wrapper ul.list-post li span:not(:last-child){margin-bottom:5px}.search-wrap .cypress-search .search-wrapper .link.yellow{display:block;font-weight:600;font-size:16px;line-height:19px;margin-top:32px;text-align:left}.cypress-textpost-block,.cypress-quotepost-block,.cypress-imagepost-block{margin:0}
a{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}a.link.yellow{color:#cead59;text-decoration:underline;font-weight:600}a.link.yellow:hover{color:#fff}p,li{font-size:1rem;line-height:22px}@media print,screen and (min-width: 48em){p,li{font-size:1.0625rem;line-height:25px}}p.small-title{font-weight:600 !important;text-transform:uppercase;font-size:.875rem !important;line-height:20px !important;margin:30px 0 20px}p.small-title.purple{color:#b989ca}p.small-title.blue{color:#71bee9}p.small-title.orange{color:#cead59}p.large{font-size:1.25rem;font-weight:400;line-height:30px}p.display{font-size:2.5rem !important;font-weight:700 !important;line-height:48.41px !important;overflow-wrap:break-word;hyphens:auto}@media screen and (min-width: 64em){p.display{font-size:4.0625rem !important;line-height:75px !important}}span.orange{color:#cead59}h1{margin-bottom:1.25rem}h1+h2,h1+h3,h1+h4,p+h2,ul+h2,ol+h2,p+h3,ul+h3,ol+h3{margin-top:2.5rem}p+h4,ul+h4,ol+h4,p+h5,ul+h5,ol+h5,p+h6,ul+h6,ol+h6{margin-top:2rem}@font-face{font-family:"Inter",sans-serif;src:url(/wp-content/themes/iconic/public/Inter-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Inter",sans-serif;src:url(/wp-content/themes/iconic/public/Inter-Black.ttf) format("truetype");font-weight:900;font-style:italic}@font-face{font-family:"Inter",sans-serif;src:url(/wp-content/themes/iconic/public/Inter-ExtraBold.ttf) format("truetype");font-weight:800;font-style:italic}@font-face{font-family:"Inter",sans-serif;src:url(/wp-content/themes/iconic/public/Inter-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Inter",sans-serif;src:url(/wp-content/themes/iconic/public/Inter-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:"Inter",sans-serif;src:url(/wp-content/themes/iconic/public/Inter-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"Inter",sans-serif;src:url(/wp-content/themes/iconic/public/Inter-Light.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:"Inter",sans-serif;src:url(/wp-content/themes/iconic/public/Inter-ExtraLight.ttf) format("truetype");font-weight:200;font-style:italic}@font-face{font-family:"Inter",sans-serif;src:url(/wp-content/themes/iconic/public/Inter-Thin.ttf) format("truetype");font-weight:100;font-style:normal}
@font-face{font-family:"cypress";src:url(/wp-content/themes/iconic/public/cypress.eot);src:url(/wp-content/themes/iconic/public/cypress.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/iconic/public/cypress.woff) format("woff"),url(/wp-content/themes/iconic/public/cypress.ttf) format("truetype"),url(/wp-content/themes/iconic/public/cypress.svg#cypress) format("svg");font-weight:normal;font-style:normal}
.cypress-roll-up{position:fixed;right:0;bottom:0;left:0;z-index:10}.cypress-roll-up.active .overlay{z-index:10;opacity:1;height:auto}.cypress-roll-up.active .rollup-content-wrapper{height:auto}.cypress-roll-up.active .rollup-content{max-height:70vh;height:auto;transition:max-height .3s ease-in}.cypress-roll-up.active .trigger:after{transform:rotate(-180deg)}.cypress-roll-up .overlay{position:fixed;height:0;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:0;background-color:rgba(0,0,0,.8);transition:opacity .3s ease}.cypress-roll-up .trigger,.cypress-roll-up .rollup-content{position:relative;z-index:11}.cypress-roll-up .trigger{background-color:#71bee9;display:flex;flex:1;color:#fff;align-items:center;justify-content:space-between;font-size:.9375rem;font-weight:600;padding:1rem 1.2rem;border-top-left-radius:10px;border-top-right-radius:10px}.cypress-roll-up .trigger:after{content:"expand_more";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";font-variation-settings:"wght" 700;font-size:1.2rem;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-roll-up .rollup-content-wrapper{overflow:hidden;height:0}.cypress-roll-up .rollup-content{padding:15px 20px;background-color:#fff;max-height:0;overflow-y:scroll;transition:max-height .3s ease-out}.cypress-roll-up .rollup-content ul{margin:.5rem 0 3rem;list-style:none}.cypress-roll-up .rollup-content ul li:not(:first-of-type){border-top:1px solid #cacaca;margin-top:15px;padding-top:15px}.cypress-roll-up .rollup-content ul li:not(:first-of-type) a{font-size:1rem;font-weight:400;color:#1a1a1a}.cypress-roll-up .rollup-content ul li:not(:first-of-type) a.current,.cypress-roll-up .rollup-content ul li:not(:first-of-type) a:hover{color:#71bee9}.cypress-roll-up .rollup-content .show-all{display:block;font-weight:600;color:#1a1a1a}
button.btn,a.btn{display:flex;flex-direction:row;align-items:center;padding:15px 40px 13px;border-radius:15px;color:#fff;font-size:1rem;font-weight:600;width:fit-content}button.btn:hover,a.btn:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}button.primary,a.primary{background:#1f2937;border:1px solid #374151;display:flex;flex-direction:row;align-items:center;padding:15px 40px 13px;border-radius:15px;color:#fff;font-size:1rem;font-weight:600;width:fit-content}button.primary:hover,a.primary:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}button.primary:hover,a.primary:hover{background-color:#374151}button.primary.arrow,a.primary.arrow{display:flex;flex-direction:row;align-items:center;padding:15px 40px 13px;border-radius:15px;color:#fff;font-size:1rem;font-weight:600;width:fit-content;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}button.primary.arrow:hover,a.primary.arrow:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}button.primary.arrow:after,a.primary.arrow:after{content:"arrow_forward";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;visibility:hidden !important;opacity:0 !important;font-size:1.4rem !important;height:19px;top:-3px;position:relative;width:0;margin-left:2px}button.primary.arrow:hover:after,a.primary.arrow:hover:after{transform:translateX(6px);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:1 !important;visibility:visible !important;width:19px}button.secondary,a.secondary{background:#111827;border:1.5px solid #fff;display:flex;flex-direction:row;align-items:center;padding:15px 40px 13px;border-radius:15px;color:#fff;font-size:1rem;font-weight:600;width:fit-content}button.secondary:hover,a.secondary:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}button.secondary:hover,a.secondary:hover{background-color:#fff;color:#111827 !important}button.secondary.arrow,a.secondary.arrow{display:flex;flex-direction:row;align-items:center;padding:15px 40px 13px;border-radius:15px;color:#fff;font-size:1rem;font-weight:600;width:fit-content;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}button.secondary.arrow:hover,a.secondary.arrow:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}button.secondary.arrow:after,a.secondary.arrow:after{content:"arrow_forward";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;visibility:hidden !important;opacity:0 !important;font-size:1.4rem !important;height:19px;top:-3px;position:relative;width:0;margin-left:2px}button.secondary.arrow:hover:after,a.secondary.arrow:hover:after{transform:translateX(6px);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:1 !important;visibility:visible !important;width:19px}button.secondary::after,a.secondary::after{color:#111827 !important}
.breadcrumb-wrap{background:#111827}nav.main-breadcrumbs{position:relative;padding-top:10px;transition:padding .3s ease;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (min-width: 64em){nav.main-breadcrumbs{z-index:9999999;top:135px;background:none;padding-top:10px}.sticky-header nav.main-breadcrumbs{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;padding-top:10px;z-index:99999}}nav.main-breadcrumbs>span{position:relative;width:auto;display:flex;color:#9ca3af}nav.main-breadcrumbs>span span{padding:0 10px}nav.main-breadcrumbs>span span:first-child{padding-left:0px}nav.main-breadcrumbs>span span:last-child{padding-right:0px}nav.main-breadcrumbs>span span:not(:last-child){border-right:1px solid #9ca3af}nav.main-breadcrumbs a,nav.main-breadcrumbs span{font-size:.875rem;font-weight:400;line-height:18px;color:#9ca3af}
.cypress-menu{background:#1f2937;position:fixed;top:0;right:0;left:0;z-index:999999999;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (min-width: 64em){.cypress-menu{background:none;padding:1.875rem 0;height:auto}}.cypress-menu .flex{display:block}@media screen and (min-width: 64em){.cypress-menu .flex{display:flex;justify-content:space-between;align-items:center}}.menu-wrapper{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:60px}@media screen and (min-width: 64em){.menu-wrapper{height:80px;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:25px;position:relative}.menu-wrapper.show{border-bottom-left-radius:0;border-bottom-right-radius:0}}.menu-wrapper .btn-dpm{display:none}@media screen and (min-width: 64em){.menu-wrapper .btn-dpm{display:flex;position:relative;width:90px;justify-content:center;align-items:center;height:100%;border-top-right-radius:15px;border-bottom-right-radius:15px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;z-index:999}}.menu-wrapper .btn-dpm.open{border-bottom-right-radius:0 !important;transition:none}.menu-wrapper .btn-dpm.open .material-symbols-outlined:before{opacity:0;transform:rotate(-90deg);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.menu-wrapper .btn-dpm.open .material-symbols-outlined:after{opacity:1;transform:rotate(0deg);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.menu-wrapper .btn-dpm:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:#6b7280}.menu-wrapper .btn-dpm .material-symbols-outlined{float:right;display:block;width:20px;height:20px;overflow:visible;margin:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#f3f4f6;cursor:pointer;position:relative}.menu-wrapper .btn-dpm .material-symbols-outlined:before,.menu-wrapper .btn-dpm .material-symbols-outlined:after{position:absolute;left:0;right:0;margin:0 auto;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform-origin:center}.menu-wrapper .btn-dpm .material-symbols-outlined::before{content:"more_horiz";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";opacity:1}.menu-wrapper .btn-dpm .material-symbols-outlined:after{content:"close";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";opacity:0;transform:rotate(90deg)}.menu-wrapper .menu-dropdown{background:#1f2937;place-content:space-between;place-items:center}@media screen and (min-width: 64em){.menu-wrapper .menu-dropdown{border:1px solid #374151;border-radius:15px;top:0px;width:100%;left:0;height:80px;position:absolute}}.menu-wrapper .menu-dropdown:hover{background-color:#1f2937}.menu-wrapper .menu-dropdown::after{content:none}.menu-wrapper .menu-dropdown.no-show{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border-top:0;border-left:0;border-right:0}.menu-wrapper .menu-dropdown .md-wrapper{display:none;border-radius:15px;background:#1f2937;border:1px solid #374151}.menu-wrapper .menu-dropdown .md-wrapper.show{display:block;visibility:visible;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.menu-wrapper .menu-dropdown .md-wrapper ul.md-list{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;height:0;padding:158px 25px 70px;list-style:none;border-bottom:1px solid #374151;height:auto;margin:0;display:flex;place-content:space-around}.menu-wrapper .menu-dropdown .md-wrapper ul.md-list::before{content:"";display:block;opacity:.98;border-bottom:1px solid #374151;position:absolute;top:80px;width:100%}.menu-wrapper .menu-dropdown .md-wrapper ul.md-list li.has-sub-menu{width:270px}.menu-wrapper .menu-dropdown .md-wrapper ul.md-list li.has-sub-menu:nth-child(1)>a{color:#57bd80}.menu-wrapper .menu-dropdown .md-wrapper ul.md-list li.has-sub-menu:nth-child(1) ul.sub-menu li>a::before{color:#57bd80}.menu-wrapper .menu-dropdown .md-wrapper ul.md-list li.has-sub-menu:nth-child(2)>a{color:#b989ca}.menu-wrapper .menu-dropdown .md-wrapper ul.md-list li.has-sub-menu:nth-child(2) ul.sub-menu li>a::before{color:#b989ca}.menu-wrapper .menu-dropdown .md-wrapper ul.md-list li.has-sub-menu:nth-child(3)>a{color:#cead59}.menu-wrapper .menu-dropdown .md-wrapper ul.md-list li.has-sub-menu:nth-child(3) ul.sub-menu li>a::before{color:#cead59}.menu-wrapper .menu-dropdown .md-wrapper ul.md-list li.has-sub-menu:nth-child(4)>a{color:#71bee9}.menu-wrapper .menu-dropdown .md-wrapper ul.md-list li.has-sub-menu:nth-child(4) ul.sub-menu li>a::before{color:#71bee9}.menu-wrapper .menu-dropdown .md-wrapper ul.md-list li.has-sub-menu>a.menu-item-has-children{pointer-events:none;font-weight:600;font-size:14px;line-height:20px;text-transform:uppercase;margin-bottom:25px !important;display:block}.menu-wrapper .menu-dropdown .md-wrapper ul.md-list li.has-sub-menu ul.sub-menu{list-style:none;margin:0;padding:0}.menu-wrapper .menu-dropdown .md-wrapper ul.md-list li.has-sub-menu ul.sub-menu li:not(:last-child){margin-bottom:25px}.menu-wrapper .menu-dropdown .md-wrapper ul.md-list li.has-sub-menu ul.sub-menu li>a{display:flex;align-items:center;color:#9ca3af;font-size:.875rem;line-height:1.5rem;font-weight:600;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.menu-wrapper .menu-dropdown .md-wrapper ul.md-list li.has-sub-menu ul.sub-menu li>a:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#fff}.menu-wrapper .menu-dropdown .md-wrapper ul.md-list li.has-sub-menu ul.sub-menu li>a.child::before{content:"arrow_forward_ios";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";font-size:.8rem !important;position:relative;margin-right:8px}.menu-wrapper .menu-dropdown .md-wrapper .md-bottom{padding-left:36px;display:flex;align-items:center;height:80px}.menu-wrapper .menu-dropdown .md-wrapper .md-bottom .mdb-col a{display:block;margin-bottom:0;font-weight:600;font-size:15px;line-height:18px;display:flex;align-items:center;color:#9ca3af}.menu-wrapper .menu-dropdown .md-wrapper .md-bottom .mdb-col a:hover{color:#fff}.menu-wrapper .menu-dropdown .md-wrapper .md-bottom .mdb-col a::before{color:#9ca3af;font-size:1.1rem !important;margin-right:8px}.menu-wrapper .menu-dropdown .md-wrapper .md-bottom .mdb-col.one{margin-right:41px}.menu-wrapper .menu-dropdown .md-wrapper .md-bottom .mdb-col.one h5{color:#cead59;margin-bottom:0}.menu-wrapper .menu-dropdown .md-wrapper .md-bottom .mdb-col.two{margin-right:41px}.menu-wrapper .menu-dropdown .md-wrapper .md-bottom .mdb-col.two a::before{content:"mail";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.menu-wrapper .menu-dropdown .md-wrapper .md-bottom .mdb-col.three a::before{content:"phone_iphone";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.menu-wrapper .menu-dropdown .md-wrapper .md-bottom .mdb-col.four{margin-left:auto;margin-right:0}.menu-wrapper .menu-dropdown .md-wrapper .md-bottom .mdb-col.four a{justify-content:center;align-items:center;height:81px;display:flex;border-bottom-right-radius:15px;padding:0 50px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.menu-wrapper .menu-dropdown .md-wrapper .md-bottom .mdb-col.four a:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:#6b7280;color:#fff}.menu-wrapper .menu-dropdown .md-wrapper .md-bottom .mdb-col.four a:hover::before{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#fff}.menu-wrapper .menu-dropdown .md-wrapper .md-bottom .mdb-col.four a::before{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;content:"forum";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.navigation-bar{margin:0;overflow:hidden;width:100%;position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between}@media screen and (min-width: 64em){.navigation-bar{width:auto}}.navigation-bar .logo{float:left;display:block;max-width:85px}@media screen and (min-width: 64em){.navigation-bar .logo{max-width:118px}}.navigation-bar .logo img{width:100%;height:auto}.main-menu-list{display:flex;align-items:center;justify-content:flex-end;margin:0;list-style:none;position:relative;z-index:1}.main-menu-list .menu-item-wrapper{position:relative}.main-menu-list .menu-item-wrapper.has-sub-menu:after{content:"";border-color:rgba(255,255,255,0);transform:translateY(10px);transition:transform .3s ease,border-color .3s ease}.main-menu-list .menu-item-wrapper.has-sub-menu:hover:after{position:absolute;z-index:10;bottom:-21px;left:50%;margin-left:-10px;width:0;height:0;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-bottom:10px solid #71bee9;-webkit-transform:translateY(0);transform:translateY(0)}.main-menu-list .menu-item-wrapper.has-sub-menu:hover>.sub-menu{visibility:visible;transform:translateY(0);opacity:1}.main-menu-list .menu-item{display:block;font-size:.9375rem;font-weight:600;color:#d1d5db;padding:.25rem 1.25rem;margin:0;align-content:center;display:flex;height:80px;align-items:center;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.main-menu-list .menu-item:hover{color:#fff;background:#6b7280}.main-menu-list .menu-item::before{font-size:1.4rem !important;margin-right:8px}.main-menu-list .menu-item.group_add::before{content:"group_add";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.main-menu-list .menu-item.collections_bookmark::before{content:"collections_bookmark";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.main-menu-list .menu-item.integration_instructions::before{content:"integration_instructions";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.main-menu-list .sub-menu{position:absolute;top:100%;visibility:hidden;opacity:0;width:160px;list-style:none;padding:1.2rem 0;margin:0}.main-menu-list .sub-menu .menu-item-wrapper{position:relative;background:#71bee9}.main-menu-list .sub-menu .menu-item-wrapper:first-of-type{padding-top:.75rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.main-menu-list .sub-menu .menu-item-wrapper:last-of-type{padding-bottom:.75rem;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.main-menu-list .sub-menu .menu-item{font-size:.9375rem;color:#fff !important;padding:.35rem 1.25rem}.main-menu-list .sub-menu .menu-item:hover,.main-menu-list .sub-menu .menu-item.current-menu-item{font-weight:600}.menu-trigger{float:right;display:block;width:33px;height:33px;overflow:visible;margin:0;padding-top:.4rem;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.menu-trigger:before,.menu-trigger:after{position:absolute;right:0;top:1px;font-size:2.1rem !important;line-height:1 !important;color:#f3f4f6;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;transform-origin:center}.menu-trigger:before{content:"menu";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";opacity:1}.menu-trigger:after{content:"close";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";opacity:0;transform:rotate(90deg)}.menu-trigger.open:before{opacity:0;transform:rotate(-90deg)}.menu-trigger.open:after{opacity:1;transform:rotate(0deg)}
.cypress-mobilenav{position:fixed;top:0;right:0;left:0;bottom:0;z-index:999999;background:#1f2937;display:none}.cypress-mobilenav.shown{display:flex !important;flex-direction:column}.cypress-mobilenav .mobile-menu{overflow:hidden}.cypress-mobilenav .mobile-menu-list{list-style:none;padding:5rem 0;margin:0;overflow:hidden;overflow-y:scroll;width:calc(100% + 1rem);height:100vh}@media screen and (min-width: 75em){.cypress-mobilenav .mobile-menu-list{padding:6.25rem 0}}.cypress-mobilenav .mobile-menu-list>.menu-item-wrapper{border-bottom:solid 1px rgba(255,255,255,.14)}.cypress-mobilenav .mobile-menu-list .menu-item-wrapper{display:block;position:relative}.cypress-mobilenav .mobile-menu-list .menu-item-wrapper .arrow-down:after{content:"expand_more";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-size:1.8rem;line-height:1;display:block;color:#fff;position:absolute;top:1rem;right:2rem;z-index:9999999999999}@media print,screen and (min-width: 30em){.cypress-mobilenav .mobile-menu-list .menu-item-wrapper .arrow-down:after{top:1.25rem}}.cypress-mobilenav .mobile-menu-list .menu-item-wrapper .arrow-down.open:after{transform:rotate(-180deg)}.cypress-mobilenav .mobile-menu-list .menu-item{display:flex;align-items:center;font-size:1rem;font-weight:500;color:#fff;text-decoration:none;padding:1rem 2rem 1rem 1rem;position:relative}@media print,screen and (min-width: 30em){.cypress-mobilenav .mobile-menu-list .menu-item{font-size:1.0625rem;padding:1.25rem 2rem 1.25rem 1rem}}.cypress-mobilenav .mobile-menu-list .menu-item.no-click{pointer-events:none}.cypress-mobilenav .mobile-menu-list .menu-item.menu-item-has-children::before{font-size:1.2rem !important;position:relative;margin-right:14px}.cypress-mobilenav .mobile-menu-list .menu-item.menu-item-has-children.group_add::before{content:"group_add";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.cypress-mobilenav .mobile-menu-list .menu-item.menu-item-has-children.collections_bookmark::before{content:"collections_bookmark";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.cypress-mobilenav .mobile-menu-list .menu-item.menu-item-has-children.integration_instructions::before{content:"integration_instructions";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.cypress-mobilenav .mobile-menu-list .menu-item.menu-item-has-children.info::before{content:"info";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.cypress-mobilenav .mobile-menu-list .menu-item.current-menu-ancestor,.cypress-mobilenav .mobile-menu-list .menu-item.current-menu-item,.cypress-mobilenav .mobile-menu-list .menu-item:hover{font-weight:700}.cypress-mobilenav .mobile-menu-list .sub-menu{display:none;margin:0;padding:0 0 1.875rem 3.25rem;list-style:none}.cypress-mobilenav .mobile-menu-list .sub-menu .menu-item{font-weight:600;font-size:14px;line-height:18px;color:#f3f4f6;padding:.625rem 1rem;display:flex;align-items:center}.cypress-mobilenav .mobile-menu-list .sub-menu .menu-item::before{content:"arrow_forward_ios";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";font-size:.8rem !important;position:relative;margin-right:8px}.cypress-mobilenav .mobile-menu-list .grandchild{display:none;margin:0;list-style:none}.cypress-mobilenav .mobile-menu-list .grandchild .menu-item{padding:.625rem 1rem}.cypress-mobilenav .links-mobile{margin-top:auto;margin-bottom:1.25rem;padding:0 14px}.cypress-mobilenav .links-mobile ul{list-style:none;padding:0;margin:0}.cypress-mobilenav .links-mobile ul li:not(:last-child){margin-bottom:.625rem}.cypress-mobilenav .links-mobile ul li a{width:100%;justify-content:center}@media print,screen and (min-width: 30em){.cypress-mobilenav .links-mobile ul li a{width:fit-content;margin:0 auto}}.cypress-mobilenav .links-mobile ul li a.primary{background-color:#374151;border:none}.cypress-mobilenav .links-mobile ul li a.secondary{background-color:#1f2937}
.cypress-footer{background-color:#111827 !important}.cypress-footer .box-top>.grid-container>.grid-x{align-items:center;border-bottom:1px solid #6b7280;padding:27px 0}.cypress-footer .box-top .footer-logo a{display:block;width:110px;height:37px}.cypress-footer .box-top .footer-logo a img{width:100%}.cypress-footer .box-top .footer-some{display:flex;justify-content:end}.cypress-footer .box-top .footer-some ul{padding:0;list-style:none;display:flex;margin:0}.cypress-footer .box-top .footer-some ul li:not(:last-child){margin-right:12px}.cypress-footer .box-top .footer-some ul li a{color:#9ca3af;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-footer .box-top .footer-some ul li a:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#e5e7eb}.cypress-footer .box-top .footer-some ul li a::before{font-family:"cypress" !important;font-size:1rem;position:relative;top:2px;font-weight:normal;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}.cypress-footer .box-top .footer-some ul li a.instagram:before{content:"a" !important}.cypress-footer .box-top .footer-some ul li a.linkedin:before{content:"b" !important}.cypress-footer .box-top .footer-some ul li a.facebook:before{content:"c" !important}.cypress-footer .box-top .footer-some ul li a.twitter:before{content:"d" !important}.cypress-footer .box-top .footer-some ul li a.youtube:before{content:"e" !important}.cypress-footer .box-top .footer-some ul li a.vimeo:before{content:"f" !important}.cypress-footer .box-md{padding:40px 0}@media print,screen and (min-width: 48em){.cypress-footer .box-md{padding:29px 0 54px}}.cypress-footer .box-md .grid-container>.grid-x{align-content:space-between}.cypress-footer .box-md h4{font-weight:700;color:#9ca3af;font-size:1rem}.cypress-footer .box-md .col-one:not(:last-child),.cypress-footer .box-md .col-two:not(:last-child),.cypress-footer .box-md .col-three:not(:last-child),.cypress-footer .box-md .col-four:not(:last-child){margin-bottom:40px}@media print,screen and (min-width: 48em){.cypress-footer .box-md .col-one:not(:last-child),.cypress-footer .box-md .col-two:not(:last-child),.cypress-footer .box-md .col-three:not(:last-child),.cypress-footer .box-md .col-four:not(:last-child){margin-bottom:0px}}.cypress-footer .box-md .col-one ul,.cypress-footer .box-md .col-two ul,.cypress-footer .box-md .col-three ul,.cypress-footer .box-md .col-four ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;place-content:space-around}.cypress-footer .box-md .col-one ul li:not(:last-child),.cypress-footer .box-md .col-two ul li:not(:last-child),.cypress-footer .box-md .col-three ul li:not(:last-child),.cypress-footer .box-md .col-four ul li:not(:last-child){margin-bottom:8px}@media print,screen and (min-width: 48em){.cypress-footer .box-md .col-one ul li:not(:last-child),.cypress-footer .box-md .col-two ul li:not(:last-child),.cypress-footer .box-md .col-three ul li:not(:last-child),.cypress-footer .box-md .col-four ul li:not(:last-child){margin-bottom:20px}}.cypress-footer .box-md .col-one ul li p,.cypress-footer .box-md .col-two ul li p,.cypress-footer .box-md .col-three ul li p,.cypress-footer .box-md .col-four ul li p{color:#9ca3af;font-size:.875rem;line-height:1.5rem}.cypress-footer .box-md .col-one ul li a,.cypress-footer .box-md .col-two ul li a,.cypress-footer .box-md .col-three ul li a,.cypress-footer .box-md .col-four ul li a{color:#9ca3af;font-size:.875rem;line-height:1.5rem;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-footer .box-md .col-one ul li a:hover,.cypress-footer .box-md .col-two ul li a:hover,.cypress-footer .box-md .col-three ul li a:hover,.cypress-footer .box-md .col-four ul li a:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#fff}.cypress-footer .box-bottom .grid-container>.grid-x{border-top:1px solid #6b7280;padding:27px 0}.cypress-footer .box-bottom .grid-container>.grid-x .cell.small-order-1{margin-bottom:30px}@media print,screen and (min-width: 48em){.cypress-footer .box-bottom .grid-container>.grid-x .cell.small-order-1{margin-bottom:0px}}.cypress-footer .box-bottom .bb-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}@media print,screen and (min-width: 48em){.cypress-footer .box-bottom .bb-links{flex-direction:row}}.cypress-footer .box-bottom .bb-links li:not(:last-child){margin-bottom:10px}@media print,screen and (min-width: 48em){.cypress-footer .box-bottom .bb-links li:not(:last-child){margin-bottom:0px;margin-right:50px}}.cypress-footer .box-bottom p{color:#9ca3af;font-size:.875rem;margin:0}.cypress-footer .box-bottom .bt_link{font-size:.875rem;color:#9ca3af;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-footer .box-bottom .bt_link:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#fff}.cypress-footer .box-bottom .bt_link:not(:last-child){margin-right:36px}.mobile-menu-bottom{position:fixed;z-index:999998;background-color:#1f2937;bottom:0;width:100%;left:0;padding:0 10px;height:60px}@media screen and (min-width: 64em){.mobile-menu-bottom{display:none}}.mobile-menu-bottom .mm-wrapper{height:100%}.mobile-menu-bottom .mm-wrapper>ul.md-list{height:100%;list-style:none;padding:0;margin:0;display:flex;align-items:center;justify-content:space-between}.mobile-menu-bottom .mm-wrapper>ul.md-list li{width:33.3333333333%;text-align:center}.mobile-menu-bottom .mm-wrapper>ul.md-list li a{display:block;font-size:.9375rem;font-weight:600;color:#d1d5db;padding:.25rem 1rem;margin:0;align-content:center;display:flex;flex-direction:column}.mobile-menu-bottom .mm-wrapper>ul.md-list li a:hover{color:#9ca3af}.mobile-menu-bottom .mm-wrapper>ul.md-list li a::before{font-size:1.1rem !important}.mobile-menu-bottom .mm-wrapper>ul.md-list li a.group_add::before{content:"group_add";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.mobile-menu-bottom .mm-wrapper>ul.md-list li a.forum::before{content:"forum";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.mobile-menu-bottom .mm-wrapper>ul.md-list li a.integration_instructions::before{content:"integration_instructions";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}
.cypress-textblock{padding:3rem 0;overflow:hidden}@media print,screen and (min-width: 48em){.cypress-textblock{padding:4rem 0}}@media screen and (min-width: 64em){.cypress-textblock{padding:6rem 0}}
.cypress-text-image{padding:3rem 0}@media print,screen and (min-width: 48em){.cypress-text-image{padding:4rem 0}}@media screen and (min-width: 64em){.cypress-text-image{padding:6rem 0}}.cypress-text-image .img-box{margin-bottom:40px}@media print,screen and (min-width: 48em){.cypress-text-image .img-box{margin-bottom:0}}.cypress-text-image h2{color:#cead59}.cypress-text-image p{font-weight:400}@media print,screen and (min-width: 48em){.cypress-text-image p{font-size:20px;line-height:30px}}.cypress-text-image p.display{margin-bottom:0 !important;font-size:2.5rem !important;font-weight:700 !important;line-height:48.41px !important}@media screen and (min-width: 64em){.cypress-text-image p.display{font-size:4.0625rem !important;line-height:75px !important}}.cypress-text-image p:not(:last-child){margin-bottom:1.5rem}@media print,screen and (min-width: 48em){.cypress-text-image p:not(:last-child){margin-bottom:3rem}}.cypress-text-image p:last-child{margin-bottom:0}.cypress-text-image .btn{margin-top:40px}
.cypress-image-gallery{padding:3rem 0}@media print,screen and (min-width: 48em){.cypress-image-gallery{padding:4rem 0}}@media screen and (min-width: 64em){.cypress-image-gallery{padding:6rem 0}}.cypress-image-gallery .swiper{width:100%;height:100%;padding:20px}@media print,screen and (min-width: 48em){.cypress-image-gallery .swiper .swiper-wrapper{padding-bottom:100px}}.cypress-image-gallery .swiper .swiper-wrapper .swiper-slide{height:auto}.cypress-image-gallery .swiper .swiper-wrapper .swiper-slide.swiper-slide-active{margin-right:0px}.cypress-image-gallery .swiper .swiper-wrapper .swiper-slide .cypress-card{height:100%;max-width:none;margin:0px 15px 0px 0px;color:initial;display:block;text-decoration:none;box-shadow:0px 5px 10px #cacaca}@media print,screen and (min-width: 48em){.cypress-image-gallery .swiper .swiper-wrapper .swiper-slide .cypress-card{margin:0}}.cypress-image-gallery .swiper .swiper-wrapper .swiper-slide .cypress-card .ctb-img{background-repeat:no-repeat;background-size:cover;background-position:center center;height:236px}.cypress-image-gallery .swiper .swiper-wrapper .swiper-slide .cypress-card .ctb-text{padding:32px 25px}.cypress-image-gallery .swiper .swiper-wrapper .swiper-slide .cypress-card .ctb-text h4{color:#1a1a1a;font-size:1.375rem}.cypress-image-gallery .swiper .swiper-wrapper .swiper-slide .cypress-card .ctb-text p{color:#8a8a8a;margin-bottom:0}
.cypress-hero{width:100%;position:relative;margin-bottom:1rem}.cypress-hero.frontpage{padding:130px 0 30px !important;background-size:cover;background-position:center;background-repeat:no-repeat;--cursorX: 50vw;--cursorY: 50vh;overflow:hidden}@media print,screen and (min-width: 48em){.cypress-hero.frontpage{padding-top:0;height:700px}}@media screen and (min-width: 64em){.cypress-hero.frontpage{padding-top:0;height:900px}}.cypress-hero.frontpage::after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(circle 10vmax at var(--cursorX) var(--cursorY), rgba(17, 24, 39, 0.8) 0%, rgba(17, 24, 39, 0.5) 10%, rgba(17, 24, 39, 0.9) 100%)}.cypress-hero>.grid-container{height:100%}.cypress-hero>.grid-container .grid-x{height:100%}.cypress-hero .hero-content{display:flex;justify-content:center;position:relative;height:100%;flex-direction:column;color:#fff;z-index:999}@media screen and (min-width: 64em){.cypress-hero .hero-content{transform:unset}}.cypress-hero .hero-content p{font-weight:400;font-size:20px;line-height:30px}.cypress-hero .hero-content p.display-title{font-weight:700;font-size:2.063rem;line-height:40px;word-break:break-word;margin-bottom:30px}@media screen and (min-width: 64em){.cypress-hero .hero-content p.display-title{margin-bottom:39px;font-size:3.313rem;line-height:67px}}.cypress-hero .hero-content p.hero-text{font-size:1.188rem;margin-bottom:0}@media screen and (min-width: 64em){.cypress-hero .hero-content p.hero-text{font-size:1.25rem}}.cypress-hero .hero-content .buttons{display:flex;flex-direction:column;align-items:center;margin:30px 0 0}@media print,screen and (min-width: 48em){.cypress-hero .hero-content .buttons{flex-direction:row}}.cypress-hero .hero-content .buttons a.btn{width:100%;justify-content:center}@media print,screen and (min-width: 48em){.cypress-hero .hero-content .buttons a.btn{width:fit-content}}.cypress-hero .hero-content .buttons a.btn:not(:last-child){margin-bottom:20px}@media print,screen and (min-width: 48em){.cypress-hero .hero-content .buttons a.btn:not(:last-child){margin-right:30px;margin-bottom:0px}}.cypress-hero .usps{padding:60px 0}@media screen and (min-width: 64em){.cypress-hero .usps{padding:100px 0}}.cypress-hero .usps .usp-item{display:flex;align-items:center}@media print,screen and (min-width: 48em){.cypress-hero .usps .usp-item{justify-content:center}}.cypress-hero .usps .usp-item::before{content:"done_all";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";border:1px solid #374151;border:1px solid #374151;background-color:#111827;border-radius:100px;width:35px;height:35px;display:flex;align-items:center;justify-content:center;color:#57bd80;font-size:1.1rem !important;margin-right:15px}.cypress-hero .usps .usp-item p{color:#9ca3af;font-weight:400;line-height:25px;margin-bottom:0}.cypress-hero .usps .usp-item:nth-child(1){border-top:1px solid #6b7280;padding-top:10px;padding-bottom:10px}@media print,screen and (min-width: 48em){.cypress-hero .usps .usp-item:nth-child(1){border-bottom:1px solid #6b7280}}.cypress-hero .usps .usp-item:nth-child(2){border-top:1px solid #6b7280;border-bottom:1px solid #6b7280;padding-top:10px;padding-bottom:10px}.cypress-hero .usps .usp-item:nth-child(3){border-bottom:1px solid #6b7280;padding-top:10px;padding-bottom:10px}@media print,screen and (min-width: 48em){.cypress-hero .usps .usp-item:nth-child(3){border-top:1px solid #6b7280}}
.cypress-formblock{padding:3rem 0;overflow:hidden;margin:0;position:relative}@media print,screen and (min-width: 48em){.cypress-formblock{padding:4rem 0}}@media screen and (min-width: 64em){.cypress-formblock{padding:6rem 0}}.cypress-formblock>.grid-container{position:relative;z-index:1;padding-right:.9375rem;padding-left:.9375rem}.cypress-formblock .text-box{margin-bottom:25px}@media print,screen and (min-width: 48em){.cypress-formblock .text-box{margin-bottom:77px}}.cypress-formblock .text-box .cf-wrapper{margin-top:28px}.cypress-formblock .text-box .cf-wrapper .coworker-inner{display:flex;align-items:center;margin-bottom:53px}.cypress-formblock .text-box .cf-wrapper .thumb{width:50px;height:50px;border-radius:50px;background-position:center;background-size:cover;background-repeat:no-repeat;margin-bottom:0;margin-right:12px}.cypress-formblock .text-box .cf-wrapper .thumb,.cypress-formblock .text-box .cf-wrapper .name,.cypress-formblock .text-box .cf-wrapper .role{font-size:16px;line-height:24px;color:#fff;display:inline-block}.cypress-formblock .text-box .cf-wrapper .name{font-weight:600}.cypress-formblock .text-box .cf-wrapper .role{padding-left:4px;font-weight:400}.cypress-formblock .text-box .cf-wrapper .adress,.cypress-formblock .text-box .cf-wrapper .phone,.cypress-formblock .text-box .cf-wrapper .email{font-weight:600;font-size:15px;line-height:18px;display:flex;align-items:center;color:#9ca3af;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-formblock .text-box .cf-wrapper .phone,.cypress-formblock .text-box .cf-wrapper .email{cursor:pointer}.cypress-formblock .text-box .cf-wrapper .phone:hover,.cypress-formblock .text-box .cf-wrapper .email:hover{color:#fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-formblock .text-box .cf-wrapper .email{margin-bottom:20px;margin-right:41px}.cypress-formblock .text-box .cf-wrapper .email::before{margin-right:9px;content:"mail";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.cypress-formblock .text-box .cf-wrapper .phone::before{margin-right:11px;content:"phone_iphone";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.cypress-formblock .text-box .cf-wrapper .adress::before{margin-right:10px;content:"location_on";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.cypress-formblock .text-box .some{margin-top:41px;display:flex}.cypress-formblock .text-box .some ul{margin:0;padding:0;list-style:none;display:flex}.cypress-formblock .text-box .some ul li:not(:last-child){margin-right:20px}.cypress-formblock .text-box .some ul li a{color:#fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-formblock .text-box .some ul li a::before{font-family:"cypress" !important;font-size:1.2rem;position:relative;top:2px;font-weight:normal;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;background:#1f2937;border:1px solid #374151;border-radius:100px;width:52px;height:52px;display:flex;align-items:center;justify-content:center}.cypress-formblock .text-box .some ul li a:hover::before{background:#374151;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-formblock .text-box .some ul li a.instagram:before{content:"a" !important}.cypress-formblock .text-box .some ul li a.linkedin:before{content:"b" !important}.cypress-formblock .text-box .some ul li a.twitter:before{content:"d" !important}.cypress-formblock .form-box .wpcf7{position:relative}@media screen and (min-width: 64em){.cypress-formblock .form-box .wpcf7{overflow:hidden}}.cypress-formblock .form-box .wpcf7 .form-wrapper{width:100%;margin-top:40px;color:#1a1a1a}@media print,screen and (min-width: 48em){.cypress-formblock .form-box .wpcf7 .form-wrapper{margin-top:0}}@media screen and (min-width: 64em){.cypress-formblock .form-box .wpcf7 .form-wrapper{float:right;width:584px}}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box:not(:last-child){margin-bottom:20px}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box label .form-tag{color:#fff;text-align:left;font-size:.875rem;font-weight:400}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box label .form-tag:not(:last-child) span input{margin-bottom:20px}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box label span textarea,.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box label span select,.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box label span input{height:51px;border:1px solid #6b7280 !important;border-radius:15px !important;background-color:#111827;color:#fff;font-weight:400;font-size:1rem;padding:16px 21px;width:100%;-webkit-appearance:none}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box label span textarea:focus,.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box label span select:focus,.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box label span input:focus{color:#fff;outline:none !important;border:1px solid #fff !important}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box label span textarea{height:100px;width:100%}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box label span select{color:#6b7280;font-size:.875rem;appearance:none;background-image:url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27a%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 10 5.9%27%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%236b7280%3B%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27b%27 d=%27M5 5.9L0 .9 .9 0 5 4.13 9.1 .02l.9 .9L5 5.9Z%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:.5em}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box label span select:focus{background-image:url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg id=%27a%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 10 5.9%27%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Cpath class=%27b%27 d=%27M5 5.9L0 .9 .9 0 5 4.13 9.1 .02l.9 .9L5 5.9Z%27/%3E%3C/svg%3E")}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box label span .wpcf7-not-valid-tip{color:#cead59 !important;text-align:left !important;padding:10px 15px !important;font-size:.75rem}@media screen and (min-width: 64em){.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.one label:not(:last-child){margin-right:20px}}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.one label span input{width:100%}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.two label span select,.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.two label span input,.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.three label span select,.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.three label span input,.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.four label span select,.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.four label span input,.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.five label span select,.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.five label span input{width:100%;height:51px;border-radius:2px;padding:16px 21px;width:100%}@media screen and (min-width: 64em){.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.sex{display:flex;justify-content:space-between}}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.sex .wpcf7-form-control.wpcf7-acceptance{margin-bottom:20px;display:block;text-align:left}@media screen and (min-width: 64em){.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.sex .wpcf7-form-control.wpcf7-acceptance{margin-bottom:0}}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.sex .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item{margin:0}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.sex .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label{font-size:.875rem;color:#9ca3af}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.sex .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]{-webkit-appearance:none;border:2px solid #6b7280;display:inline-block;position:relative;outline:none;width:20px;height:20px;border-radius:100%;padding:0;margin-right:12px}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.sex .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked{background-image:url(/wp-content/themes/iconic/public/check_circle.png);background-size:10px;background-position:3px 3px;background-repeat:no-repeat}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.sex .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item>label{display:flex}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.sex .wpcf7-form-control.wpcf7-submit.btn{transition:all .2s;cursor:pointer;font-weight:700 !important;font-size:1rem;display:flex;flex-direction:row;align-items:center;padding:15px 40px 13px;border-radius:15px;color:#fff;font-size:1rem;font-weight:600;width:fit-content;background:#1f2937;border:1px solid #374151;display:flex;flex-direction:row;align-items:center;padding:15px 40px 13px;border-radius:15px;color:#fff;font-size:1rem;font-weight:600;width:fit-content}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.sex .wpcf7-form-control.wpcf7-submit.btn:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.sex .wpcf7-form-control.wpcf7-submit.btn:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.sex .wpcf7-form-control.wpcf7-submit.btn:hover{background-color:#374151}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.sex .wpcf7-form-control.wpcf7-submit.btn:disabled{background:#1f2937;border-color:#374151;color:#4b5563;cursor:not-allowed}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.sex .wpcf7-form-control.wpcf7-submit.btn:hover{transition:all .2s}.cypress-formblock .form-box .wpcf7 .form-wrapper .fw-box.sex .wpcf7-spinner{display:none}.cypress-formblock .form-box .wpcf7 .wpcf7-response-output{background-color:#ee9292;color:#fff;padding:10px 15px;border:none;font-size:.9rem;width:100%;margin:2em auto 1em;position:relative;bottom:0;left:0;right:0;color:#fff;height:60px}@media screen and (min-width: 64em){.cypress-formblock .form-box .wpcf7 .wpcf7-response-output{float:right;width:584px}}.cypress-formblock .form-box .wpcf7 .wpcf7-form.invalid .wpcf7-response-output{display:flex;align-items:center;justify-content:center}.cypress-formblock .form-box .wpcf7 .wpcf7-form.sent .wpcf7-response-output{display:none !important}
.cypress-latest-post{padding:3rem 0}@media print,screen and (min-width: 48em){.cypress-latest-post{padding:4rem 0}}@media screen and (min-width: 64em){.cypress-latest-post{padding:6rem 0}}.cypress-latest-post .top{margin-bottom:50px;align-items:center}.cypress-latest-post .top a,.cypress-latest-post .top h3{display:block}.cypress-latest-post .top a{margin-bottom:0px}@media print,screen and (min-width: 48em){.cypress-latest-post .top a{text-align:right}}.cypress-latest-post .bottom .cell:not(:last-child){margin-bottom:10px}.cypress-latest-post .gray-box{padding:14px 20px 16px !important}
.cypress-sliderblock{padding:3rem 0;overflow:hidden}@media print,screen and (min-width: 48em){.cypress-sliderblock{padding:4rem 0}}@media screen and (min-width: 64em){.cypress-sliderblock{padding:6rem 0}}.cypress-sliderblock .box-text{margin-bottom:20px}.cypress-sliderblock .box-text p{margin-bottom:0}@media print,screen and (min-width: 48em){.cypress-sliderblock .box-text p{width:719px;margin-bottom:33px}}.cypress-sliderblock .box-text .link_sw-btn{position:relative}.cypress-sliderblock .box-text .link_sw-btn .link{display:none}@media print,screen and (min-width: 48em){.cypress-sliderblock .box-text .link_sw-btn .link{width:100%;display:block}}.cypress-sliderblock .box-text .link_sw-btn>.swiper{display:none}@media print,screen and (min-width: 48em){.cypress-sliderblock .box-text .link_sw-btn>.swiper{display:block;border:none;overflow:visible;position:absolute;bottom:55px}}@media print,screen and (min-width: 48em){.cypress-sliderblock .swiper.cs-bottom{overflow:visible !important}}.cypress-sliderblock .swiper{width:100%;height:100%}@media print,screen and (min-width: 48em){.cypress-sliderblock .swiper{border-top:1px solid #6b7280}}.cypress-sliderblock .swiper .swiper-wrapper{padding:56px 0 42px}.cypress-sliderblock .swiper .swiper-wrapper .swiper-slide{border-radius:15px;height:auto}.cypress-sliderblock .swiper .swiper-wrapper .swiper-slide.swiper-slide-active{margin-right:0px}.cypress-sliderblock .swiper .swiper-wrapper .swiper-slide .cypress-card{max-width:none;color:initial;display:block;text-decoration:none;position:relative;border-radius:15px;height:100%}@media print,screen and (min-width: 48em){.cypress-sliderblock .swiper .swiper-wrapper .swiper-slide .cypress-card{margin:0}.cypress-sliderblock .swiper .swiper-wrapper .swiper-slide .cypress-card:hover .cc-wrapper::before{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#1f2937;opacity:.9}.cypress-sliderblock .swiper .swiper-wrapper .swiper-slide .cypress-card:hover .cc-wrapper .ctb-text::after{opacity:1 !important;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}}.cypress-sliderblock .swiper .swiper-wrapper .swiper-slide .cypress-card .cc-wrapper{background-repeat:no-repeat;background-size:cover;background-position:center center;height:100%;border-radius:15px;display:block}.cypress-sliderblock .swiper .swiper-wrapper .swiper-slide .cypress-card .cc-wrapper::before{content:"";display:block;height:100%;position:absolute;top:0;left:0;width:100%;background:#1f2937;opacity:.8;border-radius:15px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-sliderblock .swiper .swiper-wrapper .swiper-slide .cypress-card .cc-wrapper .ctb-text{position:relative;z-index:999;padding:84px 17px 30px}@media screen and (min-width: 75em){.cypress-sliderblock .swiper .swiper-wrapper .swiper-slide .cypress-card .cc-wrapper .ctb-text{padding:150px 70px 70px}}.cypress-sliderblock .swiper .swiper-wrapper .swiper-slide .cypress-card .cc-wrapper .ctb-text::after{content:"arrow_forward";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";font-size:2.8rem !important;color:#fff;opacity:0;position:absolute;right:50px;bottom:50px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:999}.cypress-sliderblock .swiper .swiper-wrapper .swiper-slide .cypress-card .cc-wrapper .ctb-text h4,.cypress-sliderblock .swiper .swiper-wrapper .swiper-slide .cypress-card .cc-wrapper .ctb-text p{color:#fff}.cypress-sliderblock .swiper .swiper-wrapper .swiper-slide .cypress-card .cc-wrapper .ctb-text p{font-size:16px;line-height:22px;font-weight:400;margin-bottom:0}@media screen and (min-width: 64em){.cypress-sliderblock .swiper .swiper-wrapper .swiper-slide .cypress-card .cc-wrapper .ctb-text p{font-size:20px;line-height:30px}}.cypress-sliderblock .swiper .swiper-wrapper .swiper-slide .cypress-card .cc-wrapper .ctb-text p.display{font-size:28px;line-height:34px;font-weight:700;margin-bottom:16px}@media screen and (min-width: 64em){.cypress-sliderblock .swiper .swiper-wrapper .swiper-slide .cypress-card .cc-wrapper .ctb-text p.display{font-size:65px;line-height:75px}}.cypress-sliderblock .swiper .swiper-button-next,.cypress-sliderblock .swiper .swiper-button-prev{position:relative;float:right;margin-top:unset;border:1.5px solid #9ca3af;border-radius:100px;width:54px;height:54px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-sliderblock .swiper .swiper-button-next::after,.cypress-sliderblock .swiper .swiper-button-prev::after{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-size:1.4rem !important;color:#9ca3af}.cypress-sliderblock .swiper .swiper-button-next.swiper-button-disabled,.cypress-sliderblock .swiper .swiper-button-prev.swiper-button-disabled{opacity:.4}.cypress-sliderblock .swiper .swiper-button-next:hover,.cypress-sliderblock .swiper .swiper-button-prev:hover{border-color:#fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-sliderblock .swiper .swiper-button-next:hover::after,.cypress-sliderblock .swiper .swiper-button-prev:hover::after{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#fff}.cypress-sliderblock .swiper .swiper-button-next{right:0}.cypress-sliderblock .swiper .swiper-button-next::after{content:"arrow_forward";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.cypress-sliderblock .swiper .swiper-button-prev{right:0;left:-15px}.cypress-sliderblock .swiper .swiper-button-prev::after{content:"arrow_back";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.cypress-sliderblock .swiper .swiper-scrollbar-lock{display:block !important}.cypress-sliderblock .swiper .swiper-scrollbar,.cypress-sliderblock .swiper .swiper-scrollbar.swiper-scrollbar-horizontal{display:inherit !important;border-radius:2px;height:2px;width:auto;background-color:#374151;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;position:unset !important}.cypress-sliderblock .swiper .swiper-scrollbar .swiper-scrollbar-drag,.cypress-sliderblock .swiper .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag{cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:#6b7280;height:2px}.cypress-sliderblock .swiper .swiper-scrollbar:hover,.cypress-sliderblock .swiper .swiper-scrollbar.swiper-scrollbar-horizontal:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;height:6px}.cypress-sliderblock .swiper .swiper-scrollbar:hover .swiper-scrollbar-drag,.cypress-sliderblock .swiper .swiper-scrollbar.swiper-scrollbar-horizontal:hover .swiper-scrollbar-drag{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;height:6px}
.cypress-boxes{padding:3rem 0;overflow:hidden}@media print,screen and (min-width: 48em){.cypress-boxes{padding:4rem 0}}@media screen and (min-width: 64em){.cypress-boxes{padding:6rem 0}}.cypress-boxes .swiper-wrapper{box-sizing:border-box}@media print,screen and (min-width: 48em){.cypress-boxes .swiper-wrapper{flex-flow:row wrap}}@media print,screen and (min-width: 48em){.cypress-boxes .cp-box-outer{width:50%;padding-bottom:30px;height:auto}}@media screen and (min-width: 64em){.cypress-boxes .cp-box-outer{width:33.3%;flex-shrink:unset;padding-right:30px}}.cypress-boxes .cp-box-outer .cp-box{background:#1f2937;display:block;border:1px solid #374151;border-radius:15px;padding:50px 35px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;height:100%}.cypress-boxes .cp-box-outer .cp-box:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:#374151}.cypress-boxes .cp-box-outer .cp-box h3{color:#f3f4f6;margin-bottom:25px}.cypress-boxes .cp-box-outer .cp-box p{color:#fff;margin-bottom:0}.cypress-boxes .cp-box-outer .cp-box .icon{border:1.5px solid #374151;background-color:#111827;border-radius:100px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;color:#71bee9;margin-bottom:25px}.cypress-boxes .cp-box-outer .cp-box .icon img{width:34.29px}
.cypress-box{padding:3rem 0;overflow:hidden}@media print,screen and (min-width: 48em){.cypress-box{padding:4rem 0}}@media screen and (min-width: 64em){.cypress-box{padding:6rem 0}}.cypress-box .cypress-card{position:relative;border-radius:15px;background-repeat:no-repeat;background-size:cover;background-position:center center;border-radius:15px;padding:20px 15px;display:flex;flex-direction:column;justify-content:center}@media screen and (min-width: 75em){.cypress-box .cypress-card{padding-left:70px;padding-right:70px}}@media print,screen and (min-width: 48em){.cypress-box .cypress-card{height:430px}}.cypress-box .cypress-card::before{content:"";display:block;height:100%;position:absolute;top:0;left:0;width:100%;background:#1f2937;opacity:.8;border-radius:15px}.cypress-box .cypress-card .ctb-text{position:relative;z-index:999;margin-bottom:40px}.cypress-box .cypress-card .ctb-text h4,.cypress-box .cypress-card .ctb-text p{color:#fff}.cypress-box .cypress-card .ctb-text p{font-size:16px;line-height:22px;font-weight:400;margin-bottom:0}@media screen and (min-width: 64em){.cypress-box .cypress-card .ctb-text p{font-size:20px;line-height:30px}}.cypress-box .cypress-card .ctb-text p.display{font-size:28px;line-height:34px;font-weight:700;margin-bottom:16px}@media screen and (min-width: 64em){.cypress-box .cypress-card .ctb-text p.display{font-size:65px;line-height:75px}}.cypress-box .cypress-card .btn{position:relative;z-index:999;background-color:rgba(0,0,0,0)}.cypress-box .cypress-card .btn:hover{background-color:#fff}
.cypress-tabsblock{padding:3rem 0}@media print,screen and (min-width: 48em){.cypress-tabsblock{padding:4rem 0}}@media screen and (min-width: 64em){.cypress-tabsblock{padding:6rem 0}}.cypress-tabsblock .box-text{margin-bottom:45px}.cypress-tabsblock .box-text p:only-of-type{margin-bottom:0 !important}.cypress-tabsblock .box-text p:not(:last-child){margin-bottom:33px}.cypress-tabsblock .box-text .tab-top-btn{display:flex;flex-direction:row;align-items:end}@media screen and (min-width: 64em){.cypress-tabsblock .box-text .tab-top-btn{border-bottom:1px solid #6b7280;padding-bottom:39px}}.cypress-tabsblock .box-text .tab-top-btn>.swiper{border:none;width:20%;position:relative;overflow:visible}.cypress-tabsblock .s-wrapper{background:#1f2937;border:1px solid #374151;border-radius:15px}.cypress-tabsblock .swiper{width:100%;height:100%}.cypress-tabsblock .swiper.tab{border-radius:0px 15px 0 15px}@media print,screen and (min-width: 48em){.cypress-tabsblock .swiper.tab{border-right:1px solid #374151;border-radius:15px 0px 0 15px}}@media screen and (min-width: 64em){.cypress-tabsblock .swiper.tab{height:418px}}.cypress-tabsblock .swiper.tab .swiper-wrapper{flex-direction:column}.cypress-tabsblock .swiper.tab .swiper-wrapper .swiper-slide{width:auto;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;height:auto;-webkit-tap-highlight-color:rgba(0,0,0,0) !important;outline:none !important}@media print,screen and (min-width: 48em){.cypress-tabsblock .swiper.tab .swiper-wrapper .swiper-slide{height:auto}.cypress-tabsblock .swiper.tab .swiper-wrapper .swiper-slide:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:#374151}}@media screen and (min-width: 64em){.cypress-tabsblock .swiper.tab .swiper-wrapper .swiper-slide{height:52.25px}}@media print,screen and (min-width: 48em){.cypress-tabsblock .swiper.tab .swiper-wrapper .swiper-slide.swiper-slide-thumb-active p.tab-title{background:#374151}}.cypress-tabsblock .swiper.tab .swiper-wrapper .swiper-slide p.tab-title{padding:17px 26px;color:#f3f4f6;font-weight:600;font-size:15px;line-height:18px;margin-bottom:0;display:flex;align-items:center;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-tabsblock .swiper.tab .swiper-wrapper .swiper-slide p.tab-title.active{background:#374151;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-tabsblock .swiper.tab .swiper-wrapper .swiper-slide p.tab-title.active::before{transform:rotate(270deg)}@media screen and (min-width: 64em){.cypress-tabsblock .swiper.tab .swiper-wrapper .swiper-slide p.tab-title.active{background:unset !important}}.cypress-tabsblock .swiper.tab .swiper-wrapper .swiper-slide p.tab-title::before{margin-right:13px;content:"arrow_forward_ios";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";font-size:1rem !important;transform:rotate(90deg)}@media screen and (min-width: 64em){.cypress-tabsblock .swiper.tab .swiper-wrapper .swiper-slide p.tab-title::before{transform:rotate(0deg)}}.cypress-tabsblock .swiper.tab .swiper-wrapper .swiper-slide .tab-text{display:none;padding:15px 20px;border-bottom:1px solid #374151}.cypress-tabsblock .swiper.tab .swiper-wrapper .swiper-slide .tab-text P{font-weight:400;font-size:16px;line-height:22px;margin-bottom:0}@media screen and (min-width: 64em){.cypress-tabsblock .swiper.tab .swiper-wrapper .swiper-slide .tab-text{display:none}}.cypress-tabsblock .swiper.tab .swiper-wrapper .swiper-slide:first-child .tab-title{border-top-left-radius:15px;border-top-right-radius:15px}@media print,screen and (min-width: 48em){.cypress-tabsblock .swiper.tab .swiper-wrapper .swiper-slide:first-child .tab-title{border-top-right-radius:0px !important}}.cypress-tabsblock .swiper.tab .swiper-wrapper .swiper-slide:last-child .tab-text{border-bottom:none}.cypress-tabsblock .swiper.tab-show .swiper-wrapper .swiper-slide{opacity:0 !important}.cypress-tabsblock .swiper.tab-show .swiper-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-active{opacity:1 !important;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-tabsblock .swiper.tab-show .swiper-wrapper .swiper-slide.swiper-slide-active{opacity:1 !important;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-tabsblock .swiper.tab-show .swiper-wrapper .swiper-slide .done-icon{margin-bottom:25px}.cypress-tabsblock .swiper.tab-show .swiper-wrapper .swiper-slide .done-icon::before{content:"done_all";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";color:#57bd80;background:#111827;border:1px solid #374151;border-radius:50px;width:60px;height:60px;display:flex;align-content:center;font-size:1.8rem !important;justify-content:center;align-items:center}.cypress-tabsblock .swiper.tab-show .swiper-wrapper .swiper-slide .tab-show-text{position:relative;height:calc(100% - 70px);display:flex;flex-direction:column;justify-content:start;padding-bottom:70px;margin:0 auto;padding-left:25px;padding-right:25px}@media screen and (min-width: 64em){.cypress-tabsblock .swiper.tab-show .swiper-wrapper .swiper-slide .tab-show-text{width:476px;padding:50px 0 0 0}}.cypress-tabsblock .swiper.tab-show .swiper-wrapper .swiper-slide .tab-show-text h3{margin-bottom:25px}.cypress-tabsblock .swiper.tab-show .swiper-wrapper .swiper-slide .tab-show-text h3,.cypress-tabsblock .swiper.tab-show .swiper-wrapper .swiper-slide .tab-show-text p{color:#fff}.cypress-tabsblock .swiper.tab-show .swiper-wrapper .swiper-slide .tab-show-text p{font-size:16px;line-height:22px;font-weight:400;margin-bottom:0}@media screen and (min-width: 64em){.cypress-tabsblock .swiper.tab-show .swiper-wrapper .swiper-slide .tab-show-text p{font-size:17px;line-height:25px}}.cypress-tabsblock .swiper .swiper-button-next,.cypress-tabsblock .swiper .swiper-button-prev{position:relative;float:right;margin-top:unset;border:1.5px solid #9ca3af;border-radius:100px;width:54px;height:54px;display:flex;align-items:center;justify-content:center;cursor:pointer}.cypress-tabsblock .swiper .swiper-button-next::after,.cypress-tabsblock .swiper .swiper-button-prev::after{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-size:1.4rem !important;color:#9ca3af}.cypress-tabsblock .swiper .swiper-button-next.swiper-button-disabled,.cypress-tabsblock .swiper .swiper-button-prev.swiper-button-disabled{opacity:.4}.cypress-tabsblock .swiper .swiper-button-next:hover::after,.cypress-tabsblock .swiper .swiper-button-prev:hover::after{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#fff}.cypress-tabsblock .swiper .swiper-button-next{right:0;transform:rotate(90deg)}.cypress-tabsblock .swiper .swiper-button-next::after{content:"arrow_forward";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.cypress-tabsblock .swiper .swiper-button-prev{right:0;left:-15px;transform:rotate(90deg)}.cypress-tabsblock .swiper .swiper-button-prev::after{content:"arrow_back";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.cypress-tabsblock .swiper .swiper-scrollbar{border-radius:2px;height:2px;width:100%;background-color:#374151;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer}.cypress-tabsblock .swiper .swiper-scrollbar .swiper-scrollbar-drag{cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:#6b7280;width:88px !important;height:2px}@media screen and (min-width: 64em){.cypress-tabsblock .swiper .swiper-scrollbar .swiper-scrollbar-drag{width:334px !important}}.cypress-tabsblock .swiper .swiper-scrollbar:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;height:6px}.cypress-tabsblock .swiper .swiper-scrollbar:hover .swiper-scrollbar-drag{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;height:6px}
@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-pointer-events{touch-action:pan-y}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev{left:10px;right:auto}.swiper-button-prev:after{content:"prev"}.swiper-button-next{right:10px;left:auto}.swiper-button-next:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
.cypress-teamblock{padding:3rem 0;overflow:hidden}@media print,screen and (min-width: 48em){.cypress-teamblock{padding:4rem 0}}@media screen and (min-width: 64em){.cypress-teamblock{padding:6rem 0}}.cypress-teamblock .team-wrapper{background-color:#1f2937;border:1px solid #374151;border-radius:15px;padding:15px;display:block;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;height:100%}@media print,screen and (min-width: 48em){.cypress-teamblock .team-wrapper{padding:20px}}.cypress-teamblock .team-wrapper:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#374151}.cypress-teamblock .team-wrapper .team-img{height:251px;background-repeat:no-repeat;background-size:cover;background-position:0 20%;margin-bottom:20px}.cypress-teamblock .team-wrapper h4{margin-bottom:8px;color:#9ca3af}.cypress-teamblock .team-wrapper .team-roll{font-weight:400;font-size:20px;line-height:30px;color:#fff;margin-bottom:20px;overflow-wrap:break-word;hyphens:auto}.cypress-teamblock .team-wrapper .team-email{margin-bottom:12px;overflow-wrap:break-word;hyphens:auto}.cypress-teamblock .team-wrapper .team-email::before{content:"mail";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";color:#9ca3af;font-size:1.1rem !important;margin-right:10px;position:relative;top:2px}.cypress-teamblock .team-wrapper .team-phone::before{content:"phone_iphone";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";color:#9ca3af;font-size:1.1rem !important;margin-right:10px;position:relative;top:2px}.cypress-teamblock .team-wrapper .team-phone,.cypress-teamblock .team-wrapper .team-email{display:flex;font-weight:600;font-size:15px;line-height:18px;color:#9ca3af}.overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(10,14,22,.7);z-index:999999999999999}.modal-team{display:none;position:absolute;top:10px;left:0;right:0;z-index:10000000000000000;background-color:#1f2937;border:1px solid #374151;border-radius:15px;padding:.938rem;max-width:78rem !important;width:96% !important;margin:0 auto !important;top:85px !important;overflow:unset !important;height:unset !important;min-height:unset !important}@media print,screen and (min-width: 48em){.modal-team{padding:4.375rem;overflow:auto !important}}.modal-team .close-button{background:none !important;top:1rem !important;right:1.8rem !important;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#9ca3af !important}@media print,screen and (min-width: 48em){.modal-team .close-button{color:#e5e7eb !important}}.modal-team .close-button:hover{color:#9ca3af !important;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.modal-team .r-wrapper{display:flex;flex-direction:column}@media print,screen and (min-width: 48em){.modal-team .r-wrapper{flex-direction:row}}.modal-team .r-wrapper .img-wrapper{margin-bottom:30px;position:relative}@media print,screen and (min-width: 48em){.modal-team .r-wrapper .img-wrapper{margin-bottom:0;margin-right:70px}}.modal-team .r-wrapper .img-wrapper .team-img{width:100%;height:360px;background-repeat:no-repeat;background-size:cover;background-position:center}@media print,screen and (min-width: 48em){.modal-team .r-wrapper .img-wrapper .team-img{height:686px;width:428px}}.modal-team .r-wrapper .img-wrapper .some{display:flex;justify-content:center;position:absolute;bottom:52px;margin:0 auto;text-align:center;width:100%;left:0;right:0}.modal-team .r-wrapper .img-wrapper .some ul{margin:0;padding:0;list-style:none;display:flex}.modal-team .r-wrapper .img-wrapper .some ul li:not(:last-child){margin-right:20px}.modal-team .r-wrapper .img-wrapper .some ul li a{color:#fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.modal-team .r-wrapper .img-wrapper .some ul li a::before{font-family:"cypress" !important;font-size:1.2rem;position:relative;top:2px;font-weight:normal;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;background:#1f2937;border:1px solid #374151;border-radius:100px;width:52px;height:52px;display:flex;align-items:center;justify-content:center}.modal-team .r-wrapper .img-wrapper .some ul li a:hover::before{background:#374151;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.modal-team .r-wrapper .img-wrapper .some ul li a.instagram:before{content:"a" !important}.modal-team .r-wrapper .img-wrapper .some ul li a.linkedin:before{content:"b" !important}.modal-team .r-wrapper .img-wrapper .some ul li a.twitter:before{content:"d" !important}@media print,screen and (min-width: 48em){.modal-team .r-wrapper .text-wrapper{width:616px}}.modal-team .r-wrapper .text-wrapper .team-roll{font-weight:400;font-size:20px;line-height:30px;margin-bottom:21px;overflow-wrap:break-word;hyphens:auto}.modal-team .r-wrapper .text-wrapper .team-email{overflow-wrap:break-word;hyphens:auto;margin-bottom:12px}.modal-team .r-wrapper .text-wrapper .team-email::before{content:"mail";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";color:#9ca3af;font-size:1.1rem !important;margin-right:10px;position:relative;top:2px}.modal-team .r-wrapper .text-wrapper .team-email{display:flex;font-weight:600;font-size:15px;line-height:18px;color:#9ca3af}.modal-team .r-wrapper .text-wrapper .description{font-weight:400;font-size:16px;line-height:22px;margin-bottom:60px}@media print,screen and (min-width: 48em){.modal-team .r-wrapper .text-wrapper .description{font-size:17px;line-height:25px}}.modal-team .r-wrapper .text-wrapper .ff-list{margin:0;padding:0;list-style:none;overflow:hidden}.modal-team .r-wrapper .text-wrapper .ff-list li{position:relative;display:flex;align-items:center}.modal-team .r-wrapper .text-wrapper .ff-list li::before{content:"done_all";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";color:#57bd80;background:#111827;border:1px solid #374151;border-radius:50px;width:35px;height:35px;display:flex;align-content:center;font-size:1.1rem !important;justify-content:center;align-items:center;margin-right:15px}.modal-team .r-wrapper .text-wrapper .ff-list li:nth-child(1),.modal-team .r-wrapper .text-wrapper .ff-list li:nth-child(2){margin-bottom:20px}@media print,screen and (min-width: 48em){.modal-team .r-wrapper .text-wrapper .ff-list li:nth-child(1),.modal-team .r-wrapper .text-wrapper .ff-list li:nth-child(3){width:50%}}@media print,screen and (min-width: 48em){.modal-team .r-wrapper .text-wrapper .ff-list li:nth-child(odd){float:left}}.modal-team .r-wrapper .text-wrapper .ff-list li p{font-weight:700;font-size:17px;line-height:23px;margin-bottom:0}
.cypress-slider-tag-block{padding:3rem 0}@media print,screen and (min-width: 48em){.cypress-slider-tag-block{padding:4rem 0}}@media screen and (min-width: 64em){.cypress-slider-tag-block{padding:6rem 0}}.cypress-slider-tag-block .process-tabs{width:100%}@media print,screen and (min-width: 48em){.cypress-slider-tag-block .process-tabs{width:100%;padding-right:1.25rem;padding-left:1.25rem}}.cypress-slider-tag-block .process-tabs .tags-box{display:flex;flex-direction:row;align-items:center;overflow:hidden;padding:2.813rem 1.25rem 0}@media print,screen and (min-width: 48em){.cypress-slider-tag-block .process-tabs .tags-box{padding-right:0;padding-left:0;padding-bottom:2.813rem;border-bottom:1px solid #6b7280}}.cypress-slider-tag-block .process-tabs .tags-box .tabs-pagination{display:none}@media screen and (min-width: 64em){.cypress-slider-tag-block .process-tabs .tags-box .tabs-pagination{display:flex;flex-direction:row;justify-content:end;width:100%;position:relative}}@media screen and (min-width: 64em){.cypress-slider-tag-block .process-tabs .tags-box .tabs-pagination .prev,.cypress-slider-tag-block .process-tabs .tags-box .tabs-pagination .next{display:flex !important;position:relative !important;float:right;margin-top:unset;border:1.5px solid #9ca3af;border-radius:100px;width:54px;height:54px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}}.cypress-slider-tag-block .process-tabs .tags-box .tabs-pagination .prev::after,.cypress-slider-tag-block .process-tabs .tags-box .tabs-pagination .next::after{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-size:1.4rem !important;color:#9ca3af}.cypress-slider-tag-block .process-tabs .tags-box .tabs-pagination .prev:hover,.cypress-slider-tag-block .process-tabs .tags-box .tabs-pagination .next:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#fff;border-color:#fff}.cypress-slider-tag-block .process-tabs .tags-box .tabs-pagination .prev:hover::after,.cypress-slider-tag-block .process-tabs .tags-box .tabs-pagination .next:hover::after{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#fff}.cypress-slider-tag-block .process-tabs .tags-box .tabs-pagination .prev.inactive,.cypress-slider-tag-block .process-tabs .tags-box .tabs-pagination .next.inactive{opacity:.4}.cypress-slider-tag-block .process-tabs .tags-box .tabs-pagination .next::after{content:"arrow_forward";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.cypress-slider-tag-block .process-tabs .tags-box .tabs-pagination .prev{margin-right:10px}.cypress-slider-tag-block .process-tabs .tags-box .tabs-pagination .prev::after{content:"arrow_back";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.cypress-slider-tag-block .process-tabs .tags-box .tabs{display:flex;flex-direction:row;align-items:center;overflow-x:scroll;width:100%;margin:0 0 1rem;list-style:none;padding-bottom:20px}.cypress-slider-tag-block .process-tabs .tags-box .tabs::-webkit-scrollbar{-webkit-appearance:none !important;height:2px !important;background-color:#374151 !important}.cypress-slider-tag-block .process-tabs .tags-box .tabs::-webkit-scrollbar-thumb{border-radius:2px !important;background-color:#6b7280 !important;box-shadow:0 0 1px rgba(255,255,255,.5) !important;cursor:pointer !important}@media print,screen and (min-width: 48em){.cypress-slider-tag-block .process-tabs .tags-box .tabs{overflow:hidden;margin:0;padding-bottom:0}}.cypress-slider-tag-block .process-tabs .tags-box .tabs li:not(:last-child){margin-right:10px}.cypress-slider-tag-block .process-tabs .tags-box .tabs li a{font-weight:600;font-size:14px;line-height:18px;margin-bottom:0;display:block;width:max-content;color:#9ca3af;background:#1f2937;padding:5px 15px;border-radius:50px;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-slider-tag-block .process-tabs .tags-box .tabs li a:hover{color:#fff;background:#374151}.cypress-slider-tag-block .process-tabs .tags-box .tabs li a.active{color:#fff;background:#374151}.cypress-slider-tag-block .process-tabs .tabs-container-wrap{width:100%;padding-bottom:140px}@media print,screen and (min-width: 48em){.cypress-slider-tag-block .process-tabs .tabs-container-wrap{padding:0}}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container{width:100%;position:relative}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .sl-top{margin:0 auto;position:relative;width:100%}@media screen and (min-width: 64em){.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .sl-top{width:80%;display:flex;flex-direction:row-reverse;padding-top:72px}}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .sl-top .stc-text{width:100%;padding-right:1.25rem;padding-left:1.25rem;margin-bottom:43px}@media print,screen and (min-width: 48em){.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .sl-top .stc-text{width:46%;padding-right:0;padding-left:0}}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .sl-top .stc-text .tag-title{font-weight:600;font-size:14px;line-height:20px;text-transform:uppercase;color:#71bee9;margin-bottom:10px;display:block}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .sl-top .stc-text h3{margin-top:0;margin-bottom:20px}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .sl-top .stc-text p:only-of-type{margin-bottom:0 !important}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .sl-top .stc-text p:not(:last-child){margin-bottom:1rem}@media print,screen and (min-width: 48em){.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .sl-top .stc-img{position:absolute;left:0}}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .sl-top .stc-img .stc-img-inner{width:375px;height:200px;display:block;background-size:cover;background-repeat:no-repeat;background-position:top;position:relative}@media print,screen and (min-width: 48em){.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .sl-top .stc-img .stc-img-inner{width:366px;height:387px}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .sl-top .stc-img .stc-img-inner::before{content:"";display:block;border:3px solid #cead59;border-radius:15px;width:100%;height:100%;position:absolute;top:-27px;left:-32px}}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .advantages-outer{position:absolute;bottom:-155px;width:100%}@media print,screen and (min-width: 48em){.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .advantages-outer{bottom:0;position:relative}}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .advantages-outer .swiper-wrapper{padding-left:1.25rem;padding-right:1.25rem;padding-bottom:32px}@media print,screen and (min-width: 48em){.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .advantages-outer .swiper-wrapper{padding:0}}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .advantages-outer .advantage{background:#1f2937;border:1px solid #374151;border-radius:15px;padding:15px;height:auto;width:286px}@media print,screen and (min-width: 48em){.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .advantages-outer .advantage{margin-right:20px;padding:20px;width:33.3333333333% !important;flex-shrink:unset}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .advantages-outer .advantage:nth-child(3n){clear:right;margin-right:0}}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .advantages-outer .advantage .done-icon{margin-bottom:15px}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .advantages-outer .advantage .done-icon::before{content:"done_all";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";color:#57bd80;background:#111827;border:1px solid #374151;border-radius:50px;width:35px;height:35px;display:flex;align-content:center;font-size:1.2rem !important;justify-content:center;align-items:center}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .advantages-outer .advantage h4{font-weight:700;font-size:20px;line-height:24px}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .advantages-outer .advantage p{font-weight:400;font-size:14px;line-height:18px;color:#fff;margin-bottom:0}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .swiper-scrollbar-lock{display:block !important}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .swiper-scrollbar,.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .swiper-scrollbar.swiper-scrollbar-horizontal{margin-right:1.25rem;margin-left:1.25rem;display:block !important;border-radius:2px;height:2px;width:auto;background-color:#374151;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer;position:unset !important}@media print,screen and (min-width: 48em){.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .swiper-scrollbar,.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .swiper-scrollbar.swiper-scrollbar-horizontal{display:none !important}}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .swiper-scrollbar .swiper-scrollbar-drag,.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag{cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:#6b7280;height:2px}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .swiper-scrollbar:hover,.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .swiper-scrollbar.swiper-scrollbar-horizontal:hover{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;height:6px}.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .swiper-scrollbar:hover .swiper-scrollbar-drag,.cypress-slider-tag-block .process-tabs .tabs-container-wrap .container .swiper-scrollbar.swiper-scrollbar-horizontal:hover .swiper-scrollbar-drag{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;height:6px}
.cypress-textpost-block{padding:1.25rem 0;overflow:hidden}@media print,screen and (min-width: 48em){.cypress-textpost-block{padding:1.875rem 0}}.cypress-textpost-block p:last-child{margin-bottom:0}.cypress-textpost-block ul{list-style:none;margin:0;padding:0}.cypress-textpost-block ul li{line-height:normal}.cypress-textpost-block ul li:not(:last-child){margin-bottom:17px}@media print,screen and (min-width: 48em){.cypress-textpost-block ul li:not(:last-child){margin-bottom:25px}}.cypress-textpost-block ul li::before{color:#cead59;content:"arrow_forward";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";position:relative;top:6px;margin-right:10px}
.cypress-imagepost-block{padding:1.25rem 0;overflow:hidden}@media print,screen and (min-width: 48em){.cypress-imagepost-block{padding:1.875rem 0}}
.cypress-quotepost-block{padding:1.25rem 0;overflow:hidden}@media print,screen and (min-width: 48em){.cypress-quotepost-block{padding:1.875rem 0}}.cypress-quotepost-block .quote-wrapp{border-left:4px solid #cead59;padding-left:40px}.cypress-quotepost-block .quote-wrapp .quote{display:block}.cypress-quotepost-block .quote-wrapp .quote p{font-weight:700;font-size:26px;line-height:36px;color:#cead59;margin-bottom:28px}.cypress-quotepost-block .quote-wrapp .name,.cypress-quotepost-block .quote-wrapp .role{color:#666;font-size:16px;line-height:24px;display:inline}.cypress-quotepost-block .quote-wrapp .name{font-weight:600}.cypress-quotepost-block .quote-wrapp .role{font-weight:400}
.cypress-searchblock{padding:3rem 0;position:relative;z-index:99999}@media print,screen and (min-width: 48em){.cypress-searchblock{padding:4rem 0}}@media screen and (min-width: 64em){.cypress-searchblock{padding:6rem 0}}.cypress-searchblock .text-box{margin-bottom:50px}.cypress-searchblock .text-box p:last-child{margin-bottom:0}.cypress-searchblock .search-wrap{margin-bottom:0}
.cypress-posts-archive{margin:3rem 0}@media print,screen and (min-width: 48em){.cypress-posts-archive{margin:4rem 0}}@media screen and (min-width: 64em){.cypress-posts-archive{margin:6rem 0}}.cypress-posts-archive .cypress-search-form{margin-bottom:80px}.cypress-posts-archive .cpa-top .archive-title{margin-bottom:1.9rem;text-align:center}@media print,screen and (min-width: 48em){.cypress-posts-archive .cpa-top .archive-title{margin-bottom:2.5rem}}.cypress-posts-archive .cpa-top .cp-title{font-weight:600;font-size:14px;line-height:20px;color:#57bd80;text-transform:uppercase;display:block;text-align:center;margin-bottom:1.25rem}.cypress-posts-archive .cpa-top p.large{text-align:center;margin-bottom:2.5rem}.cypress-posts-archive .cpa-top .some{display:flex;justify-content:center;margin:0 auto;text-align:center;width:100%;margin-bottom:7.5rem}.cypress-posts-archive .cpa-top .some ul{margin:0;padding:0;list-style:none;display:flex}.cypress-posts-archive .cpa-top .some ul li:not(:last-child){margin-right:20px}.cypress-posts-archive .cpa-top .some ul li a{color:#fff}.cypress-posts-archive .cpa-top .some ul li a::before{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-family:"cypress" !important;font-size:1.2rem;position:relative;top:2px;font-weight:normal;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;background:#1f2937;border:1px solid #374151;border-radius:100px;width:52px;height:52px;display:flex;align-items:center;justify-content:center}.cypress-posts-archive .cpa-top .some ul li a:hover::before{background:#374151;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-posts-archive .cpa-top .some ul li a.instagram:before{content:"a" !important}.cypress-posts-archive .cpa-top .some ul li a.linkedin:before{content:"b" !important}.cypress-posts-archive .cpa-top .some ul li a.twitter:before{content:"d" !important}.cypress-posts-archive .post-list h3{margin-bottom:3.438rem}.cypress-posts-archive .post-list .pa-wrapper{list-style:none;margin:0 0 60px;padding:0}.cypress-posts-archive .post-list .pa-wrapper li{display:none}.cypress-posts-archive .post-list .pa-wrapper li:not(:last-child){margin-bottom:.625rem}.cypress-posts-archive .post-list .bm-wrapper{display:flex;justify-content:center}.cypress-posts-archive .post-list .bm-wrapper #showLess,.cypress-posts-archive .post-list .bm-wrapper #loadMore{cursor:pointer}.cypress-posts-archive .post-list .bm-wrapper #showLess{cursor:pointer;display:none}
.cypress-posts-single{margin:0 0 3rem}@media print,screen and (min-width: 48em){.cypress-posts-single{margin:0 0 9rem}}@media screen and (min-width: 64em){.cypress-posts-single{margin:0 0 11.625rem}}.cypress-posts-single .content-top{background-color:#111827;padding-bottom:70px}@media screen and (min-width: 64em){.cypress-posts-single .content-top{padding-bottom:100px}}.cypress-posts-single .content-top h1{margin-bottom:30px}.cypress-posts-single .content-top .author{display:flex;align-items:center;margin-bottom:40px}.cypress-posts-single .content-top .author .thumb{width:55px;height:55px;border-radius:50px;background-position:center;background-size:cover;background-repeat:no-repeat;margin-bottom:0;margin-right:12px}.cypress-posts-single .content-top .author .author-name,.cypress-posts-single .content-top .author .author-role{color:#fff}.cypress-posts-single .content-top .author .author-name,.cypress-posts-single .content-top .author .author-role,.cypress-posts-single .content-top .author .author-date{display:block;font-size:16px;line-height:24px}.cypress-posts-single .content-top .author .author-name{font-weight:600}.cypress-posts-single .content-top .author .author-role{font-weight:400;padding-left:4px}.cypress-posts-single .content-top .author .author-date{padding-left:8px;font-size:14px;line-height:18px}.cypress-posts-single .content-top .tag{display:block;background:#1f2937;border-radius:50px;padding:5px 15px;color:#9ca3af;font-weight:600;font-size:14px;line-height:18px;margin-bottom:20px;width:fit-content}.cypress-posts-single .content-top .excerpt{color:#fff;font-weight:400;font-size:20px;line-height:30px;margin-bottom:60px}.cypress-posts-single .content-top .links ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}@media print,screen and (min-width: 48em){.cypress-posts-single .content-top .links ul{flex-direction:row}}.cypress-posts-single .content-top .links ul li:not(:last-child){margin-right:30px}.cypress-posts-single .content-top .links ul li p.links-title{color:#cead59;font-weight:700;font-size:16px;line-height:19px}.cypress-posts-single .content-top .links ul li a{font-weight:700;font-size:15px;line-height:18px;color:#9ca3af;display:flex;align-items:center}.cypress-posts-single .content-top .links ul li a::before{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#9ca3af;margin-right:8px;content:"link";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";font-size:1.2rem !important}.cypress-posts-single .content-top .links ul li a:hover{color:#fff}.cypress-posts-single .content-top .links ul li a:hover::before{color:#fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-posts-single .thumb{width:100%;height:auto;margin-bottom:2rem}.cypress-posts-single .date{display:block;margin-bottom:.25rem}.cypress-posts-single .content-wrapper{padding:79px 0;background-color:#f3f4f6 !important;position:relative}@media screen and (min-width: 64em){.cypress-posts-single .content-wrapper{padding:79px 0 186px}}.cypress-posts-single .content-wrapper .content{color:#1a1a1a}.cypress-posts-single .content-wrapper .content>section{padding-top:0 !important}.cypress-posts-single .second-box{border-left:1px solid #e5e7eb;padding-left:66px}.cypress-posts-single .second-box h5{color:#666;margin-bottom:1rem}.cypress-posts-single .second-box .some{margin-bottom:40px}.cypress-posts-single .second-box .some ul.some-list{display:flex;margin:0;padding:0;list-style:none !important}.cypress-posts-single .second-box .some ul.some-list li:not(:last-child){margin-right:1.25rem}.cypress-posts-single .second-box .some ul.some-list li.instagram a::before{content:"a" !important}.cypress-posts-single .second-box .some ul.some-list li.twitter a::before{content:"d" !important}.cypress-posts-single .second-box .some ul.some-list li.linkedin a::before{content:"b" !important}.cypress-posts-single .second-box .some ul.some-list li.copy-url{position:relative;margin-bottom:0}.cypress-posts-single .second-box .some ul.some-list li.copy-url button{display:flex;align-content:center;justify-content:center;align-items:center}.cypress-posts-single .second-box .some ul.some-list li.copy-url button::before{color:#fff;content:"link";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";font-size:1.2rem !important}.cypress-posts-single .second-box .some ul.some-list li.copy-url .copy-text{opacity:0;display:none}.cypress-posts-single .second-box .some ul.some-list li.copy-url .copy-text.show{opacity:1;display:block;position:absolute;top:40px;left:0;right:0;width:max-content;height:auto;background-color:#fff;border:1px solid #1a1a1a;margin:0 auto;color:#1a1a1a;font-size:12px;padding:5px 10px}.cypress-posts-single .second-box .some ul.some-list li.instagram a,.cypress-posts-single .second-box .some ul.some-list li.twitter a,.cypress-posts-single .second-box .some ul.some-list li.linkedin a{display:flex;align-content:center;justify-content:center;align-items:center;color:#fff}.cypress-posts-single .second-box .some ul.some-list li.instagram a::before,.cypress-posts-single .second-box .some ul.some-list li.twitter a::before,.cypress-posts-single .second-box .some ul.some-list li.linkedin a::before{font-family:"cypress" !important;font-size:1rem;position:relative;top:2px;font-weight:normal;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}.cypress-posts-single .second-box .some ul.some-list li button,.cypress-posts-single .second-box .some ul.some-list li a{width:52px;height:52px;background:#1f2937;border:1px solid #374151;border-radius:100px;display:block;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-posts-single .second-box .some ul.some-list li button:hover,.cypress-posts-single .second-box .some ul.some-list li a:hover{background:#374151;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cypress-posts-single .second-box .tags-list{margin-bottom:23px}.cypress-posts-single .second-box .tags-list ul{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.cypress-posts-single .second-box .tags-list ul li:not(:last-child){margin-bottom:.625rem}.cypress-posts-single .second-box .tags-list ul li a.tag-item{display:block;padding:.5rem 1rem;background:#e5e7eb;border-radius:50px;border-radius:100px;color:#6b7280;font-weight:600;font-size:14px;line-height:18px;cursor:pointer;width:max-content}.cypress-posts-single .second-box .tags-list ul li a.tag-item:hover{color:#9ca3af}.cypress-posts-single .second-box .related-post ul{margin:0;padding:0;list-style:none}.cypress-posts-single .second-box .related-post ul li:not(:last-child){margin-bottom:1.125rem}.cypress-posts-single .second-box .related-post ul li a{display:block;color:#9ca3af;font-weight:600;font-size:14px;line-height:18px;cursor:pointer}
.cypress-faq-archive{margin:3rem 0}@media print,screen and (min-width: 48em){.cypress-faq-archive{margin:4rem 0}}@media screen and (min-width: 64em){.cypress-faq-archive{margin:6rem 0}}.cypress-faq-archive .archive-title{margin-bottom:3rem;text-align:center}@media print,screen and (min-width: 48em){.cypress-faq-archive .archive-title{margin-bottom:5rem}}.cypress-faq-archive .faq-cats-sidebar{position:relative}.cypress-faq-archive .faq-cats-sidebar .faq-cats-wrap{position:absolute;top:0;right:0;left:0;padding-top:1rem}.cypress-faq-archive .faq-cats-sidebar .faq-cats-wrap.stick{position:sticky;top:10rem}.cypress-faq-archive .faq-cats-sidebar .cat-list{list-style:none;margin:0}.cypress-faq-archive .faq-cats-sidebar .cat-list li{display:block;font-size:1.375rem;font-weight:700;margin:0 0 1.25rem}.cypress-faq-archive .faq-cats-sidebar .cat-list li a{color:#1a1a1a;padding:.25rem 0}.cypress-faq-archive .faq-cats-sidebar .cat-list li a.active,.cypress-faq-archive .faq-cats-sidebar .cat-list li a:hover{color:#71bee9}.cypress-faq-archive .faq-cats-sidebar .cat-list .all{font-size:.875rem;font-weight:400}.cypress-faq-archive .faq-cats-sidebar .cat-list .all a{color:inherit}.cypress-faq-archive .faq-post{margin-bottom:6rem}.cypress-faq-archive .faq-post .cat-intro{margin-bottom:2.5rem}.cypress-faq-archive .faq-post .cat-intro .cat-desc{font-size:1.125rem}.cypress-faq-archive .faq-post .faq-post-content{margin:0 0 1rem;cursor:pointer;position:relative;-webkit-box-shadow:0 0px 10px rgba(0,0,0,.12);box-shadow:0 0px 10px rgba(0,0,0,.12);border-radius:.25rem}.cypress-faq-archive .faq-post .faq-post-content .question{display:block;font-size:1rem;font-weight:600;padding:1.5rem 1.5rem;margin:0;position:relative;cursor:pointer;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.cypress-faq-archive .faq-post .faq-post-content .question:before,.cypress-faq-archive .faq-post .faq-post-content .question:after{position:absolute;right:1.5rem;top:1.25rem;line-height:1.25 !important;color:#71bee9;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.cypress-faq-archive .faq-post .faq-post-content .question:before{content:"add";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";font-size:1.6rem;opacity:1}.cypress-faq-archive .faq-post .faq-post-content .question:after{content:"expand_more";font-family:"Material Icons Outlined" !important;font-weight:normal;font-style:normal;font-size:1.5rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";font-size:1.8rem;opacity:0;transform:rotate(90deg)}.cypress-faq-archive .faq-post .faq-post-content .question:hover{color:#71bee9}.cypress-faq-archive .faq-post .faq-post-content .question:hover:before{opacity:0;transform:rotate(-90deg)}.cypress-faq-archive .faq-post .faq-post-content .question:hover:after{opacity:1;transform:rotate(0deg)}.cypress-faq-archive .faq-post .faq-post-content .question.open:before{opacity:0;transform:rotate(-90deg)}.cypress-faq-archive .faq-post .faq-post-content .question.open:after{content:"remove";opacity:1;transform:rotate(0deg)}.cypress-faq-archive .faq-post .faq-post-content .answer{display:none;padding:0 1.5rem 1.5rem}
.cypress-tags-archive{margin-bottom:3rem}@media print,screen and (min-width: 48em){.cypress-tags-archive{margin-bottom:4rem}}@media screen and (min-width: 64em){.cypress-tags-archive{margin-bottom:11.625rem}}.cypress-tags-archive .cta-top .archive-title{text-align:center}.cypress-tags-archive .cta-top .cp-title{font-weight:600;font-size:14px;line-height:20px;color:#57bd80;text-transform:uppercase;display:block;text-align:center;margin-bottom:1.25rem}.cypress-tags-archive .post-list h3{margin-bottom:3.438rem}.cypress-tags-archive .post-list h3 span.orange{color:#cead59}.cypress-tags-archive .post-list .pl-wrapper{list-style:none;margin:0 0 60px;padding:0}.cypress-tags-archive .post-list .pl-wrapper li{display:none}.cypress-tags-archive .post-list .pl-wrapper li:not(:last-child){margin-bottom:1.25rem}.cypress-tags-archive .post-list .bm-wrapper{display:flex;justify-content:center}.cypress-tags-archive .post-list .bm-wrapper #showLess,.cypress-tags-archive .post-list .bm-wrapper #loadMore{cursor:pointer}.cypress-tags-archive .post-list .bm-wrapper #showLess{cursor:pointer;display:none}
.cypress-category-archive{margin-bottom:3rem}@media print,screen and (min-width: 48em){.cypress-category-archive{margin-bottom:4rem}}@media screen and (min-width: 64em){.cypress-category-archive{margin-bottom:11.625rem}}.cypress-category-archive .cta-top{margin-bottom:4.375rem}@media screen and (min-width: 64em){.cypress-category-archive .cta-top{margin-bottom:6.25rem}}.cypress-category-archive .cta-top .archive-title{text-align:center}.cypress-category-archive .cta-top .cp-title{font-weight:600;font-size:14px;line-height:20px;color:#57bd80;text-transform:uppercase;display:block;text-align:center;margin-bottom:1.25rem}.cypress-category-archive .cta-top .description p{font-size:1.25rem;font-weight:400;line-height:30px}.cypress-category-archive .cta-top .description p:last-child{margin-bottom:0}.cypress-category-archive .post-list h3{margin-bottom:3.438rem}.cypress-category-archive .post-list h3 span.orange{color:#cead59}.cypress-category-archive .post-list .pl-wrapper{list-style:none;margin:0 0 60px;padding:0}.cypress-category-archive .post-list .pl-wrapper li{display:none}.cypress-category-archive .post-list .pl-wrapper li:not(:last-child){margin-bottom:1.25rem}.cypress-category-archive .post-list .bm-wrapper{display:flex;justify-content:center}.cypress-category-archive .post-list .bm-wrapper #showLess,.cypress-category-archive .post-list .bm-wrapper #loadMore{cursor:pointer}.cypress-category-archive .post-list .bm-wrapper #showLess{cursor:pointer;display:none}
.cypress-textsmall{margin:0 0 3rem}@media print,screen and (min-width: 48em){.cypress-textsmall{margin:0 0 9rem}}@media screen and (min-width: 64em){.cypress-textsmall{margin:0 0 11.625rem}}.cypress-textsmall .content-top{background-color:#111827;padding-bottom:70px}@media screen and (min-width: 64em){.cypress-textsmall .content-top{padding-bottom:100px}}.cypress-textsmall .content-top h1{margin-bottom:30px}.cypress-textsmall .content-wrapper.textblock_sw{padding:79px 0;background-color:#f3f4f6 !important;position:relative}@media screen and (min-width: 64em){.cypress-textsmall .content-wrapper.textblock_sw{padding:79px 0 186px}}.cypress-textsmall .content-wrapper.textblock_sw p,.cypress-textsmall .content-wrapper.textblock_sw h1,.cypress-textsmall .content-wrapper.textblock_sw h2,.cypress-textsmall .content-wrapper.textblock_sw h3,.cypress-textsmall .content-wrapper.textblock_sw h4,.cypress-textsmall .content-wrapper.textblock_sw h5,.cypress-textsmall .content-wrapper.textblock_sw h6{color:#1a1a1a}
