/*!
 * Theme Name: Mosinzhproect
 * Description: Starter Theme to use with Timber
 * Author: Talahassa.Ink
*/

/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

html {
  font-size: 16px;
}

.pt-2 {
  padding-top: 0.5rem;
}

.link-blue a {
  color: #007AC1;
  text-decoration: underline;
}

::marker {
  color: #163F90;
}

.big-slider .big-slider__image {
  position: relative;
  background-repeat: no-repeat;
  min-height: 150px;
  background-size: contain;
}

@media (min-width: 641px) {
  .big-slider .big-slider__image {
    background-size: cover;
    height:calc(100vh - 122px);
  }
}

.show_more {
  padding-top: 1rem;
  color: #007AC1;
}

.show_more span {
  width:10px;
  height: 6px;
  display:inline-block;
  margin-left: 5px;
  position: relative;
  top: -2px;
  background: url('/wp-content/uploads/2021/02/arrow.png') no-repeat;
}

.show_more.hide span{
  transform: rotate(180deg);
}

.file {
  background: url('/wp-content/uploads/2021/02/file_icon.png') no-repeat left center;
  padding: 4px 0 4px 40px;
}

.expanded-menu {
  display: flex;
}

.expanded-menu>li{
  position: relative;
}

.expanded-menu>li:after{
  width: 0;
}

.expanded-menu>li:hover:after{
  width: 100%;
}

.expanded-menu li ul li ul {
  position: absolute;
  left: 100%;
  right: auto;
  top: 0px;
  margin-left: 0px;
  width: 100%;
  min-width: 680px;
}

.expanded-menu>li:after{
  content: ' ';
  height: 5px;
  position: absolute;
  bottom: 0;
  background-color: #007AC1;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.expanded-menu--container{
  width: 999px;
  position: fixed;
  right: 0;
  margin-top: 32px;
  padding-top: 20px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.26s ease;
  min-height:555px;
}

.expanded-menu>li:hover .expanded-menu--container {
  transform: scaleY(1);
}

.expanded-menu--container>ul {
  position: absolute;
  max-width:360px;
  min-width: 360px;
}

.expanded-menu--container>ul li a {
  display: block;
}

.expanded-menu--container li a {
  padding: 10px 25px;
}

