/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./sass/main.scss ***!
  \*****************************************************************************************************************************************************************/
/*!
Theme Name: teamit-2023
Theme URI: https://teamit.fi/
Author: Teamit
Author URI: https://teamit.fi/
Description: Teamit-teema, <code>teamit-2023</code>.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: teamit-2023
Tags: teamit

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

teamit-2023 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
body.teamit {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
  /* Sections
  	 ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  /**
   * Render the `main` element consistently in IE.
   */
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
  	 ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 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.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * 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.
   */
  /* Forms
  	 ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 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.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 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.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
  	 ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
  	 ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
  /* Inherit box-sizing to more easily change it's value on a component level.
  @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  /*
  100	Thin (Hairline)
  200	Extra Light (Ultra Light)
  300	Light
  400	Normal (Regular)
  500	Medium
  600	Semi Bold (Demi Bold)
  700	Bold
  800	Extra Bold (Ultra Bold)
  900	Black (Heavy)
  950	Extra Black (Ultra Black)
  */
  /* Text meant only for screen readers. */
  /* Do not show the outline on the skip link target. */
  /*
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  */
}
body.teamit .row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
body.teamit .row.reverse {
  flex-direction: row-reverse;
}
body.teamit .row.natural-height {
  align-items: flex-start;
}
body.teamit .row.flex-column {
  flex-direction: column;
}
body.teamit .col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 0;
}
body.teamit .col.reverse {
  flex-direction: column-reverse;
}
body.teamit .first {
  order: -1;
}
body.teamit .last {
  order: 1;
}
body.teamit .align-start {
  align-self: flex-start;
}
body.teamit .align-end {
  align-self: flex-end;
}
body.teamit .align-center {
  align-self: center;
}
body.teamit .align-baseline {
  align-self: baseline;
}
body.teamit .align-stretch {
  align-self: stretch;
}
body.teamit .col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 0;
}
body.teamit .col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 0;
}
body.teamit .col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
body.teamit .col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0;
}
body.teamit .col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
body.teamit .col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0;
}
body.teamit .col-xs-offset-3 {
  margin-left: 25%;
}
body.teamit .col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0;
}
body.teamit .col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
body.teamit .col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0;
}
body.teamit .col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
body.teamit .col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0;
}
body.teamit .col-xs-offset-6 {
  margin-left: 50%;
}
body.teamit .col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 0;
}
body.teamit .col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
body.teamit .col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 0;
}
body.teamit .col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
body.teamit .col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 0;
}
body.teamit .col-xs-offset-9 {
  margin-left: 75%;
}
body.teamit .col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 0;
}
body.teamit .col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
body.teamit .col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 0;
}
body.teamit .col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
body.teamit .col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
}
body.teamit .col-xs-offset-12 {
  margin-left: 100%;
}
body.teamit .row.start-xs {
  justify-content: flex-start;
}
body.teamit .row.center-xs {
  justify-content: center;
}
body.teamit .row.end-xs {
  justify-content: flex-end;
}
body.teamit .row.top-xs {
  align-items: flex-start;
}
body.teamit .row.middle-xs {
  align-items: center;
}
body.teamit .row.bottom-xs {
  align-items: flex-end;
}
body.teamit .row.around-xs {
  justify-content: space-around;
}
body.teamit .row.between-xs {
  justify-content: space-between;
}
body.teamit .first-xs {
  order: -1;
}
body.teamit .last-xs {
  order: 1;
}
@media only screen and (min-width: 641px) {
  body.teamit .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0;
  }
  body.teamit .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0;
  }
  body.teamit .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  body.teamit .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0;
  }
  body.teamit .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  body.teamit .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0;
  }
  body.teamit .col-sm-offset-3 {
    margin-left: 25%;
  }
  body.teamit .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0;
  }
  body.teamit .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  body.teamit .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0;
  }
  body.teamit .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  body.teamit .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0;
  }
  body.teamit .col-sm-offset-6 {
    margin-left: 50%;
  }
  body.teamit .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0;
  }
  body.teamit .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  body.teamit .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0;
  }
  body.teamit .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  body.teamit .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0;
  }
  body.teamit .col-sm-offset-9 {
    margin-left: 75%;
  }
  body.teamit .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0;
  }
  body.teamit .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  body.teamit .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0;
  }
  body.teamit .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  body.teamit .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
  body.teamit .col-sm-offset-12 {
    margin-left: 100%;
  }
  body.teamit .row.start-sm {
    justify-content: flex-start;
  }
  body.teamit .row.center-sm {
    justify-content: center;
  }
  body.teamit .row.end-sm {
    justify-content: flex-end;
  }
  body.teamit .row.top-sm {
    align-items: flex-start;
  }
  body.teamit .row.middle-sm {
    align-items: center;
  }
  body.teamit .row.bottom-sm {
    align-items: flex-end;
  }
  body.teamit .row.around-sm {
    justify-content: space-around;
  }
  body.teamit .row.between-sm {
    justify-content: space-between;
  }
  body.teamit .first-sm {
    order: -1;
  }
  body.teamit .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 1025px) {
  body.teamit .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0;
  }
  body.teamit .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0;
  }
  body.teamit .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  body.teamit .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0;
  }
  body.teamit .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  body.teamit .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0;
  }
  body.teamit .col-md-offset-3 {
    margin-left: 25%;
  }
  body.teamit .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0;
  }
  body.teamit .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  body.teamit .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0;
  }
  body.teamit .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  body.teamit .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0;
  }
  body.teamit .col-md-offset-6 {
    margin-left: 50%;
  }
  body.teamit .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0;
  }
  body.teamit .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  body.teamit .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0;
  }
  body.teamit .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  body.teamit .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0;
  }
  body.teamit .col-md-offset-9 {
    margin-left: 75%;
  }
  body.teamit .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0;
  }
  body.teamit .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  body.teamit .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0;
  }
  body.teamit .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  body.teamit .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
  body.teamit .col-md-offset-12 {
    margin-left: 100%;
  }
  body.teamit .row.start-md {
    justify-content: flex-start;
  }
  body.teamit .row.center-md {
    justify-content: center;
  }
  body.teamit .row.end-md {
    justify-content: flex-end;
  }
  body.teamit .row.top-md {
    align-items: flex-start;
  }
  body.teamit .row.middle-md {
    align-items: center;
  }
  body.teamit .row.bottom-md {
    align-items: flex-end;
  }
  body.teamit .row.around-md {
    justify-content: space-around;
  }
  body.teamit .row.between-md {
    justify-content: space-between;
  }
  body.teamit .first-md {
    order: -1;
  }
  body.teamit .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1441px) {
  body.teamit .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0;
  }
  body.teamit .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0;
  }
  body.teamit .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  body.teamit .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0;
  }
  body.teamit .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  body.teamit .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0;
  }
  body.teamit .col-lg-offset-3 {
    margin-left: 25%;
  }
  body.teamit .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0;
  }
  body.teamit .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  body.teamit .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0;
  }
  body.teamit .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  body.teamit .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0;
  }
  body.teamit .col-lg-offset-6 {
    margin-left: 50%;
  }
  body.teamit .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0;
  }
  body.teamit .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  body.teamit .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0;
  }
  body.teamit .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  body.teamit .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0;
  }
  body.teamit .col-lg-offset-9 {
    margin-left: 75%;
  }
  body.teamit .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0;
  }
  body.teamit .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  body.teamit .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0;
  }
  body.teamit .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  body.teamit .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
  body.teamit .col-lg-offset-12 {
    margin-left: 100%;
  }
  body.teamit .row.start-lg {
    justify-content: flex-start;
  }
  body.teamit .row.center-lg {
    justify-content: center;
  }
  body.teamit .row.end-lg {
    justify-content: flex-end;
  }
  body.teamit .row.top-lg {
    align-items: flex-start;
  }
  body.teamit .row.middle-lg {
    align-items: center;
  }
  body.teamit .row.bottom-lg {
    align-items: flex-end;
  }
  body.teamit .row.around-lg {
    justify-content: space-around;
  }
  body.teamit .row.between-lg {
    justify-content: space-between;
  }
  body.teamit .first-lg {
    order: -1;
  }
  body.teamit .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 1921px) {
  body.teamit .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 0;
  }
  body.teamit .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 0;
  }
  body.teamit .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  body.teamit .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0;
  }
  body.teamit .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  body.teamit .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0;
  }
  body.teamit .col-xl-offset-3 {
    margin-left: 25%;
  }
  body.teamit .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0;
  }
  body.teamit .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  body.teamit .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 0;
  }
  body.teamit .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  body.teamit .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0;
  }
  body.teamit .col-xl-offset-6 {
    margin-left: 50%;
  }
  body.teamit .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 0;
  }
  body.teamit .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  body.teamit .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0;
  }
  body.teamit .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  body.teamit .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0;
  }
  body.teamit .col-xl-offset-9 {
    margin-left: 75%;
  }
  body.teamit .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 0;
  }
  body.teamit .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  body.teamit .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 0;
  }
  body.teamit .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  body.teamit .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
  body.teamit .col-xl-offset-12 {
    margin-left: 100%;
  }
  body.teamit .row.start-xl {
    justify-content: flex-start;
  }
  body.teamit .row.center-xl {
    justify-content: center;
  }
  body.teamit .row.end-xl {
    justify-content: flex-end;
  }
  body.teamit .row.top-xl {
    align-items: flex-start;
  }
  body.teamit .row.middle-xl {
    align-items: center;
  }
  body.teamit .row.bottom-xl {
    align-items: flex-end;
  }
  body.teamit .row.around-xl {
    justify-content: space-around;
  }
  body.teamit .row.between-xl {
    justify-content: space-between;
  }
  body.teamit .first-xl {
    order: -1;
  }
  body.teamit .last-xl {
    order: 1;
  }
}
body.teamit .col-gutter-lr {
  padding: 0 0;
}
body.teamit .col-no-gutter {
  padding: 0;
}
body.teamit .show {
  display: block !important;
}
body.teamit .row.show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
body.teamit .hide {
  display: none !important;
}
body.teamit .show-xs {
  display: block !important;
}
body.teamit .row.show-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
body.teamit .hide-xs {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  body.teamit .show-xs-only {
    display: block !important;
  }
  body.teamit .row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.teamit .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) {
  body.teamit .show-sm {
    display: block !important;
  }
  body.teamit .row.show-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.teamit .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  body.teamit .show-sm-only {
    display: block !important;
  }
  body.teamit .row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.teamit .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  body.teamit .show-md {
    display: block !important;
  }
  body.teamit .row.show-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.teamit .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  body.teamit .show-md-only {
    display: block !important;
  }
  body.teamit .row.show-md-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.teamit .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1441px) {
  body.teamit .show-lg {
    display: block !important;
  }
  body.teamit .row.show-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.teamit .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  body.teamit .show-lg-only {
    display: block !important;
  }
  body.teamit .row.show-lg-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.teamit .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1921px) {
  body.teamit .show-xl {
    display: block !important;
  }
  body.teamit .row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.teamit .hide-xl {
    display: none !important;
  }
}
body.teamit html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body.teamit body {
  margin: 0;
}
body.teamit main {
  display: block;
}
body.teamit h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
body.teamit hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
body.teamit pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
body.teamit a {
  background-color: transparent;
}
body.teamit abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
body.teamit b,
body.teamit strong {
  font-weight: bolder;
}
body.teamit code,
body.teamit kbd,
body.teamit samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
body.teamit small {
  font-size: 80%;
}
body.teamit sub,
body.teamit sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
body.teamit sub {
  bottom: -0.25em;
}
body.teamit sup {
  top: -0.5em;
}
body.teamit img {
  border-style: none;
}
body.teamit button,
body.teamit input,
body.teamit optgroup,
body.teamit select,
body.teamit textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
body.teamit button,
body.teamit input {
  overflow: visible;
}
body.teamit button,
body.teamit select {
  text-transform: none;
}
body.teamit button,
body.teamit [type=button],
body.teamit [type=reset],
body.teamit [type=submit] {
  -webkit-appearance: button;
}
body.teamit button::-moz-focus-inner,
body.teamit [type=button]::-moz-focus-inner,
body.teamit [type=reset]::-moz-focus-inner,
body.teamit [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
body.teamit button:-moz-focusring,
body.teamit [type=button]:-moz-focusring,
body.teamit [type=reset]:-moz-focusring,
body.teamit [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
body.teamit fieldset {
  padding: 0.35em 0.75em 0.625em;
}
body.teamit legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
body.teamit progress {
  vertical-align: baseline;
}
body.teamit textarea {
  overflow: auto;
}
body.teamit [type=checkbox],
body.teamit [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
body.teamit [type=number]::-webkit-inner-spin-button,
body.teamit [type=number]::-webkit-outer-spin-button {
  height: auto;
}
body.teamit [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
body.teamit [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
body.teamit ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
body.teamit details {
  display: block;
}
body.teamit summary {
  display: list-item;
}
body.teamit template {
  display: none;
}
body.teamit [hidden] {
  display: none;
}
body.teamit *,
body.teamit *::before,
body.teamit *::after {
  box-sizing: inherit;
}
body.teamit html,
body.teamit div.site * {
  box-sizing: border-box;
}
@font-face {
  font-family: Inter;
  src: url(../assets/fonts/Inter-VariableFont.ttf) format("truetype supports variations"), url(../assets/fonts/Inter-VariableFont.ttf) format("truetype-variations");
  font-weight: 100 1000;
}
body.teamit * {
  font-family: Inter, "Helvetica Neue", sans-serif;
}
body.teamit h1,
body.teamit h2,
body.teamit h3,
body.teamit h4,
body.teamit h5 {
  clear: both;
  margin: 0;
  text-align: center;
  margin-bottom: 18px;
}
body.teamit h1 {
  font-weight: 900;
}
@media (max-width: 1438.99px) {
  body.teamit h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1439.99px) {
  body.teamit h1 {
    font-size: 64px;
    line-height: 77px;
  }
}
body.teamit h2 {
  font-weight: 800;
}
@media (max-width: 1438.99px) {
  body.teamit h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1439.99px) {
  body.teamit h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
body.teamit h3 {
  font-weight: 800;
}
@media (max-width: 1438.99px) {
  body.teamit h3 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 1439.99px) {
  body.teamit h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
body.teamit h4 {
  font-weight: 700;
}
@media (max-width: 1438.99px) {
  body.teamit h4 {
    font-size: 21px;
    line-height: 25px;
  }
}
@media (min-width: 1439.99px) {
  body.teamit h4 {
    font-size: 24px;
    line-height: 29px;
  }
}
body.teamit h5 {
  font-weight: 600;
}
@media (max-width: 1438.99px) {
  body.teamit h5 {
    font-size: 19px;
    line-height: 23px;
  }
}
@media (min-width: 1439.99px) {
  body.teamit h5 {
    font-size: 21px;
    line-height: 25px;
  }
}
body.teamit p,
body.teamit .body {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 18px;
}
@media (max-width: 1438.99px) {
  body.teamit p,
  body.teamit .body {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 1439.99px) {
  body.teamit p,
  body.teamit .body {
    font-size: 18px;
    line-height: 27px;
  }
}
body.teamit .ingress, body.teamit article.post .post-header p, body.teamit .hero-section .hero-content p, body.teamit .main-navigation ul.sub-menu > li > a {
  font-weight: 300;
  margin-bottom: 24px;
}
@media (max-width: 1438.99px) {
  body.teamit .ingress, body.teamit article.post .post-header p, body.teamit .hero-section .hero-content p, body.teamit .main-navigation ul.sub-menu > li > a {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 1439.99px) {
  body.teamit .ingress, body.teamit article.post .post-header p, body.teamit .hero-section .hero-content p, body.teamit .main-navigation ul.sub-menu > li > a {
    font-size: 24px;
    line-height: 36px;
  }
}
body.teamit .label-large {
  font-weight: 800;
  font-size: 21px;
  line-height: 32px;
}
body.teamit .main-navigation ul.menu > li > a, body.teamit .wpcf7 form.wpcf7-form label {
  font-weight: 800;
  font-size: 21px;
  line-height: 32px;
}
body.teamit footer.site-footer div.navigation ul.footer-nav li a, body.teamit .wpcf7 form.wpcf7-form .contact-form-footer .contact-form-button input[type=submit], body.teamit .wpcf7 form.wpcf7-form .contact-form-footer .contact-form-policy p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
body.teamit .wpcf7 form.wpcf7-form .contact-form-footer .contact-form-policy p label {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
}
body.teamit .site {
  background: #fff;
  color: #232435;
}
body.teamit hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
body.teamit ul.list-arrow {
  padding: 0;
  margin: 0;
}
body.teamit ul.list-arrow li {
  display: list-item;
  list-style-type: ">";
  text-align: left;
  padding: 0 0 12px 0;
  padding-inline-start: 1ch;
}
body.teamit ul.list-arrow li::marker {
  color: #ea8976;
}
body.teamit embed,
body.teamit iframe,
body.teamit object {
  max-width: 100%;
}
body.teamit img {
  height: auto;
  max-width: 100%;
}
body.teamit figure {
  margin: 1em 0;
}
body.teamit table {
  width: 100%;
}
body.teamit a {
  transition: all 0.2s ease-in-out;
}
body.teamit a:focus {
  outline: 2px solid #ea8976;
  outline-offset: 1px;
}
body.teamit .button-primary {
  display: inline-block;
  align-items: center;
  text-align: center;
  padding: 28px 40px;
  gap: 10px;
  color: #fff;
  border: 2px solid #f2c6bc;
  border-radius: 150px;
  background-color: transparent !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
body.teamit .button-primary:hover {
  background-color: #f2c6bc !important;
  color: #232435;
}
body.teamit .button-primary:focus {
  outline: 2px solid #ea8976;
  outline-offset: 1px;
}
body.teamit .wpcf7 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
body.teamit .wpcf7 input[type=text],
body.teamit .wpcf7 input[type=email],
body.teamit .wpcf7 input[type=url],
body.teamit .wpcf7 input[type=password],
body.teamit .wpcf7 input[type=search],
body.teamit .wpcf7 input[type=number],
body.teamit .wpcf7 input[type=tel],
body.teamit .wpcf7 input[type=range],
body.teamit .wpcf7 input[type=date],
body.teamit .wpcf7 input[type=month],
body.teamit .wpcf7 input[type=week],
body.teamit .wpcf7 input[type=time],
body.teamit .wpcf7 input[type=datetime],
body.teamit .wpcf7 input[type=datetime-local],
body.teamit .wpcf7 input[type=color],
body.teamit .wpcf7 textarea {
  padding: 10px 24px;
  background-color: #fff5ec;
  border: 2px solid #262e4b;
  border-radius: 4px;
}
body.teamit .wpcf7 input[type=text]:focus,
body.teamit .wpcf7 input[type=email]:focus,
body.teamit .wpcf7 input[type=url]:focus,
body.teamit .wpcf7 input[type=password]:focus,
body.teamit .wpcf7 input[type=search]:focus,
body.teamit .wpcf7 input[type=number]:focus,
body.teamit .wpcf7 input[type=tel]:focus,
body.teamit .wpcf7 input[type=range]:focus,
body.teamit .wpcf7 input[type=date]:focus,
body.teamit .wpcf7 input[type=month]:focus,
body.teamit .wpcf7 input[type=week]:focus,
body.teamit .wpcf7 input[type=time]:focus,
body.teamit .wpcf7 input[type=datetime]:focus,
body.teamit .wpcf7 input[type=datetime-local]:focus,
body.teamit .wpcf7 input[type=color]:focus,
body.teamit .wpcf7 textarea:focus {
  border: 2px solid #262e4b;
  outline: 2px solid #ea8976;
}
body.teamit .wpcf7 input[type=checkbox] {
  appearance: none;
  background-color: #fff5ec;
  margin: 0;
  font: inherit;
  color: #262e4b;
  width: 50px;
  height: 50px;
  border: 2px solid #262e4b;
  border-radius: 10px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
body.teamit .wpcf7 input[type=checkbox]:focus {
  outline: 2px solid #ea8976;
}
body.teamit .wpcf7 input[type=checkbox]::before {
  content: "";
  border-radius: 6px;
  width: 40px;
  height: 40px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 40px 40px #262e4b;
}
body.teamit .wpcf7 input[type=checkbox]:checked::before {
  transform: scale(1);
}
body.teamit .wpcf7 .wpcf7-spinner {
  display: none;
}
body.teamit .wpcf7 .wpcf7-list-item {
  margin: 0;
}
body.teamit .wpcf7 .wpcf7-not-valid-tip {
  color: #ea8976;
}
body.teamit .wpcf7 form.wpcf7-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media (min-width: 1023.99px) {
  body.teamit .wpcf7 form.wpcf7-form {
    max-width: 628px;
  }
}
body.teamit .wpcf7 form.wpcf7-form .contact-form-header {
  text-align: center;
}
body.teamit .wpcf7 form.wpcf7-form p {
  display: flex;
  width: 100%;
}
body.teamit .wpcf7 form.wpcf7-form p > label {
  display: block;
  text-align: left;
}
body.teamit .wpcf7 form.wpcf7-form p > label input:not([type=button]):not([type=checkbox]),
body.teamit .wpcf7 form.wpcf7-form p > label textarea {
  width: 100%;
}
body.teamit .wpcf7 form.wpcf7-form label {
  width: 100%;
}
body.teamit .wpcf7 form.wpcf7-form .contact-form-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
}
body.teamit .wpcf7 form.wpcf7-form .contact-form-footer .contact-form-policy {
  flex: 1;
  display: flex;
  flex-direction: column;
}
body.teamit .wpcf7 form.wpcf7-form .contact-form-footer .contact-form-policy p {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
}
body.teamit .wpcf7 form.wpcf7-form .contact-form-footer .contact-form-policy p a,
body.teamit .wpcf7 form.wpcf7-form .contact-form-footer .contact-form-policy p label {
  flex: 1;
  display: flex;
  align-items: center;
}
body.teamit .wpcf7 form.wpcf7-form .contact-form-footer .contact-form-policy p input[type=checkbox] {
  margin-right: 8px;
}
body.teamit .wpcf7 form.wpcf7-form .contact-form-footer .contact-form-button {
  display: flex;
}
body.teamit .wpcf7 form.wpcf7-form .contact-form-footer .contact-form-button input[type=submit] {
  display: inline-block;
  align-items: center;
  text-align: center;
  padding: 28px 40px;
  gap: 10px;
  color: #fff;
  border: 0;
  border-radius: 150px;
  background-color: #262e4b;
  transition: all 0.25s ease-in-out;
}
body.teamit .wpcf7 form.wpcf7-form .contact-form-footer .contact-form-button input[type=submit]:disabled {
  background-color: #c4c4c4;
  color: #fff;
}
body.teamit .wpcf7 form.wpcf7-form .contact-form-footer .contact-form-button input[type=submit]:not(:disabled):hover {
  background-color: #f2c6bc !important;
  color: #232435;
}
body.teamit .wpcf7 form.wpcf7-form .contact-form-footer .contact-form-button input[type=submit]:not(:disabled):focus {
  outline: 2px solid #ea8976;
  outline-offset: 1px;
}
body.teamit .wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
  background-color: #46b450;
}
body.teamit .site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #262e4b;
  padding: 20px 22.5px;
}
@media (min-width: 1023.99px) {
  body.teamit .site-header {
    padding: 40px 75px;
  }
}
body.teamit .site-header .site-branding {
  height: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
body.teamit .main-navigation.toggled button.menu-toggle {
  background-image: url(../assets/images/burger-close.svg);
}
body.teamit .main-navigation button.menu-toggle {
  outline: none;
  border: none;
  padding: 0;
  background-color: #f2c6bc;
  background-image: url(../assets/images/burger-open.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  transition: all 0.25s ease-in-out;
}
body.teamit .main-navigation button.menu-toggle:focus {
  outline-offset: 2px;
  outline: 2px solid #ea8976;
}
@media (min-width: 1023.99px) {
  body.teamit .main-navigation {
    position: relative;
    display: flex;
    align-items: center;
  }
}
body.teamit .main-navigation div {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
}
@media (min-width: 1023.99px) {
  body.teamit .main-navigation div {
    top: auto;
    position: relative;
  }
}
body.teamit .main-navigation ul.menu {
  display: none;
  list-style: none;
  background-color: #262e4b;
  margin: 0;
  padding: 0;
}
body.teamit .main-navigation ul.menu > li {
  margin: 0 20px;
  border-bottom: 1px solid #36426f;
}
@media (min-width: 1023.99px) {
  body.teamit .main-navigation ul.menu > li {
    border: 0;
    margin: 0;
  }
}
body.teamit .main-navigation ul.menu > li.menu-item-has-children {
  padding-bottom: 0;
}
body.teamit .main-navigation ul.menu > li:has(ul > li.focus) > a {
  color: #fff;
  outline-width: 0 !important;
}
body.teamit .main-navigation ul.menu > li > a {
  margin-bottom: 0;
}
@media (min-width: 1023.99px) {
  body.teamit .main-navigation ul.menu > li > a {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    padding: 0;
  }
}
@media (min-width: 1023.99px) {
  body.teamit .main-navigation ul.menu {
    display: flex;
    align-items: center;
  }
  body.teamit .main-navigation ul.menu li {
    height: 100%;
  }
  body.teamit .main-navigation ul.menu li:hover > ul,
  body.teamit .main-navigation ul.menu li.focus > ul {
    left: auto;
  }
}
body.teamit .main-navigation ul.sub-menu {
  background-color: #262e4b;
  margin: 0;
  padding-left: 0;
}
body.teamit .main-navigation ul.sub-menu > li {
  margin: 0;
  border-top: 1px solid #36426f;
}
@media (min-width: 1023.99px) {
  body.teamit .main-navigation ul.sub-menu > li {
    border: none;
  }
}
body.teamit .main-navigation ul.sub-menu > li > a {
  color: #f2c6bc;
  margin-bottom: 0;
}
@media (min-width: 1023.99px) {
  body.teamit .main-navigation ul.sub-menu > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
  }
}
@media (min-width: 1023.99px) {
  body.teamit .main-navigation ul.sub-menu {
    text-align: center;
    margin-left: -75px;
    padding: 4px 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    border: 2px solid #f2c6bc;
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
  }
  body.teamit .main-navigation ul.sub-menu ul {
    left: -999em;
    top: 0;
  }
  body.teamit .main-navigation ul.sub-menu a {
    width: 200px;
  }
}
body.teamit .main-navigation li {
  position: relative;
  margin: 0;
}
body.teamit .main-navigation li.focus > a {
  outline: 2px solid #ea8976;
  outline-offset: 2;
}
body.teamit .main-navigation li:hover > a, body.teamit .main-navigation li.focus > a {
  color: #f2c6bc !important;
}
@media (min-width: 1023.99px) {
  body.teamit .main-navigation li {
    display: flex;
  }
  body.teamit .main-navigation li.menu-item-has-children > a::after {
    display: block;
    float: right;
    margin-left: 6px;
    content: url(../assets/images/chevron-down.svg);
  }
}
body.teamit .main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 16px 0;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1022.99px) {
  body.teamit .main-navigation a::after {
    position: absolute;
    right: 0;
    content: url(../assets/images/chevron-right.svg);
    vertical-align: -50%;
  }
}
@media (min-width: 1023.99px) {
  body.teamit .main-navigation a {
    display: block;
    float: left;
  }
}
body.teamit .menu-toggle,
body.teamit .main-navigation.toggled ul {
  display: block;
}
@media (min-width: 1023.99px) {
  body.teamit .menu-toggle {
    display: none;
  }
  body.teamit .main-navigation ul.menu {
    display: flex;
    column-gap: 20px;
  }
}
@media (min-width: 1023.99px) and (min-width: 1439.99px) {
  body.teamit .main-navigation ul.menu {
    column-gap: 40px;
  }
}
@media (min-width: 1023.99px) {
  body.teamit .main-navigation ul.menu ul.sub-menu {
    row-gap: 12px;
    display: flex;
    flex-direction: column;
  }
}
body.teamit div.language-switcher {
  color: #fff;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
}
@media (max-width: 1022.99px) {
  body.teamit div.language-switcher {
    display: none;
  }
}
body.teamit div.language-switcher ul.menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  background-color: #262e4b;
}
body.teamit div.language-switcher ul.menu li {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}
body.teamit div.language-switcher ul.menu ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  right: auto;
  z-index: 99999;
  padding: 4px 8px;
  border: 1px solid #f2c6bc;
  background-color: #262e4b;
}
body.teamit div.language-switcher ul.menu ul a {
  width: 100px;
}
body.teamit div.language-switcher li {
  position: relative;
  display: flex;
}
body.teamit div.language-switcher li:hover > ul, body.teamit div.language-switcher li.focus > ul {
  left: auto;
  right: 0;
}
body.teamit div.language-switcher li.focus > a {
  outline: 2px solid #ea8976;
  outline-offset: 2px;
}
body.teamit div.language-switcher li:hover > a, body.teamit div.language-switcher li.focus > a {
  color: #f2c6bc;
}
body.teamit div.language-switcher li.menu-item-has-children::after {
  content: url(../assets/images/chevron-down.svg);
  margin-left: 8px;
  height: 16px;
  display: flex;
}
body.teamit div.language-switcher a {
  display: block;
  float: left;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 1023.99px) {
  body.teamit .language-switcher ul.menu {
    display: flex;
  }
  body.teamit .language-switcher ul.menu ul.sub-menu {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
}
body.teamit footer.site-footer {
  color: #fff;
  background-color: #262e4b;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 16px 80px;
  row-gap: 80px;
}
body.teamit footer.site-footer div.offices ul.offices, body.teamit footer.site-footer div.navigation ul.footer-nav {
  display: inline-flex;
  flex-direction: column;
  margin: 0;
  padding-left: 0;
  gap: 32px;
}
body.teamit footer.site-footer div.offices ul.offices li, body.teamit footer.site-footer div.navigation ul.footer-nav li {
  display: inline-flex;
  flex-direction: column;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
body.teamit footer.site-footer div.some ul.some, body.teamit footer.site-footer div.legal ul.privacy {
  display: inline-flex;
  flex-direction: row;
  margin: 0;
  padding-left: 0;
  gap: 12px;
}
body.teamit footer.site-footer div.some ul.some li, body.teamit footer.site-footer div.legal ul.privacy li {
  display: inline-flex;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 1023.99px) {
  body.teamit footer.site-footer {
    padding: 219px 105px 108px;
  }
}
body.teamit footer.site-footer .footer-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  row-gap: 80px;
}
@media (min-width: 1023.99px) {
  body.teamit footer.site-footer .footer-row {
    align-items: flex-start;
    flex-direction: row;
    row-gap: 0;
  }
}
@media (max-width: 1022.99px) {
  body.teamit footer.site-footer .footer-row:first-of-type > div {
    width: 167px;
  }
  body.teamit footer.site-footer .footer-row:first-of-type > div.logo {
    text-align: center;
  }
  body.teamit footer.site-footer .footer-row:first-of-type > div.navigation ul {
    width: 100%;
  }
  body.teamit footer.site-footer .footer-row:first-of-type > div.navigation a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.teamit footer.site-footer .footer-row:first-of-type > div.navigation a::after {
    margin: 0;
  }
  body.teamit footer.site-footer .footer-row:first-of-type > div p {
    white-space: nowrap;
  }
  body.teamit footer.site-footer .footer-row:first-of-type > div p:last-of-type {
    margin-bottom: 0;
  }
}
body.teamit footer.site-footer div.navigation ul.footer-nav li a {
  text-decoration: none;
  color: #fff;
  padding: 0;
}
body.teamit footer.site-footer div.navigation ul.footer-nav li a:focus, body.teamit footer.site-footer div.navigation ul.footer-nav li a:hover {
  color: #f2c6bc;
}
@media (min-width: 1023.99px) {
  body.teamit footer.site-footer div.offices {
    margin-right: 244px;
  }
}
body.teamit footer.site-footer div.offices ul.offices li h3 {
  text-align: left;
}
body.teamit footer.site-footer div.offices ul.offices li p {
  color: #f2c6bc;
}
body.teamit footer.site-footer div.offices ul.offices li a {
  color: #fff;
}
body.teamit footer.site-footer div.offices ul.offices li a:focus, body.teamit footer.site-footer div.offices ul.offices li a:hover {
  color: #f2c6bc;
}
body.teamit footer.site-footer div.legal p.copyright {
  text-align: center;
  color: #fff1ec;
  margin: 0;
}
@media (min-width: 1023.99px) {
  body.teamit footer.site-footer div.legal p.copyright {
    text-align: left;
  }
}
body.teamit footer.site-footer div.legal ul.privacy li a {
  color: #f2c6bc;
}
body.teamit footer.site-footer div.legal ul.privacy li a svg.icon {
  fill: currentcolor;
  width: 24px;
  height: 24px;
}
body.teamit footer.site-footer div.some ul.some {
  flex-wrap: wrap;
}
body.teamit footer.site-footer div.some ul.some li a {
  padding: 4px;
  color: #fff;
}
body.teamit footer.site-footer div.some ul.some li a svg.icon {
  fill: currentcolor;
  width: 24px;
  height: 24px;
}
body.teamit .image-section {
  padding: 60px 17px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  flex-direction: column;
  text-align: center;
  color: #fff;
  background-color: #262e4b;
}
@media (min-width: 1439.99px) {
  body.teamit .image-section {
    padding: 160px 219px;
  }
}
body.teamit .image-section a:not(.wp-block-button__link) {
  color: #fff;
}
body.teamit .blue-500-section {
  padding: 60px 17px;
  flex-direction: column;
  text-align: center;
  color: #fff;
  background-color: #262e4b;
}
@media (min-width: 1439.99px) {
  body.teamit .blue-500-section {
    padding: 160px 219px;
  }
}
body.teamit .blue-500-section a:not(.wp-block-button__link) {
  color: #fff;
}
body.teamit .blue-500-section h1,
body.teamit .blue-500-section h2,
body.teamit .blue-500-section h3,
body.teamit .blue-500-section h4,
body.teamit .blue-500-section h5 {
  color: #f2c6bc;
}
body.teamit .blue-500-section .ingress, body.teamit .blue-500-section article.post .post-header p, body.teamit article.post .post-header .blue-500-section p, body.teamit .blue-500-section .hero-section .hero-content p, body.teamit .hero-section .hero-content .blue-500-section p, body.teamit .blue-500-section .main-navigation ul.sub-menu > li > a, body.teamit .main-navigation .blue-500-section ul.sub-menu > li > a {
  color: #fff;
}
body.teamit .blue-500-section p {
  color: #fff;
}
body.teamit .black-section {
  padding: 60px 17px;
  flex-direction: column;
  text-align: center;
  color: #fff;
  background-color: #232435;
}
@media (min-width: 1439.99px) {
  body.teamit .black-section {
    padding: 160px 219px;
  }
}
body.teamit .black-section a:not(.wp-block-button__link) {
  color: #fff;
}
body.teamit .black-section h1,
body.teamit .black-section h2,
body.teamit .black-section h3,
body.teamit .black-section h4,
body.teamit .black-section h5 {
  color: #f2c6bc;
}
body.teamit .black-section .ingress, body.teamit .black-section article.post .post-header p, body.teamit article.post .post-header .black-section p, body.teamit .black-section .hero-section .hero-content p, body.teamit .hero-section .hero-content .black-section p, body.teamit .black-section .main-navigation ul.sub-menu > li > a, body.teamit .main-navigation .black-section ul.sub-menu > li > a {
  color: #fff;
}
body.teamit .black-section p {
  color: #fff;
}
body.teamit .red-200-section {
  padding: 60px 17px;
  flex-direction: column;
  text-align: center;
  color: #262e4b;
  background-color: #fae2da;
}
@media (min-width: 1439.99px) {
  body.teamit .red-200-section {
    padding: 160px 219px;
  }
}
body.teamit .red-200-section a:not(.wp-block-button__link) {
  color: #262e4b;
}
body.teamit .red-200-section h1,
body.teamit .red-200-section h2,
body.teamit .red-200-section h3,
body.teamit .red-200-section h4,
body.teamit .red-200-section h5 {
  color: #262e4b;
}
body.teamit .red-200-section .ingress, body.teamit .red-200-section article.post .post-header p, body.teamit article.post .post-header .red-200-section p, body.teamit .red-200-section .hero-section .hero-content p, body.teamit .hero-section .hero-content .red-200-section p, body.teamit .red-200-section .main-navigation ul.sub-menu > li > a, body.teamit .main-navigation .red-200-section ul.sub-menu > li > a {
  color: #232435;
}
body.teamit .red-200-section p {
  color: #232435;
}
body.teamit .red-100-section {
  padding: 60px 17px;
  flex-direction: column;
  text-align: center;
  color: #262e4b;
  background-color: #fff1ec;
}
@media (min-width: 1439.99px) {
  body.teamit .red-100-section {
    padding: 160px 219px;
  }
}
body.teamit .red-100-section a:not(.wp-block-button__link) {
  color: #262e4b;
}
body.teamit .red-100-section h1,
body.teamit .red-100-section h2,
body.teamit .red-100-section h3,
body.teamit .red-100-section h4,
body.teamit .red-100-section h5 {
  color: #262e4b;
}
body.teamit .red-100-section .ingress, body.teamit .red-100-section article.post .post-header p, body.teamit article.post .post-header .red-100-section p, body.teamit .red-100-section .hero-section .hero-content p, body.teamit .hero-section .hero-content .red-100-section p, body.teamit .red-100-section .main-navigation ul.sub-menu > li > a, body.teamit .main-navigation .red-100-section ul.sub-menu > li > a {
  color: #232435;
}
body.teamit .red-100-section p {
  color: #232435;
}
body.teamit .pastel-red-100-section {
  padding: 60px 17px;
  flex-direction: column;
  text-align: center;
  color: #262e4b;
  background-color: #fff5ec;
}
@media (min-width: 1439.99px) {
  body.teamit .pastel-red-100-section {
    padding: 160px 219px;
  }
}
body.teamit .pastel-red-100-section a:not(.wp-block-button__link) {
  color: #262e4b;
}
body.teamit .pastel-red-100-section h1,
body.teamit .pastel-red-100-section h2,
body.teamit .pastel-red-100-section h3,
body.teamit .pastel-red-100-section h4,
body.teamit .pastel-red-100-section h5 {
  color: #262e4b;
}
body.teamit .pastel-red-100-section .ingress, body.teamit .pastel-red-100-section article.post .post-header p, body.teamit article.post .post-header .pastel-red-100-section p, body.teamit .pastel-red-100-section .hero-section .hero-content p, body.teamit .hero-section .hero-content .pastel-red-100-section p, body.teamit .pastel-red-100-section .main-navigation ul.sub-menu > li > a, body.teamit .main-navigation .pastel-red-100-section ul.sub-menu > li > a {
  color: #232435;
}
body.teamit .pastel-red-100-section p {
  color: #232435;
}
body.teamit .white-section {
  padding: 60px 17px;
  flex-direction: column;
  text-align: center;
  color: #232435;
  background-color: #fff;
}
@media (min-width: 1439.99px) {
  body.teamit .white-section {
    padding: 160px 219px;
  }
}
body.teamit .white-section a:not(.wp-block-button__link) {
  color: #232435;
}
body.teamit .white-section h1,
body.teamit .white-section h2,
body.teamit .white-section h3,
body.teamit .white-section h4,
body.teamit .white-section h5 {
  color: #262e4b;
}
body.teamit .white-section .ingress, body.teamit .white-section article.post .post-header p, body.teamit article.post .post-header .white-section p, body.teamit .white-section .hero-section .hero-content p, body.teamit .hero-section .hero-content .white-section p, body.teamit .white-section .main-navigation ul.sub-menu > li > a, body.teamit .main-navigation .white-section ul.sub-menu > li > a {
  color: #232435;
}
body.teamit .white-section p {
  color: #232435;
}
body.teamit .sticky {
  display: block;
}
body.teamit .post,
body.teamit .page {
  margin: 0;
}
body.teamit .updated:not(.published) {
  display: none;
}
body.teamit .page-content,
body.teamit .entry-content,
body.teamit .entry-summary {
  margin: 0;
}
body.teamit .page-links {
  clear: both;
  margin: 0 0 1.5em;
}
body.teamit .row {
  flex-direction: row;
}
body.teamit .comment-content a {
  word-wrap: break-word;
}
body.teamit .bypostauthor {
  display: block;
}
body.teamit .widget {
  margin: 0 0 1.5em;
}
body.teamit .widget select {
  max-width: 100%;
}
body.teamit .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
body.teamit .wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.teamit .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
body.teamit .wp-caption-text {
  text-align: center;
}
body.teamit .page-content .wp-smiley,
body.teamit .entry-content .wp-smiley,
body.teamit .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
body.teamit .tags {
  display: block;
}
body.teamit .tags .tag {
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  margin: 0 8px 8px 0;
  padding: 3px 8px;
}
body.teamit .tags.tags-dark .tag {
  background-color: #232435;
  color: #fff;
}
body.teamit .tags.tags-red .tag {
  background-color: #f2c6bc;
  color: #232435;
}
body.teamit div.latest-posts {
  display: flex;
  margin: 50px 0;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1023.99px) {
  body.teamit div.latest-posts {
    flex-direction: row;
    gap: 16px;
  }
}
body.teamit div.latest-posts .latest-post {
  display: flex;
  flex: 1;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1023.99px) {
  body.teamit div.latest-posts .latest-post:nth-of-type(even) a .latest-post-image img {
    aspect-ratio: 1;
  }
}
body.teamit div.latest-posts .latest-post .tags {
  text-align: left;
}
body.teamit div.latest-posts .latest-post .latest-post-image {
  display: flex;
  flex: 1;
  margin-bottom: 24px;
}
body.teamit div.latest-posts .latest-post .latest-post-image img {
  aspect-ratio: 1.75;
  object-fit: cover;
}
@media (min-width: 1439.99px) {
  body.teamit div.latest-posts .latest-post .latest-post-image img {
    aspect-ratio: 1.5;
    flex: unset;
  }
}
body.teamit div.latest-posts .latest-post h3 {
  text-align: left;
}
body.teamit .latest-links {
  text-align: center;
}
body.teamit .latest-links button {
  cursor: pointer;
  margin: 0 8px;
}
body.teamit .latest-links .active {
  background-color: #f2c6bc !important;
  border: none;
  color: #262E4B;
}
body.teamit button {
  cursor: pointer;
  margin: 0 8px;
}
body.teamit .services-section .services-container {
  display: flex;
  gap: 30px;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1023.99px) {
  body.teamit .services-section .services-container {
    flex-direction: row;
  }
}
body.teamit .services-section .services-container .service-link {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 30px 0;
  gap: 16px;
  background-color: #fff;
}
body.teamit .services-section .services-container .service-link .service-icon {
  padding: 0 30px;
}
body.teamit .services-section .services-container .service-link .service-name {
  padding: 0 15px;
  display: flex;
  text-align: center;
  word-break: break-word;
}
body.teamit .employee-stories-section .employee-stories-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 1439.99px) {
  body.teamit .employee-stories-section .employee-stories-container {
    flex-direction: row;
    gap: 30px;
  }
}
body.teamit .employee-stories-section .employee-stories-container .employee-story {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
@media (min-width: 1439.99px) {
  body.teamit .employee-stories-section .employee-stories-container .employee-story:first-of-type {
    margin-top: 120px;
  }
}
body.teamit .employee-stories-section .employee-stories-container .employee-story .employee-story-avatar-wrapper {
  position: relative;
}
body.teamit .employee-stories-section .employee-stories-container .employee-story .employee-story-avatar-wrapper img.employee-story-avatar {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
}
body.teamit .employee-stories-section .employee-stories-container .employee-story .employee-story-avatar-wrapper::after {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background: url(../assets/icons/double-quotes.svg) no-repeat;
  width: 80px;
  height: 70px;
}
body.teamit .employee-stories-section .employee-stories-container .employee-story .employee-story-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
body.teamit .employee-stories-section .employee-stories-container .employee-story .employee-story-texts .employee-story-quote {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
body.teamit .employee-stories-section .employee-stories-container .employee-story .employee-story-texts .employee-story-name-and-title {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #df998b;
  text-align: center;
  color: #fff !important;
}
body.teamit .employee-stories-section .employee-stories-container .employee-story a.employee-story-link {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #fff;
}
body.teamit .employee-stories-section .employee-stories-images {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 120px;
  gap: 30px;
}
body.teamit .employee-stories-section .employee-stories-images .employee-stories-image {
  display: flex;
  flex: 1;
  object-fit: contain;
}
body.teamit .employee-stories-image-left {
  padding-top: 75px;
}
body.teamit .employee-stories-image-middle {
  padding-top: 175px;
}
body.teamit .employee-stories-image-right {
  margin-top: 0px;
}
body.teamit .careers-section .careers-media-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
}
body.teamit .careers-section .careers-media-container p {
  margin: 0;
}
body.teamit .open-position-container {
  text-align: left;
  background-color: white !important;
  border-radius: 10px;
  padding: 20px;
  margin: 20px;
}
body.teamit .open-position-container .label-large {
  filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.15));
}
body.teamit .open-position-container .position-container {
  display: flex; /* Optional: Use flexbox to center vertically */
  justify-content: center; /* Optional: Use flexbox to center horizontally */
}
body.teamit .tag {
  background-color: #232435;
  display: block;
  padding: 7px;
  color: white !important;
  margin: 5px;
  border-radius: 5px;
  font-weight: 100;
  font-size: 18px;
}
body.teamit .hero-section {
  flex-direction: column;
  text-align: center;
  color: #fff;
  background-color: #262e4b;
}
body.teamit .hero-section a:not(.wp-block-button__link) {
  color: #fff;
}
body.teamit .hero-section .hero-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 60px 16px;
}
@media (min-width: 1439.99px) {
  body.teamit .hero-section .hero-container {
    flex-direction: row;
    gap: 27px;
    padding: 80px 179px 120px 219px;
  }
}
body.teamit .hero-section .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  word-break: break-word;
  align-items: center;
  text-align: center;
  gap: 40px;
}
@media (min-width: 1439.99px) {
  body.teamit .hero-section .hero-content {
    flex: 1;
    align-items: flex-start;
    min-height: 556px;
  }
  body.teamit .hero-section .hero-content h1,
  body.teamit .hero-section .hero-content p {
    text-align: left;
  }
}
body.teamit .hero-section .hero-content .hero-content-wrapper {
  flex-direction: column;
  display: flex;
}
body.teamit .hero-section .hero-content h1 {
  text-shadow: -1px -1px 0 #262e4b, 1px -1px 0 #262e4b, -1px 1px 0 #262e4b, 1px 1px 0 #262e4b;
  color: #f2c6bc;
  margin: 0 0 21px;
}
body.teamit .hero-section img.hero-decoration-small {
  width: 121px;
}
@media (min-width: 1439.99px) {
  body.teamit .hero-section img.hero-decoration-small {
    display: none;
  }
}
body.teamit .hero-section img.hero-decoration-large {
  height: 556px;
}
@media (max-width: 1438.99px) {
  body.teamit .hero-section img.hero-decoration-large {
    display: none;
  }
}
body.teamit .hero-section .hero-image {
  min-width: 100%;
  height: 136px;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1439.99px) {
  body.teamit .hero-section .hero-image {
    height: 600px;
  }
}
body.teamit article.post .post-header {
  word-break: break-all;
  padding: 120px 65px 180px;
  background-color: #fff1ec;
  text-align: center;
}
body.teamit article.post .post-header a {
  text-decoration: none;
}
@media (min-width: 1023.99px) {
  body.teamit article.post .post-header {
    padding: 120px 165px 180px;
  }
}
@media (min-width: 1919.99px) {
  body.teamit article.post .post-header {
    padding: 120px 330px 180px;
  }
}
body.teamit article.post .post-header .byline {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
body.teamit article.post .post-header .byline img {
  border-radius: 100%;
}
body.teamit article.post .post-header .byline a {
  color: #232435;
}
body.teamit article.post .post-header h1.post-black {
  color: #232435;
  margin-bottom: 40px;
}
body.teamit article.post .post-header p {
  color: #232435;
  margin-bottom: 40px;
}
body.teamit article.post .post-header .categories {
  display: inline-flex;
  gap: 32px;
}
body.teamit article.post .post-header .categories .category {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #232435;
}
body.teamit article.post .post-thumbnail {
  margin: -100px 0 0;
}
@media (min-width: 1023.99px) {
  body.teamit article.post .post-thumbnail {
    margin: -100px 110px 0;
  }
}
@media (min-width: 1919.99px) {
  body.teamit article.post .post-thumbnail {
    margin: -100px 220px 0;
  }
}
body.teamit article.post article.post {
  background-color: #fff;
}
body.teamit article.post .post-content {
  flex-direction: column;
  text-align: center;
  color: #232435;
  background-color: #fff;
  padding: 0 40px 40px;
  text-align: left;
}
body.teamit article.post .post-content a:not(.wp-block-button__link) {
  color: #232435;
}
@media (min-width: 1023.99px) {
  body.teamit article.post .post-content {
    padding: 0 247px 40px;
  }
}
@media (min-width: 1919.99px) {
  body.teamit article.post .post-content {
    padding: 0 494px 40px;
  }
}
body.teamit article.post .post-content p {
  text-align: left;
}
body.teamit article.post .post-content .posted-on {
  display: inline-block;
  padding: 40px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
body.teamit .archive-post {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  text-align: left;
  word-wrap: break-word;
  padding: 17px;
  margin-bottom: 80px;
}
body.teamit .archive-post a {
  text-decoration: none;
}
body.teamit .archive-post div.post-thumbnail {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background-color: #f0f0f0;
}
body.teamit .archive-post div.post-thumbnail img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
body.teamit .archive-post div.post-content {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}
body.teamit .archive-post div.post-content div.post-meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body.teamit .archive-post div.post-content div.post-meta * {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #232435;
}
body.teamit .archive-post div.post-content div.post-meta div.categories {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  gap: 0 32px;
}
body.teamit .archive-post div.post-content div.post-meta .posted-on-by {
  display: inline-flex;
  flex-direction: row;
  gap: 32px;
}
body.teamit a {
  text-decoration: none;
  text-decoration-thickness: 2px;
}
body.teamit .black-section a,
body.teamit .blue-500-section a {
  text-decoration-color: #f2c6bc;
}
body.teamit .red-200-section a,
body.teamit .red-100-section a,
body.teamit .white-section a {
  text-decoration-color: #262e4b;
}
body.teamit .arrow-after::after, body.teamit .nav-links .nav-next::after, body.teamit footer.site-footer div.navigation ul.footer-nav li a::after, body.teamit footer.site-footer div.offices ul.offices li a::after, body.teamit .arrow-before::before, body.teamit .nav-links .nav-previous::before {
  content: url(../assets/icons/arrow-right-long.svg);
  vertical-align: middle;
  display: inline-block;
}
body.teamit .arrow-before::before, body.teamit .nav-links .nav-previous::before {
  margin-right: 24px;
  transform: rotate(180deg);
}
body.teamit .arrow-after::after, body.teamit .nav-links .nav-next::after, body.teamit footer.site-footer div.navigation ul.footer-nav li a::after, body.teamit footer.site-footer div.offices ul.offices li a::after {
  margin-left: 24px;
}
body.teamit .arrow-black-after::after, body.teamit .wpcf7 form.wpcf7-form .contact-form-footer .contact-form-policy p a::after {
  content: url(../assets/icons/arrow-right-black.svg);
  vertical-align: middle;
  display: inline-block;
}
body.teamit .sr-only {
  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;
}
body.teamit .sr-only:focus {
  background-color: #262e4b;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
body.teamit #primary[tabindex="-1"]:focus {
  outline: 0;
}
body.teamit .align-left {
  float: left;
}
body.teamit .align-right {
  float: right;
}
body.teamit .align-center {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.teamit .text-align-left {
  text-align: left;
}
body.teamit .text-align-right {
  text-align: right;
}
body.teamit .text-align-center {
  text-align: center;
}
@media (min-width: 1439.99px) {
  body.teamit .extra-margins {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }
}
body.teamit .no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}
body.teamit .wp-block-group {
  flex-direction: column;
}
body.teamit .wp-block-columns {
  flex-direction: row;
  margin-bottom: 0;
  gap: 30px;
}
body.teamit .wp-block-columns .wp-block-column ul {
  text-align: left;
}
body.teamit .wp-block-columns .wp-block-column ul.list-flex {
  display: flex;
  flex-wrap: wrap;
}
body.teamit .wp-block-columns .wp-block-column ul.list-flex li {
  flex: 0 1 50%;
  display: flex;
  width: 50%;
}
body.teamit .wp-block-image.aligncenter,
body.teamit .wp-block-image .aligncenter,
body.teamit .wp-block-image.alignleft,
body.teamit .wp-block-image .alignleft,
body.teamit .wp-block-image.alignright,
body.teamit .wp-block-image .alignright {
  display: block;
}
body.teamit .red-200-section .wp-block-button a,
body.teamit .red-100-section .wp-block-button a,
body.teamit .white-section .wp-block-button a,
body.teamit .post-content .wp-block-button a {
  display: inline-block;
  align-items: center;
  text-align: center;
  padding: 28px 40px;
  gap: 10px;
  color: #232435;
  border: 1px solid #232435;
  border-radius: 150px;
  background-color: transparent !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
body.teamit .red-200-section .wp-block-button a:hover,
body.teamit .red-100-section .wp-block-button a:hover,
body.teamit .white-section .wp-block-button a:hover,
body.teamit .post-content .wp-block-button a:hover {
  background-color: #f2c6bc !important;
  color: #232435;
}
body.teamit .red-200-section .wp-block-button a:focus,
body.teamit .red-100-section .wp-block-button a:focus,
body.teamit .white-section .wp-block-button a:focus,
body.teamit .post-content .wp-block-button a:focus {
  outline: 2px solid #ea8976;
  outline-offset: 1px;
}
body.teamit .black-section .wp-block-button a,
body.teamit .blue-500-section .wp-block-button a {
  display: inline-block;
  align-items: center;
  text-align: center;
  padding: 28px 40px;
  gap: 10px;
  color: #fff;
  border: 2px solid #f2c6bc;
  border-radius: 150px;
  background-color: transparent !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
body.teamit .black-section .wp-block-button a:hover,
body.teamit .blue-500-section .wp-block-button a:hover {
  background-color: #f2c6bc !important;
  color: #232435;
}
body.teamit .black-section .wp-block-button a:focus,
body.teamit .blue-500-section .wp-block-button a:focus {
  outline: 2px solid #ea8976;
  outline-offset: 1px;
}
body.teamit .align-items-center {
  align-items: center !important;
}
body.teamit .flex-row-reverse {
  flex-direction: row-reverse !important;
}
body.teamit .nav-links {
  display: inline-flex;
  gap: 32px;
  flex-direction: row;
}

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