@charset "UTF-8";
/*
	=======================================

	Main compiled stylesheet
	
	---------------------------------------
	
	Author: Ondrej Firla
			ondrejfirla.eu
			ondra@ondrejfirla.eu
			October 2017
	
	=======================================
 */
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700,900&display=swap&subset=latin-ext");
/* line 2, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxxl: 1600px;
  --breakpoint-xxxxl: 1930px;
  --font-family-sans-serif: -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";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 3, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 2, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 3, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1600px) {
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  /* line 13, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  /* line 26, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  /* line 27, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  /* line 28, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  /* line 29, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  /* line 32, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  /* line 33, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxl-center {
    align-items: center !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  /* line 35, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  /* line 38, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  /* line 39, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxl-center {
    align-content: center !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  /* line 41, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  /* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  /* line 44, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  /* line 45, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  /* line 46, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxl-center {
    align-self: center !important;
  }
  /* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  /* line 49, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1930px) {
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-row {
    flex-direction: row !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-column {
    flex-direction: column !important;
  }
  /* line 13, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxxl-start {
    justify-content: flex-start !important;
  }
  /* line 26, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxxl-end {
    justify-content: flex-end !important;
  }
  /* line 27, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxxl-center {
    justify-content: center !important;
  }
  /* line 28, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxxl-between {
    justify-content: space-between !important;
  }
  /* line 29, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxxl-around {
    justify-content: space-around !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxxl-start {
    align-items: flex-start !important;
  }
  /* line 32, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxxl-end {
    align-items: flex-end !important;
  }
  /* line 33, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxxl-center {
    align-items: center !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxxl-baseline {
    align-items: baseline !important;
  }
  /* line 35, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxxl-stretch {
    align-items: stretch !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxxl-start {
    align-content: flex-start !important;
  }
  /* line 38, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxxl-end {
    align-content: flex-end !important;
  }
  /* line 39, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxxl-center {
    align-content: center !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxxl-between {
    align-content: space-between !important;
  }
  /* line 41, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxxl-around {
    align-content: space-around !important;
  }
  /* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxxl-stretch {
    align-content: stretch !important;
  }
  /* line 44, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxxl-auto {
    align-self: auto !important;
  }
  /* line 45, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxxl-start {
    align-self: flex-start !important;
  }
  /* line 46, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxxl-end {
    align-self: flex-end !important;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxxl-center {
    align-self: center !important;
  }
  /* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxxl-baseline {
    align-self: baseline !important;
  }
  /* line 49, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxxl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1600px) {
  /* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxxl-left {
    float: left !important;
  }
  /* line 8, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxxl-right {
    float: right !important;
  }
  /* line 9, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxxl-none {
    float: none !important;
  }
}

@media (min-width: 1930px) {
  /* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxxxl-left {
    float: left !important;
  }
  /* line 8, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxxxl-right {
    float: right !important;
  }
  /* line 9, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxxxl-none {
    float: none !important;
  }
}

/* line 4, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* @import "utilities/background";
@import "utilities/borders";
@import "utilities/display";
@import "utilities/position";
@import "utilities/screenreaders";
@import "utilities/shadows";
@import "utilities/stretched-link";
@import "utilities/spacing";
@import "utilities/text";
@import "utilities/visibility";
 */
/* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 90, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 95, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 99, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 106, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 124, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 134, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 135, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 140, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 148, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 156, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 163, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 172, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 185, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 207, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 215, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 227, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 231, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 238, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 1, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 13, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

/* line 39, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 14, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

/* line 17, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 111, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 117, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 132, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 135, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 145, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 159, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 159, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 177, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 187, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 1, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 10, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 17, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 46, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 50, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 60, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 74, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 82, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

/* line 97, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 115, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 120, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 126, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 131, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 137, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 140, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 151, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 157, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 163, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 174, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 178, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 186, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 186, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 199, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 206, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 219, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

/* line 236, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 245, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 256, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 263, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 269, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 274, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 280, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 288, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 301, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 309, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 317, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 323, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 329, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 334, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 339, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 356, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 380, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

/* line 387, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 392, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 393, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 394, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 397, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 401, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 401, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 412, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 417, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 428, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 428, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 438, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 443, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 454, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 454, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    transition: none;
  }
}

/* line 467, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 472, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 483, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 488, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 495, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 499, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 503, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 507, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 511, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 517, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 517, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

/* @import "dropdown";
@import "reboot";
@import "type";
@import "images";
@import "code";
@import "grid";
@import "tables";
@import "buttons";
@import "button-group";
@import "input-group";
@import "custom-forms";
@import "forms";
@import "nav";
@import "navbar";
@import "card";
@import "breadcrumb";
@import "pagination";
@import "badge";
@import "jumbotron";
@import "alert";
@import "progress";
@import "media";
@import "list-group";
@import "toasts";
@import "tooltip";
@import "popover";
@import "spinners";
@import "print"; */
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 8, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_bootstrap-grid.scss */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

/* line 13, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_bootstrap-grid.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  /* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1540px;
  }
}

@media (min-width: 1930px) {
  /* line 7, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1640px;
  }
}

/* line 13, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxxl, .container-xxxxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 24, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_grid.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 24, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_grid.scss */
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 24, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_grid.scss */
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 24, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_grid.scss */
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  /* line 24, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_grid.scss */
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxxl {
    max-width: 1540px;
  }
}

@media (min-width: 1930px) {
  /* line 24, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_grid.scss */
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxxl, .container-xxxxl {
    max-width: 1640px;
  }
}

/* line 45, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 51, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 55, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto, .col-xxxxl-1, .col-xxxxl-2, .col-xxxxl-3, .col-xxxxl-4, .col-xxxxl-5, .col-xxxxl-6, .col-xxxxl-7, .col-xxxxl-8, .col-xxxxl-9, .col-xxxxl-10, .col-xxxxl-11, .col-xxxxl-12, .col-xxxxl,
.col-xxxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 52, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 54, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 54, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 54, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 54, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 54, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1600px) {
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-first {
    order: -1;
  }
  /* line 54, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-last {
    order: 13;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-0 {
    order: 0;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-1 {
    order: 1;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-2 {
    order: 2;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-3 {
    order: 3;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-4 {
    order: 4;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-5 {
    order: 5;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-6 {
    order: 6;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-7 {
    order: 7;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-8 {
    order: 8;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-9 {
    order: 9;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-10 {
    order: 10;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-11 {
    order: 11;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxl-12 {
    order: 12;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-0 {
    margin-left: 0;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-1 {
    margin-left: 8.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-2 {
    margin-left: 16.66667%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-4 {
    margin-left: 33.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-5 {
    margin-left: 41.66667%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-7 {
    margin-left: 58.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-8 {
    margin-left: 66.66667%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-10 {
    margin-left: 83.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1930px) {
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxxxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxxxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-first {
    order: -1;
  }
  /* line 54, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-last {
    order: 13;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-0 {
    order: 0;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-1 {
    order: 1;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-2 {
    order: 2;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-3 {
    order: 3;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-4 {
    order: 4;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-5 {
    order: 5;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-6 {
    order: 6;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-7 {
    order: 7;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-8 {
    order: 8;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-9 {
    order: 9;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-10 {
    order: 10;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-11 {
    order: 11;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxxxl-12 {
    order: 12;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-0 {
    margin-left: 0;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-1 {
    margin-left: 8.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-2 {
    margin-left: 16.66667%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-3 {
    margin-left: 25%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-4 {
    margin-left: 33.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-5 {
    margin-left: 41.66667%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-6 {
    margin-left: 50%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-7 {
    margin-left: 58.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-8 {
    margin-left: 66.66667%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-9 {
    margin-left: 75%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-10 {
    margin-left: 83.33333%;
  }
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxxxl-11 {
    margin-left: 91.66667%;
  }
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1600px) {
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxl-none {
    display: none !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxl-inline {
    display: inline !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxl-block {
    display: block !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxl-table {
    display: table !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxl-table-row {
    display: table-row !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxl-flex {
    display: flex !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1930px) {
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxxl-none {
    display: none !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxxl-inline {
    display: inline !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxxl-inline-block {
    display: inline-block !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxxl-block {
    display: block !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxxl-table {
    display: table !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxxl-table-row {
    display: table-row !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxxl-table-cell {
    display: table-cell !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxxl-flex {
    display: flex !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxxxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1600px) {
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  /* line 13, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  /* line 26, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  /* line 27, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  /* line 28, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  /* line 29, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  /* line 32, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  /* line 33, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxl-center {
    align-items: center !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  /* line 35, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  /* line 38, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  /* line 39, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxl-center {
    align-content: center !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  /* line 41, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  /* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  /* line 44, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  /* line 45, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  /* line 46, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxl-center {
    align-self: center !important;
  }
  /* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  /* line 49, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1930px) {
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-row {
    flex-direction: row !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-column {
    flex-direction: column !important;
  }
  /* line 13, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxxl-start {
    justify-content: flex-start !important;
  }
  /* line 26, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxxl-end {
    justify-content: flex-end !important;
  }
  /* line 27, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxxl-center {
    justify-content: center !important;
  }
  /* line 28, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxxl-between {
    justify-content: space-between !important;
  }
  /* line 29, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxxxl-around {
    justify-content: space-around !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxxl-start {
    align-items: flex-start !important;
  }
  /* line 32, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxxl-end {
    align-items: flex-end !important;
  }
  /* line 33, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxxl-center {
    align-items: center !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxxl-baseline {
    align-items: baseline !important;
  }
  /* line 35, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxxxl-stretch {
    align-items: stretch !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxxl-start {
    align-content: flex-start !important;
  }
  /* line 38, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxxl-end {
    align-content: flex-end !important;
  }
  /* line 39, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxxl-center {
    align-content: center !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxxl-between {
    align-content: space-between !important;
  }
  /* line 41, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxxl-around {
    align-content: space-around !important;
  }
  /* line 42, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxxxl-stretch {
    align-content: stretch !important;
  }
  /* line 44, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxxl-auto {
    align-self: auto !important;
  }
  /* line 45, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxxl-start {
    align-self: flex-start !important;
  }
  /* line 46, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxxl-end {
    align-self: flex-end !important;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxxl-center {
    align-self: center !important;
  }
  /* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxxl-baseline {
    align-self: baseline !important;
  }
  /* line 49, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxxxl-stretch {
    align-self: stretch !important;
  }
}

/* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1600px) {
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-0 {
    margin: 0 !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxl-0 {
    padding: 0 !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxl-auto {
    margin: auto !important;
  }
  /* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  /* line 51, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  /* line 54, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1930px) {
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-0 {
    margin: 0 !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-0,
  .my-xxxxl-0 {
    margin-top: 0 !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-0,
  .mx-xxxxl-0 {
    margin-right: 0 !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-0,
  .my-xxxxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-0,
  .mx-xxxxl-0 {
    margin-left: 0 !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-1,
  .my-xxxxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-1,
  .mx-xxxxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-1,
  .my-xxxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-1,
  .mx-xxxxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-2,
  .my-xxxxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-2,
  .mx-xxxxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-2,
  .my-xxxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-2,
  .mx-xxxxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-3 {
    margin: 1rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-3,
  .my-xxxxl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-3,
  .mx-xxxxl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-3,
  .my-xxxxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-3,
  .mx-xxxxl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-4,
  .my-xxxxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-4,
  .mx-xxxxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-4,
  .my-xxxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-4,
  .mx-xxxxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-5 {
    margin: 3rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-5,
  .my-xxxxl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-5,
  .mx-xxxxl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-5,
  .my-xxxxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-5,
  .mx-xxxxl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxxl-0 {
    padding: 0 !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxxl-0,
  .py-xxxxl-0 {
    padding-top: 0 !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxxl-0,
  .px-xxxxl-0 {
    padding-right: 0 !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxxl-0,
  .py-xxxxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxxl-0,
  .px-xxxxl-0 {
    padding-left: 0 !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxxl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxxl-1,
  .py-xxxxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxxl-1,
  .px-xxxxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxxl-1,
  .py-xxxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxxl-1,
  .px-xxxxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxxl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxxl-2,
  .py-xxxxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxxl-2,
  .px-xxxxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxxl-2,
  .py-xxxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxxl-2,
  .px-xxxxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxxl-3 {
    padding: 1rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxxl-3,
  .py-xxxxl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxxl-3,
  .px-xxxxl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxxl-3,
  .py-xxxxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxxl-3,
  .px-xxxxl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxxl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxxl-4,
  .py-xxxxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxxl-4,
  .px-xxxxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxxl-4,
  .py-xxxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxxl-4,
  .px-xxxxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxxxl-5 {
    padding: 3rem !important;
  }
  /* line 12, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxxxl-5,
  .py-xxxxl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxxxl-5,
  .px-xxxxl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxxxl-5,
  .py-xxxxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxxxl-5,
  .px-xxxxl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-n1,
  .my-xxxxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-n1,
  .mx-xxxxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-n1,
  .my-xxxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-n1,
  .mx-xxxxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-n2,
  .my-xxxxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-n2,
  .mx-xxxxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-n2,
  .my-xxxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-n2,
  .mx-xxxxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-n3 {
    margin: -1rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-n3,
  .my-xxxxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-n3,
  .mx-xxxxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-n3,
  .my-xxxxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-n3,
  .mx-xxxxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-n4,
  .my-xxxxl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-n4,
  .mx-xxxxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-n4,
  .my-xxxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-n4,
  .mx-xxxxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-n5 {
    margin: -3rem !important;
  }
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-n5,
  .my-xxxxl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-n5,
  .mx-xxxxl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-n5,
  .my-xxxxl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-n5,
  .mx-xxxxl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxxxl-auto {
    margin: auto !important;
  }
  /* line 48, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxxxl-auto,
  .my-xxxxl-auto {
    margin-top: auto !important;
  }
  /* line 51, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxxxl-auto,
  .mx-xxxxl-auto {
    margin-right: auto !important;
  }
  /* line 54, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxxxl-auto,
  .my-xxxxl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxxxl-auto,
  .mx-xxxxl-auto {
    margin-left: auto !important;
  }
}

/*
	=======================================
	
	Variables for the stylesheet
	
	---------------------------------------
	
	Author: Ondřej Firla
			ondrejfirla.eu
			August 2017
	
	=======================================
 */
/*
	---------------------------------------
	Color variables
	---------------------------------------
 */
/*
	---------------------------------------
	Gradients
	---------------------------------------
 */
/* $gr--green: linear-gradient(-180deg, #1cff9e 0%, #00C270 100%);
$gr--greenHover: linear-gradient(-180deg, #00d279 0%, #007D48 100%); */
/*$gr--greenHover: linear-gradient(-180deg, #71C683 0%, #41AD52 100%); */
/* $gr--red: linear-gradient(-180deg, #f24a4a 0%, #f02f2f 100%);
$gr--redHover: linear-gradient(-180deg, #CB5E7F 0%, #AF2F48 100%); */
/*
	---------------------------------------
	Font size variables
	---------------------------------------
 */