.expanded-menu--container ul li {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.expanded-menu--container ul li ul {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.expanded-menu--container ul li:hover ul {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.expanded-menu .has-children {
  position: relative;
}

.expanded-menu--container>ul>li>a {
  color: #58585B;
}

.expanded-menu--container>ul>li:hover>a {
  color: inherit;
}

.page-id-20 .expanded-menu--container>ul>li:hover>a, .page-id-20 .expanded-menu--container>ul>li:hover li a {
  color: #007AC1;
}

.expanded-menu--container>ul>li .child-arrow {
  position: absolute;
  right: 0;
  top: 14px;
}

.expanded-menu--container>ul>li .child-arrow .child-arrow--svg {
  fill: #58585B;
}

.expanded-menu--container>ul>li:hover .child-arrow .child-arrow--svg {
  fill: #163F90;
}

.mm-navbar {
  justify-items: center;
}

.mm-navbar .social-icons {
  padding-top: 5px!important;
}

.mm-navbar .social-icons svg {
  display: inline;
}

.mm-menu_opened {
  z-index: 9999!important;
}

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #316595 !important;
}

.owl-centered .owl-stage {
  display: flex;
  align-items: flex-start;
}

@media (min-width: 960px) {
  .owl-centered .owl-stage {
    align-items: center;
  }
}

.page-id-20 .mission.owl-centered .owl-stage {
  align-items: flex-start;
}

.floating-image {
  margin-top: 178px;
}

.harina {
  height: 260px;
  width: 100%;
  max-width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  background: #007AC1;
  display: none;
}

@media (min-width: 1024px) {
  .harina {
    display: block;
  }
}

@media (min-width: 1500px) {
  .harina {
    max-width: 500px;
  }
}

.p-margin p {
  margin-bottom: 12px;
}

.p-margin p:last-child {
  margin-bottom: 0;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  font-size: 3rem;
}

.owl-theme .owl-nav button {
  line-height: 1.2;
  color: #969595 !important;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-dots {
  margin-top: 20px
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-dot span {
  width: 11px;
  height: 11px;
  margin: 5px 7px 0 0;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .owl-theme.theme-full.nav-bellow .owl-dots .owl-dot.active span, .owl-theme.theme-full.nav-bellow .owl-dots .owl-dot:hover span {
  background: #969595
}

.owl-theme button, .MyDots button, .blueDots button {
  outline: none;
  border: none;
}

.owl-prev {
  position: absolute;
  left: 0px !important;
}

.owl-next {
  position: absolute;
  right: 0px !important;
}

.owl-theme .owl-item img {
  margin: 0;
}

.owl-theme.theme-full .owl-nav button, .MyNavs button {
  line-height: 1.2;
  color: white !important;
  outline: none;
}

.blueDots .owl-dot.active span{
  background: #007AC1
}

.owl-theme.theme-full .owl-dots .owl-dot.active span, .owl-theme.theme-white .owl-dots .owl-dot:hover span, .MyDots .owl-dot.active span {
  background: #fff
}

.owl-theme.theme-full .owl-nav, .MyNavs {
  position: absolute;
  width: 100%;
  top: calc(50% - 1.5rem);
  font-size: 3rem;
  max-width: 100%;
  z-index: 999;
}

.owl-theme.theme-full .owl-nav .owl-prev, .owl-theme.theme-full .owl-nav .owl-next, .MyNavs .owl-next, .MyNavs .owl-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 122, 193, 0.6);
}

.owl-theme.theme-full .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center
}

.owl-theme.theme-full.nav-bellow .owl-dots {
  position: relative;
  bottom: 0px;
  width: 100%;
  text-align: center
}

.owl-theme.theme-full .owl-dots .owl-dot.active span, .owl-theme.theme-full .owl-dots .owl-dot:hover span, .MyDots .owl-dot:hover span {
  background: #fff;
  border: 1px solid #fff;
}

.blueDots .owl-dot:hover span {
  background: #007AC1;
  border: 1px solid #007AC1;
}

.owl-theme.theme-full .owl-dots .owl-dot span, .MyDots .owl-dot span {
  border: 1px solid #fff;
  background: transparent;
}

.blueDots .owl-dot span {
  background: transparent;
  border: 1px solid #007AC1;
}

.owl-theme.theme-full.nav-bellow .owl-dot span {
  border: 1px solid #fff;
  background: #D6D6D6;
}

#widget1 {
  margin-bottom: 25px;
}

.MyNav {
  display: none;
}

.prose .has-text-align-right {
  text-align: left;
}

.hide-on-mobile {
  display: none;
}

@media (max-width: 640px) {
  .mobile-no-border .border-r {
    border: none;
  }
}

@media (min-width: 960px) {
  .hide-on-mobile {
    display: block;
  }

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

  .ecology-title {
    padding-top: 150px;
    padding-left: 200px;
  }

  .MyNav{
    display: block;
  }

  #slDots {
    position: relative;
  }

  .navi-row {
    height: 1px;
  }

  .news-slider #slNavs, . news-slider #slDots {
    top: -70px;
    z-index: 999;
  }

  #slNavs .owl-next {
    transform: translateX(-100%);
  }

  #widget1 {
    margin-bottom: 0;
  }
}

#slDots {
  display: flex;
  justify-content: center;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
  z-index: 999 !important;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
  z-index: 888 !important;
}

/* Tippy */

.tippy-box[data-theme~='light'] {
  background-color: #F3F7FA;
  border-radius: 0;
}

/* Хреновы костыли для Миссии */

.page-id-20 header {
  background-color: #007AC1 !important;
}

.page-id-20 header .text-blue-200 {
  color: white !important;
}

.page-id-20 .logo picture {
  display: none;
}

.page-id-20 .logo a {
  background: url("https://mosinzhproekt.ru/wp-content/uploads/2020/12/logo-white.png") no-repeat 0 0;
  display: block;
  width: 306px;
  height: 48px;
}

.page-id-20 .shadow-md {
  box-shadow: none !important;
}

.no-underline, .prose .no-underline {
  text-decoration: none;
}