/*
	---------------------------------------
	Sizing variables
	---------------------------------------
 */
/*
	---------------------------------------
	Transition variables
	---------------------------------------
 */
/*
	=======================================

	Typography styling
	
	---------------------------------------
	
	Author: Ondrej Firla
			ondrejfirla.eu
			ondra@ondrejfirla.eu
			October 2017
	
	=======================================
 */
/*
	---------------------------------------
	Resets
	---------------------------------------
 */
/* line 23, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
BODY {
  font-size: 14px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  /* line 23, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  BODY {
    font-size: 12px;
  }
}

@media screen and (max-width: 360px) {
  /* line 23, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  BODY {
    font-size: 12.6px;
  }
}

/* line 33, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
H1, H2, H3, H4, H5, P, EM, LABEL, BUTTON {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

/* line 39, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
A {
  text-decoration: none;
  color: #000;
}

/* line 42, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
A:focus, A:active {
  border: inherit;
}

/* line 49, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
P A:hover {
  text-decoration: underline;
}

/* line 58, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
UL {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-weight: normal;
}

/* line 67, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
MAIN UL {
  list-style: disc;
  padding-left: 1.5em;
}

/* line 71, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
MAIN UL LI {
  padding-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.6;
}

/*
	---------------------------------------
	Common styles
	---------------------------------------
 */
/* line 85, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
H1, H2, H3, H4, H5 {
  font-family: 'Roboto', sans-serif;
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
}

/* line 91, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
H1:hover::after, H2:hover::after, H3:hover::after, H4:hover::after, H5:hover::after {
  width: 60%;
}

/* line 94, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
H1 B, H2 B, H3 B, H4 B, H5 B {
  font-weight: 900;
}

@media screen and (max-width: 576px) {
  /* line 85, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  H1, H2, H3, H4, H5 {
    margin-bottom: 10px;
  }
}

/* line 103, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
LABEL, P, .header NAV A, .btn, .inp, .features LI, INPUT, .filter__side, TEXTAREA {
  font-family: 'Roboto', sans-serif;
}

/* line 107, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
H1 {
  color: #ef3f36;
}

/* line 111, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
H2 {
  color: #ef3f36;
}

/* line 115, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
H3, H4 {
  color: #0a0a0a;
}

/* line 119, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
H4 {
  font-weight: 900;
}

/* line 124, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
P {
  font-weight: 400;
  color: #202835;
  font-size: 1.15em;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 576px) {
  /* line 124, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  P {
    font-size: 1.265em;
    line-height: 1.2;
  }
}

/* line 137, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
[class*="col-"] P:last-of-type {
  margin-bottom: 0px;
}

/* DIV P:last-of-type {
	margin-bottom: 0px;
} */
/* line 148, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
TABLE {
  width: 100%;
}

@media screen and (min-width: 992px) {
  /* line 148, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  TABLE {
    max-width: 950px;
  }
}

/* line 153, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
TABLE P {
  margin: 0px;
  padding: 0px;
}

/* line 158, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
TABLE TR TD {
  border-bottom: 1px #e9e9e9 solid;
}

@media screen and (min-width: 768px) {
  /* line 158, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  TABLE TR TD {
    font-size: 1.1em;
  }
}

/* line 166, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
TABLE TH {
  text-align: left;
  background-color: #e9e9e9;
}

/* line 171, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
TABLE H3, TABLE H4 {
  margin: 0px;
}

/* line 176, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
.form-control {
  padding: 0.8rem 1.2rem;
}

/* line 180, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
input[type='number'] {
  -moz-appearance: textfield;
}

/* line 184, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*
	---------------------------------------
	Individual styles
	---------------------------------------
 */
/* line 195, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
BODY {
  font-family: "Roboto", sans-serif;
  color: #333333;
}

/* line 201, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
H1, H2, H3 {
  line-height: 1.1;
}

/* line 206, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
.headline-h0 {
  font-size: 6.9em;
  font-weight: 900;
  color: #ef3f36;
}

@media screen and (max-width: 992px) {
  /* line 206, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  .headline-h0 {
    font-size: 6.9em;
  }
}

@media screen and (max-width: 768px) {
  /* line 206, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  .headline-h0 {
    font-size: 6.9em;
  }
}

/* line 219, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
H1, .headline-h1 {
  font-size: 4.6em;
  font-weight: 900;
  color: #ef3f36;
}

@media screen and (max-width: 992px) {
  /* line 219, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  H1, .headline-h1 {
    font-size: 3.68em;
  }
}

@media screen and (max-width: 768px) {
  /* line 219, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  H1, .headline-h1 {
    font-size: 2.3em;
  }
}

/* line 232, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
H2, .headline-h2 {
  font-size: 3.4em;
  font-weight: 900;
  color: #0a0a0a;
}

@media screen and (max-width: 992px) {
  /* line 232, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  H2, .headline-h2 {
    font-size: 2.72em;
  }
}

@media screen and (max-width: 768px) {
  /* line 232, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  H2, .headline-h2 {
    font-size: 2.72em;
  }
}

@media screen and (max-width: 576px) {
  /* line 232, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  H2, .headline-h2 {
    font-size: 2.38em;
  }
}

/* line 247, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
H3, .headline-h3 {
  font-size: 2.2em;
  font-weight: 900;
  color: #0a0a0a;
}

@media screen and (max-width: 768px) {
  /* line 247, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  H3, .headline-h3 {
    font-size: 1.76em;
  }
}

/* line 254, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
H3::after, .headline-h3::after {
  background: #0a0a0a;
}

/* line 259, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
H4, .headline-h4 {
  font-size: 2.2em;
  margin-bottom: 10px;
  font-weight: 400;
  color: #ef3f36;
}

@media screen and (max-width: 768px) {
  /* line 259, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  H4, .headline-h4 {
    font-size: 1.54em;
  }
}

@media screen and (max-width: 576px) {
  /* line 259, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  H4, .headline-h4 {
    font-size: 1.65em;
  }
}

/* line 272, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
H5, H5 A, .headline-h5 {
  font-size: 1.35em;
  font-weight: 700;
  color: #0a0a0a;
}

/* line 279, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
.text--lightColor {
  color: #ced4da;
}

/* line 283, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
.text--color--red {
  color: #ef3f36;
}

/* line 286, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
.text--color--black {
  color: #000;
}

/* line 293, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
.font--light {
  font-weight: 300;
}

/* line 300, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
.filter__checkbox LABEL {
  font-weight: 400;
  color: #0a0a0a;
  font-size: 1.15em;
}

/* line 306, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
SMALL {
  font-weight: 400;
  color: #b2b2b2;
  display: block;
  font-size: 0.8125em;
}

/* line 314, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
P A {
  color: #ef3f36;
  font-weight: 400;
  position: relative;
  text-align: center;
}

/* line 320, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
P A.a--arrow {
  transition: color .25s ease;
}

/* line 323, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
P A.a--arrow:after {
  margin-left: 20px;
  font-size: .35em;
  position: absolute;
  top: 4px;
  content: "▶";
}

/* line 331, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
P A.a--arrow:hover {
  color: #b1160e;
  transition: color .35s ease;
}

/* line 338, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
.tab, .btn {
  font-weight: 400;
  font-size: .85em;
}

/* line 343, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
.btn {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  /* line 343, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  .btn {
    font-size: 1em;
  }
}

@media screen and (max-width: 576px) {
  /* line 343, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  .btn {
    font-size: 1em;
  }
}

@media screen and (max-width: 576px) {
  /* line 355, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  P .btn {
    font-size: 0.85em !important;
    margin-bottom: 10px;
  }
}

/* line 364, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
.p--em P {
  font-size: 1.55em;
  line-height: 1.75;
}

/* line 368, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
.p--em P__large {
  font-size: 2em;
}

@media screen and (max-width: 768px) {
  /* line 364, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  .p--em P {
    font-size: 1.55em;
  }
}

/* line 379, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
P.p--hero {
  font-size: 1.55em;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  /* line 379, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  P.p--hero {
    font-size: 1.15em;
  }
}

/* line 389, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
P.p--link {
  text-align: center;
}

/* line 394, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
.header__nav__link {
  font-size: 1em;
}

@media screen and (max-width: 768px) {
  /* line 394, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  .header__nav__link {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 576px) {
  /* line 394, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  .header__nav__link {
    font-size: 1em;
  }
}

/* line 407, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
.red_font {
  color: #ef3f36;
}

/* line 411, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
.green_font {
  color: #a7c128;
}

@media screen and (min-width: 768px) {
  /* line 417, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_typography.scss */
  .column-2 .col-sm-12 {
    column-count: 2;
    column-gap: 40px;
  }
}

/*
	=======================================

	Collection of mixins
	
	---------------------------------------
	
	Author: Ondrej Firla
			ondrejfirla.eu
			ondra@ondrejfirla.eu
			October 2017
	
	=======================================
 */
/*
	=======================================
	
	Forms, inputs, buttons
	
	---------------------------------------
	
	Author: Ondřej Firla
			ondrejfirla.eu
			August 2017
	
	=======================================
 */
/*
	---------------------------------------
	Sizing for buttons
	---------------------------------------
 */
/* line 24, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.tab, .btn {
  text-decoration: none;
  color: white;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
}

/*
	---------------------------------------
	Individual elements
	---------------------------------------
 */
/* line 39, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.tab {
  padding: 7px 15px;
  background: #F5F5F5;
  color: #b2b2b2;
  display: inline-block;
  transition: background .5s ease;
}

@media screen and (min-width: 576px) {
  /* line 39, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
  .tab {
    margin-right: 10px;
  }
  /* line 49, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
  .tab:last-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 39, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
  .tab {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 576px) {
  /* line 39, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
  .tab {
    display: block;
    width: 80%;
    margin-left: 5%;
    margin-bottom: 10px;
    text-align: center;
  }
}

/* line 70, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.tab--center {
  text-align: center;
  background: white;
  z-index: 30;
  top: 0;
  padding: 20px 0;
  width: 100%;
  position: relative;
}

/* line 79, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.tab--center.active {
  position: fixed;
  border-bottom: 1px solid #e9e9e9;
}

/* line 85, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.tab--active {
  background: linear-gradient(-180deg, #53a9d0 0%, #3394bd 100%);
  color: white;
  transition: background .5s ease;
}

/* line 92, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.mandatory {
  outline: none;
  box-shadow: 0 0 2px 1px #ef3f36;
}

/* line 98, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.inp {
  display: block;
  padding: 15px 20px;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  color: #0a0a0a;
  margin: 0;
  color: black;
}

/* line 108, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.inp + SMALL {
  margin-bottom: 20px;
}

/* line 112, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.inp:focus {
  outline: none;
  box-shadow: 0 0 3px 2px #e9e9e9;
}

/* line 117, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.inp::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #7f7f7f;
}

/* line 120, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.inp:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7f7f7f;
  opacity: 1;
}

/* line 124, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.inp::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7f7f7f;
  opacity: 1;
}

/* line 128, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.inp:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7f7f7f;
}

/* line 131, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.inp::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7f7f7f;
}

/* line 135, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.inp--light {
  color: #7f7f7f;
}

/* line 140, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
SELECT {
  display: block;
  padding: 15px 20px;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #e9e9e9;
  margin: 0;
  color: black;
}

/* line 148, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
SELECT:focus {
  outline: none;
}

/* line 155, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
#ajaxModal H4 {
  color: #FFF;
  font-size: 2em;
  margin-bottom: 35px;
  margin-top: 20px;
}

/* line 161, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
#ajaxModal .modal-content {
  background-color: #7CA139;
  border: 0px;
}

/* line 165, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
#ajaxModal .modal-dialog {
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  margin: 0 auto;
}

/* line 172, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
#ajaxModal .login_form {
  padding: 20px;
}

/* line 174, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
#ajaxModal .login_form .inp {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

/* line 179, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
#ajaxModal .login_form .btn {
  margin-top: 20px;
}

/* line 188, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
LABEL {
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
  font-size: 1.2em;
  font-weight: 600;
}

/* line 196, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
SMALL {
  margin-top: 5px;
}

/* line 201, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
SPAN.btn {
  cursor: default;
}

/* line 205, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
A.btn {
  cursor: pointer;
}

/* line 209, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn {
  text-decoration: none !important;
  cursor: pointer;
  color: white;
  border: 0;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: static;
  border: 0px !important;
  -webkit-box-shadow: 0px 0px 0px 1px #000;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #000;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
  padding: 14px 30px;
  text-align: center;
  /*
	transition: all 0.5s ease;

	&:hover {
		transition: all 0.5s ease;
	}
	*/
  /* white-space: nowrap; */
  /*
		---------------------------------------
		How to treat space around buttons
		---------------------------------------
	 */
  /*
		---------------------------------------
		Arrow for buttons
		---------------------------------------
	 */
  /*
		---------------------------------------
		Gradient animation
		---------------------------------------
	 */
}