.vacancy-body h2, .vacancy-body strong{
  color: #163F90;
  margin-bottom: 1.4rem;
}

.vacancy-body ul{
  margin-bottom: 1.4rem;
  margin-left: 1.2rem;
}

.vacancy-body ul li {
  margin-bottom: 0.5rem;
  list-style: square;
}

.vacancies .vacancies__item {
  border-bottom: 1px solid #969595;
}

@media (min-width: 640px) {
  .vacancies .vacancies__item {
    border-right: 1px solid #969595;
  }

  .vacancies .vacancies__row:last-child .vacancies__item{
    border-bottom: none;
  }

  .vacancies .vacancies__row .vacancies__item:last-child{
    border-right: none;
  }
}

section {
  overflow: hidden;
}

.wp-block-column.m-0{
  margin: 0!important;
}

.prose .wp-block-column .wp-block-image figure, .prose p.m-0, .prose figure.m-0 {
  margin-bottom: 0;
  margin-top: 0;
}

.prose p:first-child {
  margin-top: 0;
}

.prose .no-underline a {
  text-decoration: none;
}

/* SELECT 2 styles */

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  margin-right: 1rem;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 3px;
  margin-left: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-selection.select2-selection--single {
  background-color: white;
  border-width: 1px;
  border-color: rgba(150, 149, 149, var(--border-opacity));
  cursor: text;
  min-height: 32px;
  padding: .25rem;
  display: block;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 2px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #F3F7FA;
  display: inline-block;
  margin-left: 5px;
  padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #ddd;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.page-children .row .list-item:nth-child(3) a {
  border: none;
}

.page-id-221 .page-children .row .list-item:last-child span {
  border: none;
}

#filtered {
  min-height: 200px;
}

.tippy-dot {
  background: url("/wp-content/uploads/2020/12/dot.png") no-repeat center center;
  width: 44px;
  height: 44px;
  position: absolute;
}

#tippy_position_1 {
  top: 200px;
}

#tippy_position_2 {
  left: 216px;
  top: 317px;
}

#tippy_position_3 {
  left: 364px;
  top: 200px;
}

#tippy_position_4 {
  left: 347px;
  top: 423px;
}

#tippy_position_5 {
  right: 455px;
  top: 338px;
}

#tippy_position_6 {
  right: 405px;
  top: 568px;
}

#tippy_position_7 {
  right: 210px;
  top: 8px;
}

#tippy_position_8 {
  right: 0;
  top: 408px;
}

.prose .tippyActivity .mos-card {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-columns.m-0 {
  margin: 0;
}

.news_item{
  z-index: 1;
}

.news_item:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background: rgba(0,0,0,0.5);
  transition: all 0.3s;
}

.news_item:hover:before{
  background: rgba(0,0,0,0.3);
}

.news_item img{
  display: block;
  z-index: 0;
}

.b-widget .b-widget_addition .img img {
  display: inline;
  vertical-align: top;
}

.page-title {
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  padding-top: 55px;
  margin-bottom: 55px;
}

.pressCenter .pressCenter--item{
  position: relative
}

@media (max-width: 640px) {
  .pressCenter .pressCenter--item .left-0{
    left: auto;
    right: 0;
    margin-right: 2rem;
  }
}

.pressCenter .pressCenter--item:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  background: rgba(0,0,0,0.4);
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s 0s ease;
}

.pressCenter .pressCenter--item:hover:before{
  opacity: 0;
  transition: opacity 0.5s 0s ease;
}

.pressCenter .pressCenter--item:hover .name {
  text-decoration: underline;
}

.full-width-nav .list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}

.full-width-nav .list-item:hover, .full-width-nav .list-item.active {
  background: #007AC1;
  color: white;
}

.full-width-nav .list-item.active .type-selector {
  border-right: none;
}

.children-terms .active {
  color: #163F90;
}

.children-terms .active:after {
  display: block;
  content: "";
  width: 57px;
  height: 2px;
  background: #163F90;
  margin-top: 1.5rem;
}

.children-terms a:hover{
  text-decoration: underline;
}

.children-terms__article:last-child {
  border-bottom: none;
}

.awards-block--award{
  margin-bottom: 60px;
}

.awards-block--award .year {
  padding-top: 60px;
}

.awards-block--award:not(:first-child) .year {
  border-top: 2px solid #163F90;
}

@media (min-width: 960px) {
  .awards-block--award:not(:first-child) .year {
    padding-top: 120px;
  }
}

.post-type-archive-news #content {
  margin-bottom: 4rem;
}

.fotovideo .owl-item:not(.center) img {
  filter: grayscale(99%)
}

.photovideo__wrapper__item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: transparent;
  z-index: 5;
}

.photovideo__wrapper__item:after {
  display: block;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s ease-out;
}

.photovideo__wrapper__item:hover::after {
  visibility: visible;
  opacity: 1;
}

.photovideo__wrapper__item .title {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s ease-out;
  z-index: 3;
}

.photovideo__wrapper__item:hover .title {
  visibility: visible;
  opacity: 1;
}

.term-16 .photovideo__wrapper__item:before, .term-673 .photovideo__wrapper__item:before, .block-term-16 .block-term:before , .block-term-673 .block-term:before {
  display: block;
  content: "";
  width: 93px;
  height: 93px;
  background: url('/wp-content/uploads/2021/03/video_play_icon.png') no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.prose .wp-block-table thead {
  border-bottom: 0;
}

.prose .wp-block-table td, .prose .wp-block-table th {
  border: 0;
  border-bottom: 1px solid #163F90;
}

.prose .wp-block-table.is-style-stripes {
  border-bottom: 0;
}

.prose .wp-block-table.is-style-stripes tbody tr {
  background-color: transparent!important;
}

.prose .wp-block-table.is-style-stripes td, .prose .wp-block-table.is-style-stripes th {
  padding: 10px 20px;
  border-bottom: 1px solid #163F90;
}

.prose .wp-block-table.is-style-stripes tr:last-child td {
  border-bottom: none;
}

.prose .wp-block-table.is-style-stripes th {
  text-transform: uppercase;
}

.prose .wp-block-table.is-style-stripes img {
  margin: 0 auto;
}

.prose .bg-blue-200 ol>li {
  padding-left: 50px;
}

.prose .bg-blue-200 ol>li:before {
  content: counter(list-counter);
  font-size: 1.8rem;
  top: -0.9rem;
  color: #fff;
}

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em
}

.prose a {
  color: #15408f;
  text-decoration: underline;
}

.term-184 .awards-block--award .year {
  display: none;
}

.magazin__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.magazine-slider .owl-item .magazin__item img {
  width: auto;
}

.history-block .history-block__button{
  width: 47px;
  height: 47px;
  border: 2px solid #163F90;
  padding: 6px;
  outline: 0;
  text-align: center;
  background: #163F90;
}

.history-block .history-block__button:hover {
  background: white;
}

.history-block .history-block__button .history-block__icon {
  fill: white;
}

.history-block .history-block__button:hover .history-block__icon {
  fill: #163F90;
}

.history-block .history-block__icon {
  margin-left: auto;
  margin-right: auto;
}

.history-block__image {
  position: relative;
}

.history-block__image-sourse {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-style: italic;
  text-decoration: underline;
}

.history-block__image-sourse a {
  color: #EBEBEB;
  opacity: 0.64;
}

.animate-width {
  transition: all 0.5s ease;
  transform: scaleX(0);
}

.animate-width.animated {
  transform: scaleX(1);
}

.contact-form {
  padding-top: 40px;
}

.contact-form__row {
  display: block;
  margin-bottom: 20px;
}

.contact-form__label {
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #163F90;
}

.wpcf7-form-control:not([type="file"]):not(.wpcf7-acceptance):not(.wpcf7-radio), .wpcf7-form-control-wrap .select2-selection.select2-selection--single {
  border: 1px solid #163F90;
  outline: 0;
}

.wpcf7-radio {
  display: inline-grid;
  margin-bottom: 20px;
  color: #316595;
}

.wpcf7-form-control, .wpcf7-form-control-wrap .select2-selection.select2-selection--single {
  padding: 2px 10px;
}

.wpcf7-select, .wpcf7-form-control-wrap .select2-selection.select2-selection--single {
  min-height: 34px;
  max-width: 100%;
}