@media screen and (max-width: 360px) {
  /* line 209, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
  .btn {
    padding: 10px 15px;
  }
}

/* line 241, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--small {
  padding: 7px 26px;
}

/* line 245, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--round {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

/* line 249, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--right {
  margin-left: 15px;
}

/* line 253, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--large {
  padding: 20px 70px !important;
  display: inline-block;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  /* line 253, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
  .btn--large {
    padding: 20px !important;
    display: block;
  }
}

/* line 269, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--primary, .btn--secondary, .btn--success, .btn--warning, .btn--danger, .btn--black {
  z-index: 20;
  text-transform: uppercase;
  position: relative;
}

/* line 274, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--primary:before, .btn--secondary:before, .btn--success:before, .btn--warning:before, .btn--danger:before, .btn--black:before {
  border-radius: inherit;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -100;
  transition: opacity .25s ease-in-out;
}

/* line 288, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--primary:hover:before, .btn--secondary:hover:before, .btn--success:hover:before, .btn--warning:hover:before, .btn--danger:hover:before, .btn--black:hover:before {
  opacity: 1;
}

/* line 293, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--primary:focus, .btn--primary:active, .btn--secondary:focus, .btn--secondary:active, .btn--success:focus, .btn--success:active, .btn--warning:focus, .btn--warning:active, .btn--danger:focus, .btn--danger:active, .btn--black:focus, .btn--black:active {
  border: inherit;
}

/* line 305, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--arrow {
  padding: 14px 80px 14px 60px;
}

/* line 310, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--barrowRight:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  margin-left: 10px;
}

/* line 319, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn SPAN.btn--arrowRight, .btn SPAN .btn--arrowDown {
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid white;
  top: 19px;
  right: 45px;
}

/* line 332, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent {
  text-transform: uppercase;
  color: #ef3f36;
  -webkit-box-shadow: 0px 0px 0px 1px #ef3f36;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #ef3f36;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
  transition: all .25s ease-in-out;
}

/* line 339, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent:hover {
  color: #FFF;
  background-color: #ef3f36;
}

/* line 343, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent:hover SPAN.btn--arrowRight {
  border-left: 4px solid #b1160e;
}

/* line 348, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent SPAN.btn--arrowRight {
  border-left: 4px solid #ef3f36;
}

/* line 352, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent--white {
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 0px 1px #fff;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #fff;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
  transition: all .25s ease-in-out;
}

/* line 358, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent--white:hover {
  transition: all .35s ease;
  color: #1A1A1A;
  background-color: #fff;
  border: 1px solid #520a07;
}

/* line 366, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent--drakbg {
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color .55s ease-in-out;
}

/* line 369, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent--drakbg:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 374, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent--black {
  -webkit-box-shadow: 0px 0px 0px 1px #0f0f0f;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #0f0f0f;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
  color: #0f0f0f;
  text-transform: uppercase;
  transition: all .55s ease-in-out;
}

/* line 381, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent--black:hover {
  color: #FFF;
  background-color: #0f0f0f;
}

/* line 388, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent--gray {
  -webkit-box-shadow: 0px 0px 0px 1px #b2b2b2;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #b2b2b2;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
  color: #b2b2b2;
  text-transform: uppercase;
  transition: all .55s ease-in-out;
}

/* line 395, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent--gray:hover {
  color: #FFF;
  background-color: #333333;
}

/* line 402, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent--red {
  -webkit-box-shadow: 0px 0px 0px 1px #ef3f36;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #ef3f36;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
  color: #ef3f36;
  text-transform: uppercase;
  background-color: transparent;
  transition: all .55s ease-in-out;
}

/* line 409, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent--red:hover {
  color: #FFF;
  background-color: #ef3f36;
}

/* line 415, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent--green {
  -webkit-box-shadow: 0px 0px 0px 1px #a7c128;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #a7c128;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
  color: #a7c128;
  text-transform: uppercase;
  background-color: transparent;
  transition: all .55s ease-in-out;
}

/* line 422, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent--green:hover {
  color: #FFF;
  background-color: #a7c128;
}

/* line 429, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent--fullwhite {
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #ef3f36;
  text-transform: uppercase;
  transition: all .35s ease;
}

/* line 435, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent--fullwhite:hover {
  transition: all .35s ease;
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF;
  -webkit-box-shadow: 0px 0px 0px 1px #FFF;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #FFF;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

/* line 446, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--black {
  color: #000;
}

/* line 451, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent_dark {
  -webkit-box-shadow: 0px 0px 0px 1px #c2c2c2;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #c2c2c2;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
  background-color: #e0e0e0;
  color: #8f8f8f;
  text-transform: uppercase;
  transition: all .25s ease-in-out;
}

/* line 459, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent_dark:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #8f8f8f;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #8f8f8f;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
  background-color: #FFF;
  color: #0f0f0f !important;
}

/* line 465, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--transparent_dark.active {
  -webkit-box-shadow: 0px 0px 0px 1px #ef3f36;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #ef3f36;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
  background-color: #FFF;
  color: #ef3f36 !important;
}

/* line 482, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--primary {
  background: #ef3f36;
  background-size: 100% 150%;
  color: #FFF !important;
  text-align: center;
  transition: all 0.5s ease-out 0s;
  border: 0px;
  box-shadow: none;
  -webkit-box-shadow: 0px 0px 0px 1px #ef3f36;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #ef3f36;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

/* line 495, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--primary:hover {
  background: #b1160e;
}

/* line 500, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--primary--black {
  background: none;
  background-color: #1A1A1A;
  -webkit-box-shadow: 0px 0px 0px 1px #1A1A1A;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #1A1A1A;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

/* line 505, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--primary--black:hover {
  background-color: #b1160e;
  -webkit-box-shadow: 0px 0px 0px 1px #b1160e;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #b1160e;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

/* line 511, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--primary--blue {
  background: none;
  background-color: #319899;
  -webkit-box-shadow: 0px 0px 0px 1px #319899;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #319899;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

/* line 516, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--primary--blue:hover {
  background-color: #319899;
  -webkit-box-shadow: 0px 0px 0px 1px #319899;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #319899;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

/* line 522, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--primary--small {
  padding: 8px 30px !important;
  margin: 0px !important;
  min-width: 50px !important;
  font-size: .75em !important;
  text-transform: uppercase !important;
  overflow: visible !important;
}

/* line 530, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--primary--red {
  background: none;
  background-color: #ef3f36;
  -webkit-box-shadow: 0px 0px 0px 1px #ef3f36;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #ef3f36;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

/* line 535, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--primary--red:hover {
  background-color: #e01c12;
  -webkit-box-shadow: 0px 0px 0px 1px #ef3f36;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #ef3f36;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

/* line 541, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--primary--green {
  background: none;
  background-color: #a7c128;
  -webkit-box-shadow: 0px 0px 0px 1px #a7c128;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #a7c128;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

/* line 546, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--primary--green:hover {
  background-color: #82971f;
  -webkit-box-shadow: 0px 0px 0px 1px #a7c128;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #a7c128;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

/* line 554, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--secondary {
  background-color: #FFF;
  color: #ef3f36;
  min-width: 150px;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  -webkit-box-shadow: 0px 0px 0px 1px #ef3f36;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #ef3f36;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

/* line 566, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--secondary:hover, .btn--secondary.checked {
  background-color: #ef3f36;
  -webkit-box-shadow: 0px 0px 0px 1px #ef3f36;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #ef3f36;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
  color: #FFF;
}

/* line 573, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.btn--marginTB {
  margin: 40px 0px;
}

/* line 582, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.radio, .checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
}

/* line 588, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.checkbox label:after,
.radio label:after {
  content: '';
  display: table;
  clear: both;
}

/* line 595, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 1px;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
  cursor: pointer;
}

/* line 609, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.checkbox .cr:hover {
  border: 1px solid #009ee0;
}

/* line 613, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.radio .cr {
  border-radius: 50%;
}

/* line 617, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

/* line 626, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.radio .cr .cr-icon {
  margin-left: 0.04em;
}

/* line 630, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}

/* line 635, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}

/* line 642, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

/* line 648, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: .5;
}

/* line 653, G:/www/ww/mysasy.com/assets/stylesheets/shared/_s_forms.scss */
.warning, .warning P {
  text-align: center;
  color: #ef3f36;
  font-weight: 700;
  font-size: 1.55em;
}

/*
	=======================================

	Common file for templates, handling
	basic stuff
	
	---------------------------------------
	
	Author: Ondrej Firla
			ondrejfirla.eu
			ondra@ondrejfirla.eu
			October 2017
	
	=======================================
 */
/* line 17, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
BODY {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  min-width: 320px;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

/* .body--nothome {
	MAIN {
		margin-top: 140px;
		@media screen and (max-width: $size--mobileHD) {
			margin-top: 128px;
		}
	}	
} */
/* line 45, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
MAIN {
  flex: 1;
}

/* line 48, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
MAIN.main--darkbg {
  background-color: #F5F5F5;
}

@media screen and (min-height: 1000px) {
  /* line 53, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  MAIN::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 800px;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    z-index: -2;
  }
}

/* line 70, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.body--nothome MAIN {
  padding-top: 80px;
}

/* line 73, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.body--nothome MAIN.main--top_padd {
  padding-top: 0px;
}

/* line 81, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
SECTION.padding_top_bottom {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 86, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
SECTION .section_text H4 {
  margin-top: 20px;
}

/* line 89, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
SECTION .section_text P {
  margin-bottom: 10px;
}

/* line 92, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
SECTION .section_text H3 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 2px;
}

/* line 103, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__dust--top {
  position: relative;
}

/* line 105, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__dust--top .container .row:first-child {
  padding-top: 200px;
}

@media screen and (max-width: 576px) {
  /* line 105, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .background__dust--top .container .row:first-child {
    padding-top: 120px;
  }
}

/* line 113, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__dust--top::before {
  content: '';
  position: absolute;
  padding-top: unset;
  background-image: url("../images/hero/hero_dust_white_inverz.png");
  background-position: bottom;
  background-repeat: repeat-x;
  top: -10px;
  width: 100%;
  height: 185px;
  display: block;
}

/* line 127, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__dust--bottom::after {
  content: '';
  background-image: url("../images/hero/hero_dust_white.png");
  background-position: bottom;
  background-repeat: repeat-x;
  position: relative;
  bottom: -10px;
  width: 100%;
  height: 185px;
  display: block;
}

/* line 140, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid {
  display: block;
}

/* line 142, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--padding {
  padding: 30px;
}

/* line 144, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--padding P:last-child {
  margin-bottom: 0 !important;
}

/* line 148, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--white {
  background-color: #FFF;
  -webkit-box-shadow: 0px -6px 15px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px -6px 15px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -6px 15px -6px rgba(0, 0, 0, 0.3);
}

/* line 154, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--light {
  background-color: #e9e9e9;
}

/* line 157, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--dark {
  background-color: #222;
}

/* line 159, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--dark P, .background__fluid--dark H1, .background__fluid--dark H2, .background__fluid--dark H3 {
  color: #fff;
}

/* line 164, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--gray {
  background-color: #F2F2F2;
}

/* line 167, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--red {
  background-color: #ef3f36;
}

/* line 169, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--red P, .background__fluid--red H1, .background__fluid--red H2, .background__fluid--red H3 {
  color: #fff;
}

/* line 173, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--red H1::after, .background__fluid--red H2::after, .background__fluid--red H3::after {
  background-color: #FFF;
}

/* line 178, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--redGradHalf {
  position: relative;
}

/* line 180, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--redGradHalf:before {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 60%;
  background: linear-gradient(-180deg, #ff4600 0%, #f51010 100%);
}

/* line 189, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--redGradHalf .flip-card--panel .front H3, .background__fluid--redGradHalf .flip-card--panel .back H3, .background__fluid--redGradHalf .flip-card--panel .height H3 {
  color: #f51010;
}

/* line 192, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--redGradHalf .flip-card--panel .front .btn--transparent {
  color: #f51010;
  -webkit-box-shadow: 0px 0px 0px 1px #53a9d0;
  box-shadow: 0px 0px 0px 1px #53a9d0;
}

/* line 197, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--redGradHalf P, .background__fluid--redGradHalf H1, .background__fluid--redGradHalf H2, .background__fluid--redGradHalf H3 {
  color: #fff;
}

/* line 203, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--blue {
  background-color: #ef3f36;
}

/* line 205, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--blue P, .background__fluid--blue H1, .background__fluid--blue H2, .background__fluid--blue H3 {
  color: #fff;
}

/* line 210, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--blueGrad {
  background: linear-gradient(-180deg, #53a9d0 0%, #3394bd 100%);
  color: #fff;
}

/* line 213, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--blueGrad P, .background__fluid--blueGrad H1, .background__fluid--blueGrad H2, .background__fluid--blueGrad H3, .background__fluid--blueGrad H4, .background__fluid--blueGrad H5 {
  color: #fff;
}

/* line 216, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--blueGrad .col-1-5 strong {
  font-size: 1.24em;
  display: inline-block;
  margin-bottom: 8px;
}

/* line 222, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--green {
  background: #a7c128;
}

/* line 224, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--green P, .background__fluid--green H1, .background__fluid--green H2, .background__fluid--green H3, .background__fluid--green STRONG {
  color: #fff;
}

/* line 229, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--greenGradHalf {
  position: relative;
}

/* line 231, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--greenGradHalf:before {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 60%;
  background: linear-gradient(-180deg, #7fbf2e 0%, #629524 100%);
}

/* line 239, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--greenGradHalf P, .background__fluid--greenGradHalf H1, .background__fluid--greenGradHalf H2, .background__fluid--greenGradHalf H3 {
  color: #fff;
}

/* line 242, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--greenGradHalf .flip-card--panel .front H3, .background__fluid--greenGradHalf .flip-card--panel .back H3, .background__fluid--greenGradHalf .flip-card--panel .height H3 {
  color: #ef3f36;
}

/* line 246, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--yellowGradHalf {
  position: relative;
}

/* line 248, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--yellowGradHalf:before {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 60%;
  background: linear-gradient(-180deg, #f7e129 0%, #f7c911 100%);
}

/* line 256, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--yellowGradHalf .flip-card--panel .front H3, .background__fluid--yellowGradHalf .flip-card--panel .back H3, .background__fluid--yellowGradHalf .flip-card--panel .height H3 {
  color: #f0ac0d;
}

/* line 260, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--yellowGradHalf .flip-card--panel .front .btn--transparent {
  color: #f0ac0d;
  -webkit-box-shadow: 0px 0px 0px 1px #f0ac0d;
  box-shadow: 0px 0px 0px 1px #f0ac0d;
}

/* line 265, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--yellowGradHalf P, .background__fluid--yellowGradHalf H1, .background__fluid--yellowGradHalf H2, .background__fluid--yellowGradHalf H3 {
  color: #fff;
}

/* line 269, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--blueGradHalf {
  position: relative;
}

/* line 271, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--blueGradHalf:before {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 60%;
  background: linear-gradient(-180deg, #53a9d0 0%, #3394bd 100%);
}

/* line 279, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--blueGradHalf .flip-card--panel .front H3, .background__fluid--blueGradHalf .flip-card--panel .back H3, .background__fluid--blueGradHalf .flip-card--panel .height H3 {
  color: #319899;
}

/* line 283, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--blueGradHalf .flip-card--panel .front .btn--transparent {
  color: #319899;
  -webkit-box-shadow: 0px 0px 0px 1px #319899;
  box-shadow: 0px 0px 0px 1px #319899;
}

/* line 289, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.background__fluid--blueGradHalf P, .background__fluid--blueGradHalf H1, .background__fluid--blueGradHalf H2, .background__fluid--blueGradHalf H3 {
  color: #fff;
}

/* line 297, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.price__table TABLE {
  background-color: #F2F2F2;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  /* line 297, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .price__table TABLE {
    padding: 20px;
  }
}

/* line 303, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.price__table TABLE TR TD {
  border-bottom: 0px;
}

/* line 308, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.price__table--red TABLE:first-of-type {
  background-color: #ef3f36;
}

/* line 310, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.price__table--red TABLE:first-of-type TR TD {
  color: #FFF;
}

/* line 312, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.price__table--red TABLE:first-of-type TR TD P {
  color: #FFF;
}

/* line 321, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.line {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}

/* line 324, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.line--white {
  border-color: #FFF;
}

/* line 327, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.line__top {
  width: 100%;
  border-top: 1px solid;
  border-color: #F2F2F2;
}

/* line 335, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.line_strong {
  width: 100%;
  border-top: 4px solid #F2F2F2;
}

/* line 340, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
HR {
  border: 0;
  height: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 350, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
TEXTAREA {
  resize: none;
}

/* line 354, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.clearfix {
  display: block;
  clear: both;
  width: 100%;
  height: 0px;
}

/* line 361, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.img-responsive {
  max-width: 100%;
}

/* line 365, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.text-center {
  text-align: center;
}

/* line 369, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.text-right {
  text-align: right;
}

/* line 373, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.pull-right {
  float: right;
}

/* line 377, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.position_inherit {
  position: inherit;
}

/* line 381, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #ef3f36;
  /* Blue */
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 399, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* line 404, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.video-thumbnail:before {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: '';
  /*content: "\f01d";
    font-family: FontAwesome;
		font-size: 150px;*/
  width: 100%;
  height: 100%;
  background-image: url("../images/play_button_white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80px;
  color: #fff;
  opacity: .4;
  transition: opacity 0.3s ease-in-out 0s;
}

/* line 425, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.video-thumbnail:hover:before {
  opacity: .8;
}

/* line 431, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.video-thumbnail--home:before {
  background-size: 120px;
}

@media screen and (max-width: 768px) {
  /* line 429, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .video-thumbnail--home {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  /* line 444, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .col-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media screen and (max-width: 768px) {
  /* line 452, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .text-sm-left {
    text-align: left;
  }
}

/* line 458, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.position-inherit {
  position: inherit;
}

/*
$grid-breakpointshalf: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1300px,
  xxxl: 1400px,
  xxxxl: 1900px,
  xxxxxl: 2200px
) !default;

$containerhalf-max-widths: (
	sm: 540px,
	md: 720px,
	lg: 960px,
	xl: 1140px,
	xxl: 1240px,
	xxxl: 1340px,
	xxxxl: 1640px,
	xxxxxl: 1900px
  ) !default;


.containerhalf {
	@each $key, $value in $containerhalf-max-widths {
		@media screen and (min-width: map-get($grid-breakpointshalf, $key)) {
			width: ($value/2)-15;
		}
	} 
}
*/
/* line 516, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.padding__fix--around--s {
  padding: 20px;
}

@media screen and (max-width: 992px) {
  /* line 516, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--around--s {
    padding: 14px;
  }
}

@media screen and (max-width: 768px) {
  /* line 516, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--around--s {
    padding: 12px;
  }
}

@media screen and (max-width: 576px) {
  /* line 516, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--around--s {
    padding: 10px;
  }
}

/* line 530, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.padding__fix--s {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 992px) {
  /* line 530, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--s {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  /* line 530, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--s {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 576px) {
  /* line 530, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--s {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* line 547, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.padding__fix--top--s {
  padding-top: 20px;
}

@media screen and (max-width: 992px) {
  /* line 547, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--top--s {
    padding-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  /* line 547, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--top--s {
    padding-top: 12px;
  }
}

@media screen and (max-width: 576px) {
  /* line 547, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--top--s {
    padding-top: 10px;
  }
}

/* line 560, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.padding__fix--bottom--s {
  padding-bottom: 20px;
}

@media screen and (max-width: 992px) {
  /* line 560, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--bottom--s {
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  /* line 560, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--bottom--s {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 576px) {
  /* line 560, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--bottom--s {
    padding-bottom: 10px;
  }
}

/* line 574, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.margin__fix--s {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  /* line 574, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--s {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  /* line 574, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--s {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 576px) {
  /* line 574, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--s {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* line 591, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.margin__fix--top--s {
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  /* line 591, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--top--s {
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  /* line 591, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--top--s {
    margin-top: 12px;
  }
}

@media screen and (max-width: 576px) {
  /* line 591, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--top--s {
    margin-top: 10px;
  }
}

/* line 604, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.margin__fix--bottom--s {
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  /* line 604, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--bottom--s {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  /* line 604, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--bottom--s {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 576px) {
  /* line 604, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--bottom--s {
    margin-bottom: 10px;
  }
}

/* line 516, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.padding__fix--around--m {
  padding: 50px;
}

@media screen and (max-width: 992px) {
  /* line 516, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--around--m {
    padding: 35px;
  }
}

@media screen and (max-width: 768px) {
  /* line 516, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--around--m {
    padding: 30px;
  }
}

@media screen and (max-width: 576px) {
  /* line 516, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--around--m {
    padding: 25px;
  }
}

/* line 530, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.padding__fix--m {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 992px) {
  /* line 530, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--m {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  /* line 530, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--m {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  /* line 530, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--m {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/* line 547, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.padding__fix--top--m {
  padding-top: 50px;
}

@media screen and (max-width: 992px) {
  /* line 547, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--top--m {
    padding-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  /* line 547, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--top--m {
    padding-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  /* line 547, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--top--m {
    padding-top: 25px;
  }
}

/* line 560, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.padding__fix--bottom--m {
  padding-bottom: 50px;
}

@media screen and (max-width: 992px) {
  /* line 560, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--bottom--m {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  /* line 560, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--bottom--m {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  /* line 560, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--bottom--m {
    padding-bottom: 25px;
  }
}

/* line 574, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.margin__fix--m {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
  /* line 574, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--m {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  /* line 574, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--m {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  /* line 574, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--m {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

/* line 591, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.margin__fix--top--m {
  margin-top: 50px;
}

@media screen and (max-width: 992px) {
  /* line 591, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--top--m {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  /* line 591, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--top--m {
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  /* line 591, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--top--m {
    margin-top: 25px;
  }
}

/* line 604, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.margin__fix--bottom--m {
  margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
  /* line 604, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--bottom--m {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  /* line 604, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--bottom--m {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  /* line 604, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--bottom--m {
    margin-bottom: 25px;
  }
}

/* line 516, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.padding__fix--around--l {
  padding: 80px;
}

@media screen and (max-width: 992px) {
  /* line 516, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--around--l {
    padding: 56px;
  }
}

@media screen and (max-width: 768px) {
  /* line 516, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--around--l {
    padding: 48px;
  }
}

@media screen and (max-width: 576px) {
  /* line 516, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--around--l {
    padding: 40px;
  }
}

/* line 530, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.padding__fix--l {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 992px) {
  /* line 530, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--l {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

@media screen and (max-width: 768px) {
  /* line 530, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--l {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 576px) {
  /* line 530, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--l {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 547, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.padding__fix--top--l {
  padding-top: 80px;
}

@media screen and (max-width: 992px) {
  /* line 547, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--top--l {
    padding-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  /* line 547, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--top--l {
    padding-top: 48px;
  }
}

@media screen and (max-width: 576px) {
  /* line 547, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--top--l {
    padding-top: 40px;
  }
}

/* line 560, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.padding__fix--bottom--l {
  padding-bottom: 80px;
}

@media screen and (max-width: 992px) {
  /* line 560, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--bottom--l {
    padding-bottom: 56px;
  }
}

@media screen and (max-width: 768px) {
  /* line 560, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--bottom--l {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 576px) {
  /* line 560, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--bottom--l {
    padding-bottom: 40px;
  }
}

/* line 574, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.margin__fix--l {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 992px) {
  /* line 574, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--l {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 768px) {
  /* line 574, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--l {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 576px) {
  /* line 574, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--l {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/* line 591, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.margin__fix--top--l {
  margin-top: 80px;
}

@media screen and (max-width: 992px) {
  /* line 591, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--top--l {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  /* line 591, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--top--l {
    margin-top: 48px;
  }
}

@media screen and (max-width: 576px) {
  /* line 591, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--top--l {
    margin-top: 40px;
  }
}

/* line 604, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.margin__fix--bottom--l {
  margin-bottom: 80px;
}

@media screen and (max-width: 992px) {
  /* line 604, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--bottom--l {
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 768px) {
  /* line 604, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--bottom--l {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 576px) {
  /* line 604, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--bottom--l {
    margin-bottom: 40px;
  }
}

/* line 516, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.padding__fix--around--xl {
  padding: 160px;
}

@media screen and (max-width: 992px) {
  /* line 516, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--around--xl {
    padding: 112px;
  }
}

@media screen and (max-width: 768px) {
  /* line 516, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--around--xl {
    padding: 96px;
  }
}

@media screen and (max-width: 576px) {
  /* line 516, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--around--xl {
    padding: 80px;
  }
}

/* line 530, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.padding__fix--xl {
  padding-top: 160px;
  padding-bottom: 160px;
}

@media screen and (max-width: 992px) {
  /* line 530, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--xl {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}

@media screen and (max-width: 768px) {
  /* line 530, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--xl {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media screen and (max-width: 576px) {
  /* line 530, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--xl {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* line 547, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.padding__fix--top--xl {
  padding-top: 160px;
}

@media screen and (max-width: 992px) {
  /* line 547, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--top--xl {
    padding-top: 112px;
  }
}

@media screen and (max-width: 768px) {
  /* line 547, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--top--xl {
    padding-top: 96px;
  }
}

@media screen and (max-width: 576px) {
  /* line 547, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--top--xl {
    padding-top: 80px;
  }
}

/* line 560, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.padding__fix--bottom--xl {
  padding-bottom: 160px;
}

@media screen and (max-width: 992px) {
  /* line 560, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--bottom--xl {
    padding-bottom: 112px;
  }
}

@media screen and (max-width: 768px) {
  /* line 560, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--bottom--xl {
    padding-bottom: 96px;
  }
}

@media screen and (max-width: 576px) {
  /* line 560, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .padding__fix--bottom--xl {
    padding-bottom: 80px;
  }
}

/* line 574, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.margin__fix--xl {
  margin-top: 160px;
  margin-bottom: 160px;
}

@media screen and (max-width: 992px) {
  /* line 574, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--xl {
    margin-top: 112px;
    margin-bottom: 112px;
  }
}

@media screen and (max-width: 768px) {
  /* line 574, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--xl {
    margin-top: 96px;
    margin-bottom: 96px;
  }
}

@media screen and (max-width: 576px) {
  /* line 574, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--xl {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

/* line 591, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.margin__fix--top--xl {
  margin-top: 160px;
}

@media screen and (max-width: 992px) {
  /* line 591, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--top--xl {
    margin-top: 112px;
  }
}

@media screen and (max-width: 768px) {
  /* line 591, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--top--xl {
    margin-top: 96px;
  }
}

@media screen and (max-width: 576px) {
  /* line 591, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--top--xl {
    margin-top: 80px;
  }
}

/* line 604, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.margin__fix--bottom--xl {
  margin-bottom: 160px;
}

@media screen and (max-width: 992px) {
  /* line 604, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--bottom--xl {
    margin-bottom: 112px;
  }
}

@media screen and (max-width: 768px) {
  /* line 604, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--bottom--xl {
    margin-bottom: 96px;
  }
}

@media screen and (max-width: 576px) {
  /* line 604, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .margin__fix--bottom--xl {
    margin-bottom: 80px;
  }
}

/* line 619, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.padding__fix--top--0 {
  padding-top: 0px;
}

/* line 623, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.padding__fix--0 {
  padding: 0px;
}

/* line 626, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.margin__fix--0 {
  margin: 0px;
}

/* line 632, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
#return-to-top {
  position: fixed;
  z-index: 50;
  bottom: 60px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/* line 651, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 654, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* line 656, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

/* line 664, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.o-opened #return-to-top, .o-opened #chat-application {
  display: none !important;
}

/* line 671, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.map {
  max-width: 100%;
  height: 80vh;
  min-height: 800px;
  border-radius: 1px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  /* line 671, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .map {
    height: 70vh;
  }
}

@media screen and (max-width: 576px) {
  /* line 671, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .map {
    height: 70vh;
  }
}

/* line 681, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.mapMarker {
  background: #009be5;
  opacity: 0.5;
  background: rgba(0, 155, 229, 0.4);
  border: 3px solid #000000;
  border: 3px solid rgba(0, 0, 0, 0.55);
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 10px 0 #000000;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.5);
}

/*
.collapse {
	display: none;
}

.cke_editable .collapse {
	display: block;
}

.position--unset {
	position: unset;
}
*/
/* 5 column */
/* line 721, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 732, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 540px) {
  /* line 739, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 720px) {
  /* line 747, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 960px) {
  /* line 755, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1140px) {
  /* line 763, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* line 772, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.hide_hover {
  position: absolute;
  opacity: 0.1;
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  filter: alpha(opacity=10);
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s;
  cursor: pointer;
  top: 0px;
  left: 0px;
  z-index: 10;
}

/* line 790, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.hide_hover:hover, .hide_hover:focus, .hide_hover:active {
  opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  filter: alpha(opacity=90);
  z-index: 10;
}

/* line 798, G:/www/ww/mysasy.com/assets/stylesheets/layout/_l_common.scss */
.hide_hover.pull-right {
  right: 0px;
}

/*
	=======================================

	Header styling
	
	---------------------------------------
	
	Author: Ondrej Firla
			ondrejfirla.eu
			ondra@ondrejfirla.eu
			October 2017
	
	=======================================
 */
/* line 21, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header {
  position: fixed;
  top: 0px;
  width: 100%;
  display: block;
  /* background-color: #FFF; */
  z-index: 40;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.95);
  transition: background-color 1000ms ease-in-out;
  color: #000;
  /* 	@media screen and (min-width: $size--ham_menu) {
		&__rowHeight {
			height: $size--header;
		}
	} */
  /* 
	&--nothome {

	} */
  /*
		---------------------------------------
		Logo
		---------------------------------------
	 */
  /*
		---------------------------------------
		Btn
		---------------------------------------
	 */
  /*
			---------------------------------------
			icons right
			---------------------------------------
		 */
  /*
		---------------------------------------
		Nav
		---------------------------------------
	 */
}

/* line 33, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header--scrolled {
  background-color: rgba(228, 66, 61, 0.9);
  color: #000;
  /* 		-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); */
}

/* line 52, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header .relative_no {
  position: static;
}

@media screen and (max-width: 1224px) {
  /* line 57, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__rowHeight {
    padding-top: 0px;
  }
}

/* line 63, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header .ham_hide {
  display: block;
}

@media screen and (max-width: 1224px) {
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header .ham_hide {
    display: none;
  }
}

/* line 69, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header .ham_show {
  display: none;
}

@media screen and (max-width: 1224px) {
  /* line 69, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header .ham_show {
    display: block;
  }
}

/* line 75, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__ham {
  display: none;
  visibility: visible;
  float: right;
  height: 50px;
  padding-top: 5px;
  width: 30px;
  cursor: pointer;
}

@media screen and (max-width: 1224px) {
  /* line 75, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__ham {
    display: inline-block;
  }
}

/* line 91, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__ham.active {
  position: absolute;
  right: 30px;
  top: 10px;
  z-index: 1000;
}

/* line 99, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__ham.active SPAN {
  background-color: transparent;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* line 103, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__ham.active SPAN:before, .header__ham.active SPAN:after {
  background-color: #202835;
}

/* line 107, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__ham.active SPAN:before {
  margin-top: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

/* line 113, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__ham.active SPAN:after {
  margin-top: 0px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

/* line 120, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__ham SPAN {
  margin: 0 auto;
  position: relative;
  top: 20px;
  /* 	    	@media screen and (max-width: $size--mobileHD) {
				top: 38px;
			} */
  float: left;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* line 136, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__ham SPAN, .header__ham SPAN:before, .header__ham SPAN:after {
  width: 24px;
  height: 2px;
  background-color: #000;
  display: block;
  transition: background-color 0.5s ease-in-out;
}