@media (min-width: 641px){
  .wpcf7-select {
    width: 377px;
  }
}

.contact-form::-moz-placeholder {
  color: #c4c4c4;
}

.contact-form::placeholder {
  color: #c4c4c4;
}

.contact-form .wpcf7-list-item {
  margin-left: 0;
  margin-right: 0.5rem;
}

.contact-form__acceptance {
  color: #C4C4C4;
  display: flex;
}

.contact-form__acceptance_span {
  padding-left: 1px;
}

.contact-form__file .wpcf7-form-control-wrap {
  color: #C4C4C4;
}

.codedropz-upload-handler {
  max-width: 359px;
}

.contact-form__file .wpcf7-form-control-wrap .dnd-upload-image{
  display: none;
}

.contact-form__file .contact-form__label {
  color: #C4C4C4;
  text-transform: none;
  text-decoration: underline;
  padding-left: 20px;
  background: url('/wp-content/themes/mosinzh/static/img/icon_metal-paper-clip.png') no-repeat left center;
}

.contact-form .wpcf7-textarea {
  height: 100px;
}

.contact-form .wpcf7-submit {
  display: block;
  margin-left: 100px;
  background: #316595;
  color: white;
  padding: 4px 15px;
  border: 0!important;
  border-radius: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-form .wpcf7-submit:disabled {
  background: #c4c4c4;
}

div#ui-datepicker-div {
  z-index:1000!important;
}

.job_steps {
  display: flex;
}

.job_steps__item {
  flex: 1;
}

.job_steps__vertical {
  width: 4px;
  height: 70px;
  margin-left: 48px;
  background: #163F90;
}

.job_steps__ball {
  display: flex;
  align-items: center;
}

.job_steps__ball_ball {
  width: 40px;
  height: 40px;
  background: #163F90;
  border-radius: 50%;
  flex-shrink: 0;
}

.job_steps__ball_ball:first-child {
  margin-left: 30px;
}

.job_steps__ball_line_left {
  width: 30px;
}

.job_steps__ball_line_right {
  flex: 1;
}

.job_steps__ball_line {
  height: 8px;
  background: #163F90;
}

.job_steps__title {
  text-transform: uppercase;
  color: #163F90;
  padding-left: 30px;
  padding-top: 1rem;
}

.job_steps__text {
  color: #969595;
  padding-left: 30px;
  padding-top: 1rem;
  padding-right: 1rem;
  font-size: 0.9rem;
}

@media (max-width: 960px) {
  .job_steps {
    flex-direction: column;
  }

  .job_steps__item {
    margin-bottom: 1rem;
  }

  .job_steps__vertical, .job_steps__ball {
    display: none;
  }
}

.gm-style-iw-d {
  overflow: auto!important;
}

.gm-style .gm-style-iw-c {
  border-radius: 4px!important;
  padding: 20px!important;
  max-width: 560px;
}

.infowindows-container {
  display: flex;
  font-size: 1rem!important;
}

.infowindows-container .project-image {
  margin-right: 30px;
  flex: 1;
}

.infowindows-container .project-image img {
  width: 190px;
}

.infowindows-container .project-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #163F90;
  margin-bottom: 10px;
}

.infowindows-container .project-description {
  font-size: 0.85rem;
  color: #969595;
  margin-bottom: 15px;
}

.infowindows-container .project-description p:not(:last-child) {
  margin-bottom: 0.8rem;
}

.infowindows-container .project-link {
  font-size: 0.85rem;
  color: #163F90;
}

.managment .active .make-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.media__item {
  position: relative;
}

.media__item img {
  width: 100%;
}

.media__item .image-caption {
  position: absolute;
  bottom: 0;
  padding: 15px 20px;
  background: white;
  color: #007AC1;
  font-size: 1.4rem;
}

.media__item .image-caption.right-0 {
  right: 2.5rem !important;
}

.ml-8 {
  margin-left: 2rem;
}

h2{
  scroll-margin-top: 120px;
}

.page-template-flat-children .page-title, .page-id-30 .page-title {
  margin-bottom: 0;
}