/* line 144, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__ham SPAN:before, .header__ham SPAN:after {
  position: absolute;
  content: '';
}

/* line 149, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__ham SPAN:before {
  margin-top: -7px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

/* line 157, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__ham SPAN:after {
  margin-top: 7px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

/* line 168, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__ham DIV {
  color: black;
  float: left;
  margin-top: 7px;
  margin-right: 20px;
  color: #fff;
  font-family: sans-serif;
}

/* line 183, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__logo {
  position: relative;
}

/* line 185, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__logo--normal {
  padding-top: 10px;
  display: inline-block;
}

/* line 188, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__logo--normal PICTURE, .header__logo--normal SVG, .header__logo--normal IMG {
  position: relative;
  max-width: 120px;
  height: 50px;
  transition: all .25s ease-in-out;
}

@media screen and (max-width: 576px) {
  /* line 188, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__logo--normal PICTURE, .header__logo--normal SVG, .header__logo--normal IMG {
    max-width: 110px;
    height: 50px;
  }
}

/* line 200, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__logo--normal PICTURE:first-of-type {
  display: block;
}

/* line 203, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__logo--normal PICTURE:last-of-type {
  display: none;
}

/* line 216, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header .btn {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  /* line 221, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header .btn {
    margin-left: auto;
  }
}

@media screen and (max-width: 576px) {
  /* line 227, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header .btn {
    display: block;
  }
}

/* line 239, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__icon {
  text-align: right;
  position: relative;
  float: right;
  padding-top: 2px;
  padding-right: 6px;
}

/* line 245, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__icon picture, .header__icon img {
  padding-top: 16px;
  width: 26px;
  position: relative;
}

/* line 251, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__icon SVG {
  fill: #e9e9e9;
}

/* line 254, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__icon .cart_number {
  position: absolute;
  top: 4px;
  right: -12px;
  font-size: 0.6em;
  font-weight: 900;
  background: #a7c128;
  color: #FFF;
  padding: 6px 9px;
  border-radius: 100px;
  transition: transform .2s ease;
}

@media screen and (max-width: 992px) {
  /* line 254, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__icon .cart_number {
    top: -6px;
    right: auto;
  }
}

/* line 270, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__icon A:last-of-type:hover .cart_number {
  transform: scale(1.35, 1.35);
  transition: transform .2s ease;
}

/* line 284, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__nav {
  display: inline-block;
  /*
			---------------------------------------
			Individual anchor links in nav
			---------------------------------------
		 */
}

/* line 287, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__nav UL {
  display: flex;
  align-items: center;
}

/* line 290, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__nav UL LI {
  display: inline-block;
  padding-right: 0px;
}

/* line 293, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__nav UL LI:last-of-type {
  padding-right: 0px;
}

@media screen and (min-width: 1224px) {
  /* line 297, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav UL LI UL {
    background-color: rgba(0, 0, 0, 0.8);
    text-align: left;
  }
  /* line 300, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav UL LI UL LI {
    display: block;
  }
  /* line 303, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav UL LI UL A {
    text-align: left;
    margin: 0px;
    transition: all 0.5s ease-in-out;
    padding: 15px 20px;
    width: 100%;
    color: #FFF;
  }
  /* line 310, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav UL LI UL A:hover, .header__nav UL LI UL A.active {
    background-color: rgba(239, 63, 54, 0.7) !important;
  }
  /* line 316, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav UL LI UL {
    position: absolute;
    display: block;
    opacity: 0;
    height: 0px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  /* line 324, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav UL LI:hover UL {
    display: block;
    opacity: 1;
    height: auto;
    transition: all 0.5s ease-in-out;
  }
}

@media screen and (max-width: 1224px) {
  /* line 334, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav UL LI UL A {
    padding: 15px 40px;
  }
}

@media screen and (max-width: 1224px) {
  /* line 287, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav UL {
    display: block;
  }
  /* line 341, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav UL .dropdown > A {
    background-color: #F5F5F5;
  }
}

@media screen and (max-width: 1224px) {
  /* line 348, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav__login {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  /* line 284, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav {
    margin: 0px auto;
  }
}

@media screen and (min-width: 1224px) {
  /* line 360, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav__btn {
    display: none;
  }
}

@media screen and (max-width: 1224px) {
  /* line 284, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav {
    width: 100vw;
    height: 100vh;
    display: none !important;
    opacity: 0;
    visibility: none;
    position: absolute;
    overflow: auto;
    top: 0;
    left: 0px;
    z-index: -1;
    padding: 0px;
    border-bottom: 1px solid #e9e9e9;
    background: white;
    transition: all .5s ease;
    z-index: 5;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  /* line 395, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav .header__nav__link A {
    color: #ef3f36;
  }
  /* line 400, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav .header__nav__link LI UL A {
    color: rgba(0, 0, 0, 0.5);
  }
  /* line 407, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav.active {
    visibility: visible;
    display: block !important;
    opacity: 1;
    padding: 60px;
    overflow-y: auto;
    transition: all .5s ease;
  }
  /* line 414, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav.active A:hover {
    color: #ef3f36;
  }
  /* line 417, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav.active .pull-right {
    float: none;
  }
  /* line 422, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav NAV {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  /* line 427, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav NAV > UL {
    flex-grow: 1;
  }
  /* line 433, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav UL LI {
    display: block;
    padding-right: 0px;
  }
  /* line 436, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav UL LI A {
    text-align: center;
  }
}

/* line 452, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__nav__top {
  background-color: #ef3f36;
}

@media screen and (max-width: 1224px) {
  /* line 455, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav__top--main {
    text-align: center;
  }
}

/* line 462, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__nav__top--menu A {
  color: #FFF;
  display: inline-block;
  padding: 0px 10px 0px 10px;
  border-right: 1px #FFF solid;
  font-size: 0.8em;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  /* line 462, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav__top--menu A {
    font-size: 0.8em;
    line-height: 1em;
    padding: 0px 6px 0px 6px;
  }
}

/* line 475, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__nav__top--menu LI {
  display: inline-block;
  padding: 8px 0px 10px 0px;
}

/* line 478, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__nav__top--menu LI:last-of-type A {
  border-right: 0px;
}

@media screen and (max-width: 576px) {
  /* line 475, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav__top--menu LI {
    padding: 4px 0px 5px 0px;
  }
}

@media screen and (max-width: 576px) {
  /* line 461, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav__top--menu {
    width: 1000px;
    text-align: left;
  }
}

@media screen and (max-width: 576px) {
  /* line 452, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav__top {
    overflow-x: scroll;
    -ms-overflow-style: none;
    -ms-scroll-chaining: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%);
  }
}

/* line 500, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__nav__link A {
  display: inline-block;
  position: relative;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  letter-spacing: 0px;
  padding: 29px 0px 29px 0px;
  margin: 0px 15px 0px 15px;
  transition: all 0.5s ease-in-out;
}

/* line 513, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__nav__link A:hover {
  text-decoration: none;
}

/* line 517, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header__nav__link A.active {
  visibility: visible;
  opacity: 1;
  transition: all .3s ease;
}

@media screen and (min-width: 1224px) {
  /* line 524, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav__link A::after {
    content: '';
    left: 0%;
    top: 0px;
    position: absolute;
    height: 0px;
    width: 100%;
    visibility: hidden;
    background: #ef3f36;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  /* line 537, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav__link A:hover::after {
    visibility: visible;
    height: 3px;
  }
  /* line 542, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav__link A.active {
    color: #000;
  }
  /* line 544, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav__link A.active::after {
    visibility: visible;
    height: 3px;
  }
}

@media screen and (max-width: 1224px) {
  /* line 500, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav__link A {
    display: block;
    padding: 15px 0;
    text-align: left;
    border-bottom: 1px solid #e9e9e9;
  }
}

@media screen and (min-width: 1224px) {
  /* line 567, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header__nav__link UL UL A.active {
    color: #FFF;
  }
}

@media screen and (min-width: 1224px) {
  /* line 579, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header--scrolled .header__nav__link A {
    color: #FFF;
  }
}

@media screen and (min-width: 1224px) and (min-width: 1224px) {
  /* line 584, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header--scrolled .header__nav__link.active {
    color: #FFF;
  }
}

@media screen and (min-width: 1224px) {
  /* line 592, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header--scrolled .header__ham SPAN, .header--scrolled .header__ham SPAN:before, .header--scrolled .header__ham SPAN:after {
    background-color: #FFF;
  }
}

/* line 599, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header--scrolled .header__logo--normal PICTURE:first-of-type {
  display: none;
}

/* line 602, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header--scrolled .header__logo--normal PICTURE:last-of-type {
  display: block;
}

/* line 609, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header--scrolled .header__ham SPAN, .header--scrolled .header__ham SPAN:before, .header--scrolled .header__ham SPAN:after {
  background-color: #FFF;
}

/* line 615, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.header .btn--primary--small {
  margin-top: 0px;
}

/* line 621, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.o-opened .header__ham SPAN:before, .o-opened .header__ham SPAN:after {
  background-color: #000 !important;
}

/* line 626, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.social_right {
  position: fixed;
  width: 32px;
  top: 190px;
  z-index: 110;
  right: 0px;
}

/* line 632, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.social_right A {
  position: relative;
  right: -3px;
  opacity: 0.9;
  transition: all 0.5s ease-in-out;
}

/* line 637, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.social_right A:hover {
  opacity: 1.0;
  right: 0px;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 576px) {
  /* line 626, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .social_right {
    display: none;
  }
}

/* line 649, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.language {
  width: 100%;
  display: block;
  text-align: right;
}

@media screen and (max-width: 1224px) {
  /* line 651, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .language__top {
    display: none;
  }
}

/* line 660, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.language LI {
  display: inline !important;
}

/* line 662, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.language LI A {
  display: inline-block !important;
  width: 26px;
  height: 26px;
  overflow: hidden;
  margin-left: 4px;
  margin-right: 4px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

/* line 671, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.language LI A IMG {
  max-width: 100%;
}

@media screen and (max-width: 1224px) {
  /* line 675, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .language LI A.active {
    opacity: 0.5;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
  }
}

@media screen and (max-width: 1224px) {
  /* line 649, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .language {
    margin-bottom: 20px;
  }
}

/* line 689, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.language__ham {
  position: absolute;
  left: 10px;
  top: 5px;
  text-align: left;
}

/* line 695, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.language__ham UL {
  text-align: center;
}

/* line 697, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.language__ham UL A {
  height: 41px;
}

/* line 700, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.language__ham UL IMG {
  border: 1px #F2F2F2 solid;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

/* line 705, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.language__ham UL LI:last-of-type A {
  margin-right: 0px !important;
}

@media screen and (min-width: 1224px) {
  /* line 689, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .language__ham {
    display: none;
  }
}

/* line 719, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
#header__nav__login LI {
  display: inline-block;
  padding-right: 0px;
}

/* line 724, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
#header__nav__login--ham A {
  cursor: pointer;
  color: white;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: static;
  border: 0px !important;
  padding: 14px 20px;
  background: #ef3f36;
  background-size: 100% 150%;
  text-align: center;
  transition: all 0.5s ease-out 0s;
  white-space: nowrap;
  border: 0px;
  box-shadow: none;
  -webkit-box-shadow: 0px 0px 0px 1px #ef3f36;
  /* Saf3-4, iOS 4.0.2 – 4.2, Android 2.3+ */
  box-shadow: 0px 0px 0px 1px #ef3f36;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

@media screen and (min-width: 1224px) {
  /* line 723, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  #header__nav__login--ham {
    display: none;
  }
}

@media screen and (max-width: 1224px) {
  /* line 748, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  #header__nav__login--ham UL {
    margin-top: 40px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media screen and (min-width: 1224px) {
  /* line 765, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header--scrolled .header__nav__link LI A {
    padding: 23px 0px 23px 0px;
  }
  /* line 769, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .header--scrolled .header__nav__link LI LI A {
    padding: 14px 12px 14px 12px;
  }
}

/* line 779, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.basket_float {
  position: fixed;
  cursor: pointer;
  text-align: center;
  top: 320px;
  right: 0%;
  color: #FFF;
  font-size: 1.2em;
  padding: 10px 12px;
  min-width: 54px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #000;
  background-size: 55%;
  z-index: 100;
  transition: all 0.25s ease-out 0s;
}

/* line 799, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.basket_float SPAN, .basket_float A {
  display: block;
  transition: all 0.5s ease-in-out;
  color: #FFF;
}

/* line 803, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.basket_float SPAN:hover, .basket_float A:hover {
  color: #ef3f36;
}

/* line 806, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.basket_float SPAN.active, .basket_float A.active {
  font-weight: 600;
}

/* line 810, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
.basket_float--first {
  top: 230px;
}

@media screen and (max-width: 576px) {
  /* line 779, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .basket_float {
    top: 80px;
  }
  /* line 816, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_header.scss */
  .basket_float--first {
    display: none;
  }
}

/*
	=======================================

	Hero
	
	---------------------------------------
	
	Author: Ondrej Firla
			ondrejfirla.eu
			ondra@ondrejfirla.eu
			October 2017
	
	=======================================
 */
/* line 16, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero {
  /* Create the parallax scrolling effect */
  position: relative;
}