.page-template-flat-children .root_children, .page-id-30 .children-nav, .page-template-flat-children h2, .page-id-30 h2  {
  padding-top: 3rem;
}

@media (min-width: 960px) {
  .page-template-flat-children .root_children, .page-id-30 .children-nav, .page-template-flat-children h2, .page-id-30 h2  {
    padding-top: 6rem;
  }
}

.history-cover {
  font-style: italic;
}

.social-likes {
  display: flex;
}

.social-likes__icon {
  display: none;
}

.social-likes__icon_odnoklassniki {
  content: ''
}

@media (min-width: 960px) {
  .front-news-block img {
    margin-bottom: -20px!important;
  }

  .history-cover {
    position: absolute;
    left: 0;
    bottom: 120px;
    padding-left: 200px;
    font-style: italic;
  }
}

.with-square {
  font-size: 12px;
}

.with-square:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}

.prose {
}

.prose-sm {
}

.container {
  max-width: 100%;
}

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

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

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

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

.bold-header-blue-bg {
  margin-top: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 247 250 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 122 193 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .bold-header-blue-bg {
    margin-top: 8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.m-0 {
  margin: 0px;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-8 {
  margin-right: 2rem;
}

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

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-1 {
  width: 0.25rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/5 {
  width: 20%;
}

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-screen-lg {
  max-width: 1140px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

@keyframes spin-backwards {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

.animate-spin-backwards {
  animation: spin-backwards 2s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-outside {
  list-style-position: outside;
}

.list-disc {
  list-style-type: disc;
}

.list-square {
  list-style-type: square;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

.justify-between {
  justify-content: space-between;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-grey-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-divide-opacity));
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-dashed {
  border-style: dashed;
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(0 122 193 / var(--tw-border-opacity));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(22 63 144 / var(--tw-border-opacity));
}

.border-grey-100 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-grey-150 {
  --tw-border-opacity: 1;
  border-color: rgb(232 237 240 / var(--tw-border-opacity));
}

.border-grey-200 {
  --tw-border-opacity: 1;
  border-color: rgb(150 149 149 / var(--tw-border-opacity));
}

.border-grey-300 {
  --tw-border-opacity: 1;
  border-color: rgb(88 88 91 / var(--tw-border-opacity));
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(238 38 38 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: rgba(0, 0, 0, 0);
}

.border-white-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-t-blue-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(22 63 144 / var(--tw-border-opacity));
}

.bg-black-40 {
  background-color: rgba(0, 0, 0, .4);
}

.bg-black-50 {
  background-color: rgba(0, 0, 0, .5);
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 193 / var(--tw-bg-opacity));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 63 144 / var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 247 250 / var(--tw-bg-opacity));
}

.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: rgba(0, 0, 0, 0);
}

.bg-white-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white-90 {
  background-color: rgba(255,255,255,.87);
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

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

.font-arial {
  font-family: Arial;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-black-50 {
  color: rgba(0, 0, 0, .5);
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(0 122 193 / var(--tw-text-opacity));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(22 63 144 / var(--tw-text-opacity));
}

.text-grey-200 {
  --tw-text-opacity: 1;
  color: rgb(150 149 149 / var(--tw-text-opacity));
}

.text-grey-300 {
  --tw-text-opacity: 1;
  color: rgb(88 88 91 / var(--tw-text-opacity));
}

.text-white-100 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.placeholder-grey-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(150 149 149 / var(--tw-placeholder-opacity));
}

.placeholder-grey-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(150 149 149 / var(--tw-placeholder-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px) {
  .sm\:prose {
  }
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:border-0:last-child {
  border-width: 0px;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.hover\:border-blue-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 122 193 / var(--tw-border-opacity));
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 193 / var(--tw-bg-opacity));
}

.hover\:text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgb(22 63 144 / var(--tw-text-opacity));
}

.hover\:text-white-100:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:border-grey-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(88 88 91 / var(--tw-border-opacity));
}

.focus\:bg-white-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .sm\:visible {
    visibility: visible;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1140px) {
  .lg\:visible {
    visibility: visible;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:max-w-screen-lg {
    max-width: 1140px;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:last\:mr-0:last-child {
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .xl\:mr-8 {
    margin-right: 2rem;
  }
}