/* line 26, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--social {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 90px;
  font-size: 2.5em;
}

/* line 32, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--social A {
  color: rgba(0, 0, 0, 0.2);
  transition: color .5s ease-in-out;
}

/* line 35, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--social A:hover {
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 576px) {
  /* line 26, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--social {
    display: none;
  }
}

/* line 46, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--store {
  position: absolute;
  bottom: 5vw;
  right: 5vw;
  z-index: 20;
}

@media screen and (max-width: 576px) {
  /* line 46, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--store {
    display: none;
  }
}

/* line 57, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--bg {
  background-position: center;
  background-repeat: no-repeat;
}

/* line 63, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--home {
  background: #f15e4a;
  background: -moz-linear-gradient(115deg, #f15e4a 0%, #ef3f36 25%, #dd2e2b 70%, #c3171b 95%);
  background: -webkit-linear-gradient(115deg, #f15e4a 0%, #ef3f36 25%, #dd2e2b 70%, #c3171b 95%);
  background: linear-gradient(115deg, #f15e4a 0%, #ef3f36 25%, #dd2e2b 70%, #c3171b 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f15e4a",endColorstr="#c3171b",GradientType=1);
}

/* line 70, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--home::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0px;
  width: 0;
  height: 0;
  border-bottom: 300px solid #F2F2F2;
  border-left: 100vw solid transparent;
}

@media screen and (max-width: 576px) {
  /* line 70, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--home::before {
    border-bottom: 100px solid #F2F2F2;
    border-left: 100vw solid transparent;
  }
}

/* line 85, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--home .btn {
  font-size: 1.15em;
  margin-top: 16px;
}

@media only screen and (max-width: 576px) {
  /* line 85, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--home .btn {
    font-size: 1.495em;
  }
}

/* line 94, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--home .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
}

@media screen and (max-width: 576px) {
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--home {
    min-height: 550px;
  }
  /* line 109, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--home .hero--inner {
    min-height: 500px;
  }
}

@media screen and (min-width: 576px) and (max-width: 1224px) and (max-height: 800px) {
  /* line 63, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--home {
    min-height: 550px;
  }
  /* line 117, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--home .hero--inner {
    min-height: 450px;
  }
}

/* line 123, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--home H2 {
  font-size: 5.06em;
  color: #FFF;
  font-weight: 900;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

/* line 131, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--home H2::after {
  content: none;
}

@media only screen and (max-width: 768px) {
  /* line 123, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--home H2 {
    font-size: 3.68em;
  }
}

@media only screen and (max-width: 576px) {
  /* line 123, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--home H2 {
    font-size: 2.99em;
  }
}

/* line 144, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--home H3 {
  font-size: 2.86em;
  line-height: 1.2em;
  color: #FFF;
  font-weight: 300;
  padding-top: 4px;
}

@media only screen and (max-width: 768px) {
  /* line 144, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--home H3 {
    font-size: 1.98em;
  }
}

/* line 156, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--home--text {
  padding-top: 100px;
  padding-bottom: 0px;
  display: inline-block;
}

/* line 160, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--home--text P {
  font-size: 1.86em;
  color: #EFD2D1;
  font-weight: 300;
  padding-bottom: 15px;
  padding-top: 10px;
}

@media only screen and (max-width: 576px) {
  /* line 160, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--home--text P {
    font-size: 1.61em;
    line-height: 1.3;
    padding-top: 0px;
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 992px) {
  /* line 156, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--home--text {
    padding: 180px 0px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 156, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--home--text {
    padding: 150px 0px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 576px) {
  /* line 156, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--home--text {
    padding-top: 110px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 992px) {
  /* line 193, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--home--images {
    padding: 0px;
  }
}

/* line 202, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--pages {
  background-color: #d4d4d4 !important;
  background-position: top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: white;
  height: 70vh;
  /* 
		.row {
			padding-top: 124px;
			padding-bottom: 100px;

			@media screen and (max-width: $size--tablet) {
				padding-top: 100px;
				padding-bottom: 140px;
			 }
			 @media screen and (max-width: $size--mobileHD) {
				padding-top: auto;
				padding-bottom: auto;
			 }
		} */
  position: relative;
}

@media only screen and (max-width: 768px) {
  /* line 202, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--pages {
    max-height: 500px;
  }
}

@media only screen and (max-width: 576px) {
  /* line 202, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--pages {
    max-height: 400px;
  }
}

/* line 233, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--pages--big {
  background-size: cover;
  height: 100vh;
}

/* line 239, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--pages H1, .hero--pages H2, .hero--pages H3 {
  color: #FFF;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.97);
}

/* line 244, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--pages H1 {
  font-size: 4.08em;
}

@media screen and (max-width: 992px) {
  /* line 244, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--pages H1 {
    font-size: 2.34483em;
  }
}

@media screen and (max-width: 768px) {
  /* line 244, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--pages H1 {
    font-size: 1.94286em;
  }
}

/* line 254, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--pages H3 {
  font-size: 1.86em;
  line-height: 1.24em;
  padding-top: 10px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  /* line 254, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero--pages H3 {
    font-size: 1.55em;
    line-height: 1.24em;
  }
}

/* line 266, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero--pages .btn--transparent--white {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 273, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero .container-fluid, .hero .container-sm, .hero .container-md, .hero .container-lg, .hero .container-xl, .hero .container-xxxl, .hero .container-xxxxl {
  position: relative;
}

/* line 282, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero__count--number {
  font-size: 3.2em;
  font-weight: 900;
  display: block;
}

/* line 286, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero__count--number::after {
  content: '+';
}

@media only screen and (max-width: 768px) {
  /* line 282, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero__count--number {
    font-size: 2.2em;
  }
}

@media only screen and (max-width: 576px) {
  /* line 282, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero__count--number {
    font-size: 3.2em;
  }
}

/* line 298, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.hero__count B {
  font-size: 1.5em;
}

@media only screen and (max-width: 768px) {
  /* line 298, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero__count B {
    font-size: 1.6em;
    margin-bottom: 4px;
    display: block;
  }
}

@media only screen and (max-width: 576px) {
  /* line 307, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
  .hero__count P {
    margin-bottom: 25px !important;
    font-size: 1.3em;
  }
}

/* line 319, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.flags {
  display: block;
}

/* line 321, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_hero.scss */
.flags--main {
  background-color: #b1160e;
  display: inline-block;
  color: #FFF;
  padding: 12px 24px;
  font-size: 1em;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  top: 10px;
  left: 10px;
}

/* .modal {
	background-color: rgba(255,255,255,0.1);
	&--black {
		background-color: #000;
		.close {
			position: absolute;
			top: 10px;
			right: 10px;
			color: #FFF;
			cursor: pointer;
		}
		H4 {
			font-size: $font--h2;
		}
	}
}



.close {
	width: 20px;
	position: absolute;
	cursor: pointer;
	z-index: 1000;
	right: 5px;
	top: 5px;
}

.modal-title {
    margin-bottom: 20px;
    line-height: 1em;
}
 */
/* line 37, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
body.modal-open HEADER, body.modal-open MAIN > :not(.modal), body.modal-open FOOTER {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

/* line 46, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal-backdrop.show {
  opacity: 0.8;
}

@media (min-width: 992px) {
  /* line 52, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
  .modal .modal-xl {
    width: 70%;
    max-width: 900px;
  }
}

/* line 59, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--summary, .modal--info {
  border-radius: 0.1rem;
}

/* line 61, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--summary__product, .modal--info__product {
  font-size: 1.3em;
  display: block;
  padding-bottom: 6px;
}

/* line 66, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--summary .price, .modal--info .price {
  font-size: 1.1em;
}

/* line 69, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--summary__sum, .modal--info__sum {
  font-size: 1.5em;
  line-height: 2.3em;
  padding-top: 6px;
  text-align: right;
}

/* line 74, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--summary__sum .price, .modal--info__sum .price {
  color: #ef3f36;
  margin-left: 10px;
  line-height: 1.4em;
  font-size: 1.5em;
}

/* line 79, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--summary__sum .price .currency, .modal--info__sum .price .currency {
  font-size: 0.7em;
}

/* line 84, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--summary .modal-header, .modal--info .modal-header {
  background-color: #ef3f36;
  color: #FFF;
  text-align: center;
  padding: 40px !important;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}

@media screen and (max-width: 576px) {
  /* line 84, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
  .modal--summary .modal-header, .modal--info .modal-header {
    padding: 16px 10px;
  }
}

/* line 95, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--summary .modal-header H5, .modal--info .modal-header H5 {
  color: #FFF;
  font-size: 1.8em;
  margin-left: auto;
  text-transform: initial;
  font-weight: 300;
  margin-bottom: 0px;
  padding: 0px;
}

@media screen and (max-width: 576px) {
  /* line 95, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
  .modal--summary .modal-header H5, .modal--info .modal-header H5 {
    font-size: 1.5em;
  }
}

/* line 107, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--summary .modal-header .close, .modal--info .modal-header .close {
  color: #FFF;
  text-shadow: none;
  opacity: 1;
  cursor: pointer;
}

/* line 113, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--summary .modal-header .close:not(:disabled):not(.disabled):hover, .modal--summary .modal-header .close:not(:disabled):not(.disabled):focus, .modal--info .modal-header .close:not(:disabled):not(.disabled):hover, .modal--info .modal-header .close:not(:disabled):not(.disabled):focus {
  color: #FFF;
}

/* line 117, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--summary .modal-body, .modal--info .modal-body {
  padding: 50px 60px !important;
}

@media screen and (max-width: 576px) {
  /* line 117, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
  .modal--summary .modal-body, .modal--info .modal-body {
    padding: 20px 20px !important;
  }
}

/* line 122, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--summary .modal-body P, .modal--info .modal-body P {
  font-size: 1.5em !important;
  line-height: 1.4;
}

@media screen and (max-width: 576px) {
  /* line 122, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
  .modal--summary .modal-body P, .modal--info .modal-body P {
    font-size: 1.5em !important;
    line-height: 1.4;
  }
}

/* line 132, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--summary .modal-footer, .modal--info .modal-footer {
  border: 0px;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 30px;
}

/* line 137, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--summary .modal-footer A, .modal--info .modal-footer A {
  font-size: 1.2em;
}

/* line 139, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--summary .modal-footer A:before, .modal--info .modal-footer A:before {
  display: none;
}

/* line 147, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--info .modal-body {
  font-size: 13px;
}

/* line 149, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--info .modal-body P {
  font-size: 1.1em;
}

@media screen and (max-width: 576px) {
  /* line 147, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
  .modal--info .modal-body {
    font-size: 10px;
  }
}

/* line 156, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--info H3 {
  font-size: 2em;
}

/* line 159, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--info ul {
  list-style: none;
  padding: 0;
}

/* line 163, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--info li {
  padding-left: 2.5em;
  font-size: 1.4em;
  display: block;
  position: relative;
}

/* line 168, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--info li B {
  font-weight: 900;
}

/* line 171, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--info li:before {
  content: "\f058";
  /* FontAwesome Unicode */
  font-size: 1.035em;
  color: #ef3f36;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* line 182, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--info li.black:before {
  content: "\f058";
  /* FontAwesome Unicode */
  color: #000;
}

/* line 187, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--info input {
  font-size: 0.9em;
  margin-bottom: 14px;
}

/* line 191, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--info H4 {
  padding-top: 14px;
  text-transform: uppercase;
  font-size: 1.2em;
}

/* line 196, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--info .custom-radio {
  padding-left: 2.2rem;
}

/* line 198, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--info .custom-radio LABEL {
  font-size: 12px;
}

/* line 202, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--info .btn {
  margin: 0px;
  width: 100%;
  font-size: 1.2em;
}

/* line 208, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--info P .btn {
  width: auto;
  font-size: 0.95em;
}

/* line 213, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--info__gray {
  background-color: #F2F2F2;
}

/* line 215, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_modals.scss */
.modal--info__gray H4 {
  color: #ef3f36;
}

/* line 2, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_faq.scss */
.faq H2 {
  font-size: 1.6em;
  color: #000;
  margin: 0px;
  padding: 0px;
  display: block;
}

/* line 9, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_faq.scss */
.faq--cover {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: #ddd 1px solid;
}

/* line 16, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_faq.scss */
.faq--q {
  display: block;
  padding: 15px 40px 15px 0px;
  cursor: pointer;
}

/* line 22, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_faq.scss */
.faq--q ::before {
  content: 'Q.';
  position: absolute;
  font-size: 3.6em;
  line-height: 0px;
  left: -20px;
  top: 50%;
  font-weight: 900;
  z-index: -1;
  color: #fcdddb;
}

/* line 36, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_faq.scss */
.faq--q[aria-expanded]::after {
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 24px;
  color: #e5e5e5;
  transition: color 0.5s ease-in-out;
}

/* line 55, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_faq.scss */
.faq--q[aria-expanded]:hover::after {
  color: #ef3f36;
}

/* line 62, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_faq.scss */
.faq--q[aria-expanded="false"]::after {
  content: '\f13a';
}

/* line 68, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_faq.scss */
.faq--q[aria-expanded="true"]::after {
  content: '\f139';
}

/* line 74, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_faq.scss */
.faq--a {
  padding: 0px 40px 15px 0px;
  font-style: italic;
}

/* line 3, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_text.scss */
.section--main_video .container {
  max-width: 1500px;
}

/* line 6, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_text.scss */
.section--main_video .row {
  position: relative;
}

/* line 9, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_text.scss */
.section--main_video__darkbg {
  position: absolute;
  z-index: 2;
  right: 0px;
  top: -80px;
  padding: 40px;
  background-color: #a7c128;
}

/* line 16, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_text.scss */
.section--main_video__darkbg P, .section--main_video__darkbg H1, .section--main_video__darkbg H2, .section--main_video__darkbg H3 {
  color: #fff;
}

/* line 19, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_text.scss */
.section--main_video__darkbg H2 {
  font-size: 3.22em;
  margin-bottom: 20px;
}

/* line 23, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_text.scss */
.section--main_video__darkbg P {
  padding: 0px;
  margin: 0px;
}

/*
	=======================================
	
	home
	
	---------------------------------------
	
	Author: Ondřej Firla
			ondrejfirla.eu
			August 2017
	
	=======================================
 */
/* line 19, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles #ajax_print {
  margin-top: 30px;
}

/* line 22, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles #ajax_print [class*="col-"] {
  margin-bottom: 30px;
}

/* line 27, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles__colpadding > [class*="col-"] {
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  /* line 27, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
  .articles__colpadding > [class*="col-"] {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
  }
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
  .articles__colpadding > [class*="col-"]:nth-child(2n) {
    padding-left: 5px;
  }
}

/* line 42, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles--filter .btn {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 45, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles--filter .btn.active {
  color: #FFF;
  background-color: #0f0f0f;
}

@media screen and (max-width: 576px) {
  /* line 42, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
  .articles--filter .btn {
    margin-bottom: 8px;
  }
}

/* line 54, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles ARTICLE {
  position: relative;
  top: 0px;
  height: 100%;
  background-color: #FFF;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

/* line 63, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles ARTICLE A {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 68, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles ARTICLE A:hover {
  text-decoration: none;
}

/* line 72, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles ARTICLE .cover_set {
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

/* line 79, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles ARTICLE .cover_set H3, .articles ARTICLE .cover_set DIV {
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (max-width: 576px) {
  /* line 79, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
  .articles ARTICLE .cover_set H3, .articles ARTICLE .cover_set DIV {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* line 90, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles ARTICLE .cover_set DIV {
  width: 100%;
}

/* line 93, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles ARTICLE .cover_set DIV:nth-child(2) {
  flex: 1;
  flex-grow: 1;
}

/* line 97, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles ARTICLE .cover_set DIV:last-of-type {
  padding-top: 24px;
  padding-bottom: 26px;
  align-self: flex-end;
}

@media screen and (max-width: 576px) {
  /* line 97, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
  .articles ARTICLE .cover_set DIV:last-of-type {
    padding-top: 14px;
    padding-bottom: 16px;
  }
}

/* line 109, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles ARTICLE H3 {
  font-size: 1.75em;
  font-weight: 900;
  padding-top: 24px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  flex-grow: 1;
}

@media screen and (max-width: 576px) {
  /* line 109, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
  .articles ARTICLE H3 {
    padding-top: 14px;
    font-size: 1.2em;
  }
}

/* line 121, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles ARTICLE H3::after {
  content: none;
}

@media screen and (max-width: 576px) {
  /* line 127, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
  .articles ARTICLE DIV.articles--text {
    display: none;
  }
}

/* line 133, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles ARTICLE P {
  margin: 0px;
}

/* line 136, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles ARTICLE button {
  background-color: transparent;
  border: 0px;
  font-weight: 700;
  font-size: 1.2em;
  color: #ef3f36;
}

/* line 142, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles ARTICLE button I {
  position: relative;
  left: 3px;
  transition: all 0.5s ease-in-out;
}

/* line 148, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles ARTICLE:hover button I {
  left: 10px;
}

/* line 152, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles ARTICLE IMG {
  transition: all 0.5s ease-in-out;
}

/* line 155, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles ARTICLE:hover {
  top: -4px;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.1);
}

/* line 159, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles ARTICLE:hover IMG {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
}

/* line 163, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles ARTICLE:hover .articles__saleflag__cover .articles__saleflag {
  background-color: #ef3f36 !important;
}

/* line 166, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles ARTICLE:hover .btn {
  color: #FFF;
  background-color: #ef3f36;
}

/* line 174, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles__saleflag__cover {
  position: absolute;
  display: inline-block;
  text-align: left;
  left: -10px;
  top: -15px;
  z-index: 1;
}

@media screen and (max-width: 576px) {
  /* line 174, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
  .articles__saleflag__cover {
    left: -6px;
    top: -10px;
  }
}

/* line 188, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles__saleflag {
  margin-bottom: 4px;
  padding: 15px 20px;
  display: inline-block;
  background-color: #ef3f36;
  color: #FFF;
  font-weight: 400;
  font-size: 0.92em;
  line-height: 1.15em;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
}

/* line 199, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles__saleflag--detail {
  font-weight: 700;
  padding: 15px 30px;
  margin-right: 6px;
}

/* line 204, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles__saleflag--black {
  background-color: #000;
}

/* line 207, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles__saleflag--blue {
  background-color: #319899;
}

/* line 210, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles__saleflag--green {
  background-color: #a7c128;
}

/* line 214, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles__saleflag--black, .articles__saleflag--blue {
  padding: 10px 20px;
  margin-right: 6px;
  transition: background-color 0.5s ease-in-out;
  clear: both;
}

@media screen and (max-width: 1224px) {
  /* line 188, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
  .articles__saleflag {
    font-size: 0.69em;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 768px) {
  /* line 188, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
  .articles__saleflag {
    font-size: 0.92em;
    top: 50%;
    padding: 13px 14px;
  }
}

@media screen and (max-width: 576px) {
  /* line 188, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
  .articles__saleflag {
    font-size: 0.805em;
    top: 50%;
  }
}

/* line 235, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles__price {
  font-weight: 600;
  color: #ef3f36;
}

/* line 238, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles__price .btn {
  margin-bottom: 0px;
  font-size: 0.92em;
}

/* line 243, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles B {
  padding-left: 6px;
}

/* line 249, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles__new ARTICLE {
  padding: 0px !important;
  text-align: left;
}

/* line 252, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles__new ARTICLE A {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 257, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles__new ARTICLE IMG {
  height: auto !important;
  max-width: 100%;
  margin: 0px auto;
}

/* line 262, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles__new ARTICLE .articles__saleflag {
  position: absolute;
  background-color: rgba(49, 152, 153, 0.8);
  color: #FFF;
  padding: 12px 14px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  top: 10px;
  left: 10px;
}

/* line 271, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles__new ARTICLE H3 {
  font-size: 1.35em;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0px;
}

@media screen and (max-width: 576px) {
  /* line 271, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
  .articles__new ARTICLE H3 {
    font-size: 1.35em;
  }
}

/* line 280, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles__new ARTICLE H3::after {
  content: none;
}

/* line 284, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles__new ARTICLE P {
  font-size: 1em;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

/* line 289, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles__new ARTICLE P:first-of-type {
  flex: 1;
}

/* line 297, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles.academy UL {
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 20px;
}

/* line 303, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles.academy LI {
  padding: 0px;
  margin: 0px;
}

/* line 306, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles.academy LI A {
  font-weight: 700;
  font-size: 1.035em;
}

/* line 309, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles.academy LI A.active {
  color: #ef3f36;
}

@media screen and (max-width: 576px) {
  /* line 306, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
  .articles.academy LI A {
    padding: 4px;
    font-size: 1.3225em;
  }
}

/* line 317, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles.academy LI LI {
  margin-left: 10px;
  margin-bottom: 4px;
  line-height: 1.2;
}

/* line 321, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles.academy LI LI A {
  font-size: 0.805em;
}

@media screen and (max-width: 576px) {
  /* line 321, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
  .articles.academy LI LI A {
    padding: 1px;
    font-size: 1.035em;
  }
}

/* line 329, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.articles.academy LI UL {
  margin-bottom: 10px;
}

@media screen and (max-width: 576px) {
  /* line 296, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
  .articles.academy {
    padding-top: 0px;
    margin-top: 0px;
  }
}

/* line 342, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.btgrid H5 IMG {
  height: 70px !important;
  width: auto !important;
  margin-bottom: 10px;
}

/* line 351, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
#filter__category .btn {
  margin: 0px 6px;
}

/* line 357, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.certificated {
  background-image: url("../images/certificated.png");
  background-repeat: no-repeat;
  width: 39px;
  height: 45px;
  display: inline-block;
  position: absolute;
  margin-left: 6px;
  margin-top: -8px;
}

@media screen and (max-width: 576px) {
  /* line 357, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
  .certificated {
    position: relative;
  }
}

/* line 373, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.leaflet-popup-content-wrapper {
  border-radius: 6px !important;
}

/* line 375, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.leaflet-popup-content-wrapper H5 {
  color: #ef3f36;
  margin-bottom: 0px;
}

/* line 379, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.leaflet-popup-content-wrapper P {
  margin: 4px 0px !important;
  padding: 0px;
}

/* line 385, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_articles_news.scss */
.academy {
  margin-top: 40px;
  padding-top: 0px;
}

/* line 2, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__icons {
  background-color: #F2F2F2;
}

/* line 4, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__icons ARTICLE {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 8, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__icons ARTICLE H5 {
  flex-grow: 1;
  font-size: 1.55em;
  padding-top: 8px;
  padding-bottom: 6px;
}

@media screen and (max-width: 768px) {
  /* line 8, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
  .home__icons ARTICLE H5 {
    font-size: 1.24em;
  }
}

@media screen and (max-width: 576px) {
  /* line 8, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
  .home__icons ARTICLE H5 {
    font-size: 1.24em;
  }
}

/* line 20, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__icons ARTICLE SPAN {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  /* line 24, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
  .home__icons ARTICLE .btn {
    margin-bottom: 30px;
  }
  /* line 27, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
  .home__icons ARTICLE IMG {
    max-width: 70px;
  }
}

/* line 35, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__smart {
  position: relative;
  background: #f15e4a;
  background: -moz-linear-gradient(115deg, #f15e4a 0%, #ef3f36 25%, #dd2e2b 70%, #c3171b 95%);
  background: -webkit-linear-gradient(115deg, #f15e4a 0%, #ef3f36 25%, #dd2e2b 70%, #c3171b 95%);
  background: linear-gradient(115deg, #f15e4a 0%, #ef3f36 25%, #dd2e2b 70%, #c3171b 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f15e4a",endColorstr="#c3171b",GradientType=1);
}

/* line 43, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__smart--bg {
  background-image: url("../images/smartbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

/* line 50, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__smart::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 300px solid #FFF;
  border-right: 100vw solid transparent;
}

@media screen and (max-width: 576px) {
  /* line 50, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
  .home__smart::before {
    border-top: 100px solid #FFF;
    border-right: 100vw solid transparent;
  }
}

/* line 66, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__smart--img IMG {
  position: absolute;
}

/* line 68, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__smart--img IMG:first-of-type {
  bottom: -20px;
  right: 0px;
}

/* line 72, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__smart--img IMG:last-of-type {
  position: absolute;
  left: 0px;
  bottom: 25%;
}

@media screen and (max-width: 768px) {
  /* line 66, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
  .home__smart--img IMG {
    position: absolute;
    width: 400px;
    left: -100px;
  }
  /* line 81, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
  .home__smart--img IMG:last-of-type {
    left: -150px;
    bottom: 25%;
  }
}

@media screen and (max-width: 576px) {
  /* line 66, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
  .home__smart--img IMG {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
  }
  /* line 92, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
  .home__smart--img IMG:last-of-type {
    display: none;
  }
}

/* line 98, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__smart--text {
  padding-top: 320px;
  padding-bottom: 220px;
}

/* line 101, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__smart--text H2, .home__smart--text H3, .home__smart--text H4, .home__smart--text H5 {
  color: #FFF;
}

@media screen and (max-width: 576px) {
  /* line 98, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
  .home__smart--text {
    padding-top: 20px;
    padding-bottom: 80px;
    text-align: center;
  }
}

/* line 113, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__social I {
  font-size: 8em;
  margin: 0px 30px;
  margin-top: 30px;
}

@media screen and (max-width: 576px) {
  /* line 113, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
  .home__social I {
    font-size: 6em;
    margin: 0px 15px;
  }
}

/* line 122, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__social A {
  color: #b3b3b3;
  transition: all .55s ease-in-out;
}

/* line 125, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__social A:hover {
  color: #333333;
}

/* line 129, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__social H3 {
  font-size: 3.4em;
  font-weight: 600;
}

/* line 132, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__social H3 B {
  font-weight: 900;
}

@media screen and (max-width: 576px) {
  /* line 129, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
  .home__social H3 {
    font-size: 3.06em;
  }
}

/* line 142, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__video {
  position: relative;
  line-height: 0;
}

/* line 145, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__video A {
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 1.2em;
  position: absolute;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.2);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

/* line 157, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__video A I {
  margin-right: 6px;
}

/* line 161, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
.home__video A:hover {
  background-color: rgba(239, 63, 54, 0.8);
  color: #FFF;
}

@media screen and (min-width: 576px) {
  /* line 170, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
  .home__video IMG {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  /* line 176, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
  .home__video video {
    display: none;
  }
  /* line 180, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
  .home__video A {
    line-height: 1.1em;
  }
  /* line 183, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_home.scss */
  .home__video I {
    display: none;
  }
}

/*
	=======================================

	mySASY programs styling
	
	---------------------------------------
	
	Author: Ondrej Firla
	
	=======================================
 */
@media (min-width: 1500px) {
  /* line 17, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
  .programs .col-xl-3 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (min-width: 1600px) {
  /* line 24, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
  .programs .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* line 31, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  height: 100%;
  top: 0px;
  transition: box-shadow 0.5s ease-in-out 0.1s, top 0.25s ease-in-out 0.1s, transform 0.25s ease-in-out 0.1s;
}

@media screen and (max-width: 576px) {
  /* line 31, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
  .programs ARTICLE {
    height: auto;
  }
  /* line 39, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
  .programs ARTICLE .btn {
    font-size: 1.2em;
    padding: 14px;
  }
}

@media screen and (min-width: 576px) {
  /* line 49, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
  .programs ARTICLE:hover {
    top: -10px;
    z-index: 10;
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari */
    transform: scale(1.05);
    -webkit-box-shadow: 0px 13px 63px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 13px 63px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 13px 63px -13px rgba(0, 0, 0, 0.75);
    /*             & .btn {
                    background-color: $ui--red;
                    border-color:  $ui--red;
                    color: #FFF;
                } */
  }
}

/* line 66, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE .cover_box {
  border: 1px #e9e9e9 solid;
  border-top: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  text-align: center;
  padding-bottom: 30px;
  flex-grow: 1;
  cursor: default;
}

@media screen and (max-width: 768px) {
  /* line 66, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
  .programs ARTICLE .cover_box {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 576px) {
  /* line 66, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
  .programs ARTICLE .cover_box {
    flex-grow: 0;
  }
}

@media screen and (max-width: 992px) {
  /* line 83, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
  .programs ARTICLE .program_button {
    min-width: 80%;
    display: block;
    margin: 0px auto;
  }
}

/* line 91, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE DIV {
  text-align: center;
  padding: 10px 10px;
  color: black;
}

/* line 95, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE DIV.price {
  padding-top: 34px;
}

@media screen and (max-width: 992px) {
  /* line 95, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
  .programs ARTICLE DIV.price {
    padding-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  /* line 95, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
  .programs ARTICLE DIV.price {
    padding-top: 10px;
  }
}

/* line 106, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE DIV.price SPAN.number {
  font-size: 3em;
  line-height: 1.4em !important;
  letter-spacing: -3px;
}

@media screen and (max-width: 992px) {
  /* line 106, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
  .programs ARTICLE DIV.price SPAN.number {
    font-size: 2em;
  }
}

@media screen and (max-width: 768px) {
  /* line 106, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
  .programs ARTICLE DIV.price SPAN.number {
    font-size: 1.8em;
  }
}

/* line 118, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE DIV.price DIV {
  display: block;
  font-size: 14px;
  padding: 0px;
  color: #b2b2b2;
  font-weight: 500;
  position: relative;
  top: -16px;
  text-transform: lowercase;
}

@media screen and (max-width: 992px) {
  /* line 118, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
  .programs ARTICLE DIV.price DIV {
    font-size: 12px;
    top: -6px;
  }
}

/* line 133, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE DIV.description {
  text-align: left;
  padding: 30px 30px;
  padding-top: 20px;
  flex-grow: 1;
}

@media screen and (max-width: 992px) {
  /* line 133, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
  .programs ARTICLE DIV.description {
    padding: 15px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  /* line 133, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
  .programs ARTICLE DIV.description {
    padding: 10px;
  }
}

/* line 146, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE DIV.description ul {
  list-style: none;
  padding: 0;
}

/* line 150, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE DIV.description li {
  font-size: 1.2em;
  padding-left: 1.7em;
  padding-bottom: 4px;
  display: block;
  position: relative;
}

/* line 156, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE DIV.description li IMG {
  position: relative;
  top: -5px;
  width: 14px;
  transition: all 0.25s ease-in-out;
}

/* line 161, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE DIV.description li IMG:hover {
  width: 18px;
}

/* line 165, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE DIV.description li B {
  font-weight: 900;
}

/* line 168, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE DIV.description li:before {
  content: "\f058";
  /* FontAwesome Unicode */
  font-size: 1.035em;
  color: #ef3f36;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* line 179, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE DIV.description li.black:before {
  content: "\f058";
  /* FontAwesome Unicode */
  color: #000;
}

/* line 187, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE .top {
  display: block;
  padding: 24px 0px 20px 0px;
  color: #FFF;
  background-color: #ef3f36;
  border: 1px #ef3f36 solid;
  font-size: 2.2em;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 196, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE .top SPAN {
  font-size: 0.45em;
  padding: 6px 20px;
  background-color: #319899;
  position: absolute;
  top: 5px;
  right: -24px;
  -ms-transform: rotate(35deg);
  /* IE 9 */
  -webkit-transform: rotate(35deg);
  /* Safari */
  transform: rotate(35deg);
}

/* line 208, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE .duration {
  padding-top: 0px;
  position: relative;
}

/* line 211, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE .duration:after {
  position: absolute;
  content: '';
  display: block;
  width: 60%;
  bottom: 27px;
  z-index: -1;
  height: 6px;
  border: 1px #e9e9e9 solid;
  left: 50%;
  transform: translate(-50%);
}

/* line 224, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE .duration .custom-control.custom-radio {
  width: 30%;
  display: inline-block;
  padding: 0px;
  padding-bottom: 40px;
  cursor: pointer;
}

/* line 232, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE .duration .custom-control-label::before {
  position: absolute;
  top: auto;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%);
  display: block;
  pointer-events: none;
  content: "";
  user-select: none;
}

/* line 243, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.programs ARTICLE .duration .custom-control-label::after {
  position: absolute;
  top: auto;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%);
}

/* line 255, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.custom-control-label::before {
  width: 1.3rem;
  height: 1.3rem;
  background-color: #FFF;
  border: 1px #e9e9e9 solid;
}

/* line 262, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.custom-control-label {
  cursor: pointer;
  transition: color 0.5s ease-in-out 0s;
}

/* line 267, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.custom-control--large {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 10px;
}

/* line 272, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.custom-control--large LABEL {
  margin-top: 0px;
  font-size: 1.38em;
  line-height: 1.6em;
  padding-left: 6px;
}

/* line 278, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.custom-control--large SPAN {
  font-size: 1.7em;
  line-height: 1.4em;
  font-weight: 900;
}

@media screen and (max-width: 576px) {
  /* line 278, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
  .custom-control--large SPAN {
    text-align: right;
  }
}

@media screen and (max-width: 576px) {
  /* line 267, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
  .custom-control--large {
    flex-direction: column;
  }
}

/* line 292, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.custom-control-input:checked ~ .custom-control-label {
  color: #ef3f36;
}

/* line 295, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FFF;
}

/* line 298, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}

/* line 302, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.custom-control-label::after {
  width: 1.3rem;
  height: 1.3rem;
  background-size: 64% 64%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0s;
}

/* line 309, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  opacity: 1;
}

/* line 313, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='4' fill='%23ef3f36'/%3E%3C/svg%3E") !important;
}

/* line 316, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #e9e9e9;
  background-color: #e9e9e9;
}

/* line 322, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

/* line 326, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.price {
  text-align: right;
  float: right;
  clear: both;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2em;
  padding-top: 40px;
}

/* line 335, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.price SPAN.number {
  font-size: 2.5em;
}

/* line 338, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.price .sale {
  color: #ef3f36;
  font-size: 0.6em;
}

/* line 341, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.price .sale B {
  font-size: 1.6em;
  text-decoration: line-through;
}

/* line 349, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_programs.scss */
.modal .price {
  padding-top: 0px;
}

/* line 1, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_partners.scss */
.partners {
  position: relative;
}

/* line 5, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_partners.scss */
.partners--small IMG {
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  border-radius: 150px;
  overflow: hidden;
  width: 190px;
  height: 190px;
  display: block;
  margin: 14px auto;
  border: 1px #e9e9e9 solid;
  padding: 6px;
}

/* line 16, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_partners.scss */
.partners--small--whole IMG {
  width: 250px;
  height: 250px;
}

@media screen and (max-width: 576px) {
  /* line 16, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_partners.scss */
  .partners--small--whole IMG {
    width: 180px;
    height: 180px;
  }
}

/* line 25, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_partners.scss */
.partners--small--whole HR {
  border: 3px solid #e9e9e9;
  width: 80px;
  margin: 40px auto;
}

@media only screen and (max-width: 576px) {
  /* line 34, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_partners.scss */
  .partners .padding__fix--top--l {
    padding-top: 0px;
  }
}

/* line 39, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_partners.scss */
.partners--content {
  position: relative;
  padding: 20px 20px;
  font-style: italic;
  color: #333333;
}

/* line 44, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_partners.scss */
.partners--content::before {
  content: "\f10e";
  font-size: 7em;
  line-height: 0px;
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0px;
  top: 20px;
  color: #F5F5F5;
  z-index: -1;
}

@media only screen and (max-width: 576px) {
  /* line 39, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_partners.scss */
  .partners--content {
    font-size: 1.4em !important;
    line-height: 1.6 !important;
  }
}

/* line 64, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_partners.scss */
.partners P I {
  color: #333333;
  font-size: 0.8em;
}

/* line 70, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_partners.scss */
.partners [class*="carousel-control"] {
  cursor: pointer;
  font-size: 3.5em;
  color: #ef3f36;
}

/* line 77, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_partners.scss */
.partners__map {
  margin-top: 76px;
}

@media only screen and (max-width: 576px) {
  /* line 77, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_partners.scss */
  .partners__map {
    margin-top: 0px;
  }
  /* line 81, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_partners.scss */
  .partners__map #map_gallery {
    height: 400px;
    min-height: 400px;
  }
  /* line 85, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_partners.scss */
  .partners__map H4 {
    font-size: 1.45em;
    font-weight: 900;
  }
}

/* line 2, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
.lightbox--over {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.55em;
  line-height: 1.25;
  width: 110%;
  padding: 30px 40px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

@media screen and (max-width: 992px) {
  /* line 2, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
  .lightbox--over {
    font-size: 1.24em;
    line-height: 1.25;
    padding: 20px 20px;
  }
}

@media screen and (max-width: 768px) {
  /* line 2, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
  .lightbox--over {
    font-size: 1.15em;
    line-height: 1.25;
    padding: 20px 20px;
  }
}

/* line 25, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
.lightbox--cover--over {
  cursor: default;
}

/* line 30, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
.lightbox--cover--over:hover .lightbox--over {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 33, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
.lightbox--cover--over:hover IMG {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
}

@media screen and (max-width: 576px) {
  /* line 1, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
  .lightbox {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* line 43, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
.lightbox > [class*="col"] {
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  /* line 43, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
  .lightbox > [class*="col"] {
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 15px;
  }
}

/* line 51, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
.lightbox H4 {
  color: #FFF;
  background-color: #95a5bf;
  font-size: 1.15em;
  font-weight: 700;
  padding: 10px 10px 10px 10px;
  margin-bottom: 12px;
  text-align: center;
}

/* line 61, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
.lightbox SPAN {
  display: block;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  overflow: hidden;
  line-height: 0px;
  top: 0px;
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
  position: relative;
}

/* line 70, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
.lightbox SPAN IMG {
  position: relative;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

/* line 81, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
.lightbox > SPAN {
  display: block;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  overflow: hidden;
  line-height: 0px;
  top: 0px;
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
  position: relative;
}

/* line 90, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
.lightbox > SPAN IMG {
  position: relative;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

/* line 100, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
.lightbox SPAN:hover IMG {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 109, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
.lightbox--img__gray IMG {
  transition: all 0.5s ease-out 0s;
  cursor: pointer;
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transform: scale(0.9);
}

/* line 116, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
.lightbox--img__gray IMG.active, .lightbox--img__gray IMG:hover {
  opacity: 1;
  transform: scale(1);
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
}

/* line 127, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
.img__float {
  position: absolute;
}

/* line 130, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
.img__float--stars--top {
  width: 400px;
  right: 2%;
  top: 2%;
}

/* line 135, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
.img__float--stars--bottom {
  left: 2%;
  bottom: 4%;
  width: 400px;
}

@media screen and (max-width: 768px) {
  /* line 141, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
  .img__float--stars--top {
    width: 200px;
  }
  /* line 144, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
  .img__float--stars--bottom {
    width: 200px;
  }
}

@media screen and (max-width: 576px) {
  /* line 149, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
  .img__float--stars--top, .img__float--stars--bottom {
    display: none;
  }
}

/* line 158, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
.gray_img IMG {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all .25s ease-in-out;
}

/* line 164, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_lightbox.scss */
.gray_img IMG:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

/* line 1, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_animation.scss */
[data-aos^='swirl-in-fwd'], .swirl-in-fwd {
  -webkit-animation: swirl-in-fwd 0.6s ease-out both;
  animation: swirl-in-fwd 0.6s ease-out both;
}

/* line 6, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_animation.scss */
.face {
  background-color: #FFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 2px #ef3f36 solid;
  padding: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  z-index: 20;
}

/* line 16, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_animation.scss */
.face.front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* line 20, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_animation.scss */
.face.back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: 10;
}

/* line 27, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_animation.scss */
.flip-2-ver-left-1 {
  -webkit-animation: flip-2-ver-left-1 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: flip-2-ver-left-1 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-2-12 8:30:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation swirl-in-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swirl-in-fwd {
  0% {
    -webkit-transform: rotate(-540deg) scale(0);
    transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1;
  }
}

@keyframes swirl-in-fwd {
  0% {
    -webkit-transform: rotate(-540deg) scale(0);
    transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation flip-2-ver-left-1
 * ----------------------------------------
 */
@-webkit-keyframes flip-2-ver-left-1 {
  0% {
    -webkit-transform: translateX(0) rotateY(0);
    transform: translateX(0) rotateY(0);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: translateX(-100%) rotateY(180deg);
    transform: translateX(-100%) rotateY(180deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}

@keyframes flip-2-ver-left-1 {
  0% {
    -webkit-transform: translateX(0) rotateY(0);
    transform: translateX(0) rotateY(0);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: translateX(-100%) rotateY(180deg);
    transform: translateX(-100%) rotateY(180deg);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
}

/*
	=======================================

	Footer styling
	
	---------------------------------------
	
	Author: Ondrej Firla
			ondrejfirla.eu
			ondra@ondrejfirla.eu
			October 2017
	
	=======================================
 */
/* line 16, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER {
  padding-bottom: 60px;
  position: relative;
  background-color: #1A1A1A;
  margin-top: 200px;
}

@media screen and (max-width: 576px) {
  /* line 16, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
  FOOTER {
    margin-top: 100px;
  }
}

/* line 26, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER HR {
  border-bottom-color: silver;
}

/* line 30, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER .dropbtn {
  cursor: default;
  opacity: 0.3;
}

/* line 33, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER .dropbtn:hover {
  color: #a6a6a6 !important;
}

/* line 41, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER .footer__links UL {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-weight: normal;
}

/* line 48, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER .footer__links LI {
  margin: 0px;
  padding: 0px;
}

/* line 51, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER .footer__links LI.header__nav--search {
  display: none !important;
}

/* line 56, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER .footer__links UL UL {
  margin-left: 10px;
}

@media screen and (max-width: 576px) {
  /* line 39, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
  FOOTER .footer__links {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* line 64, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER .footer__links NAV {
  margin-bottom: 20px;
}

/* line 66, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER .footer__links NAV A {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 1.1em;
  color: white;
}

@media screen and (max-width: 576px) {
  /* line 66, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
  FOOTER .footer__links NAV A {
    flex-basis: 100%;
    margin-bottom: 5px;
    font-size: 1.4em;
  }
}

/* line 80, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER .footer__links NAV A:hover {
  color: #FFF;
}

@media screen and (max-width: 768px) {
  /* line 86, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
  FOOTER .footer__links .footer__info {
    margin-bottom: 40px;
  }
}

/* line 99, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER .footer__links .dropdown {
  display: none;
}

/* line 104, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER H4 {
  color: #4d4d4d;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.55em;
  display: block;
}

/* line 110, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER H4::after {
  content: none;
}

@media screen and (max-width: 576px) {
  /* line 104, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
  FOOTER H4 {
    margin-bottom: 0px;
    font-size: 2.17em;
  }
}

/* line 119, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER H3, FOOTER .headline-h2 {
  color: #FFF;
}

/* line 124, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER B {
  color: #FFF;
}

/* line 128, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER P {
  margin-bottom: 20px;
  color: silver;
}

/* line 132, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER P A {
  text-align: left;
  color: #FFF;
}

/* line 137, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER .fab {
  font-size: 24px;
  display: inline-block !important;
  margin-right: 20px;
  color: #9a9a9a;
  transition: color 0.3s ease-out 0s;
}

/* line 143, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
FOOTER .fab:hover {
  color: #FFF;
}

@media screen and (max-width: 576px) {
  /* line 16, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
  FOOTER {
    text-align: center;
  }
  /* line 151, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
  FOOTER H4, FOOTER LI {
    text-align: center;
  }
  /* line 155, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
  FOOTER .text-center p {
    margin-bottom: 0px !important;
  }
}

/* line 161, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
#map {
  height: 40vh;
  min-height: 200px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 161, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
  #map {
    height: 30vh;
    min-height: 150px;
  }
}

/* line 171, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
.copy_right {
  font-size: 0.8125em;
  color: #FFF;
  border-top: 1px #151515 solid;
  background-color: #151515;
  padding: 16px;
  text-align: center;
  display: block;
}

/* line 179, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
.copy_right A {
  color: #FFF;
}

/* line 181, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
.copy_right A:hover {
  color: #FFF;
}

@media screen and (max-width: 576px) {
  /* line 171, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
  .copy_right {
    font-size: 0.975em;
    text-align: left;
  }
}

/* line 191, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
#mailchimp, #mc_embed_signup_scroll {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
}

/* line 200, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
#mailchimp .inp, #mc_embed_signup_scroll .inp {
  flex-grow: 1;
  margin: 0 10px;
}

/* line 204, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
#mailchimp A, #mc_embed_signup_scroll A {
  margin: 0 10px;
  width: 180px;
  font-size: 1em;
  padding-top: 16px;
}

@media screen and (max-width: 576px) {
  /* line 191, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
  #mailchimp, #mc_embed_signup_scroll {
    padding-top: 10px;
    display: block;
    flex-direction: none;
  }
  /* line 215, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
  #mailchimp .inp, #mc_embed_signup_scroll .inp {
    margin: 0px;
  }
  /* line 218, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
  #mailchimp .btn, #mc_embed_signup_scroll .btn {
    margin-top: 20px;
  }
  /* line 221, G:/www/ww/mysasy.com/assets/stylesheets/comp/_c_footer.scss */
  #mailchimp .text-center p, #mc_embed_signup_scroll .text-center p {
    margin-bottom: 0px !important;
  }
}

/*# sourceMappingURL=../compiled/application.map */