/*
Theme Name: BYD
Text Domain: BYD
Version: 2.3.3
Description: Custom Theme
Tags:  minimal, responsive
Author: Rojer Maharjan
*/

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, html {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  font-size: 14px;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
  text-decoration: none !important;
}

button {
  font-family: "Open Sans", sans-serif;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: 0;
  cursor: pointer;
  line-height: 1.15;
  margin: 0;
}

ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

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

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

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

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

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

 .h-0 {
	 height: 0px !important;
	 min-height: 0px !important;
	 max-height: 0px !important;
}
 .h-4 {
	 height: 4px !important;
	 min-height: 4px !important;
	 max-height: 4px !important;
}
 .h-8 {
	 height: 8px !important;
	 min-height: 8px !important;
	 max-height: 8px !important;
}
 .h-12 {
	 height: 12px !important;
	 min-height: 12px !important;
	 max-height: 12px !important;
}
 .h-16 {
	 height: 16px !important;
	 min-height: 16px !important;
	 max-height: 16px !important;
}
 .h-20 {
	 height: 20px !important;
	 min-height: 20px !important;
	 max-height: 20px !important;
}
 .h-24 {
	 height: 24px !important;
	 min-height: 24px !important;
	 max-height: 24px !important;
}
 .h-28 {
	 height: 28px !important;
	 min-height: 28px !important;
	 max-height: 28px !important;
}
 .h-32 {
	 height: 32px !important;
	 min-height: 32px !important;
	 max-height: 32px !important;
}
 .h-36 {
	 height: 36px !important;
	 min-height: 36px !important;
	 max-height: 36px !important;
}
 .h-40 {
	 height: 40px !important;
	 min-height: 40px !important;
	 max-height: 40px !important;
}
 .h-44 {
	 height: 44px !important;
	 min-height: 44px !important;
	 max-height: 44px !important;
}
 .h-48 {
	 height: 48px !important;
	 min-height: 48px !important;
	 max-height: 48px !important;
}
 .h-52 {
	 height: 52px !important;
	 min-height: 52px !important;
	 max-height: 52px !important;
}
 .h-56 {
	 height: 56px !important;
	 min-height: 56px !important;
	 max-height: 56px !important;
}
 .h-60 {
	 height: 60px !important;
	 min-height: 60px !important;
	 max-height: 60px !important;
}
 .h-64 {
	 height: 64px !important;
	 min-height: 64px !important;
	 max-height: 64px !important;
}
 .h-68 {
	 height: 68px !important;
	 min-height: 68px !important;
	 max-height: 68px !important;
}
 .h-72 {
	 height: 72px !important;
	 min-height: 72px !important;
	 max-height: 72px !important;
}
 .h-76 {
	 height: 76px !important;
	 min-height: 76px !important;
	 max-height: 76px !important;
}
 .h-80 {
	 height: 80px !important;
	 min-height: 80px !important;
	 max-height: 80px !important;
}
 .h-84 {
	 height: 84px !important;
	 min-height: 84px !important;
	 max-height: 84px !important;
}
 .h-88 {
	 height: 88px !important;
	 min-height: 88px !important;
	 max-height: 88px !important;
}
 .h-92 {
	 height: 92px !important;
	 min-height: 92px !important;
	 max-height: 92px !important;
}
 .h-96 {
	 height: 96px !important;
	 min-height: 96px !important;
	 max-height: 96px !important;
}
 .h-100 {
	 height: 100px !important;
	 min-height: 100px !important;
	 max-height: 100px !important;
}
 .h-104 {
	 height: 104px !important;
	 min-height: 104px !important;
	 max-height: 104px !important;
}
 .h-108 {
	 height: 108px !important;
	 min-height: 108px !important;
	 max-height: 108px !important;
}
 .h-112 {
	 height: 112px !important;
	 min-height: 112px !important;
	 max-height: 112px !important;
}
 .h-116 {
	 height: 116px !important;
	 min-height: 116px !important;
	 max-height: 116px !important;
}
 .h-120 {
	 height: 120px !important;
	 min-height: 120px !important;
	 max-height: 120px !important;
}
 .h-124 {
	 height: 124px !important;
	 min-height: 124px !important;
	 max-height: 124px !important;
}
 .h-128 {
	 height: 128px !important;
	 min-height: 128px !important;
	 max-height: 128px !important;
}
 .h-132 {
	 height: 132px !important;
	 min-height: 132px !important;
	 max-height: 132px !important;
}
 .h-136 {
	 height: 136px !important;
	 min-height: 136px !important;
	 max-height: 136px !important;
}
 .h-140 {
	 height: 140px !important;
	 min-height: 140px !important;
	 max-height: 140px !important;
}
 .h-144 {
	 height: 144px !important;
	 min-height: 144px !important;
	 max-height: 144px !important;
}
 .h-148 {
	 height: 148px !important;
	 min-height: 148px !important;
	 max-height: 148px !important;
}
 .h-152 {
	 height: 152px !important;
	 min-height: 152px !important;
	 max-height: 152px !important;
}
 .h-156 {
	 height: 156px !important;
	 min-height: 156px !important;
	 max-height: 156px !important;
}
 .h-160 {
	 height: 160px !important;
	 min-height: 160px !important;
	 max-height: 160px !important;
}
 .h-164 {
	 height: 164px !important;
	 min-height: 164px !important;
	 max-height: 164px !important;
}
 .h-168 {
	 height: 168px !important;
	 min-height: 168px !important;
	 max-height: 168px !important;
}
 .h-172 {
	 height: 172px !important;
	 min-height: 172px !important;
	 max-height: 172px !important;
}
 .h-176 {
	 height: 176px !important;
	 min-height: 176px !important;
	 max-height: 176px !important;
}
 .h-180 {
	 height: 180px !important;
	 min-height: 180px !important;
	 max-height: 180px !important;
}
 .h-184 {
	 height: 184px !important;
	 min-height: 184px !important;
	 max-height: 184px !important;
}
 .h-188 {
	 height: 188px !important;
	 min-height: 188px !important;
	 max-height: 188px !important;
}
 .h-192 {
	 height: 192px !important;
	 min-height: 192px !important;
	 max-height: 192px !important;
}
 .h-196 {
	 height: 196px !important;
	 min-height: 196px !important;
	 max-height: 196px !important;
}
 .h-200 {
	 height: 200px !important;
	 min-height: 200px !important;
	 max-height: 200px !important;
}
 .h-204 {
	 height: 204px !important;
	 min-height: 204px !important;
	 max-height: 204px !important;
}
 .h-208 {
	 height: 208px !important;
	 min-height: 208px !important;
	 max-height: 208px !important;
}
 .h-212 {
	 height: 212px !important;
	 min-height: 212px !important;
	 max-height: 212px !important;
}
 .h-216 {
	 height: 216px !important;
	 min-height: 216px !important;
	 max-height: 216px !important;
}
 .h-220 {
	 height: 220px !important;
	 min-height: 220px !important;
	 max-height: 220px !important;
}
 .h-224 {
	 height: 224px !important;
	 min-height: 224px !important;
	 max-height: 224px !important;
}
 .h-228 {
	 height: 228px !important;
	 min-height: 228px !important;
	 max-height: 228px !important;
}
 .h-232 {
	 height: 232px !important;
	 min-height: 232px !important;
	 max-height: 232px !important;
}
 .h-236 {
	 height: 236px !important;
	 min-height: 236px !important;
	 max-height: 236px !important;
}
 .h-240 {
	 height: 240px !important;
	 min-height: 240px !important;
	 max-height: 240px !important;
}
 .h-244 {
	 height: 244px !important;
	 min-height: 244px !important;
	 max-height: 244px !important;
}
 .h-248 {
	 height: 248px !important;
	 min-height: 248px !important;
	 max-height: 248px !important;
}
 .h-252 {
	 height: 252px !important;
	 min-height: 252px !important;
	 max-height: 252px !important;
}
 .h-256 {
	 height: 256px !important;
	 min-height: 256px !important;
	 max-height: 256px !important;
}
 .h-260 {
	 height: 260px !important;
	 min-height: 260px !important;
	 max-height: 260px !important;
}
 .h-264 {
	 height: 264px !important;
	 min-height: 264px !important;
	 max-height: 264px !important;
}
 .h-268 {
	 height: 268px !important;
	 min-height: 268px !important;
	 max-height: 268px !important;
}
 .h-272 {
	 height: 272px !important;
	 min-height: 272px !important;
	 max-height: 272px !important;
}
 .h-276 {
	 height: 276px !important;
	 min-height: 276px !important;
	 max-height: 276px !important;
}
 .h-280 {
	 height: 280px !important;
	 min-height: 280px !important;
	 max-height: 280px !important;
}
 .h-284 {
	 height: 284px !important;
	 min-height: 284px !important;
	 max-height: 284px !important;
}
 .h-288 {
	 height: 288px !important;
	 min-height: 288px !important;
	 max-height: 288px !important;
}
 .h-292 {
	 height: 292px !important;
	 min-height: 292px !important;
	 max-height: 292px !important;
}
 .h-296 {
	 height: 296px !important;
	 min-height: 296px !important;
	 max-height: 296px !important;
}
 .h-300 {
	 height: 300px !important;
	 min-height: 300px !important;
	 max-height: 300px !important;
}
 .h-304 {
	 height: 304px !important;
	 min-height: 304px !important;
	 max-height: 304px !important;
}
 .h-308 {
	 height: 308px !important;
	 min-height: 308px !important;
	 max-height: 308px !important;
}
 .h-312 {
	 height: 312px !important;
	 min-height: 312px !important;
	 max-height: 312px !important;
}
 .h-316 {
	 height: 316px !important;
	 min-height: 316px !important;
	 max-height: 316px !important;
}
 .h-320 {
	 height: 320px !important;
	 min-height: 320px !important;
	 max-height: 320px !important;
}
 .h-324 {
	 height: 324px !important;
	 min-height: 324px !important;
	 max-height: 324px !important;
}
 .h-328 {
	 height: 328px !important;
	 min-height: 328px !important;
	 max-height: 328px !important;
}
 .h-332 {
	 height: 332px !important;
	 min-height: 332px !important;
	 max-height: 332px !important;
}
 .h-336 {
	 height: 336px !important;
	 min-height: 336px !important;
	 max-height: 336px !important;
}
 .h-340 {
	 height: 340px !important;
	 min-height: 340px !important;
	 max-height: 340px !important;
}
 .h-344 {
	 height: 344px !important;
	 min-height: 344px !important;
	 max-height: 344px !important;
}
 .h-348 {
	 height: 348px !important;
	 min-height: 348px !important;
	 max-height: 348px !important;
}
 .h-352 {
	 height: 352px !important;
	 min-height: 352px !important;
	 max-height: 352px !important;
}
 .h-356 {
	 height: 356px !important;
	 min-height: 356px !important;
	 max-height: 356px !important;
}
 .h-360 {
	 height: 360px !important;
	 min-height: 360px !important;
	 max-height: 360px !important;
}
 .h-364 {
	 height: 364px !important;
	 min-height: 364px !important;
	 max-height: 364px !important;
}
 .h-368 {
	 height: 368px !important;
	 min-height: 368px !important;
	 max-height: 368px !important;
}
 .h-372 {
	 height: 372px !important;
	 min-height: 372px !important;
	 max-height: 372px !important;
}
 .h-376 {
	 height: 376px !important;
	 min-height: 376px !important;
	 max-height: 376px !important;
}
 .h-380 {
	 height: 380px !important;
	 min-height: 380px !important;
	 max-height: 380px !important;
}
 .h-384 {
	 height: 384px !important;
	 min-height: 384px !important;
	 max-height: 384px !important;
}
 .h-388 {
	 height: 388px !important;
	 min-height: 388px !important;
	 max-height: 388px !important;
}
 .h-392 {
	 height: 392px !important;
	 min-height: 392px !important;
	 max-height: 392px !important;
}
 .h-396 {
	 height: 396px !important;
	 min-height: 396px !important;
	 max-height: 396px !important;
}
 .h-400 {
	 height: 400px !important;
	 min-height: 400px !important;
	 max-height: 400px !important;
}
 .h-404 {
	 height: 404px !important;
	 min-height: 404px !important;
	 max-height: 404px !important;
}
 .h-408 {
	 height: 408px !important;
	 min-height: 408px !important;
	 max-height: 408px !important;
}
 .h-412 {
	 height: 412px !important;
	 min-height: 412px !important;
	 max-height: 412px !important;
}
 .h-416 {
	 height: 416px !important;
	 min-height: 416px !important;
	 max-height: 416px !important;
}
 .h-420 {
	 height: 420px !important;
	 min-height: 420px !important;
	 max-height: 420px !important;
}
 .h-424 {
	 height: 424px !important;
	 min-height: 424px !important;
	 max-height: 424px !important;
}
 .h-428 {
	 height: 428px !important;
	 min-height: 428px !important;
	 max-height: 428px !important;
}
 .h-432 {
	 height: 432px !important;
	 min-height: 432px !important;
	 max-height: 432px !important;
}
 .h-436 {
	 height: 436px !important;
	 min-height: 436px !important;
	 max-height: 436px !important;
}
 .h-440 {
	 height: 440px !important;
	 min-height: 440px !important;
	 max-height: 440px !important;
}
 .h-444 {
	 height: 444px !important;
	 min-height: 444px !important;
	 max-height: 444px !important;
}
 .h-448 {
	 height: 448px !important;
	 min-height: 448px !important;
	 max-height: 448px !important;
}
 .h-452 {
	 height: 452px !important;
	 min-height: 452px !important;
	 max-height: 452px !important;
}
 .h-456 {
	 height: 456px !important;
	 min-height: 456px !important;
	 max-height: 456px !important;
}
 .h-460 {
	 height: 460px !important;
	 min-height: 460px !important;
	 max-height: 460px !important;
}
 .h-464 {
	 height: 464px !important;
	 min-height: 464px !important;
	 max-height: 464px !important;
}
 .h-468 {
	 height: 468px !important;
	 min-height: 468px !important;
	 max-height: 468px !important;
}
 .h-472 {
	 height: 472px !important;
	 min-height: 472px !important;
	 max-height: 472px !important;
}
 .h-476 {
	 height: 476px !important;
	 min-height: 476px !important;
	 max-height: 476px !important;
}
 .h-480 {
	 height: 480px !important;
	 min-height: 480px !important;
	 max-height: 480px !important;
}
 .h-484 {
	 height: 484px !important;
	 min-height: 484px !important;
	 max-height: 484px !important;
}
 .h-488 {
	 height: 488px !important;
	 min-height: 488px !important;
	 max-height: 488px !important;
}
 .h-492 {
	 height: 492px !important;
	 min-height: 492px !important;
	 max-height: 492px !important;
}
 .h-496 {
	 height: 496px !important;
	 min-height: 496px !important;
	 max-height: 496px !important;
}
 .h-500 {
	 height: 500px !important;
	 min-height: 500px !important;
	 max-height: 500px !important;
}
 .h-504 {
	 height: 504px !important;
	 min-height: 504px !important;
	 max-height: 504px !important;
}
 .h-508 {
	 height: 508px !important;
	 min-height: 508px !important;
	 max-height: 508px !important;
}
 .h-512 {
	 height: 512px !important;
	 min-height: 512px !important;
	 max-height: 512px !important;
}
 .h-516 {
	 height: 516px !important;
	 min-height: 516px !important;
	 max-height: 516px !important;
}
 .h-520 {
	 height: 520px !important;
	 min-height: 520px !important;
	 max-height: 520px !important;
}
 .h-524 {
	 height: 524px !important;
	 min-height: 524px !important;
	 max-height: 524px !important;
}
 .h-528 {
	 height: 528px !important;
	 min-height: 528px !important;
	 max-height: 528px !important;
}
 .h-532 {
	 height: 532px !important;
	 min-height: 532px !important;
	 max-height: 532px !important;
}
 .h-536 {
	 height: 536px !important;
	 min-height: 536px !important;
	 max-height: 536px !important;
}
 .h-540 {
	 height: 540px !important;
	 min-height: 540px !important;
	 max-height: 540px !important;
}
 .h-544 {
	 height: 544px !important;
	 min-height: 544px !important;
	 max-height: 544px !important;
}
 .h-548 {
	 height: 548px !important;
	 min-height: 548px !important;
	 max-height: 548px !important;
}
 .h-552 {
	 height: 552px !important;
	 min-height: 552px !important;
	 max-height: 552px !important;
}
 .h-556 {
	 height: 556px !important;
	 min-height: 556px !important;
	 max-height: 556px !important;
}
 .h-560 {
	 height: 560px !important;
	 min-height: 560px !important;
	 max-height: 560px !important;
}
 .h-564 {
	 height: 564px !important;
	 min-height: 564px !important;
	 max-height: 564px !important;
}
 .h-568 {
	 height: 568px !important;
	 min-height: 568px !important;
	 max-height: 568px !important;
}
 .h-572 {
	 height: 572px !important;
	 min-height: 572px !important;
	 max-height: 572px !important;
}
 .h-576 {
	 height: 576px !important;
	 min-height: 576px !important;
	 max-height: 576px !important;
}
 .h-580 {
	 height: 580px !important;
	 min-height: 580px !important;
	 max-height: 580px !important;
}
 .h-584 {
	 height: 584px !important;
	 min-height: 584px !important;
	 max-height: 584px !important;
}
 .h-588 {
	 height: 588px !important;
	 min-height: 588px !important;
	 max-height: 588px !important;
}
 .h-592 {
	 height: 592px !important;
	 min-height: 592px !important;
	 max-height: 592px !important;
}
 .h-596 {
	 height: 596px !important;
	 min-height: 596px !important;
	 max-height: 596px !important;
}
 .h-600 {
	 height: 600px !important;
	 min-height: 600px !important;
	 max-height: 600px !important;
}
 .h-604 {
	 height: 604px !important;
	 min-height: 604px !important;
	 max-height: 604px !important;
}
 .h-608 {
	 height: 608px !important;
	 min-height: 608px !important;
	 max-height: 608px !important;
}
 .h-612 {
	 height: 612px !important;
	 min-height: 612px !important;
	 max-height: 612px !important;
}
 .h-616 {
	 height: 616px !important;
	 min-height: 616px !important;
	 max-height: 616px !important;
}
 .h-620 {
	 height: 620px !important;
	 min-height: 620px !important;
	 max-height: 620px !important;
}
 .h-624 {
	 height: 624px !important;
	 min-height: 624px !important;
	 max-height: 624px !important;
}
 .h-628 {
	 height: 628px !important;
	 min-height: 628px !important;
	 max-height: 628px !important;
}
 .h-632 {
	 height: 632px !important;
	 min-height: 632px !important;
	 max-height: 632px !important;
}
 .h-636 {
	 height: 636px !important;
	 min-height: 636px !important;
	 max-height: 636px !important;
}
 .h-640 {
	 height: 640px !important;
	 min-height: 640px !important;
	 max-height: 640px !important;
}
 .h-644 {
	 height: 644px !important;
	 min-height: 644px !important;
	 max-height: 644px !important;
}
 .h-648 {
	 height: 648px !important;
	 min-height: 648px !important;
	 max-height: 648px !important;
}
 .h-652 {
	 height: 652px !important;
	 min-height: 652px !important;
	 max-height: 652px !important;
}
 .h-656 {
	 height: 656px !important;
	 min-height: 656px !important;
	 max-height: 656px !important;
}
 .h-660 {
	 height: 660px !important;
	 min-height: 660px !important;
	 max-height: 660px !important;
}
 .h-664 {
	 height: 664px !important;
	 min-height: 664px !important;
	 max-height: 664px !important;
}
 .h-668 {
	 height: 668px !important;
	 min-height: 668px !important;
	 max-height: 668px !important;
}
 .h-672 {
	 height: 672px !important;
	 min-height: 672px !important;
	 max-height: 672px !important;
}
 .h-676 {
	 height: 676px !important;
	 min-height: 676px !important;
	 max-height: 676px !important;
}
 .h-680 {
	 height: 680px !important;
	 min-height: 680px !important;
	 max-height: 680px !important;
}
 .h-684 {
	 height: 684px !important;
	 min-height: 684px !important;
	 max-height: 684px !important;
}
 .h-688 {
	 height: 688px !important;
	 min-height: 688px !important;
	 max-height: 688px !important;
}
 .h-692 {
	 height: 692px !important;
	 min-height: 692px !important;
	 max-height: 692px !important;
}
 .h-696 {
	 height: 696px !important;
	 min-height: 696px !important;
	 max-height: 696px !important;
}
 .h-700 {
	 height: 700px !important;
	 min-height: 700px !important;
	 max-height: 700px !important;
}
 .h-704 {
	 height: 704px !important;
	 min-height: 704px !important;
	 max-height: 704px !important;
}
 .h-708 {
	 height: 708px !important;
	 min-height: 708px !important;
	 max-height: 708px !important;
}
 .h-712 {
	 height: 712px !important;
	 min-height: 712px !important;
	 max-height: 712px !important;
}
 .h-716 {
	 height: 716px !important;
	 min-height: 716px !important;
	 max-height: 716px !important;
}
 .h-720 {
	 height: 720px !important;
	 min-height: 720px !important;
	 max-height: 720px !important;
}
 .h-0-p {
	 height: 0% !important;
}
 .h-5-p {
	 height: 5% !important;
}
 .h-10-p {
	 height: 10% !important;
}
 .h-15-p {
	 height: 15% !important;
}
 .h-20-p {
	 height: 20% !important;
}
 .h-25-p {
	 height: 25% !important;
}
 .h-30-p {
	 height: 30% !important;
}
 .h-35-p {
	 height: 35% !important;
}
 .h-40-p {
	 height: 40% !important;
}
 .h-45-p {
	 height: 45% !important;
}
 .h-50-p {
	 height: 50% !important;
}
 .h-55-p {
	 height: 55% !important;
}
 .h-60-p {
	 height: 60% !important;
}
 .h-65-p {
	 height: 65% !important;
}
 .h-70-p {
	 height: 70% !important;
}
 .h-75-p {
	 height: 75% !important;
}
 .h-80-p {
	 height: 80% !important;
}
 .h-85-p {
	 height: 85% !important;
}
 .h-90-p {
	 height: 90% !important;
}
 .h-95-p {
	 height: 95% !important;
}
 .h-100-p {
	 height: 100% !important;
}
 .w-0 {
	 width: 0px !important;
	 min-width: 0px !important;
	 max-width: 0px !important;
}
 .w-4 {
	 width: 4px !important;
	 min-width: 4px !important;
	 max-width: 4px !important;
}
 .w-8 {
	 width: 8px !important;
	 min-width: 8px !important;
	 max-width: 8px !important;
}
 .w-12 {
	 width: 12px !important;
	 min-width: 12px !important;
	 max-width: 12px !important;
}
 .w-16 {
	 width: 16px !important;
	 min-width: 16px !important;
	 max-width: 16px !important;
}
 .w-20 {
	 width: 20px !important;
	 min-width: 20px !important;
	 max-width: 20px !important;
}
 .w-24 {
	 width: 24px !important;
	 min-width: 24px !important;
	 max-width: 24px !important;
}
 .w-28 {
	 width: 28px !important;
	 min-width: 28px !important;
	 max-width: 28px !important;
}
 .w-32 {
	 width: 32px !important;
	 min-width: 32px !important;
	 max-width: 32px !important;
}
 .w-36 {
	 width: 36px !important;
	 min-width: 36px !important;
	 max-width: 36px !important;
}
 .w-40 {
	 width: 40px !important;
	 min-width: 40px !important;
	 max-width: 40px !important;
}
 .w-44 {
	 width: 44px !important;
	 min-width: 44px !important;
	 max-width: 44px !important;
}
 .w-48 {
	 width: 48px !important;
	 min-width: 48px !important;
	 max-width: 48px !important;
}
 .w-52 {
	 width: 52px !important;
	 min-width: 52px !important;
	 max-width: 52px !important;
}
 .w-56 {
	 width: 56px !important;
	 min-width: 56px !important;
	 max-width: 56px !important;
}
 .w-60 {
	 width: 60px !important;
	 min-width: 60px !important;
	 max-width: 60px !important;
}
 .w-64 {
	 width: 64px !important;
	 min-width: 64px !important;
	 max-width: 64px !important;
}
 .w-68 {
	 width: 68px !important;
	 min-width: 68px !important;
	 max-width: 68px !important;
}
 .w-72 {
	 width: 72px !important;
	 min-width: 72px !important;
	 max-width: 72px !important;
}
 .w-76 {
	 width: 76px !important;
	 min-width: 76px !important;
	 max-width: 76px !important;
}
 .w-80 {
	 width: 80px !important;
	 min-width: 80px !important;
	 max-width: 80px !important;
}
 .w-84 {
	 width: 84px !important;
	 min-width: 84px !important;
	 max-width: 84px !important;
}
 .w-88 {
	 width: 88px !important;
	 min-width: 88px !important;
	 max-width: 88px !important;
}
 .w-92 {
	 width: 92px !important;
	 min-width: 92px !important;
	 max-width: 92px !important;
}
 .w-96 {
	 width: 96px !important;
	 min-width: 96px !important;
	 max-width: 96px !important;
}
 .w-100 {
	 width: 100px !important;
	 min-width: 100px !important;
	 max-width: 100px !important;
}
 .w-104 {
	 width: 104px !important;
	 min-width: 104px !important;
	 max-width: 104px !important;
}
 .w-108 {
	 width: 108px !important;
	 min-width: 108px !important;
	 max-width: 108px !important;
}
 .w-112 {
	 width: 112px !important;
	 min-width: 112px !important;
	 max-width: 112px !important;
}
 .w-116 {
	 width: 116px !important;
	 min-width: 116px !important;
	 max-width: 116px !important;
}
 .w-120 {
	 width: 120px !important;
	 min-width: 120px !important;
	 max-width: 120px !important;
}
 .w-124 {
	 width: 124px !important;
	 min-width: 124px !important;
	 max-width: 124px !important;
}
 .w-128 {
	 width: 128px !important;
	 min-width: 128px !important;
	 max-width: 128px !important;
}
 .w-132 {
	 width: 132px !important;
	 min-width: 132px !important;
	 max-width: 132px !important;
}
 .w-136 {
	 width: 136px !important;
	 min-width: 136px !important;
	 max-width: 136px !important;
}
 .w-140 {
	 width: 140px !important;
	 min-width: 140px !important;
	 max-width: 140px !important;
}
 .w-144 {
	 width: 144px !important;
	 min-width: 144px !important;
	 max-width: 144px !important;
}
 .w-148 {
	 width: 148px !important;
	 min-width: 148px !important;
	 max-width: 148px !important;
}
 .w-152 {
	 width: 152px !important;
	 min-width: 152px !important;
	 max-width: 152px !important;
}
 .w-156 {
	 width: 156px !important;
	 min-width: 156px !important;
	 max-width: 156px !important;
}
 .w-160 {
	 width: 160px !important;
	 min-width: 160px !important;
	 max-width: 160px !important;
}
 .w-164 {
	 width: 164px !important;
	 min-width: 164px !important;
	 max-width: 164px !important;
}
 .w-168 {
	 width: 168px !important;
	 min-width: 168px !important;
	 max-width: 168px !important;
}
 .w-172 {
	 width: 172px !important;
	 min-width: 172px !important;
	 max-width: 172px !important;
}
 .w-176 {
	 width: 176px !important;
	 min-width: 176px !important;
	 max-width: 176px !important;
}
 .w-180 {
	 width: 180px !important;
	 min-width: 180px !important;
	 max-width: 180px !important;
}
 .w-184 {
	 width: 184px !important;
	 min-width: 184px !important;
	 max-width: 184px !important;
}
 .w-188 {
	 width: 188px !important;
	 min-width: 188px !important;
	 max-width: 188px !important;
}
 .w-192 {
	 width: 192px !important;
	 min-width: 192px !important;
	 max-width: 192px !important;
}
 .w-196 {
	 width: 196px !important;
	 min-width: 196px !important;
	 max-width: 196px !important;
}
 .w-200 {
	 width: 200px !important;
	 min-width: 200px !important;
	 max-width: 200px !important;
}
 .w-204 {
	 width: 204px !important;
	 min-width: 204px !important;
	 max-width: 204px !important;
}
 .w-208 {
	 width: 208px !important;
	 min-width: 208px !important;
	 max-width: 208px !important;
}
 .w-212 {
	 width: 212px !important;
	 min-width: 212px !important;
	 max-width: 212px !important;
}
 .w-216 {
	 width: 216px !important;
	 min-width: 216px !important;
	 max-width: 216px !important;
}
 .w-220 {
	 width: 220px !important;
	 min-width: 220px !important;
	 max-width: 220px !important;
}
 .w-224 {
	 width: 224px !important;
	 min-width: 224px !important;
	 max-width: 224px !important;
}
 .w-228 {
	 width: 228px !important;
	 min-width: 228px !important;
	 max-width: 228px !important;
}
 .w-232 {
	 width: 232px !important;
	 min-width: 232px !important;
	 max-width: 232px !important;
}
 .w-236 {
	 width: 236px !important;
	 min-width: 236px !important;
	 max-width: 236px !important;
}
 .w-240 {
	 width: 240px !important;
	 min-width: 240px !important;
	 max-width: 240px !important;
}
 .w-244 {
	 width: 244px !important;
	 min-width: 244px !important;
	 max-width: 244px !important;
}
 .w-248 {
	 width: 248px !important;
	 min-width: 248px !important;
	 max-width: 248px !important;
}
 .w-252 {
	 width: 252px !important;
	 min-width: 252px !important;
	 max-width: 252px !important;
}
 .w-256 {
	 width: 256px !important;
	 min-width: 256px !important;
	 max-width: 256px !important;
}
 .w-260 {
	 width: 260px !important;
	 min-width: 260px !important;
	 max-width: 260px !important;
}
 .w-264 {
	 width: 264px !important;
	 min-width: 264px !important;
	 max-width: 264px !important;
}
 .w-268 {
	 width: 268px !important;
	 min-width: 268px !important;
	 max-width: 268px !important;
}
 .w-272 {
	 width: 272px !important;
	 min-width: 272px !important;
	 max-width: 272px !important;
}
 .w-276 {
	 width: 276px !important;
	 min-width: 276px !important;
	 max-width: 276px !important;
}
 .w-280 {
	 width: 280px !important;
	 min-width: 280px !important;
	 max-width: 280px !important;
}
 .w-284 {
	 width: 284px !important;
	 min-width: 284px !important;
	 max-width: 284px !important;
}
 .w-288 {
	 width: 288px !important;
	 min-width: 288px !important;
	 max-width: 288px !important;
}
 .w-292 {
	 width: 292px !important;
	 min-width: 292px !important;
	 max-width: 292px !important;
}
 .w-296 {
	 width: 296px !important;
	 min-width: 296px !important;
	 max-width: 296px !important;
}
 .w-300 {
	 width: 300px !important;
	 min-width: 300px !important;
	 max-width: 300px !important;
}
 .w-304 {
	 width: 304px !important;
	 min-width: 304px !important;
	 max-width: 304px !important;
}
 .w-308 {
	 width: 308px !important;
	 min-width: 308px !important;
	 max-width: 308px !important;
}
 .w-312 {
	 width: 312px !important;
	 min-width: 312px !important;
	 max-width: 312px !important;
}
 .w-316 {
	 width: 316px !important;
	 min-width: 316px !important;
	 max-width: 316px !important;
}
 .w-320 {
	 width: 320px !important;
	 min-width: 320px !important;
	 max-width: 320px !important;
}
 .w-324 {
	 width: 324px !important;
	 min-width: 324px !important;
	 max-width: 324px !important;
}
 .w-328 {
	 width: 328px !important;
	 min-width: 328px !important;
	 max-width: 328px !important;
}
 .w-332 {
	 width: 332px !important;
	 min-width: 332px !important;
	 max-width: 332px !important;
}
 .w-336 {
	 width: 336px !important;
	 min-width: 336px !important;
	 max-width: 336px !important;
}
 .w-340 {
	 width: 340px !important;
	 min-width: 340px !important;
	 max-width: 340px !important;
}
 .w-344 {
	 width: 344px !important;
	 min-width: 344px !important;
	 max-width: 344px !important;
}
 .w-348 {
	 width: 348px !important;
	 min-width: 348px !important;
	 max-width: 348px !important;
}
 .w-352 {
	 width: 352px !important;
	 min-width: 352px !important;
	 max-width: 352px !important;
}
 .w-356 {
	 width: 356px !important;
	 min-width: 356px !important;
	 max-width: 356px !important;
}
 .w-360 {
	 width: 360px !important;
	 min-width: 360px !important;
	 max-width: 360px !important;
}
 .w-364 {
	 width: 364px !important;
	 min-width: 364px !important;
	 max-width: 364px !important;
}
 .w-368 {
	 width: 368px !important;
	 min-width: 368px !important;
	 max-width: 368px !important;
}
 .w-372 {
	 width: 372px !important;
	 min-width: 372px !important;
	 max-width: 372px !important;
}
 .w-376 {
	 width: 376px !important;
	 min-width: 376px !important;
	 max-width: 376px !important;
}
 .w-380 {
	 width: 380px !important;
	 min-width: 380px !important;
	 max-width: 380px !important;
}
 .w-384 {
	 width: 384px !important;
	 min-width: 384px !important;
	 max-width: 384px !important;
}
 .w-388 {
	 width: 388px !important;
	 min-width: 388px !important;
	 max-width: 388px !important;
}
 .w-392 {
	 width: 392px !important;
	 min-width: 392px !important;
	 max-width: 392px !important;
}
 .w-396 {
	 width: 396px !important;
	 min-width: 396px !important;
	 max-width: 396px !important;
}
 .w-400 {
	 width: 400px !important;
	 min-width: 400px !important;
	 max-width: 400px !important;
}
 .w-404 {
	 width: 404px !important;
	 min-width: 404px !important;
	 max-width: 404px !important;
}
 .w-408 {
	 width: 408px !important;
	 min-width: 408px !important;
	 max-width: 408px !important;
}
 .w-412 {
	 width: 412px !important;
	 min-width: 412px !important;
	 max-width: 412px !important;
}
 .w-416 {
	 width: 416px !important;
	 min-width: 416px !important;
	 max-width: 416px !important;
}
 .w-420 {
	 width: 420px !important;
	 min-width: 420px !important;
	 max-width: 420px !important;
}
 .w-424 {
	 width: 424px !important;
	 min-width: 424px !important;
	 max-width: 424px !important;
}
 .w-428 {
	 width: 428px !important;
	 min-width: 428px !important;
	 max-width: 428px !important;
}
 .w-432 {
	 width: 432px !important;
	 min-width: 432px !important;
	 max-width: 432px !important;
}
 .w-436 {
	 width: 436px !important;
	 min-width: 436px !important;
	 max-width: 436px !important;
}
 .w-440 {
	 width: 440px !important;
	 min-width: 440px !important;
	 max-width: 440px !important;
}
 .w-444 {
	 width: 444px !important;
	 min-width: 444px !important;
	 max-width: 444px !important;
}
 .w-448 {
	 width: 448px !important;
	 min-width: 448px !important;
	 max-width: 448px !important;
}
 .w-452 {
	 width: 452px !important;
	 min-width: 452px !important;
	 max-width: 452px !important;
}
 .w-456 {
	 width: 456px !important;
	 min-width: 456px !important;
	 max-width: 456px !important;
}
 .w-460 {
	 width: 460px !important;
	 min-width: 460px !important;
	 max-width: 460px !important;
}
 .w-464 {
	 width: 464px !important;
	 min-width: 464px !important;
	 max-width: 464px !important;
}
 .w-468 {
	 width: 468px !important;
	 min-width: 468px !important;
	 max-width: 468px !important;
}
 .w-472 {
	 width: 472px !important;
	 min-width: 472px !important;
	 max-width: 472px !important;
}
 .w-476 {
	 width: 476px !important;
	 min-width: 476px !important;
	 max-width: 476px !important;
}
 .w-480 {
	 width: 480px !important;
	 min-width: 480px !important;
	 max-width: 480px !important;
}
 .w-484 {
	 width: 484px !important;
	 min-width: 484px !important;
	 max-width: 484px !important;
}
 .w-488 {
	 width: 488px !important;
	 min-width: 488px !important;
	 max-width: 488px !important;
}
 .w-492 {
	 width: 492px !important;
	 min-width: 492px !important;
	 max-width: 492px !important;
}
 .w-496 {
	 width: 496px !important;
	 min-width: 496px !important;
	 max-width: 496px !important;
}
 .w-500 {
	 width: 500px !important;
	 min-width: 500px !important;
	 max-width: 500px !important;
}
 .w-504 {
	 width: 504px !important;
	 min-width: 504px !important;
	 max-width: 504px !important;
}
 .w-508 {
	 width: 508px !important;
	 min-width: 508px !important;
	 max-width: 508px !important;
}
 .w-512 {
	 width: 512px !important;
	 min-width: 512px !important;
	 max-width: 512px !important;
}
 .w-516 {
	 width: 516px !important;
	 min-width: 516px !important;
	 max-width: 516px !important;
}
 .w-520 {
	 width: 520px !important;
	 min-width: 520px !important;
	 max-width: 520px !important;
}
 .w-524 {
	 width: 524px !important;
	 min-width: 524px !important;
	 max-width: 524px !important;
}
 .w-528 {
	 width: 528px !important;
	 min-width: 528px !important;
	 max-width: 528px !important;
}
 .w-532 {
	 width: 532px !important;
	 min-width: 532px !important;
	 max-width: 532px !important;
}
 .w-536 {
	 width: 536px !important;
	 min-width: 536px !important;
	 max-width: 536px !important;
}
 .w-540 {
	 width: 540px !important;
	 min-width: 540px !important;
	 max-width: 540px !important;
}
 .w-544 {
	 width: 544px !important;
	 min-width: 544px !important;
	 max-width: 544px !important;
}
 .w-548 {
	 width: 548px !important;
	 min-width: 548px !important;
	 max-width: 548px !important;
}
 .w-552 {
	 width: 552px !important;
	 min-width: 552px !important;
	 max-width: 552px !important;
}
 .w-556 {
	 width: 556px !important;
	 min-width: 556px !important;
	 max-width: 556px !important;
}
 .w-560 {
	 width: 560px !important;
	 min-width: 560px !important;
	 max-width: 560px !important;
}
 .w-564 {
	 width: 564px !important;
	 min-width: 564px !important;
	 max-width: 564px !important;
}
 .w-568 {
	 width: 568px !important;
	 min-width: 568px !important;
	 max-width: 568px !important;
}
 .w-572 {
	 width: 572px !important;
	 min-width: 572px !important;
	 max-width: 572px !important;
}
 .w-576 {
	 width: 576px !important;
	 min-width: 576px !important;
	 max-width: 576px !important;
}
 .w-580 {
	 width: 580px !important;
	 min-width: 580px !important;
	 max-width: 580px !important;
}
 .w-584 {
	 width: 584px !important;
	 min-width: 584px !important;
	 max-width: 584px !important;
}
 .w-588 {
	 width: 588px !important;
	 min-width: 588px !important;
	 max-width: 588px !important;
}
 .w-592 {
	 width: 592px !important;
	 min-width: 592px !important;
	 max-width: 592px !important;
}
 .w-596 {
	 width: 596px !important;
	 min-width: 596px !important;
	 max-width: 596px !important;
}
 .w-600 {
	 width: 600px !important;
	 min-width: 600px !important;
	 max-width: 600px !important;
}
 .w-604 {
	 width: 604px !important;
	 min-width: 604px !important;
	 max-width: 604px !important;
}
 .w-608 {
	 width: 608px !important;
	 min-width: 608px !important;
	 max-width: 608px !important;
}
 .w-612 {
	 width: 612px !important;
	 min-width: 612px !important;
	 max-width: 612px !important;
}
 .w-616 {
	 width: 616px !important;
	 min-width: 616px !important;
	 max-width: 616px !important;
}
 .w-620 {
	 width: 620px !important;
	 min-width: 620px !important;
	 max-width: 620px !important;
}
 .w-624 {
	 width: 624px !important;
	 min-width: 624px !important;
	 max-width: 624px !important;
}
 .w-628 {
	 width: 628px !important;
	 min-width: 628px !important;
	 max-width: 628px !important;
}
 .w-632 {
	 width: 632px !important;
	 min-width: 632px !important;
	 max-width: 632px !important;
}
 .w-636 {
	 width: 636px !important;
	 min-width: 636px !important;
	 max-width: 636px !important;
}
 .w-640 {
	 width: 640px !important;
	 min-width: 640px !important;
	 max-width: 640px !important;
}
 .w-644 {
	 width: 644px !important;
	 min-width: 644px !important;
	 max-width: 644px !important;
}
 .w-648 {
	 width: 648px !important;
	 min-width: 648px !important;
	 max-width: 648px !important;
}
 .w-652 {
	 width: 652px !important;
	 min-width: 652px !important;
	 max-width: 652px !important;
}
 .w-656 {
	 width: 656px !important;
	 min-width: 656px !important;
	 max-width: 656px !important;
}
 .w-660 {
	 width: 660px !important;
	 min-width: 660px !important;
	 max-width: 660px !important;
}
 .w-664 {
	 width: 664px !important;
	 min-width: 664px !important;
	 max-width: 664px !important;
}
 .w-668 {
	 width: 668px !important;
	 min-width: 668px !important;
	 max-width: 668px !important;
}
 .w-672 {
	 width: 672px !important;
	 min-width: 672px !important;
	 max-width: 672px !important;
}
 .w-676 {
	 width: 676px !important;
	 min-width: 676px !important;
	 max-width: 676px !important;
}
 .w-680 {
	 width: 680px !important;
	 min-width: 680px !important;
	 max-width: 680px !important;
}
 .w-684 {
	 width: 684px !important;
	 min-width: 684px !important;
	 max-width: 684px !important;
}
 .w-688 {
	 width: 688px !important;
	 min-width: 688px !important;
	 max-width: 688px !important;
}
 .w-692 {
	 width: 692px !important;
	 min-width: 692px !important;
	 max-width: 692px !important;
}
 .w-696 {
	 width: 696px !important;
	 min-width: 696px !important;
	 max-width: 696px !important;
}
 .w-700 {
	 width: 700px !important;
	 min-width: 700px !important;
	 max-width: 700px !important;
}
 .w-704 {
	 width: 704px !important;
	 min-width: 704px !important;
	 max-width: 704px !important;
}
 .w-708 {
	 width: 708px !important;
	 min-width: 708px !important;
	 max-width: 708px !important;
}
 .w-712 {
	 width: 712px !important;
	 min-width: 712px !important;
	 max-width: 712px !important;
}
 .w-716 {
	 width: 716px !important;
	 min-width: 716px !important;
	 max-width: 716px !important;
}
 .w-720 {
	 width: 720px !important;
	 min-width: 720px !important;
	 max-width: 720px !important;
}
 .w-0-p {
	 width: 0% !important;
}
 .w-5-p {
	 width: 5% !important;
}
 .w-10-p {
	 width: 10% !important;
}
 .w-15-p {
	 width: 15% !important;
}
 .w-20-p {
	 width: 20% !important;
}
 .w-25-p {
	 width: 25% !important;
}
 .w-30-p {
	 width: 30% !important;
}
 .w-35-p {
	 width: 35% !important;
}
 .w-40-p {
	 width: 40% !important;
}
 .w-45-p {
	 width: 45% !important;
}
 .w-50-p {
	 width: 50% !important;
}
 .w-55-p {
	 width: 55% !important;
}
 .w-60-p {
	 width: 60% !important;
}
 .w-65-p {
	 width: 65% !important;
}
 .w-70-p {
	 width: 70% !important;
}
 .w-75-p {
	 width: 75% !important;
}
 .w-80-p {
	 width: 80% !important;
}
 .w-85-p {
	 width: 85% !important;
}
 .w-90-p {
	 width: 90% !important;
}
 .w-95-p {
	 width: 95% !important;
}
 .w-100-p {
	 width: 100% !important;
}
 .m-0 {
	 margin: 0px !important;
}
 .m-4 {
	 margin: 4px !important;
}
 .m-8 {
	 margin: 8px !important;
}
 .m-12 {
	 margin: 12px !important;
}
 .m-16 {
	 margin: 16px !important;
}
 .m-20 {
	 margin: 20px !important;
}
 .m-24 {
	 margin: 24px !important;
}
 .m-28 {
	 margin: 28px !important;
}
 .m-32 {
	 margin: 32px !important;
}
 .m-36 {
	 margin: 36px !important;
}
 .m-40 {
	 margin: 40px !important;
}
 .m-44 {
	 margin: 44px !important;
}
 .m-48 {
	 margin: 48px !important;
}
 .m-52 {
	 margin: 52px !important;
}
 .m-56 {
	 margin: 56px !important;
}
 .m-60 {
	 margin: 60px !important;
}
 .m-64 {
	 margin: 64px !important;
}
 .m-68 {
	 margin: 68px !important;
}
 .m-72 {
	 margin: 72px !important;
}
 .m-76 {
	 margin: 76px !important;
}
 .m-80 {
	 margin: 80px !important;
}
 .m-84 {
	 margin: 84px !important;
}
 .m-88 {
	 margin: 88px !important;
}
 .m-92 {
	 margin: 92px !important;
}
 .m-96 {
	 margin: 96px !important;
}
 .m-100 {
	 margin: 100px !important;
}
 .m-104 {
	 margin: 104px !important;
}
 .m-108 {
	 margin: 108px !important;
}
 .m-112 {
	 margin: 112px !important;
}
 .m-116 {
	 margin: 116px !important;
}
 .m-120 {
	 margin: 120px !important;
}
 .m-124 {
	 margin: 124px !important;
}
 .m-128 {
	 margin: 128px !important;
}
 .m-132 {
	 margin: 132px !important;
}
 .m-136 {
	 margin: 136px !important;
}
 .m-140 {
	 margin: 140px !important;
}
 .m-144 {
	 margin: 144px !important;
}
 .m-148 {
	 margin: 148px !important;
}
 .m-152 {
	 margin: 152px !important;
}
 .m-156 {
	 margin: 156px !important;
}
 .m-160 {
	 margin: 160px !important;
}
 .m-164 {
	 margin: 164px !important;
}
 .m-168 {
	 margin: 168px !important;
}
 .m-172 {
	 margin: 172px !important;
}
 .m-176 {
	 margin: 176px !important;
}
 .m-180 {
	 margin: 180px !important;
}
 .m-184 {
	 margin: 184px !important;
}
 .m-188 {
	 margin: 188px !important;
}
 .m-192 {
	 margin: 192px !important;
}
 .m-196 {
	 margin: 196px !important;
}
 .m-200 {
	 margin: 200px !important;
}
 .m-204 {
	 margin: 204px !important;
}
 .m-208 {
	 margin: 208px !important;
}
 .m-212 {
	 margin: 212px !important;
}
 .m-216 {
	 margin: 216px !important;
}
 .m-220 {
	 margin: 220px !important;
}
 .m-224 {
	 margin: 224px !important;
}
 .m-228 {
	 margin: 228px !important;
}
 .m-232 {
	 margin: 232px !important;
}
 .m-236 {
	 margin: 236px !important;
}
 .m-240 {
	 margin: 240px !important;
}
 .m-244 {
	 margin: 244px !important;
}
 .m-248 {
	 margin: 248px !important;
}
 .m-252 {
	 margin: 252px !important;
}
 .m-256 {
	 margin: 256px !important;
}
 .mx-0 {
	 margin-right: 0px !important;
	 margin-left: 0px !important;
}
 .my-0 {
	 margin-top: 0px !important;
	 margin-bottom: 0px !important;
}
 .mx-4 {
	 margin-right: 4px !important;
	 margin-left: 4px !important;
}
 .my-4 {
	 margin-top: 4px !important;
	 margin-bottom: 4px !important;
}
 .mx-8 {
	 margin-right: 8px !important;
	 margin-left: 8px !important;
}
 .my-8 {
	 margin-top: 8px !important;
	 margin-bottom: 8px !important;
}
 .mx-12 {
	 margin-right: 12px !important;
	 margin-left: 12px !important;
}
 .my-12 {
	 margin-top: 12px !important;
	 margin-bottom: 12px !important;
}
 .mx-16 {
	 margin-right: 16px !important;
	 margin-left: 16px !important;
}
 .my-16 {
	 margin-top: 16px !important;
	 margin-bottom: 16px !important;
}
 .mx-20 {
	 margin-right: 20px !important;
	 margin-left: 20px !important;
}
 .my-20 {
	 margin-top: 20px !important;
	 margin-bottom: 20px !important;
}
 .mx-24 {
	 margin-right: 24px !important;
	 margin-left: 24px !important;
}
 .my-24 {
	 margin-top: 24px !important;
	 margin-bottom: 24px !important;
}
 .mx-28 {
	 margin-right: 28px !important;
	 margin-left: 28px !important;
}
 .my-28 {
	 margin-top: 28px !important;
	 margin-bottom: 28px !important;
}
 .mx-32 {
	 margin-right: 32px !important;
	 margin-left: 32px !important;
}
 .my-32 {
	 margin-top: 32px !important;
	 margin-bottom: 32px !important;
}
 .mx-36 {
	 margin-right: 36px !important;
	 margin-left: 36px !important;
}
 .my-36 {
	 margin-top: 36px !important;
	 margin-bottom: 36px !important;
}
 .mx-40 {
	 margin-right: 40px !important;
	 margin-left: 40px !important;
}
 .my-40 {
	 margin-top: 40px !important;
	 margin-bottom: 40px !important;
}
 .mx-44 {
	 margin-right: 44px !important;
	 margin-left: 44px !important;
}
 .my-44 {
	 margin-top: 44px !important;
	 margin-bottom: 44px !important;
}
 .mx-48 {
	 margin-right: 48px !important;
	 margin-left: 48px !important;
}
 .my-48 {
	 margin-top: 48px !important;
	 margin-bottom: 48px !important;
}
 .mx-52 {
	 margin-right: 52px !important;
	 margin-left: 52px !important;
}
 .my-52 {
	 margin-top: 52px !important;
	 margin-bottom: 52px !important;
}
 .mx-56 {
	 margin-right: 56px !important;
	 margin-left: 56px !important;
}
 .my-56 {
	 margin-top: 56px !important;
	 margin-bottom: 56px !important;
}
 .mx-60 {
	 margin-right: 60px !important;
	 margin-left: 60px !important;
}
 .my-60 {
	 margin-top: 60px !important;
	 margin-bottom: 60px !important;
}
 .mx-64 {
	 margin-right: 64px !important;
	 margin-left: 64px !important;
}
 .my-64 {
	 margin-top: 64px !important;
	 margin-bottom: 64px !important;
}
 .mx-68 {
	 margin-right: 68px !important;
	 margin-left: 68px !important;
}
 .my-68 {
	 margin-top: 68px !important;
	 margin-bottom: 68px !important;
}
 .mx-72 {
	 margin-right: 72px !important;
	 margin-left: 72px !important;
}
 .my-72 {
	 margin-top: 72px !important;
	 margin-bottom: 72px !important;
}
 .mx-76 {
	 margin-right: 76px !important;
	 margin-left: 76px !important;
}
 .my-76 {
	 margin-top: 76px !important;
	 margin-bottom: 76px !important;
}
 .mx-80 {
	 margin-right: 80px !important;
	 margin-left: 80px !important;
}
 .my-80 {
	 margin-top: 80px !important;
	 margin-bottom: 80px !important;
}
 .mx-84 {
	 margin-right: 84px !important;
	 margin-left: 84px !important;
}
 .my-84 {
	 margin-top: 84px !important;
	 margin-bottom: 84px !important;
}
 .mx-88 {
	 margin-right: 88px !important;
	 margin-left: 88px !important;
}
 .my-88 {
	 margin-top: 88px !important;
	 margin-bottom: 88px !important;
}
 .mx-92 {
	 margin-right: 92px !important;
	 margin-left: 92px !important;
}
 .my-92 {
	 margin-top: 92px !important;
	 margin-bottom: 92px !important;
}
 .mx-96 {
	 margin-right: 96px !important;
	 margin-left: 96px !important;
}
 .my-96 {
	 margin-top: 96px !important;
	 margin-bottom: 96px !important;
}
 .mx-100 {
	 margin-right: 100px !important;
	 margin-left: 100px !important;
}
 .my-100 {
	 margin-top: 100px !important;
	 margin-bottom: 100px !important;
}
 .mx-104 {
	 margin-right: 104px !important;
	 margin-left: 104px !important;
}
 .my-104 {
	 margin-top: 104px !important;
	 margin-bottom: 104px !important;
}
 .mx-108 {
	 margin-right: 108px !important;
	 margin-left: 108px !important;
}
 .my-108 {
	 margin-top: 108px !important;
	 margin-bottom: 108px !important;
}
 .mx-112 {
	 margin-right: 112px !important;
	 margin-left: 112px !important;
}
 .my-112 {
	 margin-top: 112px !important;
	 margin-bottom: 112px !important;
}
 .mx-116 {
	 margin-right: 116px !important;
	 margin-left: 116px !important;
}
 .my-116 {
	 margin-top: 116px !important;
	 margin-bottom: 116px !important;
}
 .mx-120 {
	 margin-right: 120px !important;
	 margin-left: 120px !important;
}
 .my-120 {
	 margin-top: 120px !important;
	 margin-bottom: 120px !important;
}
 .mx-124 {
	 margin-right: 124px !important;
	 margin-left: 124px !important;
}
 .my-124 {
	 margin-top: 124px !important;
	 margin-bottom: 124px !important;
}
 .mx-128 {
	 margin-right: 128px !important;
	 margin-left: 128px !important;
}
 .my-128 {
	 margin-top: 128px !important;
	 margin-bottom: 128px !important;
}
 .mx-132 {
	 margin-right: 132px !important;
	 margin-left: 132px !important;
}
 .my-132 {
	 margin-top: 132px !important;
	 margin-bottom: 132px !important;
}
 .mx-136 {
	 margin-right: 136px !important;
	 margin-left: 136px !important;
}
 .my-136 {
	 margin-top: 136px !important;
	 margin-bottom: 136px !important;
}
 .mx-140 {
	 margin-right: 140px !important;
	 margin-left: 140px !important;
}
 .my-140 {
	 margin-top: 140px !important;
	 margin-bottom: 140px !important;
}
 .mx-144 {
	 margin-right: 144px !important;
	 margin-left: 144px !important;
}
 .my-144 {
	 margin-top: 144px !important;
	 margin-bottom: 144px !important;
}
 .mx-148 {
	 margin-right: 148px !important;
	 margin-left: 148px !important;
}
 .my-148 {
	 margin-top: 148px !important;
	 margin-bottom: 148px !important;
}
 .mx-152 {
	 margin-right: 152px !important;
	 margin-left: 152px !important;
}
 .my-152 {
	 margin-top: 152px !important;
	 margin-bottom: 152px !important;
}
 .mx-156 {
	 margin-right: 156px !important;
	 margin-left: 156px !important;
}
 .my-156 {
	 margin-top: 156px !important;
	 margin-bottom: 156px !important;
}
 .mx-160 {
	 margin-right: 160px !important;
	 margin-left: 160px !important;
}
 .my-160 {
	 margin-top: 160px !important;
	 margin-bottom: 160px !important;
}
 .mx-164 {
	 margin-right: 164px !important;
	 margin-left: 164px !important;
}
 .my-164 {
	 margin-top: 164px !important;
	 margin-bottom: 164px !important;
}
 .mx-168 {
	 margin-right: 168px !important;
	 margin-left: 168px !important;
}
 .my-168 {
	 margin-top: 168px !important;
	 margin-bottom: 168px !important;
}
 .mx-172 {
	 margin-right: 172px !important;
	 margin-left: 172px !important;
}
 .my-172 {
	 margin-top: 172px !important;
	 margin-bottom: 172px !important;
}
 .mx-176 {
	 margin-right: 176px !important;
	 margin-left: 176px !important;
}
 .my-176 {
	 margin-top: 176px !important;
	 margin-bottom: 176px !important;
}
 .mx-180 {
	 margin-right: 180px !important;
	 margin-left: 180px !important;
}
 .my-180 {
	 margin-top: 180px !important;
	 margin-bottom: 180px !important;
}
 .mx-184 {
	 margin-right: 184px !important;
	 margin-left: 184px !important;
}
 .my-184 {
	 margin-top: 184px !important;
	 margin-bottom: 184px !important;
}
 .mx-188 {
	 margin-right: 188px !important;
	 margin-left: 188px !important;
}
 .my-188 {
	 margin-top: 188px !important;
	 margin-bottom: 188px !important;
}
 .mx-192 {
	 margin-right: 192px !important;
	 margin-left: 192px !important;
}
 .my-192 {
	 margin-top: 192px !important;
	 margin-bottom: 192px !important;
}
 .mx-196 {
	 margin-right: 196px !important;
	 margin-left: 196px !important;
}
 .my-196 {
	 margin-top: 196px !important;
	 margin-bottom: 196px !important;
}
 .mx-200 {
	 margin-right: 200px !important;
	 margin-left: 200px !important;
}
 .my-200 {
	 margin-top: 200px !important;
	 margin-bottom: 200px !important;
}
 .mx-204 {
	 margin-right: 204px !important;
	 margin-left: 204px !important;
}
 .my-204 {
	 margin-top: 204px !important;
	 margin-bottom: 204px !important;
}
 .mx-208 {
	 margin-right: 208px !important;
	 margin-left: 208px !important;
}
 .my-208 {
	 margin-top: 208px !important;
	 margin-bottom: 208px !important;
}
 .mx-212 {
	 margin-right: 212px !important;
	 margin-left: 212px !important;
}
 .my-212 {
	 margin-top: 212px !important;
	 margin-bottom: 212px !important;
}
 .mx-216 {
	 margin-right: 216px !important;
	 margin-left: 216px !important;
}
 .my-216 {
	 margin-top: 216px !important;
	 margin-bottom: 216px !important;
}
 .mx-220 {
	 margin-right: 220px !important;
	 margin-left: 220px !important;
}
 .my-220 {
	 margin-top: 220px !important;
	 margin-bottom: 220px !important;
}
 .mx-224 {
	 margin-right: 224px !important;
	 margin-left: 224px !important;
}
 .my-224 {
	 margin-top: 224px !important;
	 margin-bottom: 224px !important;
}
 .mx-228 {
	 margin-right: 228px !important;
	 margin-left: 228px !important;
}
 .my-228 {
	 margin-top: 228px !important;
	 margin-bottom: 228px !important;
}
 .mx-232 {
	 margin-right: 232px !important;
	 margin-left: 232px !important;
}
 .my-232 {
	 margin-top: 232px !important;
	 margin-bottom: 232px !important;
}
 .mx-236 {
	 margin-right: 236px !important;
	 margin-left: 236px !important;
}
 .my-236 {
	 margin-top: 236px !important;
	 margin-bottom: 236px !important;
}
 .mx-240 {
	 margin-right: 240px !important;
	 margin-left: 240px !important;
}
 .my-240 {
	 margin-top: 240px !important;
	 margin-bottom: 240px !important;
}
 .mx-244 {
	 margin-right: 244px !important;
	 margin-left: 244px !important;
}
 .my-244 {
	 margin-top: 244px !important;
	 margin-bottom: 244px !important;
}
 .mx-248 {
	 margin-right: 248px !important;
	 margin-left: 248px !important;
}
 .my-248 {
	 margin-top: 248px !important;
	 margin-bottom: 248px !important;
}
 .mx-252 {
	 margin-right: 252px !important;
	 margin-left: 252px !important;
}
 .my-252 {
	 margin-top: 252px !important;
	 margin-bottom: 252px !important;
}
 .mx-256 {
	 margin-right: 256px !important;
	 margin-left: 256px !important;
}
 .my-256 {
	 margin-top: 256px !important;
	 margin-bottom: 256px !important;
}
 .mt-0 {
	 margin-top: 0px !important;
}
 .mr-0 {
	 margin-right: 0px !important;
}
 .mb-0 {
	 margin-bottom: 0px !important;
}
 .ml-0 {
	 margin-left: 0px !important;
}
 .mt-4 {
	 margin-top: 4px !important;
}
 .mr-4 {
	 margin-right: 4px !important;
}
 .mb-4 {
	 margin-bottom: 4px !important;
}
 .ml-4 {
	 margin-left: 4px !important;
}
 .mt-8 {
	 margin-top: 8px !important;
}
 .mr-8 {
	 margin-right: 8px !important;
}
 .mb-8 {
	 margin-bottom: 8px !important;
}
 .ml-8 {
	 margin-left: 8px !important;
}
 .mt-12 {
	 margin-top: 12px !important;
}
 .mr-12 {
	 margin-right: 12px !important;
}
 .mb-12 {
	 margin-bottom: 12px !important;
}
 .ml-12 {
	 margin-left: 12px !important;
}
 .mt-16 {
	 margin-top: 16px !important;
}
 .mr-16 {
	 margin-right: 16px !important;
}
 .mb-16 {
	 margin-bottom: 16px !important;
}
 .ml-16 {
	 margin-left: 16px !important;
}
 .mt-20 {
	 margin-top: 20px !important;
}
 .mr-20 {
	 margin-right: 20px !important;
}
 .mb-20 {
	 margin-bottom: 20px !important;
}
 .ml-20 {
	 margin-left: 20px !important;
}
 .mt-24 {
	 margin-top: 24px !important;
}
 .mr-24 {
	 margin-right: 24px !important;
}
 .mb-24 {
	 margin-bottom: 24px !important;
}
 .ml-24 {
	 margin-left: 24px !important;
}
 .mt-28 {
	 margin-top: 28px !important;
}
 .mr-28 {
	 margin-right: 28px !important;
}
 .mb-28 {
	 margin-bottom: 28px !important;
}
 .ml-28 {
	 margin-left: 28px !important;
}
 .mt-32 {
	 margin-top: 32px !important;
}
 .mr-32 {
	 margin-right: 32px !important;
}
 .mb-32 {
	 margin-bottom: 32px !important;
}
 .ml-32 {
	 margin-left: 32px !important;
}
 .mt-36 {
	 margin-top: 36px !important;
}
 .mr-36 {
	 margin-right: 36px !important;
}
 .mb-36 {
	 margin-bottom: 36px !important;
}
 .ml-36 {
	 margin-left: 36px !important;
}
 .mt-40 {
	 margin-top: 40px !important;
}
 .mr-40 {
	 margin-right: 40px !important;
}
 .mb-40 {
	 margin-bottom: 40px !important;
}
 .ml-40 {
	 margin-left: 40px !important;
}
 .mt-44 {
	 margin-top: 44px !important;
}
 .mr-44 {
	 margin-right: 44px !important;
}
 .mb-44 {
	 margin-bottom: 44px !important;
}
 .ml-44 {
	 margin-left: 44px !important;
}
 .mt-48 {
	 margin-top: 48px !important;
}
 .mr-48 {
	 margin-right: 48px !important;
}
 .mb-48 {
	 margin-bottom: 48px !important;
}
 .ml-48 {
	 margin-left: 48px !important;
}
 .mt-52 {
	 margin-top: 52px !important;
}
 .mr-52 {
	 margin-right: 52px !important;
}
 .mb-52 {
	 margin-bottom: 52px !important;
}
 .ml-52 {
	 margin-left: 52px !important;
}
 .mt-56 {
	 margin-top: 56px !important;
}
 .mr-56 {
	 margin-right: 56px !important;
}
 .mb-56 {
	 margin-bottom: 56px !important;
}
 .ml-56 {
	 margin-left: 56px !important;
}
 .mt-60 {
	 margin-top: 60px !important;
}
 .mr-60 {
	 margin-right: 60px !important;
}
 .mb-60 {
	 margin-bottom: 60px !important;
}
 .ml-60 {
	 margin-left: 60px !important;
}
 .mt-64 {
	 margin-top: 64px !important;
}
 .mr-64 {
	 margin-right: 64px !important;
}
 .mb-64 {
	 margin-bottom: 64px !important;
}
 .ml-64 {
	 margin-left: 64px !important;
}
 .mt-68 {
	 margin-top: 68px !important;
}
 .mr-68 {
	 margin-right: 68px !important;
}
 .mb-68 {
	 margin-bottom: 68px !important;
}
 .ml-68 {
	 margin-left: 68px !important;
}
 .mt-72 {
	 margin-top: 72px !important;
}
 .mr-72 {
	 margin-right: 72px !important;
}
 .mb-72 {
	 margin-bottom: 72px !important;
}
 .ml-72 {
	 margin-left: 72px !important;
}
 .mt-76 {
	 margin-top: 76px !important;
}
 .mr-76 {
	 margin-right: 76px !important;
}
 .mb-76 {
	 margin-bottom: 76px !important;
}
 .ml-76 {
	 margin-left: 76px !important;
}
 .mt-80 {
	 margin-top: 80px !important;
}
 .mr-80 {
	 margin-right: 80px !important;
}
 .mb-80 {
	 margin-bottom: 80px !important;
}
 .ml-80 {
	 margin-left: 80px !important;
}
 .mt-84 {
	 margin-top: 84px !important;
}
 .mr-84 {
	 margin-right: 84px !important;
}
 .mb-84 {
	 margin-bottom: 84px !important;
}
 .ml-84 {
	 margin-left: 84px !important;
}
 .mt-88 {
	 margin-top: 88px !important;
}
 .mr-88 {
	 margin-right: 88px !important;
}
 .mb-88 {
	 margin-bottom: 88px !important;
}
 .ml-88 {
	 margin-left: 88px !important;
}
 .mt-92 {
	 margin-top: 92px !important;
}
 .mr-92 {
	 margin-right: 92px !important;
}
 .mb-92 {
	 margin-bottom: 92px !important;
}
 .ml-92 {
	 margin-left: 92px !important;
}
 .mt-96 {
	 margin-top: 96px !important;
}
 .mr-96 {
	 margin-right: 96px !important;
}
 .mb-96 {
	 margin-bottom: 96px !important;
}
 .ml-96 {
	 margin-left: 96px !important;
}
 .mt-100 {
	 margin-top: 100px !important;
}
 .mr-100 {
	 margin-right: 100px !important;
}
 .mb-100 {
	 margin-bottom: 100px !important;
}
 .ml-100 {
	 margin-left: 100px !important;
}
 .mt-104 {
	 margin-top: 104px !important;
}
 .mr-104 {
	 margin-right: 104px !important;
}
 .mb-104 {
	 margin-bottom: 104px !important;
}
 .ml-104 {
	 margin-left: 104px !important;
}
 .mt-108 {
	 margin-top: 108px !important;
}
 .mr-108 {
	 margin-right: 108px !important;
}
 .mb-108 {
	 margin-bottom: 108px !important;
}
 .ml-108 {
	 margin-left: 108px !important;
}
 .mt-112 {
	 margin-top: 112px !important;
}
 .mr-112 {
	 margin-right: 112px !important;
}
 .mb-112 {
	 margin-bottom: 112px !important;
}
 .ml-112 {
	 margin-left: 112px !important;
}
 .mt-116 {
	 margin-top: 116px !important;
}
 .mr-116 {
	 margin-right: 116px !important;
}
 .mb-116 {
	 margin-bottom: 116px !important;
}
 .ml-116 {
	 margin-left: 116px !important;
}
 .mt-120 {
	 margin-top: 120px !important;
}
 .mr-120 {
	 margin-right: 120px !important;
}
 .mb-120 {
	 margin-bottom: 120px !important;
}
 .ml-120 {
	 margin-left: 120px !important;
}
 .mt-124 {
	 margin-top: 124px !important;
}
 .mr-124 {
	 margin-right: 124px !important;
}
 .mb-124 {
	 margin-bottom: 124px !important;
}
 .ml-124 {
	 margin-left: 124px !important;
}
 .mt-128 {
	 margin-top: 128px !important;
}
 .mr-128 {
	 margin-right: 128px !important;
}
 .mb-128 {
	 margin-bottom: 128px !important;
}
 .ml-128 {
	 margin-left: 128px !important;
}
 .mt-132 {
	 margin-top: 132px !important;
}
 .mr-132 {
	 margin-right: 132px !important;
}
 .mb-132 {
	 margin-bottom: 132px !important;
}
 .ml-132 {
	 margin-left: 132px !important;
}
 .mt-136 {
	 margin-top: 136px !important;
}
 .mr-136 {
	 margin-right: 136px !important;
}
 .mb-136 {
	 margin-bottom: 136px !important;
}
 .ml-136 {
	 margin-left: 136px !important;
}
 .mt-140 {
	 margin-top: 140px !important;
}
 .mr-140 {
	 margin-right: 140px !important;
}
 .mb-140 {
	 margin-bottom: 140px !important;
}
 .ml-140 {
	 margin-left: 140px !important;
}
 .mt-144 {
	 margin-top: 144px !important;
}
 .mr-144 {
	 margin-right: 144px !important;
}
 .mb-144 {
	 margin-bottom: 144px !important;
}
 .ml-144 {
	 margin-left: 144px !important;
}
 .mt-148 {
	 margin-top: 148px !important;
}
 .mr-148 {
	 margin-right: 148px !important;
}
 .mb-148 {
	 margin-bottom: 148px !important;
}
 .ml-148 {
	 margin-left: 148px !important;
}
 .mt-152 {
	 margin-top: 152px !important;
}
 .mr-152 {
	 margin-right: 152px !important;
}
 .mb-152 {
	 margin-bottom: 152px !important;
}
 .ml-152 {
	 margin-left: 152px !important;
}
 .mt-156 {
	 margin-top: 156px !important;
}
 .mr-156 {
	 margin-right: 156px !important;
}
 .mb-156 {
	 margin-bottom: 156px !important;
}
 .ml-156 {
	 margin-left: 156px !important;
}
 .mt-160 {
	 margin-top: 160px !important;
}
 .mr-160 {
	 margin-right: 160px !important;
}
 .mb-160 {
	 margin-bottom: 160px !important;
}
 .ml-160 {
	 margin-left: 160px !important;
}
 .mt-164 {
	 margin-top: 164px !important;
}
 .mr-164 {
	 margin-right: 164px !important;
}
 .mb-164 {
	 margin-bottom: 164px !important;
}
 .ml-164 {
	 margin-left: 164px !important;
}
 .mt-168 {
	 margin-top: 168px !important;
}
 .mr-168 {
	 margin-right: 168px !important;
}
 .mb-168 {
	 margin-bottom: 168px !important;
}
 .ml-168 {
	 margin-left: 168px !important;
}
 .mt-172 {
	 margin-top: 172px !important;
}
 .mr-172 {
	 margin-right: 172px !important;
}
 .mb-172 {
	 margin-bottom: 172px !important;
}
 .ml-172 {
	 margin-left: 172px !important;
}
 .mt-176 {
	 margin-top: 176px !important;
}
 .mr-176 {
	 margin-right: 176px !important;
}
 .mb-176 {
	 margin-bottom: 176px !important;
}
 .ml-176 {
	 margin-left: 176px !important;
}
 .mt-180 {
	 margin-top: 180px !important;
}
 .mr-180 {
	 margin-right: 180px !important;
}
 .mb-180 {
	 margin-bottom: 180px !important;
}
 .ml-180 {
	 margin-left: 180px !important;
}
 .mt-184 {
	 margin-top: 184px !important;
}
 .mr-184 {
	 margin-right: 184px !important;
}
 .mb-184 {
	 margin-bottom: 184px !important;
}
 .ml-184 {
	 margin-left: 184px !important;
}
 .mt-188 {
	 margin-top: 188px !important;
}
 .mr-188 {
	 margin-right: 188px !important;
}
 .mb-188 {
	 margin-bottom: 188px !important;
}
 .ml-188 {
	 margin-left: 188px !important;
}
 .mt-192 {
	 margin-top: 192px !important;
}
 .mr-192 {
	 margin-right: 192px !important;
}
 .mb-192 {
	 margin-bottom: 192px !important;
}
 .ml-192 {
	 margin-left: 192px !important;
}
 .mt-196 {
	 margin-top: 196px !important;
}
 .mr-196 {
	 margin-right: 196px !important;
}
 .mb-196 {
	 margin-bottom: 196px !important;
}
 .ml-196 {
	 margin-left: 196px !important;
}
 .mt-200 {
	 margin-top: 200px !important;
}
 .mr-200 {
	 margin-right: 200px !important;
}
 .mb-200 {
	 margin-bottom: 200px !important;
}
 .ml-200 {
	 margin-left: 200px !important;
}
 .mt-204 {
	 margin-top: 204px !important;
}
 .mr-204 {
	 margin-right: 204px !important;
}
 .mb-204 {
	 margin-bottom: 204px !important;
}
 .ml-204 {
	 margin-left: 204px !important;
}
 .mt-208 {
	 margin-top: 208px !important;
}
 .mr-208 {
	 margin-right: 208px !important;
}
 .mb-208 {
	 margin-bottom: 208px !important;
}
 .ml-208 {
	 margin-left: 208px !important;
}
 .mt-212 {
	 margin-top: 212px !important;
}
 .mr-212 {
	 margin-right: 212px !important;
}
 .mb-212 {
	 margin-bottom: 212px !important;
}
 .ml-212 {
	 margin-left: 212px !important;
}
 .mt-216 {
	 margin-top: 216px !important;
}
 .mr-216 {
	 margin-right: 216px !important;
}
 .mb-216 {
	 margin-bottom: 216px !important;
}
 .ml-216 {
	 margin-left: 216px !important;
}
 .mt-220 {
	 margin-top: 220px !important;
}
 .mr-220 {
	 margin-right: 220px !important;
}
 .mb-220 {
	 margin-bottom: 220px !important;
}
 .ml-220 {
	 margin-left: 220px !important;
}
 .mt-224 {
	 margin-top: 224px !important;
}
 .mr-224 {
	 margin-right: 224px !important;
}
 .mb-224 {
	 margin-bottom: 224px !important;
}
 .ml-224 {
	 margin-left: 224px !important;
}
 .mt-228 {
	 margin-top: 228px !important;
}
 .mr-228 {
	 margin-right: 228px !important;
}
 .mb-228 {
	 margin-bottom: 228px !important;
}
 .ml-228 {
	 margin-left: 228px !important;
}
 .mt-232 {
	 margin-top: 232px !important;
}
 .mr-232 {
	 margin-right: 232px !important;
}
 .mb-232 {
	 margin-bottom: 232px !important;
}
 .ml-232 {
	 margin-left: 232px !important;
}
 .mt-236 {
	 margin-top: 236px !important;
}
 .mr-236 {
	 margin-right: 236px !important;
}
 .mb-236 {
	 margin-bottom: 236px !important;
}
 .ml-236 {
	 margin-left: 236px !important;
}
 .mt-240 {
	 margin-top: 240px !important;
}
 .mr-240 {
	 margin-right: 240px !important;
}
 .mb-240 {
	 margin-bottom: 240px !important;
}
 .ml-240 {
	 margin-left: 240px !important;
}
 .mt-244 {
	 margin-top: 244px !important;
}
 .mr-244 {
	 margin-right: 244px !important;
}
 .mb-244 {
	 margin-bottom: 244px !important;
}
 .ml-244 {
	 margin-left: 244px !important;
}
 .mt-248 {
	 margin-top: 248px !important;
}
 .mr-248 {
	 margin-right: 248px !important;
}
 .mb-248 {
	 margin-bottom: 248px !important;
}
 .ml-248 {
	 margin-left: 248px !important;
}
 .mt-252 {
	 margin-top: 252px !important;
}
 .mr-252 {
	 margin-right: 252px !important;
}
 .mb-252 {
	 margin-bottom: 252px !important;
}
 .ml-252 {
	 margin-left: 252px !important;
}
 .mt-256 {
	 margin-top: 256px !important;
}
 .mr-256 {
	 margin-right: 256px !important;
}
 .mb-256 {
	 margin-bottom: 256px !important;
}
 .ml-256 {
	 margin-left: 256px !important;
}
 .m-auto {
	 margin: auto !important;
}
 .mt-auto {
	 margin-top: auto !important;
}
 .mr-auto {
	 margin-right: auto !important;
}
 .mb-auto {
	 margin-bottom: auto !important;
}
 .ml-auto {
	 margin-left: auto !important;
}
 .mx-auto {
	 margin-right: auto !important;
	 margin-left: auto !important;
}
 .my-auto {
	 margin-top: auto !important;
	 margin-bottom: auto !important;
}
 .p-0 {
	 padding: 0px !important;
}
 .p-4 {
	 padding: 4px !important;
}
 .p-8 {
	 padding: 8px !important;
}
 .p-12 {
	 padding: 12px !important;
}
 .p-16 {
	 padding: 16px !important;
}
 .p-20 {
	 padding: 20px !important;
}
 .p-24 {
	 padding: 24px !important;
}
 .p-28 {
	 padding: 28px !important;
}
 .p-32 {
	 padding: 32px !important;
}
 .p-36 {
	 padding: 36px !important;
}
 .p-40 {
	 padding: 40px !important;
}
 .p-44 {
	 padding: 44px !important;
}
 .p-48 {
	 padding: 48px !important;
}
 .p-52 {
	 padding: 52px !important;
}
 .p-56 {
	 padding: 56px !important;
}
 .p-60 {
	 padding: 60px !important;
}
 .p-64 {
	 padding: 64px !important;
}
 .p-68 {
	 padding: 68px !important;
}
 .p-72 {
	 padding: 72px !important;
}
 .p-76 {
	 padding: 76px !important;
}
 .p-80 {
	 padding: 80px !important;
}
 .p-84 {
	 padding: 84px !important;
}
 .p-88 {
	 padding: 88px !important;
}
 .p-92 {
	 padding: 92px !important;
}
 .p-96 {
	 padding: 96px !important;
}
 .p-100 {
	 padding: 100px !important;
}
 .p-104 {
	 padding: 104px !important;
}
 .p-108 {
	 padding: 108px !important;
}
 .p-112 {
	 padding: 112px !important;
}
 .p-116 {
	 padding: 116px !important;
}
 .p-120 {
	 padding: 120px !important;
}
 .p-124 {
	 padding: 124px !important;
}
 .p-128 {
	 padding: 128px !important;
}
 .p-132 {
	 padding: 132px !important;
}
 .p-136 {
	 padding: 136px !important;
}
 .p-140 {
	 padding: 140px !important;
}
 .p-144 {
	 padding: 144px !important;
}
 .p-148 {
	 padding: 148px !important;
}
 .p-152 {
	 padding: 152px !important;
}
 .p-156 {
	 padding: 156px !important;
}
 .p-160 {
	 padding: 160px !important;
}
 .p-164 {
	 padding: 164px !important;
}
 .p-168 {
	 padding: 168px !important;
}
 .p-172 {
	 padding: 172px !important;
}
 .p-176 {
	 padding: 176px !important;
}
 .p-180 {
	 padding: 180px !important;
}
 .p-184 {
	 padding: 184px !important;
}
 .p-188 {
	 padding: 188px !important;
}
 .p-192 {
	 padding: 192px !important;
}
 .p-196 {
	 padding: 196px !important;
}
 .p-200 {
	 padding: 200px !important;
}
 .p-204 {
	 padding: 204px !important;
}
 .p-208 {
	 padding: 208px !important;
}
 .p-212 {
	 padding: 212px !important;
}
 .p-216 {
	 padding: 216px !important;
}
 .p-220 {
	 padding: 220px !important;
}
 .p-224 {
	 padding: 224px !important;
}
 .p-228 {
	 padding: 228px !important;
}
 .p-232 {
	 padding: 232px !important;
}
 .p-236 {
	 padding: 236px !important;
}
 .p-240 {
	 padding: 240px !important;
}
 .p-244 {
	 padding: 244px !important;
}
 .p-248 {
	 padding: 248px !important;
}
 .p-252 {
	 padding: 252px !important;
}
 .p-256 {
	 padding: 256px !important;
}
 .px-0 {
	 padding-right: 0px !important;
	 padding-left: 0px !important;
}
 .py-0 {
	 padding-top: 0px !important;
	 padding-bottom: 0px !important;
}
 .px-4 {
	 padding-right: 4px !important;
	 padding-left: 4px !important;
}
 .py-4 {
	 padding-top: 4px !important;
	 padding-bottom: 4px !important;
}
 .px-8 {
	 padding-right: 8px !important;
	 padding-left: 8px !important;
}
 .py-8 {
	 padding-top: 8px !important;
	 padding-bottom: 8px !important;
}
 .px-12 {
	 padding-right: 12px !important;
	 padding-left: 12px !important;
}
 .py-12 {
	 padding-top: 12px !important;
	 padding-bottom: 12px !important;
}
 .px-16 {
	 padding-right: 16px !important;
	 padding-left: 16px !important;
}
 .py-16 {
	 padding-top: 16px !important;
	 padding-bottom: 16px !important;
}
 .px-20 {
	 padding-right: 20px !important;
	 padding-left: 20px !important;
}
 .py-20 {
	 padding-top: 20px !important;
	 padding-bottom: 20px !important;
}
 .px-24 {
	 padding-right: 24px !important;
	 padding-left: 24px !important;
}
 .py-24 {
	 padding-top: 24px !important;
	 padding-bottom: 24px !important;
}
 .px-28 {
	 padding-right: 28px !important;
	 padding-left: 28px !important;
}
 .py-28 {
	 padding-top: 28px !important;
	 padding-bottom: 28px !important;
}
 .px-32 {
	 padding-right: 32px !important;
	 padding-left: 32px !important;
}
 .py-32 {
	 padding-top: 32px !important;
	 padding-bottom: 32px !important;
}
 .px-36 {
	 padding-right: 36px !important;
	 padding-left: 36px !important;
}
 .py-36 {
	 padding-top: 36px !important;
	 padding-bottom: 36px !important;
}
 .px-40 {
	 padding-right: 40px !important;
	 padding-left: 40px !important;
}
 .py-40 {
	 padding-top: 40px !important;
	 padding-bottom: 40px !important;
}
 .px-44 {
	 padding-right: 44px !important;
	 padding-left: 44px !important;
}
 .py-44 {
	 padding-top: 44px !important;
	 padding-bottom: 44px !important;
}
 .px-48 {
	 padding-right: 48px !important;
	 padding-left: 48px !important;
}
 .py-48 {
	 padding-top: 48px !important;
	 padding-bottom: 48px !important;
}
 .px-52 {
	 padding-right: 52px !important;
	 padding-left: 52px !important;
}
 .py-52 {
	 padding-top: 52px !important;
	 padding-bottom: 52px !important;
}
 .px-56 {
	 padding-right: 56px !important;
	 padding-left: 56px !important;
}
 .py-56 {
	 padding-top: 56px !important;
	 padding-bottom: 56px !important;
}
 .px-60 {
	 padding-right: 60px !important;
	 padding-left: 60px !important;
}
 .py-60 {
	 padding-top: 60px !important;
	 padding-bottom: 60px !important;
}
 .px-64 {
	 padding-right: 64px !important;
	 padding-left: 64px !important;
}
 .py-64 {
	 padding-top: 64px !important;
	 padding-bottom: 64px !important;
}
 .px-68 {
	 padding-right: 68px !important;
	 padding-left: 68px !important;
}
 .py-68 {
	 padding-top: 68px !important;
	 padding-bottom: 68px !important;
}
 .px-72 {
	 padding-right: 72px !important;
	 padding-left: 72px !important;
}
 .py-72 {
	 padding-top: 72px !important;
	 padding-bottom: 72px !important;
}
 .px-76 {
	 padding-right: 76px !important;
	 padding-left: 76px !important;
}
 .py-76 {
	 padding-top: 76px !important;
	 padding-bottom: 76px !important;
}
 .px-80 {
	 padding-right: 80px !important;
	 padding-left: 80px !important;
}
 .py-80 {
	 padding-top: 80px !important;
	 padding-bottom: 80px !important;
}
 .px-84 {
	 padding-right: 84px !important;
	 padding-left: 84px !important;
}
 .py-84 {
	 padding-top: 84px !important;
	 padding-bottom: 84px !important;
}
 .px-88 {
	 padding-right: 88px !important;
	 padding-left: 88px !important;
}
 .py-88 {
	 padding-top: 88px !important;
	 padding-bottom: 88px !important;
}
 .px-92 {
	 padding-right: 92px !important;
	 padding-left: 92px !important;
}
 .py-92 {
	 padding-top: 92px !important;
	 padding-bottom: 92px !important;
}
 .px-96 {
	 padding-right: 96px !important;
	 padding-left: 96px !important;
}
 .py-96 {
	 padding-top: 96px !important;
	 padding-bottom: 96px !important;
}
 .px-100 {
	 padding-right: 100px !important;
	 padding-left: 100px !important;
}
 .py-100 {
	 padding-top: 100px !important;
	 padding-bottom: 100px !important;
}
 .px-104 {
	 padding-right: 104px !important;
	 padding-left: 104px !important;
}
 .py-104 {
	 padding-top: 104px !important;
	 padding-bottom: 104px !important;
}
 .px-108 {
	 padding-right: 108px !important;
	 padding-left: 108px !important;
}
 .py-108 {
	 padding-top: 108px !important;
	 padding-bottom: 108px !important;
}
 .px-112 {
	 padding-right: 112px !important;
	 padding-left: 112px !important;
}
 .py-112 {
	 padding-top: 112px !important;
	 padding-bottom: 112px !important;
}
 .px-116 {
	 padding-right: 116px !important;
	 padding-left: 116px !important;
}
 .py-116 {
	 padding-top: 116px !important;
	 padding-bottom: 116px !important;
}
 .px-120 {
	 padding-right: 120px !important;
	 padding-left: 120px !important;
}
 .py-120 {
	 padding-top: 120px !important;
	 padding-bottom: 120px !important;
}
 .px-124 {
	 padding-right: 124px !important;
	 padding-left: 124px !important;
}
 .py-124 {
	 padding-top: 124px !important;
	 padding-bottom: 124px !important;
}
 .px-128 {
	 padding-right: 128px !important;
	 padding-left: 128px !important;
}
 .py-128 {
	 padding-top: 128px !important;
	 padding-bottom: 128px !important;
}
 .px-132 {
	 padding-right: 132px !important;
	 padding-left: 132px !important;
}
 .py-132 {
	 padding-top: 132px !important;
	 padding-bottom: 132px !important;
}
 .px-136 {
	 padding-right: 136px !important;
	 padding-left: 136px !important;
}
 .py-136 {
	 padding-top: 136px !important;
	 padding-bottom: 136px !important;
}
 .px-140 {
	 padding-right: 140px !important;
	 padding-left: 140px !important;
}
 .py-140 {
	 padding-top: 140px !important;
	 padding-bottom: 140px !important;
}
 .px-144 {
	 padding-right: 144px !important;
	 padding-left: 144px !important;
}
 .py-144 {
	 padding-top: 144px !important;
	 padding-bottom: 144px !important;
}
 .px-148 {
	 padding-right: 148px !important;
	 padding-left: 148px !important;
}
 .py-148 {
	 padding-top: 148px !important;
	 padding-bottom: 148px !important;
}
 .px-152 {
	 padding-right: 152px !important;
	 padding-left: 152px !important;
}
 .py-152 {
	 padding-top: 152px !important;
	 padding-bottom: 152px !important;
}
 .px-156 {
	 padding-right: 156px !important;
	 padding-left: 156px !important;
}
 .py-156 {
	 padding-top: 156px !important;
	 padding-bottom: 156px !important;
}
 .px-160 {
	 padding-right: 160px !important;
	 padding-left: 160px !important;
}
 .py-160 {
	 padding-top: 160px !important;
	 padding-bottom: 160px !important;
}
 .px-164 {
	 padding-right: 164px !important;
	 padding-left: 164px !important;
}
 .py-164 {
	 padding-top: 164px !important;
	 padding-bottom: 164px !important;
}
 .px-168 {
	 padding-right: 168px !important;
	 padding-left: 168px !important;
}
 .py-168 {
	 padding-top: 168px !important;
	 padding-bottom: 168px !important;
}
 .px-172 {
	 padding-right: 172px !important;
	 padding-left: 172px !important;
}
 .py-172 {
	 padding-top: 172px !important;
	 padding-bottom: 172px !important;
}
 .px-176 {
	 padding-right: 176px !important;
	 padding-left: 176px !important;
}
 .py-176 {
	 padding-top: 176px !important;
	 padding-bottom: 176px !important;
}
 .px-180 {
	 padding-right: 180px !important;
	 padding-left: 180px !important;
}
 .py-180 {
	 padding-top: 180px !important;
	 padding-bottom: 180px !important;
}
 .px-184 {
	 padding-right: 184px !important;
	 padding-left: 184px !important;
}
 .py-184 {
	 padding-top: 184px !important;
	 padding-bottom: 184px !important;
}
 .px-188 {
	 padding-right: 188px !important;
	 padding-left: 188px !important;
}
 .py-188 {
	 padding-top: 188px !important;
	 padding-bottom: 188px !important;
}
 .px-192 {
	 padding-right: 192px !important;
	 padding-left: 192px !important;
}
 .py-192 {
	 padding-top: 192px !important;
	 padding-bottom: 192px !important;
}
 .px-196 {
	 padding-right: 196px !important;
	 padding-left: 196px !important;
}
 .py-196 {
	 padding-top: 196px !important;
	 padding-bottom: 196px !important;
}
 .px-200 {
	 padding-right: 200px !important;
	 padding-left: 200px !important;
}
 .py-200 {
	 padding-top: 200px !important;
	 padding-bottom: 200px !important;
}
 .px-204 {
	 padding-right: 204px !important;
	 padding-left: 204px !important;
}
 .py-204 {
	 padding-top: 204px !important;
	 padding-bottom: 204px !important;
}
 .px-208 {
	 padding-right: 208px !important;
	 padding-left: 208px !important;
}
 .py-208 {
	 padding-top: 208px !important;
	 padding-bottom: 208px !important;
}
 .px-212 {
	 padding-right: 212px !important;
	 padding-left: 212px !important;
}
 .py-212 {
	 padding-top: 212px !important;
	 padding-bottom: 212px !important;
}
 .px-216 {
	 padding-right: 216px !important;
	 padding-left: 216px !important;
}
 .py-216 {
	 padding-top: 216px !important;
	 padding-bottom: 216px !important;
}
 .px-220 {
	 padding-right: 220px !important;
	 padding-left: 220px !important;
}
 .py-220 {
	 padding-top: 220px !important;
	 padding-bottom: 220px !important;
}
 .px-224 {
	 padding-right: 224px !important;
	 padding-left: 224px !important;
}
 .py-224 {
	 padding-top: 224px !important;
	 padding-bottom: 224px !important;
}
 .px-228 {
	 padding-right: 228px !important;
	 padding-left: 228px !important;
}
 .py-228 {
	 padding-top: 228px !important;
	 padding-bottom: 228px !important;
}
 .px-232 {
	 padding-right: 232px !important;
	 padding-left: 232px !important;
}
 .py-232 {
	 padding-top: 232px !important;
	 padding-bottom: 232px !important;
}
 .px-236 {
	 padding-right: 236px !important;
	 padding-left: 236px !important;
}
 .py-236 {
	 padding-top: 236px !important;
	 padding-bottom: 236px !important;
}
 .px-240 {
	 padding-right: 240px !important;
	 padding-left: 240px !important;
}
 .py-240 {
	 padding-top: 240px !important;
	 padding-bottom: 240px !important;
}
 .px-244 {
	 padding-right: 244px !important;
	 padding-left: 244px !important;
}
 .py-244 {
	 padding-top: 244px !important;
	 padding-bottom: 244px !important;
}
 .px-248 {
	 padding-right: 248px !important;
	 padding-left: 248px !important;
}
 .py-248 {
	 padding-top: 248px !important;
	 padding-bottom: 248px !important;
}
 .px-252 {
	 padding-right: 252px !important;
	 padding-left: 252px !important;
}
 .py-252 {
	 padding-top: 252px !important;
	 padding-bottom: 252px !important;
}
 .px-256 {
	 padding-right: 256px !important;
	 padding-left: 256px !important;
}
 .py-256 {
	 padding-top: 256px !important;
	 padding-bottom: 256px !important;
}
 .pt-0 {
	 padding-top: 0px !important;
}
 .pr-0 {
	 padding-right: 0px !important;
}
 .pb-0 {
	 padding-bottom: 0px !important;
}
 .pl-0 {
	 padding-left: 0px !important;
}
 .pt-4 {
	 padding-top: 4px !important;
}
 .pr-4 {
	 padding-right: 4px !important;
}
 .pb-4 {
	 padding-bottom: 4px !important;
}
 .pl-4 {
	 padding-left: 4px !important;
}
 .pt-8 {
	 padding-top: 8px !important;
}
 .pr-8 {
	 padding-right: 8px !important;
}
 .pb-8 {
	 padding-bottom: 8px !important;
}
 .pl-8 {
	 padding-left: 8px !important;
}
 .pt-12 {
	 padding-top: 12px !important;
}
 .pr-12 {
	 padding-right: 12px !important;
}
 .pb-12 {
	 padding-bottom: 12px !important;
}
 .pl-12 {
	 padding-left: 12px !important;
}
 .pt-16 {
	 padding-top: 16px !important;
}
 .pr-16 {
	 padding-right: 16px !important;
}
 .pb-16 {
	 padding-bottom: 16px !important;
}
 .pl-16 {
	 padding-left: 16px !important;
}
 .pt-20 {
	 padding-top: 20px !important;
}
 .pr-20 {
	 padding-right: 20px !important;
}
 .pb-20 {
	 padding-bottom: 20px !important;
}
 .pl-20 {
	 padding-left: 20px !important;
}
 .pt-24 {
	 padding-top: 24px !important;
}
 .pr-24 {
	 padding-right: 24px !important;
}
 .pb-24 {
	 padding-bottom: 24px !important;
}
 .pl-24 {
	 padding-left: 24px !important;
}
 .pt-28 {
	 padding-top: 28px !important;
}
 .pr-28 {
	 padding-right: 28px !important;
}
 .pb-28 {
	 padding-bottom: 28px !important;
}
 .pl-28 {
	 padding-left: 28px !important;
}
 .pt-32 {
	 padding-top: 32px !important;
}
 .pr-32 {
	 padding-right: 32px !important;
}
 .pb-32 {
	 padding-bottom: 32px !important;
}
 .pl-32 {
	 padding-left: 32px !important;
}
 .pt-36 {
	 padding-top: 36px !important;
}
 .pr-36 {
	 padding-right: 36px !important;
}
 .pb-36 {
	 padding-bottom: 36px !important;
}
 .pl-36 {
	 padding-left: 36px !important;
}
 .pt-40 {
	 padding-top: 40px !important;
}
 .pr-40 {
	 padding-right: 40px !important;
}
 .pb-40 {
	 padding-bottom: 40px !important;
}
 .pl-40 {
	 padding-left: 40px !important;
}
 .pt-44 {
	 padding-top: 44px !important;
}
 .pr-44 {
	 padding-right: 44px !important;
}
 .pb-44 {
	 padding-bottom: 44px !important;
}
 .pl-44 {
	 padding-left: 44px !important;
}
 .pt-48 {
	 padding-top: 48px !important;
}
 .pr-48 {
	 padding-right: 48px !important;
}
 .pb-48 {
	 padding-bottom: 48px !important;
}
 .pl-48 {
	 padding-left: 48px !important;
}
 .pt-52 {
	 padding-top: 52px !important;
}
 .pr-52 {
	 padding-right: 52px !important;
}
 .pb-52 {
	 padding-bottom: 52px !important;
}
 .pl-52 {
	 padding-left: 52px !important;
}
 .pt-56 {
	 padding-top: 56px !important;
}
 .pr-56 {
	 padding-right: 56px !important;
}
 .pb-56 {
	 padding-bottom: 56px !important;
}
 .pl-56 {
	 padding-left: 56px !important;
}
 .pt-60 {
	 padding-top: 60px !important;
}
 .pr-60 {
	 padding-right: 60px !important;
}
 .pb-60 {
	 padding-bottom: 60px !important;
}
 .pl-60 {
	 padding-left: 60px !important;
}
 .pt-64 {
	 padding-top: 64px !important;
}
 .pr-64 {
	 padding-right: 64px !important;
}
 .pb-64 {
	 padding-bottom: 64px !important;
}
 .pl-64 {
	 padding-left: 64px !important;
}
 .pt-68 {
	 padding-top: 68px !important;
}
 .pr-68 {
	 padding-right: 68px !important;
}
 .pb-68 {
	 padding-bottom: 68px !important;
}
 .pl-68 {
	 padding-left: 68px !important;
}
 .pt-72 {
	 padding-top: 72px !important;
}
 .pr-72 {
	 padding-right: 72px !important;
}
 .pb-72 {
	 padding-bottom: 72px !important;
}
 .pl-72 {
	 padding-left: 72px !important;
}
 .pt-76 {
	 padding-top: 76px !important;
}
 .pr-76 {
	 padding-right: 76px !important;
}
 .pb-76 {
	 padding-bottom: 76px !important;
}
 .pl-76 {
	 padding-left: 76px !important;
}
 .pt-80 {
	 padding-top: 80px !important;
}
 .pr-80 {
	 padding-right: 80px !important;
}
 .pb-80 {
	 padding-bottom: 80px !important;
}
 .pl-80 {
	 padding-left: 80px !important;
}
 .pt-84 {
	 padding-top: 84px !important;
}
 .pr-84 {
	 padding-right: 84px !important;
}
 .pb-84 {
	 padding-bottom: 84px !important;
}
 .pl-84 {
	 padding-left: 84px !important;
}
 .pt-88 {
	 padding-top: 88px !important;
}
 .pr-88 {
	 padding-right: 88px !important;
}
 .pb-88 {
	 padding-bottom: 88px !important;
}
 .pl-88 {
	 padding-left: 88px !important;
}
 .pt-92 {
	 padding-top: 92px !important;
}
 .pr-92 {
	 padding-right: 92px !important;
}
 .pb-92 {
	 padding-bottom: 92px !important;
}
 .pl-92 {
	 padding-left: 92px !important;
}
 .pt-96 {
	 padding-top: 96px !important;
}
 .pr-96 {
	 padding-right: 96px !important;
}
 .pb-96 {
	 padding-bottom: 96px !important;
}
 .pl-96 {
	 padding-left: 96px !important;
}
 .pt-100 {
	 padding-top: 100px !important;
}
 .pr-100 {
	 padding-right: 100px !important;
}
 .pb-100 {
	 padding-bottom: 100px !important;
}
 .pl-100 {
	 padding-left: 100px !important;
}
 .pt-104 {
	 padding-top: 104px !important;
}
 .pr-104 {
	 padding-right: 104px !important;
}
 .pb-104 {
	 padding-bottom: 104px !important;
}
 .pl-104 {
	 padding-left: 104px !important;
}
 .pt-108 {
	 padding-top: 108px !important;
}
 .pr-108 {
	 padding-right: 108px !important;
}
 .pb-108 {
	 padding-bottom: 108px !important;
}
 .pl-108 {
	 padding-left: 108px !important;
}
 .pt-112 {
	 padding-top: 112px !important;
}
 .pr-112 {
	 padding-right: 112px !important;
}
 .pb-112 {
	 padding-bottom: 112px !important;
}
 .pl-112 {
	 padding-left: 112px !important;
}
 .pt-116 {
	 padding-top: 116px !important;
}
 .pr-116 {
	 padding-right: 116px !important;
}
 .pb-116 {
	 padding-bottom: 116px !important;
}
 .pl-116 {
	 padding-left: 116px !important;
}
 .pt-120 {
	 padding-top: 120px !important;
}
 .pr-120 {
	 padding-right: 120px !important;
}
 .pb-120 {
	 padding-bottom: 120px !important;
}
 .pl-120 {
	 padding-left: 120px !important;
}
 .pt-124 {
	 padding-top: 124px !important;
}
 .pr-124 {
	 padding-right: 124px !important;
}
 .pb-124 {
	 padding-bottom: 124px !important;
}
 .pl-124 {
	 padding-left: 124px !important;
}
 .pt-128 {
	 padding-top: 128px !important;
}
 .pr-128 {
	 padding-right: 128px !important;
}
 .pb-128 {
	 padding-bottom: 128px !important;
}
 .pl-128 {
	 padding-left: 128px !important;
}
 .pt-132 {
	 padding-top: 132px !important;
}
 .pr-132 {
	 padding-right: 132px !important;
}
 .pb-132 {
	 padding-bottom: 132px !important;
}
 .pl-132 {
	 padding-left: 132px !important;
}
 .pt-136 {
	 padding-top: 136px !important;
}
 .pr-136 {
	 padding-right: 136px !important;
}
 .pb-136 {
	 padding-bottom: 136px !important;
}
 .pl-136 {
	 padding-left: 136px !important;
}
 .pt-140 {
	 padding-top: 140px !important;
}
 .pr-140 {
	 padding-right: 140px !important;
}
 .pb-140 {
	 padding-bottom: 140px !important;
}
 .pl-140 {
	 padding-left: 140px !important;
}
 .pt-144 {
	 padding-top: 144px !important;
}
 .pr-144 {
	 padding-right: 144px !important;
}
 .pb-144 {
	 padding-bottom: 144px !important;
}
 .pl-144 {
	 padding-left: 144px !important;
}
 .pt-148 {
	 padding-top: 148px !important;
}
 .pr-148 {
	 padding-right: 148px !important;
}
 .pb-148 {
	 padding-bottom: 148px !important;
}
 .pl-148 {
	 padding-left: 148px !important;
}
 .pt-152 {
	 padding-top: 152px !important;
}
 .pr-152 {
	 padding-right: 152px !important;
}
 .pb-152 {
	 padding-bottom: 152px !important;
}
 .pl-152 {
	 padding-left: 152px !important;
}
 .pt-156 {
	 padding-top: 156px !important;
}
 .pr-156 {
	 padding-right: 156px !important;
}
 .pb-156 {
	 padding-bottom: 156px !important;
}
 .pl-156 {
	 padding-left: 156px !important;
}
 .pt-160 {
	 padding-top: 160px !important;
}
 .pr-160 {
	 padding-right: 160px !important;
}
 .pb-160 {
	 padding-bottom: 160px !important;
}
 .pl-160 {
	 padding-left: 160px !important;
}
 .pt-164 {
	 padding-top: 164px !important;
}
 .pr-164 {
	 padding-right: 164px !important;
}
 .pb-164 {
	 padding-bottom: 164px !important;
}
 .pl-164 {
	 padding-left: 164px !important;
}
 .pt-168 {
	 padding-top: 168px !important;
}
 .pr-168 {
	 padding-right: 168px !important;
}
 .pb-168 {
	 padding-bottom: 168px !important;
}
 .pl-168 {
	 padding-left: 168px !important;
}
 .pt-172 {
	 padding-top: 172px !important;
}
 .pr-172 {
	 padding-right: 172px !important;
}
 .pb-172 {
	 padding-bottom: 172px !important;
}
 .pl-172 {
	 padding-left: 172px !important;
}
 .pt-176 {
	 padding-top: 176px !important;
}
 .pr-176 {
	 padding-right: 176px !important;
}
 .pb-176 {
	 padding-bottom: 176px !important;
}
 .pl-176 {
	 padding-left: 176px !important;
}
 .pt-180 {
	 padding-top: 180px !important;
}
 .pr-180 {
	 padding-right: 180px !important;
}
 .pb-180 {
	 padding-bottom: 180px !important;
}
 .pl-180 {
	 padding-left: 180px !important;
}
 .pt-184 {
	 padding-top: 184px !important;
}
 .pr-184 {
	 padding-right: 184px !important;
}
 .pb-184 {
	 padding-bottom: 184px !important;
}
 .pl-184 {
	 padding-left: 184px !important;
}
 .pt-188 {
	 padding-top: 188px !important;
}
 .pr-188 {
	 padding-right: 188px !important;
}
 .pb-188 {
	 padding-bottom: 188px !important;
}
 .pl-188 {
	 padding-left: 188px !important;
}
 .pt-192 {
	 padding-top: 192px !important;
}
 .pr-192 {
	 padding-right: 192px !important;
}
 .pb-192 {
	 padding-bottom: 192px !important;
}
 .pl-192 {
	 padding-left: 192px !important;
}
 .pt-196 {
	 padding-top: 196px !important;
}
 .pr-196 {
	 padding-right: 196px !important;
}
 .pb-196 {
	 padding-bottom: 196px !important;
}
 .pl-196 {
	 padding-left: 196px !important;
}
 .pt-200 {
	 padding-top: 200px !important;
}
 .pr-200 {
	 padding-right: 200px !important;
}
 .pb-200 {
	 padding-bottom: 200px !important;
}
 .pl-200 {
	 padding-left: 200px !important;
}
 .pt-204 {
	 padding-top: 204px !important;
}
 .pr-204 {
	 padding-right: 204px !important;
}
 .pb-204 {
	 padding-bottom: 204px !important;
}
 .pl-204 {
	 padding-left: 204px !important;
}
 .pt-208 {
	 padding-top: 208px !important;
}
 .pr-208 {
	 padding-right: 208px !important;
}
 .pb-208 {
	 padding-bottom: 208px !important;
}
 .pl-208 {
	 padding-left: 208px !important;
}
 .pt-212 {
	 padding-top: 212px !important;
}
 .pr-212 {
	 padding-right: 212px !important;
}
 .pb-212 {
	 padding-bottom: 212px !important;
}
 .pl-212 {
	 padding-left: 212px !important;
}
 .pt-216 {
	 padding-top: 216px !important;
}
 .pr-216 {
	 padding-right: 216px !important;
}
 .pb-216 {
	 padding-bottom: 216px !important;
}
 .pl-216 {
	 padding-left: 216px !important;
}
 .pt-220 {
	 padding-top: 220px !important;
}
 .pr-220 {
	 padding-right: 220px !important;
}
 .pb-220 {
	 padding-bottom: 220px !important;
}
 .pl-220 {
	 padding-left: 220px !important;
}
 .pt-224 {
	 padding-top: 224px !important;
}
 .pr-224 {
	 padding-right: 224px !important;
}
 .pb-224 {
	 padding-bottom: 224px !important;
}
 .pl-224 {
	 padding-left: 224px !important;
}
 .pt-228 {
	 padding-top: 228px !important;
}
 .pr-228 {
	 padding-right: 228px !important;
}
 .pb-228 {
	 padding-bottom: 228px !important;
}
 .pl-228 {
	 padding-left: 228px !important;
}
 .pt-232 {
	 padding-top: 232px !important;
}
 .pr-232 {
	 padding-right: 232px !important;
}
 .pb-232 {
	 padding-bottom: 232px !important;
}
 .pl-232 {
	 padding-left: 232px !important;
}
 .pt-236 {
	 padding-top: 236px !important;
}
 .pr-236 {
	 padding-right: 236px !important;
}
 .pb-236 {
	 padding-bottom: 236px !important;
}
 .pl-236 {
	 padding-left: 236px !important;
}
 .pt-240 {
	 padding-top: 240px !important;
}
 .pr-240 {
	 padding-right: 240px !important;
}
 .pb-240 {
	 padding-bottom: 240px !important;
}
 .pl-240 {
	 padding-left: 240px !important;
}
 .pt-244 {
	 padding-top: 244px !important;
}
 .pr-244 {
	 padding-right: 244px !important;
}
 .pb-244 {
	 padding-bottom: 244px !important;
}
 .pl-244 {
	 padding-left: 244px !important;
}
 .pt-248 {
	 padding-top: 248px !important;
}
 .pr-248 {
	 padding-right: 248px !important;
}
 .pb-248 {
	 padding-bottom: 248px !important;
}
 .pl-248 {
	 padding-left: 248px !important;
}
 .pt-252 {
	 padding-top: 252px !important;
}
 .pr-252 {
	 padding-right: 252px !important;
}
 .pb-252 {
	 padding-bottom: 252px !important;
}
 .pl-252 {
	 padding-left: 252px !important;
}
 .pt-256 {
	 padding-top: 256px !important;
}
 .pr-256 {
	 padding-right: 256px !important;
}
 .pb-256 {
	 padding-bottom: 256px !important;
}
 .pl-256 {
	 padding-left: 256px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-h {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.text-italic {
  font-style: italic;
}

.text-semibold {
  font-weight: 600;
}

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

.text-strike {
  text-decoration: line-through;
}

.text-super {
  vertical-align: super;
}

.text-sub {
  vertical-align: sub;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

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

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

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

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

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

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

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

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.font-size-2 {
  font-size: 2px;
}

.font-size-4 {
  font-size: 4px;
}

.font-size-6 {
  font-size: 6px;
}

.font-size-8 {
  font-size: 8px;
}

.font-size-10 {
  font-size: 10px;
}

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

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-38 {
  font-size: 38px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-42 {
  font-size: 42px;
}

.font-size-44 {
  font-size: 44px;
}

.font-size-46 {
  font-size: 46px;
}

.font-size-48 {
  font-size: 48px;
}

.font-size-50 {
  font-size: 50px;
}

.font-size-52 {
  font-size: 52px;
}

.font-size-54 {
  font-size: 54px;
}

.font-size-56 {
  font-size: 56px;
}

.font-size-58 {
  font-size: 58px;
}

.font-size-60 {
  font-size: 60px;
}

.font-size-62 {
  font-size: 62px;
}

.font-size-64 {
  font-size: 64px;
}

.font-size-66 {
  font-size: 66px;
}

.font-size-68 {
  font-size: 68px;
}

.font-size-70 {
  font-size: 70px;
}

.font-size-72 {
  font-size: 72px;
}

.font-size-74 {
  font-size: 74px;
}

.font-size-76 {
  font-size: 76px;
}

.font-size-78 {
  font-size: 78px;
}

.font-size-80 {
  font-size: 80px;
}

.font-size-82 {
  font-size: 82px;
}

.font-size-84 {
  font-size: 84px;
}

.font-size-86 {
  font-size: 86px;
}

.font-size-88 {
  font-size: 88px;
}

.font-size-90 {
  font-size: 90px;
}

.font-size-92 {
  font-size: 92px;
}

.font-size-94 {
  font-size: 94px;
}

.font-size-96 {
  font-size: 96px;
}

.font-size-98 {
  font-size: 98px;
}

.font-size-100 {
  font-size: 100px;
}

.font-size-102 {
  font-size: 102px;
}

.font-size-104 {
  font-size: 104px;
}

.font-size-106 {
  font-size: 106px;
}

.font-size-108 {
  font-size: 108px;
}

.font-size-110 {
  font-size: 110px;
}

.font-size-112 {
  font-size: 112px;
}

.font-size-114 {
  font-size: 114px;
}

.font-size-116 {
  font-size: 116px;
}

.font-size-118 {
  font-size: 118px;
}

.font-size-120 {
  font-size: 120px;
}

.wow {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

.fadeIn {
  animation-name: fadeIn;
  transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
  transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp2 {
  animation-name: fadeInUp2;
  animation-timing-function: cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
  transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
}

@keyframes lineInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.lineInLeft {
  animation-name: lineInLeft;
  animation-timing-function: cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
}

@keyframes lineInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.lineInRight {
  animation-name: lineInRight;
  animation-timing-function: cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
}

@keyframes lineInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.lineInDown {
  animation-name: lineInDown;
  animation-timing-function: cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
}

@keyframes boxInLeft {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}

.boxInLeft {
  animation-name: boxInLeft;
  animation-timing-function: cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
}

@keyframes boxInLeftOverlay {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.boxInLeftOverlay {
  animation-name: boxInLeftOverlay;
  animation-timing-function: cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/wp-content/themes/byd/assets/fonts/ProximaNova-Regular.woff2") format("woff2"), url("/wp-content/themes/byd/assets/fonts/ProximaNova-Regular.woff") format("woff"), url("/wp-content/themes/byd/assets/fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/wp-content/themes/byd/assets/fonts/ProximaNova-Bold.woff2") format("woff2"), url("/wp-content/themes/byd/assets/fonts/ProximaNova-Bold.woff") format("woff"), url("/wp-content/themes/byd/assets/fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

::selection {
  background-color: #b01f24;
  color: #fff;
}

/* custom */

.byd-cont, .boga-cont {
  position: relative;
  width: 100%;
  max-width: 1152px;
  padding: 0 24px;
  margin: 0 auto;
}

.bg-icon {
  background-repeat: no-repeat;
  filter: invert(1);
}

.reveal-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
  transform: translateX(-100%);
}

.parallax-overlay {
  top: 0;
  left: 0;
}

.parallax-bg {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.parallax-bg .parallax-image {
  min-height: 110vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.b-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 125px;
  min-height: 35px;
  border: 1px solid #b01f24;
}

.b-btn .btn-over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.b-btn .btn-over:after, .b-btn .btn-over:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b01f24;
}

.b-btn .btn-over:before {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.b-btn .btn-over:after {
  transform: translate3d(100%, 0, 0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.b-btn .text {
  position: relative;
  line-height: 1.6;
  color: #4a4a4a;
  font-size: 12px;
  z-index: 1;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.b-btn:hover .btn-over:before {
  transform: translateZ(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.b-btn:hover .btn-over:after {
  transform: translateZ(0);
  opacity: 0;
  transition: none;
}

.b-btn:hover .text {
  color: #fff;
}

/* Header */

.header-root .header-cont {
  padding: 30px 50px;
}

.menu-cont {
  display: flex;
}

.menu-cont .menu-item {
  position: relative;
}

.menu-cont .menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 0%;
  margin-top: 0.18em;
  height: 0.1875em;
  background: #b01f24;
  transition: width 0.2s ease-in-out;
}

.menu-cont .menu-item:hover::before {
  width: 100%;
}

.menu-cont .menu-item .menu-link {
  padding: 0 0.625em;
  display: block;
  position: relative;
  color: #fbf8f3;
}

.menu-cont .submenu-cont {
  visibility: hidden;
  position: absolute;
  min-width: 135px;
}

.menu-cont .submenu-cont .submenu {
  background: #fff;
  border-radius: 2px;
}

.menu-cont .submenu-cont .submenu .submenu-link {
  color: #000;
}

.menu-cont .submenu-cont .submenu .submenu-link:hover {
  color: #b01f24;
}

.menu-cont .menu-item:hover .submenu-cont {
  visibility: visible;
}

.submenu .submenu-link:not(:last-child) {
  padding-bottom: 8px;
}

.sidemenu .burger-patty {
  height: 2px;
  width: 100%;
  background: #fff;
  margin-bottom: 8px;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.sidemenu .burger-patty:nth-child(2) {
  width: 70%;
}

.sidemenu:hover .burger-patty:nth-child(2) {
  width: 100%;
}

.sidemenu .burger-menu.show .burger-patty {
  background: #b01f24;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .header-root .header-cont {
    padding: 24px;
  }
  .sidemenu {
    top: 42px;
    right: 24px;
  }
  .sidemenu .burger-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .menu-cont {
    display: none;
  }
}

/* Sidebar */

.bs-overlay {
  position: fixed;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 43, 58, 0.75);
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 99;
}

.bs-root {
  position: fixed;
  top: 0;
  right: 0;
  width: 37.5%;
  height: 100%;
  background: rgba(38, 43, 58, 0.95);
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transform: translate3d(100%, 0, 0);
  z-index: 100;
}

.bs-root .bs-cont .bs-content {
  flex: 0 0 85%;
  width: 85%;
  max-width: 85%;
  padding: 80px;
  overflow-y: auto;
  height: 100vh;
  margin-right: -20px;
}

.bs-root .bs-cont .bs-content .multilang-cont {
  display: block;
  position: absolute;
  left: 24px;
  top: 34px;
}

.bs-root .bs-cont .bs-content .multilang-cont .lang-item {
  margin-bottom: 10px;
}

.bs-root .bs-cont .bs-content .multilang-cont .lang-item .lang {
  position: relative;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  width: 30px;
  overflow: hidden;
  opacity: 0;
  padding-bottom: 10px;
  transform: translateY(101%);
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.bs-root .bs-cont .bs-content .multilang-cont .lang-item .lang:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
}

.bs-root .bs-cont .bs-content .multilang-cont .lang-item .lang:hover:after, .bs-root .bs-cont .bs-content .multilang-cont .lang-item .lang.active:after {
  width: 100%;
}

.bs-root .bs-cont .bs-content .multilang-cont .lang-item:nth-of-type(1) button {
  transition-delay: 0.5s;
}

.bs-root .bs-cont .bs-content .multilang-cont .lang-item:nth-of-type(2) button {
  transition-delay: 0.55s;
}

.bs-root .bs-cont .bs-content .sidebar-menus-cont {
  margin-top: 60px;
  margin-bottom: 100px;
}

.bs-root .bs-cont .bs-content .sidebar-menus-cont li {
  padding: 10px 0;
  overflow: hidden;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.bs-root .bs-cont .bs-content .sidebar-menus-cont li a {
  transform: translateY(101%);
  opacity: 0;
  transition: color 0.1s ease, transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  display: block;
}

.bs-root .bs-cont .bs-content .sidebar-menus-cont li a span {
  text-transform: uppercase;
  color: #727272;
  font-size: 16px;
  letter-spacing: 3.5px;
  font-weight: 400;
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.bs-root .bs-cont .bs-content .sidebar-menus-cont li a:hover span, .bs-root .bs-cont .bs-content .sidebar-menus-cont li a.active span {
  color: #fff;
}

.bs-root .bs-cont .bs-content .sidebar-menus-cont li:nth-of-type(1) a {
  transition-delay: 0.5s;
}

.bs-root .bs-cont .bs-content .sidebar-menus-cont li:nth-of-type(2) a {
  transition-delay: 0.55s;
}

.bs-root .bs-cont .bs-content .sidebar-menus-cont li:nth-of-type(3) a {
  transition-delay: 0.6s;
}

.bs-root .bs-cont .bs-content .sidebar-menus-cont li:nth-of-type(4) a {
  transition-delay: 0.65s;
}

.bs-root .bs-cont .bs-content .sidebar-menus-cont li:nth-of-type(5) a {
  transition-delay: 0.7s;
}

.bs-root .bs-cont .bs-content .sidebar-menus-cont li:nth-of-type(6) a {
  transition-delay: 0.75s;
}

.bs-root .bs-cont .bs-content .sidebar-menus-cont li:nth-of-type(7) a {
  transition-delay: 0.8s;
}

.bs-root .bs-cont .bs-content .sidebar-menus-cont li:nth-of-type(8) a {
  transition-delay: 0.85s;
}

.bs-root .bs-cont .bs-content .sidebar-socmed {
  margin-bottom: 20px;
}

.bs-root .bs-cont .bs-content .sidebar-socmed .socmed-item-cont li {
  overflow: hidden;
  margin-right: 14px;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.bs-root .bs-cont .bs-content .sidebar-socmed .socmed-item-cont li a {
  transform: translateY(101%);
  opacity: 0;
  display: block;
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.bs-root .bs-cont .bs-content .sidebar-socmed .socmed-item-cont li:nth-of-type(1) a {
  transition-delay: 0.5s;
}

.bs-root .bs-cont .bs-content .sidebar-socmed .socmed-item-cont li:nth-of-type(2) a {
  transition-delay: 0.55s;
}

.bs-root .bs-cont .bs-content .sidebar-socmed .socmed-item-cont li:nth-of-type(3) a {
  transition-delay: 0.6s;
}

.bs-root .bs-cont .bs-content .sidebar-socmed .socmed-item-cont li:nth-of-type(4) a {
  transition-delay: 0.65s;
}

.bs-root .bs-cont .bs-content .sidebar-socmed .socmed-item-cont li:nth-of-type(5) a {
  transition-delay: 0.7s;
}

.bs-root .bs-cont .bs-content .sidebar-socmed .socmed-item-cont li:nth-of-type(6) a {
  transition-delay: 0.75s;
}

.bs-root .bs-cont .bs-content .sidebar-socmed .socmed-item-cont li:nth-of-type(7) a {
  transition-delay: 0.8s;
}

.bs-root .bs-cont .bs-content .sidebar-socmed .socmed-item-cont li:nth-of-type(8) a {
  transition-delay: 0.85s;
}

.bs-root .bs-cont .bs-content .sidebar-byd-description .title {
  margin-bottom: 5px;
  overflow: hidden;
}

.bs-root .bs-cont .bs-content .sidebar-byd-description .title p {
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px;
  margin: 0;
  opacity: 0;
  transform: translateY(101%);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.7s;
}

.bs-root .bs-cont .bs-content .sidebar-byd-description .content:first-child {
  margin-top: 0;
}

.bs-root .bs-cont .bs-content .sidebar-byd-description .content p {
  opacity: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 20px;
  transform: translateY(101%);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.7s;
}

.bs-root .bs-cont .bs-content .sidebar-byd-description .content a {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
}

.bs-root .bs-cont .bs-content::-webkit-scrollbar {
  display: none;
}

.bs-root .bs-cont .bs-close {
  background: #292d3d;
  min-height: 100vh;
  flex: 0 0 15%;
  width: 15%;
  max-width: 15%;
  display: flex;
  justify-content: center;
  padding-top: 60px;
  position: relative;
}

.bs-root .bs-cont .bs-close .byd-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background: #fff;
  opacity: 0;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.35s;
}

.bs-root .bs-cont .bs-close .close-btn {
  height: 20px;
  margin-left: 20px;
}

.bs-root .bs-cont .bs-close .close-btn button {
  opacity: 0;
  transform: rotate(135deg);
  transition: all 0.4s ease;
  transition-delay: 0.2s;
}

.bs-root .bs-cont .bs-close .close-btn button svg, .bs-root .bs-cont .bs-close .close-btn button path {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.bs-host.active .bs-overlay, .bs-host.active .bs-root {
  opacity: 1;
  visibility: visible;
  backface-visibility: visible;
}

.bs-host.active .bs-root {
  transform: translate3D(0, 0, 0);
}

.bs-host.active .bs-root .bs-cont .bs-content .multilang-cont .lang-item .lang {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.bs-host.active .bs-root .bs-cont .bs-content .sidebar-menus-cont li a {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.bs-host.active .bs-root .bs-cont .bs-content .sidebar-socmed .socmed-item-cont li a {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.bs-host.active .bs-root .bs-cont .bs-content .sidebar-byd-description .title p {
  opacity: 1;
  transform: translateY(0);
}

.bs-host.active .bs-root .bs-cont .bs-content .sidebar-byd-description .content p {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.bs-host.active .bs-root .bs-cont .bs-close .byd-line {
  height: 100vh;
  opacity: 1;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.5s;
}

.bs-host.active .bs-root .bs-cont .bs-close .close-btn button {
  opacity: 1;
  transform: rotate(0);
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .bs-root {
    width: 85%;
  }
  .bs-root .bs-cont .bs-content {
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
    padding: 50px 24px;
  }
  .bs-root .bs-cont .bs-content .multilang-cont {
    position: relative;
    top: 0;
    left: 0;
  }
  .bs-root .bs-cont .bs-content .multilang-cont .lang-item .lang {
    width: 45px;
  }
  .bs-root .bs-cont .bs-content .sidebar-menus-cont {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .bs-root .bs-cont .bs-content .sidebar-menus-cont li {
    padding: 6px 0;
  }
  .bs-root .bs-cont .bs-content .sidebar-menus-cont li a span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
  }
  .bs-root .bs-cont .bs-content .sidebar-byd-description .title span, .bs-root .bs-cont .bs-content .sidebar-byd-description .title p, .bs-root .bs-cont .bs-content .sidebar-byd-description .content p, .bs-root .bs-cont .bs-content .sidebar-byd-description .content a {
    font-size: 12px;
  }
  .bs-root .bs-cont .bs-close {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
    padding-top: 30px;
  }
}

/* Parallax */

.parallax-root {
  background: #f5f5f5;
}

.parallax-root .parallax-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.parallax-root .parallax-title-cont {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.parallax-root .parallax-title-cont .parallax-left-line {
  width: 100px;
  height: 3px;
  background: #fff;
}

.parallax-root .parallax-title-cont .parallax-title h1 {
  font-size: 48px;
  font-family: "Playfair Display", sans-serif;
  color: #fff;
  font-weight: 300;
}

.parallax-root .parallax-scroll-indicator-cont {
  left: 100px;
  bottom: 0;
}

.parallax-root .parallax-scroll-indicator-cont .title {
  font-size: 12px;
  color: #fff;
  transform: rotate(-90deg);
  left: -45px;
  top: 30px;
  letter-spacing: 3px;
}

.parallax-root .parallax-scroll-indicator-cont .parallax-scroll-indicator {
  background-color: #fff;
  height: 120px;
  max-height: 120px;
  width: 2px;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .parallax-root .parallax-title-cont {
    width: 100%;
    text-align: center;
  }
  .parallax-root .parallax-title-cont .parallax-left-line {
    display: none;
  }
  .parallax-root .parallax-title-cont .parallax-title {
    margin-left: 0;
    width: 100%;
  }
  .parallax-root .parallax-title-cont .parallax-title h1 {
    font-size: 36px;
  }
  .parallax-root .parallax-scroll-indicator-cont {
    display: none;
  }
}

/* Core */

.core-container {
  min-height: 100vh;
}

@media only screen and (max-width: 600px)  {
	.core-container {
		min-height: initial;
	}
}

/* Footer */

.byd-footer-root {
  background: #000;
  padding: 80px 0;
}

.text {
  color: #fff;
  font-weight: 400;
}

.byd-menu-item-cont.byd-menus {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  padding-left: 100px;
}

.byd-menu-item-cont.byd-menus ul.menus {
  max-width: 400px;
}

.byd-menu-item-cont.byd-menus ul.menus li {
  width: 50%;
}

.byd-menu-item-cont.byd-menus ul.menus li a {
  padding-left: 25px;
  display: flex;
  align-items: center;
  color: #fff;
  transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
}

.byd-menu-item-cont.byd-menus ul.menus li a .line {
  position: absolute;
  height: 1px;
  width: 0;
  top: 50%;
  left: 0;
  margin-right: 10px;
  background: #fff;
  transform: translate3d(0, -50%, 0);
  transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
}

.byd-menu-item-cont.byd-menus ul.menus li a .text {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 1.2px;
}

.byd-menu-item-cont.byd-menus ul.menus li a:hover, .byd-menu-item-cont.byd-menus ul.menus li a.active {
  padding-left: 25px;
}

.byd-menu-item-cont.byd-menus ul.menus li a:hover .line, .byd-menu-item-cont.byd-menus ul.menus li a.active .line {
  width: 15px;
}

.byd-menu-item-cont.socmed {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  padding-left: 45px;
}

.byd-menu-item-cont.byd-address {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  padding-left: 60px;
}

.byd-menu-item-cont.byd-address .title .text {
  line-height: 1.6;
}

.byd-menu-item-cont.byd-address p {
  font-size: 12px;
  line-height: 1.8;
}

.byd-menu-item-cont.byd-address a {
  line-height: 1.6;
}

.copy-text p a {
  position: relative;
}

.copy-text p a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
}

.copy-text p a:hover:after {
  width: 100%;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .byd-footer-root {
    padding: 50px 0;
  }
  .byd-footer-root .byd-footer-cont .byd-logo-cont {
    max-width: 120px;
    min-width: 120px;
    padding-bottom: 30px;
  }
  .byd-footer-root .byd-footer-cont .byd-menus-cont .byd-menu-item-cont {
    padding-left: 0;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .byd-footer-root .byd-footer-cont .byd-menus-cont .byd-menu-item-cont.byd-menus ul li {
    width: 100%;
    padding-left: 0;
  }
  .byd-footer-root .byd-footer-cont .byd-menus-cont .byd-menu-item-cont.byd-menus ul li a span {
    font-size: 16px;
  }
  .byd-footer-root .byd-footer-cont .byd-menus-cont .byd-menu-item-cont.socmed {
    padding-top: 20px;
  }
  .byd-footer-root .byd-footer-cont .byd-menus-cont .byd-menu-item-cont.byd-address {
    padding-top: 40px;
  }
}

/* Home */

.parallax-with-content-root {
  min-height: 125vh;
  background: #f5f5f5;
}

.parallax-with-content-root .parallax-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.parallax-with-content-root .parallax-scroll-indicator-cont {
  top: 0;
  left: 100px;
}

.parallax-with-content-root .parallax-scroll-indicator-cont .parallax-scroll-indicator-in-content {
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.parallax-with-content-root .parallax-content-cont {
  max-width: 550px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.parallax-with-content-root .parallax-content-cont .parallax-title h2 {
  font-family: "Playfair Display", sans-serif;
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
}

.parallax-with-content-root .parallax-content-cont .parallax-line {
  height: 2px;
  width: 80px;
  background: #fff;
}

.parallax-with-content-root .parallax-content-cont .parallax-description {
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 400;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .parallax-with-content-root .parallax-scroll-indicator-cont {
    display: none;
  }
  .parallax-with-content-root .parallax-bg {
    min-height: 100%;
    transform: scale(1.6) !important;
  }
  .parallax-with-content-root .parallax-content-cont {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 50px 24px;
    transform: translate3d(0, 0, 0);
  }
}

/* Blog Post */

.article-root {
  margin: 0 auto 40px;
  padding: 0 40px;
  max-width: 1360px;
  position: relative;
}

.article-root .article-cont {
  width: 100%;
  height: 100%;
  margin-top: -40px;
  padding: 60px 40px 20px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.article-root .article-body {
  font-family: 'Proxima Nova';
  text-align: justify;
  line-height: 1.6;
}

.article-root .article-body {
  font-family: 'Proxima Nova';
  text-align: justify;
  line-height: 1.6;
}

.article-root .article-body a {
  color: #b01f24;
}

.article-root .article-cont .article-header {
  height: 20%;
}

.article-root .article-cont .article-category {
  padding: 8px 0;
}

.article-root .article-cont .article-category, .article-root .article-cont .article-date {
  color: #7d7d7d;
}

.article-root .article-cont .article-date {
  font-size: 11px;
}

.article-root .article-cont .article-share-cont {
  display: flex;
}

.article-root .article-cont .article-share {
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.article-root .article-cont .article-body ul {
  list-style: initial;
}

/* .article-root .article-cont .article-body p {
  line-height: 32px;
  font-size: 21px;
  text-align: justify;
  letter-spacing: -0.003em;
} */

.article-header {
  display: none;
}

.article-root .article-related .ar-head {
  margin-top: 48px;
  height: 80px;
  position: relative;
}

.app-card-item {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1660px) {
  .article-root {
    padding: 0 30px;
    max-width: 1084px;
  }
  .article-category {
    padding: 4px 0;
  }
}

@media only screen and (max-width: 1260px) {
  .article-root {
    max-width: 940px;
  }
}

@media only screen and (max-width: 767px) {
  .article-root .article-cont {
    padding: 20px 0;
  }
  .article-root {
    padding: 0 20px;
  }
  .article-root .article-cont .article-share-cont {
    display: none;
  }
  .article-root .article-cont .article-body p {
    font-size: 14px;
    line-height: 21px;
  }
}

.parallax-title-cont {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.parallax-title-cont .parallax-left-line {
  width: 100px;
  height: 3px;
  background: #000;
}

.parallax-title-cont .parallax-title h1 {
  font-size: 48px;
  font-family: "Playfair Display", sans-serif;
  color: #000;
  font-weight: 300;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .article-related .ar-head {
    height: 70px;
  }
  .parallax-title-cont {
    width: 100%;
    text-align: center;
  }
  .parallax-title-cont .parallax-left-line {
    display: none;
  }
  .parallax-title-cont .parallax-title {
    margin-left: 0;
    width: 100%;
  }
  .parallax-title-cont .parallax-title h1 {
    font-size: 36px;
  }
}

/* Blog Page */

.product-cont {
  padding-top: 120px;
}

.app-card-item {
  padding-bottom: 100px;
}

/* Card Item */

.accent-line {
  width: 60px;
  height: 3px;
  background: #b01f24;
  margin-top: 20px;
}

.bg-cont {
  flex: 0 0 60%;
  width: 60%;
  max-width: 60%;
  max-height: 425px;
  min-height: 425px;
  overflow: hidden;
}

.bg-cont .item-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 425px;
  position: relative;
}

.bg-cont .item-bg .images {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.content-cont {
  flex: 0 0 calc(40% + 150px);
  width: calc(40% + 150px);
  max-width: calc(40% + 150px);
  margin-top: 100px;
  margin-left: -150px;
}

.content-cont .content-cont-animation {
  background-color: #fbf8f3;
  padding: 50px;
}

.content-cont .description-cont {
  line-height: 1.6;
  color: #4a4a4a;
  font-size: 13px;
}

.content-cont .description-cont .description {
  text-align: justify;
}

/* .app-card-item:nth-child(2n+2) .byd-product-item-root .byd-product-item-cont {
  flex-direction: row-reverse;
  padding-top: 100px;
}

.app-card-item:nth-child(2n+2) .byd-product-item-root .content-cont {
  text-align: right;
  padding: 60px;
}

.app-card-item:nth-child(2n+2) .byd-product-item-root .content-cont .content-cont-animation {
  background: 0 0;
}

.app-card-item:nth-child(2n+2) .byd-product-item-root .content-cont .title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.app-card-item:nth-child(2n+2) .byd-product-item-root .content-cont .description-cont {
  padding-right: 60px;
}

.app-card-item:nth-child(2n+2) .byd-product-item-root .content-cont .btn-cont {
  display: flex;
  justify-content: flex-end;
}

.app-card-item:nth-child(2n+2) .byd-product-item-root .content-cont .btn-cont a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 125px;
} */

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .accent-line {
    margin-top: 10px;
  }
  .byd-product-item-cont {
    flex-direction: column;
  }
  .bg-cont {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    max-height: 250px;
    min-height: 250px;
  }
  .bg-cont .item-bg {
    height: 250px;
  }
  .content-cont {
    flex: 0 0 calc(100% - 48px);
    width: calc(100% - 48px);
    max-width: calc(100% - 48px);
    max-height: 100%;
    margin: -50px auto 0;
    min-height: initial;
  }
  .content-cont .content-cont-animation {
    padding: 24px;
  }
  .content-cont .content-cont-animation .description-cont {
    padding-left: 0;
  }
  /* .app-card-item:nth-child(2n+2) .byd-product-item-root .byd-product-item-cont {
    flex-direction: column;
    padding-top: 0;
  }
  .app-card-item:nth-child(2n+2) .byd-product-item-root .content-cont {
    text-align: left;
    padding: 50px 0 0;
    margin-top: 0;
  }
  .app-card-item:nth-child(2n+2) .byd-product-item-root .content-cont .content-cont-animation {
    padding: 0;
  }
  .app-card-item:nth-child(2n+2) .byd-product-item-root .content-cont .title {
    align-items: flex-start;
  }
  .app-card-item:nth-child(2n+2) .byd-product-item-root .content-cont .description-cont {
    padding: 0;
  }
  .app-card-item:nth-child(2n+2) .byd-product-item-root .content-cont .btn-cont {
    justify-content: flex-start;
  } */
}

.navigation.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 64px;
  font-family: "Playfair Display", sans-serif;
}

.navigation.pagination h2 {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 300;
  margin: 16px 0;
}

.navigation.pagination .nav-links {
  display: flex;
  font-family: "Open Sans", sans-serif;
}

.navigation.pagination .nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  padding: 0 16px;
  margin: 0 8px;
  line-height: 1.15;
  color: #000000;
  height: 64px;
  width: 64px;
  font-family: "Proxima Nova", sans-serif;
}

.navigation.pagination .nav-links .page-numbers.current {
  background: #f1f1f1;
  cursor: pointer;
}

.navigation.pagination .nav-links .page-numbers:hover {
  background-color: #000;
  color: #ffffff !important;
  transition: background-color 0.6s ease, color 0.4s ease;
}

/* Contact Us */

.contact-root {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1360px;
}

.contact-root .contact-cont {
  margin: 200px 0;
  position: relative;
}

.contact-root .contact-body {
  position: relative;
  padding-right: 20px;
  width: 50%;
}

.contact-root .map-cont {
  overflow: hidden;
  margin-left: 20px;
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 50px;
}

.contact-root .map-cont .map-container {
  background: #cfcfcf;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
  transition: opacity 0s linear 0.6s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.contact-root .map-cont .mask {
  margin: 0 -10px 0 0;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 100%;
  left: 0;
  background: #010101;
  z-index: 2;
  transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}

.contact-root .map-cont.show .mask {
  margin-right: 0;
  right: 0;
  bottom: 0;
  left: 100%;
}

.contact-root .map-cont.show .map-container {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.contact-root .title {
  margin-bottom: 0.4em;
  position: relative;
  left: -3px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
}

.contact-root .text {
  font: 300 11.6129032258px "Proxima Nova", sans-serif;
}

.contact-root .text-grey {
  color: #8b8b8b;
}

.contact-root a.h-line {
  color: #010101;
  position: relative;
}

.contact-root a.h-line:after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: #010101;
  content: "";
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
}

.contact-root a.h-line:hover:after {
  transform: scaleX(1);
}

.contact-root .contacts {
  margin: 30px 0;
  font: 300 10px "Proxima Nova", sans-serif;
  letter-spacing: 0.05em;
}

.contact-root .contacts .contact {
  width: 50%;
}

.contact-root .contacts .contact:first-child {
  padding-right: 20px;
}

.contact-root .contacts .contact-title {
  color: #010101;
  font-weight: 700;
}

.contact-root .contacts-2 {
  margin: 30px 0 60px;
  font: 700 10px "Proxima Nova", sans-serif;
  letter-spacing: 0.05em;
}

.contact-root .contacts-2 .contact {
  width: 50%;
}

.contact-root .contacts-2 .contact:first-child {
  padding-right: 40px;
}

.contact-root .contacts-2 .link {
  color: #010101;
  transition: opacity 0.2s ease;
}

.contact-root .contacts-2 .link:hover {
  opacity: 0.5;
}

.contact-root .form-row {
  line-height: 1.55;
}

.contact-root .contact-form .form-row+.form-row {
  margin-top: 20px;
}

.contact-root .contact-form .form-group {
  position: relative;
}

.contact-root .contact-form .form-group:nth-child(-n+2) {
  margin-top: 0;
}

.contact-root .contact-form .form-group.half {
  width: 50%;
}

.contact-root .contact-form .form-group.half:nth-child(2n+1) {
  padding-right: 10px;
}

.contact-root .contact-form .form-group.half:nth-child(2n+2) {
  padding-left: 10px;
}

.contact-root .contact-form .form-group.submit {
  direction: rtl;
  text-align: right;
  line-height: 1.55;
  font-size: 16px;
}

.contact-root .contact-form .form-control {
  font-size: 18px;
}

.contact-root .form-control {
  padding: 0;
  width: 100%;
  height: 32px;
  background: transparent;
  border-color: #474747;
  border-style: solid;
  border-width: 0 0 2px;
  border-radius: 0;
  outline: none;
  transition: border 0.1s ease;
  color: #474747;
  font: 300 16px/30px "Proxima Nova", sans-serif;
  letter-spacing: 0.05em;
}

.contact-root .form-control:focus {
  border-color: #8b8b8b;
}

.contact-root .form-control.invalid {
  border-bottom-color: #c23c3e;
}

.contact-root .invalid-tip {
  display: block;
  font-weight: 400;
  position: absolute;
  bottom: -16px;
  left: 0;
  color: #c23c3e;
  font-size: 12px;
  line-height: 1;
  font-family: "Proxima Nova", sans-serif;
}

.contact-root textarea.form-control {
  height: 160px;
  resize: vertical;
}

.contact-root .submit-btn {
  display: inline-block;
  padding: 0 0 0 14px;
  position: relative;
  background: no-repeat;
  border: none;
  border-radius: 0;
  color: #010101;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  margin-left: 10px;
}

.contact-root .submit-btn:before, .contact-root .submit-btn:after {
  display: block;
  position: absolute;
  right: auto;
  left: 0;
  width: 4px;
  height: 50%;
  background: #010101;
  content: "";
  transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transform: none;
}

.contact-root .submit-btn:before {
  top: 0;
  bottom: auto;
  transform-origin: 100% 100%;
}

.contact-root .submit-btn:after {
  top: auto;
  bottom: 0;
  transform-origin: 100% 0;
}

.contact-root .submit-btn:hover:before {
  width: 3px;
  transform: scaleX(1.3) translateX(5px) rotateZ(-36deg);
}

.contact-root .submit-btn:hover:after {
  width: 3px;
  transform: scaleX(1.3) translateX(5px) rotateZ(36deg);
}

.contact-root .loading {
  display: inline-block;
  background-image: url("/wp-content/themes/byd/assets/icons/ajax-loader.gif");
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

@media only screen and (max-width: 1660px) {
  .contact-root {
    padding: 0 30px;
    max-width: 1084px;
  }
  .contact-root .title {
    font-size: 56px;
  }
  .contact-root .text {
    font-size: 16px;
  }
  .contact-root .contacts {
    margin: 20px 0;
    font-size: 14px;
  }
  .contact-root .contacts-2 {
    margin: 20px 0 40px;
    font-size: 14px;
  }
  .contact-root .contact-form .form-control {
    font-size: 16px;
  }
  .contact-root .submit-btn {
    padding-left: 12px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1260px) {
  .contact-root {
    max-width: 940px;
  }
  .contact-root .contact-cont {
    margin: 140px 0;
    padding: 0 35px;
  }
  .contact-root .contact-body {
    padding-right: 10px;
    width: 60%;
  }
  .contact-root .map-cont {
    margin-left: 10px;
    left: 60%;
  }
  .contact-root .title {
    font-size: 46px;
  }
}

@media only screen and (max-width: 992px) {
  .contact-root .title {
    font-size: 36px;
  }
  .contact-root .contact-cont {
    margin: 140px 0 50px;
    padding: 0 26px;
  }
  .contact-root .contact-body {
    padding: 0;
    width: auto;
  }
  .contact-root .map-cont {
    margin: 40px -26px 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-root {
    padding: 0 20px;
  }
  .contact-root .contact-cont {
    margin: 40px 0;
    padding: 0;
  }
  .contact-root .map-cont {
    display: none;
    margin: 40px 0 0;
    height: 300px;
  }
  .contact-root .title {
    font-size: 30px;
  }
  .contact-root .contacts .contact {
    width: auto;
  }
  .contact-root .contacts .contact:first-child {
    padding-right: 0;
  }
  .contact-root .contacts .contact+.contact {
    margin-top: 1em;
  }
  .contact-root .contacts-2 .contact {
    width: auto;
  }
  .contact-root .contacts-2 .contact:first-child {
    padding-right: 0;
  }
  .contact-root .contacts-2 .contact+.contact {
    margin-top: 1em;
  }
  .contact-root .contact-form .form-group.half {
    width: auto;
  }
  .contact-root .contact-form .form-group.half:nth-child(1n) {
    padding: 0;
  }
  .contact-root .contact-form .form-group.half+.form-group {
    margin-top: 10px;
  }
  .contact-root .contact-form .form-control {
    border-bottom-width: 1px;
    font-size: 14px;
  }
  .contact-root .contact-form .form-row+.form-row {
    margin-top: 10px;
  }
  .contact-root .contact-form .invalid-tip {
    margin-top: 4px;
    position: relative;
    bottom: auto;
  }
}

/* Albumn */

/* app-parallax /deep/ .parallax-scroll-indicator-cont {
  display: none;
} */

.b-btn.b-btn-white {
  border-color: #fff;
}

.b-btn.b-btn-white .btn-over.btn-over-white:before, .b-btn.b-btn-white .btn-over.btn-over-white:after {
  background-color: #fff;
}

.b-btn.b-btn-white .text {
  color: #fff;
}

.b-btn.b-btn-white:hover .text {
  color: #000;
}

.boga-album-intro-root {
  padding: 80px 0;
}

.boga-album-intro-root .album-intro-content-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.boga-album-intro-root .album-intro-content-cont .content-text {
  z-index: 2;
}

.boga-album-intro-root .album-intro-content-cont .content-text .content-title-body .content-title {
  max-width: 405px;
  margin-bottom: 60px;
}

.boga-album-intro-root .album-intro-content-cont .content-text .content-title-body .content-title h2 {
  font-size: 60px;
  font-family: "Playfair Display", sans-serif;
  line-height: 1.6;
  margin: 0;
}

.boga-album-intro-root .album-intro-content-cont .content-text .content-title-body .content-title .line {
  width: 120px;
  height: 3px;
  margin-top: 25px;
}

.boga-album-intro-root .album-intro-content-cont .content-text .content-title-body .content-body {
  padding-left: 85px;
}

.boga-album-intro-root .album-intro-content-cont .content-text .content-title-body .content-body p {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.8;
  font-weight: 300;
}

.boga-album-intro-root .album-intro-content-cont .content-text .content-title-body .content-link {
  padding-left: 85px;
  margin-top: 40px;
}

.boga-album-intro-root .album-intro-content-cont .content-text .content-title-body .content-link a {
  max-width: 225px;
  min-height: 45px;
}

.boga-album-intro-root .album-intro-content-cont .content-bg-image {
  width: 100%;
  z-index: 0;
}

.boga-album-intro-root .album-intro-content-cont .content-bg-image .bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.boga-album-intro-root .album-intro-content-cont .content-bg-image .bg-image .images {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.boga-album-intro-root.ltr {
  margin-bottom: 20px;
}

.boga-album-intro-root.ltr .content-bg-image, .boga-album-intro-root.ltr .content-text {
  flex: 0 0 50%;
  width: 50%;
}

.boga-album-intro-root.ltr .content-text {
  order: 1;
}

.boga-album-intro-root.ltr .content-bg-image {
  display: flex;
  order: 2;
  padding-left: 102px;
}

.boga-album-intro-root.ltr .content-bg-image .bg-image {
  max-width: 460px;
  height: 610px;
  margin-top: -100px;
  transform: translate3d(0, 200px, 0);
}

.boga-album-intro-root.rtl .album-intro-content-cont .content-text {
  width: 40%;
  flex: 0 0 40%;
  order: 2;
  transform: translate3d(-80px, 100px, 0);
}

.boga-album-intro-root.rtl .album-intro-content-cont .content-text .content-title-body .content-body {
  padding-left: 165px;
}

.boga-album-intro-root.rtl .album-intro-content-cont .content-bg-image {
  width: 60%;
  flex: 0 0 60%;
  order: 1;
  display: flex;
  justify-content: flex-start;
}

.boga-album-intro-root.rtl .album-intro-content-cont .content-bg-image .bg-image {
  max-width: 805px;
  height: 550px;
  overflow: hidden;
  position: relative;
}

.boga-album-intro-root.is-dark {
  background-color: #4a4a4a;
}

.boga-album-intro-root.is-dark .album-intro-content-cont .content-text .content-title-body .content-title h2, .boga-album-intro-root.is-dark .album-intro-content-cont .content-text .content-title-body .content-body p {
  color: #fff;
}

.boga-album-intro-root.is-dark .album-intro-content-cont .content-text .content-title-body .content-title .line {
  background-color: #fff;
}

.boga-album-intro-root.is-light {
  background-color: #fff;
}

.boga-album-intro-root.is-light .album-intro-content-cont .content-text .content-title-body .content-title h2 {
  color: #b01f24;
}

.boga-album-intro-root.is-light .album-intro-content-cont .content-text .content-title-body .content-title .line {
  background-color: #b01f24;
}

.boga-intro-title {
  text-align: center;
  margin: 50px auto;
}

.boga-intro-title h3 {
  line-height: 1.6;
  color: #b01f24;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.boga-core-thumbnail-cont {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}

.boga-thumbnail-cont {
  cursor: pointer;
  flex: 0 0 calc(100% / 3);
  width: calc(100% / 3);
  min-height: 315px;
  padding: 2.5px;
}

.boga-thumbnail-cont .boga-thumbnail {
  position: relative;
  overflow: hidden;
}

.boga-thumbnail-cont .boga-thumbnail .thumbnail-bg-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f7f9;
  overflow: hidden;
  min-height: 315px;
  max-height: 315px;
  transform: scale(1);
  transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
}

.boga-thumbnail-cont .boga-thumbnail .thumbnail-bg-image img {
  max-width: 100%;
}

.boga-thumbnail-cont .boga-thumbnail .thumbnail-title-cont {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 315px;
  z-index: 2;
}

.boga-thumbnail-cont .boga-thumbnail .thumbnail-title-cont .thumbnail-title, .boga-thumbnail-cont .boga-thumbnail .thumbnail-title-cont .thumbnail-description {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 305px;
  height: auto;
  padding: 34px;
}

.boga-thumbnail-cont .boga-thumbnail .thumbnail-title-cont .thumbnail-title h2, .boga-thumbnail-cont .boga-thumbnail .thumbnail-title-cont .thumbnail-description h2 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  visibility: hidden;
  color: #fff;
  line-height: 1.8;
  opacity: 0;
  transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
}

.boga-thumbnail-cont .boga-thumbnail .thumbnail-title-cont .thumbnail-title {
  top: 0;
}

.boga-thumbnail-cont .boga-thumbnail .thumbnail-title-cont .thumbnail-description {
  bottom: 0;
}

.boga-thumbnail-cont .boga-thumbnail .thumbnail-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(74, 74, 74, 0.9);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
}

.boga-thumbnail-cont:hover .boga-thumbnail .thumbnail-bg-image {
  transform: scale(1.2);
}

.boga-thumbnail-cont:hover .boga-thumbnail .thumbnail-title-cont .thumbnail-title h2, .boga-thumbnail-cont:hover .boga-thumbnail .thumbnail-title-cont .thumbnail-description h2 {
  opacity: 1;
  visibility: visible;
  transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
}

.boga-thumbnail-cont:hover .boga-thumbnail .thumbnail-title-cont .thumbnail-title h2 {
  transition-delay: 0.3s;
}

.boga-thumbnail-cont:hover .boga-thumbnail .thumbnail-title-cont .thumbnail-description h2 {
  transition-delay: 0.5s;
}

.boga-thumbnail-cont:hover .boga-thumbnail .thumbnail-overlay {
  opacity: 1;
  visibility: visible;
  transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
}

.boga-popup-root, .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 100%, 0);
  transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
}

.popup-overlay {
  z-index: 0;
  background: rgba(65, 70, 94, 0.98);
}

.boga-popup-root .popup-cont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}

.boga-popup-root .next-prev-buttons {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  cursor: pointer;
  transform: translateY(-50%);
}

.boga-popup-root .next-prev-buttons.disabled {
  opacity: 0.25;
  pointer-events: fill;
  cursor: not-allowed;
}

.boga-popup-root .next-prev-buttons.next {
  right: 50px;
}

.boga-popup-root .next-prev-buttons.prev {
  left: 50px;
}

.boga-popup-root .next-prev-buttons svg {
  position: static;
  height: 24px;
  width: 24px;
  overflow: hidden;
}

.boga-popup-root .next-prev-buttons svg path {
  fill: #fff;
}

.boga-popup-root .close {
  position: absolute;
  top: 55px;
  right: 50px;
  width: 30px;
  height: 30px;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  z-index: 99;
}

.boga-popup-root .close svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}

.boga-popup-root .block-content-wrap {
  height: 90vh;
  width: 60%;
  position: relative;
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: all 0.3s ease;
  transition-delay: 0.3s;
}

.boga-popup-root .block-content-wrap {
  width: auto;
  height: 80vh;
}

.boga-popup-root .content-item {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.boga-popup-root .content-item .picture {
  margin: 0;
}

.boga-popup-root .content-item .picture .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f7f9;
}

.boga-popup-root .content-item .picture .wrap {
  background: 0 0;
}

.boga-popup-root .content-item .picture img {
  height: auto;
  width: 90%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  visibility: hidden;
  transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
  transition-delay: 0.6s;
}

.boga-popup-root .content-item .picture img {
  width: auto;
  height: 100%;
}

.boga-popup-root .content-item {
  background-color: transparent;
}

.boga-popup-root.active, .boga-popup-root.active .popup-overlay {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.boga-popup-root.active .block-content-wrap {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.6s;
}

.boga-popup-root.active .content-item .picture img {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .boga-core-thumbnail-cont {
    padding-bottom: 0;
  }
  .boga-album-intro-root .album-intro-content-cont .content-text .content-title-body .content-body, .boga-album-intro-root .album-intro-content-cont .content-text .content-title-body .content-link {
    padding-left: 0 !important;
  }
  .boga-album-intro-root .album-intro-content-cont .content-text .content-title-body .content-title h1, .boga-album-intro-root .album-intro-content-cont .content-text .content-title-body .content-title h2, .boga-album-intro-root .album-intro-content-cont .content-text .content-title-body .content-title span {
    font-size: 52px;
    font-weight: 300;
    line-height: 1.2;
  }
  .boga-album-intro-root .album-intro-content-cont .content-text .content-title-body .content-title .line {
    width: 80px;
  }
  .boga-album-intro-root .album-intro-content-cont .content-text .content-title-body .content-body p {
    font-weight: 400;
  }
  .boga-album-intro-root .album-intro-content-cont .content-text .content-title-body .content-body p:last-child {
    margin-bottom: 0;
  }
  .boga-album-intro-root.ltr {
    margin-bottom: 0;
  }
  .boga-album-intro-root.rtl {
    margin-bottom: 50px;
    padding: 0;
  }
  .boga-album-intro-root.rtl .boga-cont {
    padding: 0;
  }
  .boga-album-intro-root .boga-album-intro-item-cont.ltr .content-bg-image, .boga-album-intro-root .boga-album-intro-item-cont.ltr .content-text {
    flex: 0 0 100%;
    width: 100%;
  }
  .boga-album-intro-root .boga-album-intro-item-cont.ltr .content-bg-image {
    display: none;
  }
  .boga-album-intro-root .boga-album-intro-item-cont.rtl .album-intro-content-cont {
    flex-direction: column;
  }
  .boga-album-intro-root .boga-album-intro-item-cont.rtl .content-text, .boga-album-intro-root .boga-album-intro-item-cont.rtl .content-bg-image {
    flex: 0 0 100%;
    width: 100%;
    transform: translate3d(0, 0, 0);
  }
  .boga-album-intro-root .boga-album-intro-item-cont.rtl .content-text .content-title-body {
    padding: 24px 24px 0;
  }
  .boga-album-intro-root .boga-album-intro-item-cont.rtl .content-bg-image .bg-image {
    max-width: 100%;
    height: 280px;
  }
  .boga-thumbnail-cont {
    flex: 0 0 calc(100%);
    width: calc(100%);
    min-height: 250px;
    padding: 5px 0;
  }
  .boga-thumbnail-cont .boga-thumbnail .thumbnail-bg-image {
    flex: 0 0 calc(100%);
    width: calc(100%);
    min-height: 250px;
    padding: 5px 0;
  }
  .boga-thumbnail-cont .boga-thumbnail .thumbnail-title-cont {
    min-height: 250px;
  }
  .boga-thumbnail-cont .boga-thumbnail .thumbnail-title-cont .thumbnail-title, .boga-thumbnail-cont .boga-thumbnail .thumbnail-title-cont .thumbnail-description {
    max-width: 100%;
    padding: 35px 24px;
  }
  .boga-thumbnail-cont .boga-thumbnail .thumbnail-title-cont .thumbnail-title h2 {
    font-size: 14px;
  }
  .boga-popup-root .next-prev-buttons.next {
    right: 0;
  }
  .boga-popup-root .next-prev-buttons.prev {
    left: 0;
  }
  .boga-popup-root .close {
    top: 20px;
    right: 10px;
  }
  .boga-popup-root .close svg {
    width: 16px;
    height: 16px;
  }
  .boga-popup-root .block-content-wrap {
    max-width: 80%;
    height: auto;
  }
  .boga-popup-root .content-item {
    overflow-y: scroll;
    margin-top: 50px;
    height: calc(100% - 50px);
  }
  .boga-popup-root .content-item {
    overflow: visible;
    margin-top: 0;
    height: 100%;
  }
  .boga-popup-root .content-item .picture img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  .columns {
    display: flex;
  }
}

/* Page Customs */

.byd-sf-item {
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.byd-25-item {
  width: 25%;
}

/* forklift overview */

.f-cat .f-cat-item {
  max-width: 20%;
  width: 20%;
}

@media screen and (min-width: 769px) {
  .snapshot-title {
    padding-left: 96px;
  }
  .snapshot-title .sline {
    margin-top: 20px;
  }
  .byd-sf-item {
    width: 33.33%;
  }
  .byd-ff-item {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .snapshot-title {
    text-align: center;
  }
  .snapshot-title .sline {
    margin: 20px auto 0;
  }
  .byd-sf-item, .byd-ff-item, .byd-25-item {
    width: 50%;
  }
  .f-cat .f-cat-item {
    max-width: 50%;
    width: 50%;
  }
}

/* carousel */

.carousel-inner>.byd-carousel-item {
  display: none;
  animation: 0.6s ease-in-out;
}

.carousel-inner>.active, .carousel-inner>.next {
  display: block;
}

.carousel-inner>.next {
  position: absolute;
  top: 0;
}

.carousel-inner>.to-left {
  animation-name: left;
}

.carousel-inner>.from-right {
  animation-name: right;
}

.carousel-inner>.to-right {
  animation-name: right;
  animation-direction: reverse;
}

.carousel-inner>.from-left {
  animation-name: left;
  animation-direction: reverse;
}

.carousel-controls {
  display: none;
  opacity: 0;
}

@keyframes left {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

@keyframes right {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}

.byd-carousel:hover .carousel-controls {
  display: block;
  opacity: 1;
}

/* timeline */

.boga-timeline-item-root .boga-timeline-item-cont .timeline-line {
  display: block;
  position: absolute;
  left: 50%;
  top: 150px;
  width: 1px;
  height: 100%;
  background: #4a4a4a;
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
}

.boga-timeline-item-root .boga-timeline-item-cont .timeline-year {
  margin-bottom: -125px;
  z-index: 0;
}

.boga-timeline-item-root .boga-timeline-item-cont .timeline-year div {
  display: inline-flex;
  color: #f3f3f3;
  font-size: 288px;
  font-family: "Aleo", serif;
  letter-spacing: 21.3px;
  overflow: hidden;
  z-index: 0;
  margin: 0;
}

.boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-text, .boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-bg-image {
  flex: 0 0 50%;
  width: 50%;
}

.boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-text {
  order: 2;
}

.boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-text .content-title-body {
  max-width: 450px;
}

.boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-text .content-title-body>div {
  margin-bottom: 50px;
}

.boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-text .content-title-body>div:last-child {
  margin-bottom: 0;
}

.boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-text .content-title-body .content-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  z-index: 2;
}

.boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-text .content-title-body .content-title span {
  color: #b01f24;
  font-size: 24px;
  line-height: 1.8;
  font-family: "Playfair Display", sans-serif;
  letter-spacing: 1.77px;
  z-index: 2;
}

.boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-text .content-title-body .content-title .accent-line {
  width: 80px;
  height: 2px;
  background: #b01f24;
  margin-top: 10px;
  z-index: 2;
}

.boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-text .content-title-body .content-body {
  max-width: 300px;
}

.boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-text .content-title-body .content-body p {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-bg-image {
  width: 100%;
}

.boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-bg-image .bg-image {
  position: relative;
  width: 100%;
  max-width: 450px;
  height: 400px;
  z-index: 3;
  overflow: hidden;
}

.boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-bg-image .bg-image .images {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.boga-timeline-item-root .boga-timeline-item-cont.ltr .timeline-year {
  text-align: right;
}

.boga-timeline-item-root .boga-timeline-item-cont.ltr .content-text {
  order: 2;
}

.boga-timeline-item-root .boga-timeline-item-cont.ltr .content-text .content-title-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: calc(100% - 450px);
}

.boga-timeline-item-root .boga-timeline-item-cont.ltr .content-text .content-title-body .content-title {
  align-items: flex-start;
  overflow: hidden;
}

.boga-timeline-item-root .boga-timeline-item-cont.ltr .content-bg-image {
  order: 1;
  display: flex;
  justify-content: flex-start;
}

.boga-timeline-item-root .boga-timeline-item-cont.rtl .timeline-year {
  text-align: left;
}

.boga-timeline-item-root .boga-timeline-item-cont.rtl .content-text {
  order: 1;
}

.boga-timeline-item-root .boga-timeline-item-cont.rtl .content-text .content-title-body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.boga-timeline-item-root .boga-timeline-item-cont.rtl .content-text .content-title-body .content-title {
  align-items: flex-end;
  overflow: hidden;
}

.boga-timeline-item-root .boga-timeline-item-cont.rtl .content-bg-image {
  order: 2;
  padding-left: 102px;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .boga-timeline-item-root {
    padding-bottom: 30px;
    margin-bottom: -100px;
    margin-top: -80px;
  }
  .boga-timeline-item-root .boga-timeline-item-cont .timeline-line {
    display: none;
  }
  .boga-timeline-item-root .boga-timeline-item-cont .timeline-year {
    transform: translateY(330px);
    margin-bottom: -12px;
    text-align: right !important;
  }
  .boga-timeline-item-root .boga-timeline-item-cont .timeline-year div {
    font-size: 90px;
  }
  .boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont {
    flex-direction: column;
  }
  .boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-text {
    order: 2;
  }
  .boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-text .content-title-body {
    padding: 20px 0 0;
    display: flex;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-text .content-title-body>div {
    margin-bottom: 25px;
  }
  .boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-text .content-title-body .content-title {
    align-items: flex-start;
  }
  .boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-bg-image, .boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-text {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
  }
  .boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-bg-image {
    order: 1;
  }
  .boga-timeline-item-root .boga-timeline-item-cont .timeline-content-cont .content-bg-image .bg-image {
    max-width: 100%;
    height: 250px;
  }
  .boga-timeline-item-root .boga-timeline-item-cont.ltr .content-text .content-title-body {
    margin-left: 0;
  }
}

/* Profile */

.profile-title {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.profile-title h2 {
  font-size: 42px;
  font-family: "Playfair Display", sans-serif;
  color: #fff;
  letter-spacing: 1.2px;
  line-height: 1.6;
  font-weight: 300;
  margin: 0;
}

.title-line {
  width: 80px;
  height: 2px;
  background: #fff;
  margin-top: 10px;
}

.profile-description {
  margin-top: 40px;
}

.profile-description div {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.profile-bg-image {
  width: 100%;
  max-width: 450px;
}

.profile-bg-image .bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}

.profile-bg-image .bg-image .images {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 300px;
}

.profile-cont-root {
  background: #fff;
}

.profile-cont-root .profile-intro-content-cont {
  position: relative;
  background: #4a4a4a;
  padding: 80px 50px;
  margin-left: 100px;
  margin-bottom: 200px;
}

.profile-cont-root .profile-intro-content-cont .left-title {
  position: absolute;
  left: -50px;
  top: 160px;
  transform: rotate(-90deg);
}

.profile-cont-root .profile-intro-content-cont .left-title h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.4px;
}

.profile-cont-root .profile-intro-content-cont .profile-content-cont {
  display: flex;
  flex-direction: row;
  margin-left: 10%;
}

.profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-left, .profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-right {
  max-width: 50%;
  padding: 0 30px;
}

.profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-left {
  display: flex;
  flex: 0 0 40%;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
}

.profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-left .profile-bg-image {
  margin-top: 60px;
}

.profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-left .profile-bg-image .bg-image {
  position: absolute;
  left: 40px;
  width: 100%;
  max-width: 450px;
}

.profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 0 60%;
  width: 60%;
}

.profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-right .profile-bg-image {
  margin-bottom: 60px;
}

.profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-right .profile-bg-image .bg-image {
  position: relative;
  max-width: 420px;
}

.profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-right .profile-bg-image .bg-image .images {
  width: 100%;
  height: 100%;
}

.profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-right .profile-title {
  align-items: flex-end;
}

.profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-right .profile-description {
  text-align: right;
}

.profile-timeline-cont {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  .profile-cont-root .profile-intro-content-cont {
    width: 100%;
    background: 0 0;
    padding: 0;
    margin: 0 auto;
  }
  .profile-cont-root .profile-intro-content-cont .left-title {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    padding: 50px 0 25px;
    transform: rotate(0);
  }
  .profile-cont-root .profile-intro-content-cont .left-title h2 {
    color: #b01f24;
    font-size: 16px;
  }
  .profile-cont-root .profile-intro-content-cont .profile-content-cont {
    flex-direction: column;
    margin: 0 auto;
  }
  .profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-left, .profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-right {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-left .profile-bg-image .bg-image, .profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-right .profile-bg-image .bg-image {
    position: relative;
    left: 0;
    max-width: 100%;
  }
  .profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-left .profile-bg-image .bg-image .images, .profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-right .profile-bg-image .bg-image .images {
    max-width: 100%;
  }
  .profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-title-desc {
    background: #4a4a4a;
    width: calc(100% - 48px);
    padding: 32px 24px;
    margin: 0 auto;
    z-index: 1;
    transform: translateY(-50px);
  }
  .profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-title-desc .profile-title {
    align-items: flex-start;
  }
  .profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-left .profile-title-desc {
    order: 2;
  }
  .profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-left .profile-bg-image {
    order: 1;
    margin-top: 0;
  }
  .profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-left .profile-bg-image .bg-image, .profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-left .profile-bg-image .bg-image .images {
    min-height: 250px;
  }
  .profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-right {
    align-items: flex-start;
    margin-top: 30px;
  }
  .profile-cont-root .profile-intro-content-cont .profile-content-cont .profile-right .profile-bg-image {
    margin-bottom: 0;
  }
}

/* ev calc */

.calculator-section-types {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
  display: block;
  overflow: hidden;
}

.calculator-gas-section {
  background: rgba(234, 229, 223, 1);
  float: left;
}

.calculator-electric-section {
  background: rgba(225, 244, 236, 1);
  float: right;
}

.calculator-section-types .section {
  width: 49%;
  display: inline-block;
  text-align: center;
}

.section-header {
  width: 100%;
  color: #FFF;
  text-transform: uppercase;
  padding: 10px;
}

.section-header.gas-section-header {
  background: rgba(119, 106, 90, 1);
}

.section-header.electric-section-header {
  background: rgba(37, 159, 135, 1);
}

.section-header-image img {
  width: 60px;
}

.section-header-text {
  font-size: 16px;
  font-weight: 300;
}

.calculator-section-body {
  position: relative;
  width: 100%;
  margin: 0;
  height: auto;
  padding: 10px;
  text-align: center;
}

.calculator-variable {
  display: inline-block;
  width: 40%;
  text-align: center;
  padding: 20px;
}

.calculator-variable:last-child {
  width: 175px;
  position: relative;
  padding: 15px;
}

.calculator-variable .variable-item {
  font-size: 13px;
  font-weight: 300;
  position: relative;
}

.calculator-variable .variable-item:first-child {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}

.calculator-variable .variable-item {
  font-size: 13px;
  font-weight: 300;
  position: relative;
}

.calculator-gas-section .symbol {
  color: rgba(119, 106, 90, 1);
}

.calculator-variable.symbol {
  display: inline-block;
  width: 20%;
  float: left;
  text-align: center;
  padding: 20px;
}

.calculator-variable .variable-item input {
  text-align: center;
  border: 0;
  outline: 0;
  align-self: center;
  min-width: 50px;
  max-width: 100px;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0;
  color: #222;
  font-size: 30px;
}

a.tooltips {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.ev-line {
  width: 100%;
  position: relative;
  height: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.ev-line:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 7px 0;
  border-color: #7F7F7F transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: 0px;
  left: 48.5%;
}

.ev-line:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 7px 0;
  display: block;
  width: 0;
  z-index: 1;
  top: 0px;
  left: 48.5%;
}

.calculator-gas-section .ev-line:after {
  border-color: rgba(119, 106, 90, 0.4) transparent;
}

.calculator-gas-section .ev-line {
  border-top: 1px solid rgba(119, 106, 90, 1);
}

.calculator-electric-section .ev-line:after {
  border-color: rgba(37, 159, 135, 0.4) transparent;
}

.calculator-electric-section .ev-line {
  border-top: 1px solid rgba(37, 159, 135, 1);
}

.calculator-variable .variable-item .ds {
  background: #FFF;
  vertical-align: top;
  height: 100%;
  padding-left: 10px;
}

.variable-total-electric {
  background: rgba(37, 159, 135, 1);
  color: #FFF;
}

.variable-total-gas {
  background: rgba(119, 106, 90, 1);
  color: #FFF;
}

.ev-calc-text {
  margin: 18px 0;
  padding: 24px;
  font-size: 18px;
  background: #4a4a4a;
  color: #fff;
}

.ev-input {
  text-align: center;
  border: 0;
  outline: 0;
  align-self: center;
  min-width: 50px;
  max-width: 130px;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0;
  font-size: inherit;
}

.final-savings {
  color: rgba(43, 151, 130, 1);
  font-size: 45px;
  font-weight: bold;
  position: relative;
  margin: auto;
  width: 180px;
  text-align: center;
  height: 180px;
  background: url('/wp-content/themes/byd/assets/img/results.png');
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 50px;
}

.div-one {
  position: absolute;
  left: calc((100% - 100px)/2);
  top: calc((100% - 100px)/2);
  width: 100px;
  height: 100px;
  background-color: transparent;
  border-radius: 50%;
}

.div-one:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(225, 244, 236, 1);
  left: -2px;
  top: -2px;
  border-bottom-color: rgba(225, 244, 236, 1);
  animation: animation-one 2s linear infinite;
}

.div-two {
  position: absolute;
  left: calc((100% - 90px)/2);
  top: calc((100% - 90px)/2);
  width: 90px;
  height: 90px;
  background-color: transparent;
  border-radius: 50%;
}

.div-two:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid transparent;
  border-right-color: rgba(225, 244, 236, 1);
  left: -2px;
  top: -2px;
  border-left-color: rgba(225, 244, 236, 1);
  animation: animation-two 2s linear infinite;
}

.div-three {
  position: absolute;
  left: calc((100% - 80px)/2);
  top: calc((100% - 80px)/2);
  width: 80px;
  height: 80px;
  background-color: transparent;
  border-radius: 50%;
}

.div-three:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(225, 244, 236, 1);
  left: -2px;
  top: -2px;
  border-bottom-color: rgba(225, 244, 236, 1);
  animation: animation-one 3s linear infinite;
}

.div-four {
  position: absolute;
  left: calc((100% - 70px)/2);
  top: calc((100% - 70px)/2);
  width: 70px;
  height: 70px;
  background-color: transparent;
  border-radius: 50%;
}

.div-four:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid transparent;
  border-right-color: rgba(225, 244, 236, 1);
  left: -2px;
  top: -2px;
  border-left-color: rgba(225, 244, 236, 1);
  animation: animation-two 1s linear infinite;
}

.div-five {
  position: absolute;
  left: calc((100% - 60px)/2);
  top: calc((100% - 60px)/2);
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 50%;
}

.div-five:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(225, 244, 236, 1);
  left: -2px;
  top: -2px;
  border-bottom-color: rgba(225, 244, 236, 1);
  animation: animation-one 1.2s linear infinite;
}

.div-six {
  position: absolute;
  left: calc((100% - 50px)/2);
  top: calc((100% - 50px)/2);
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
}

.div-six:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid transparent;
  border-left-color: rgba(225, 244, 236, 1);
  left: -2px;
  top: -2px;
  border-right-color: rgba(225, 244, 236, 1);
  animation: animation-two 1.2s linear infinite;
}

.div-seven {
  position: absolute;
  left: calc((100% - 40px)/2);
  top: calc((100% - 40px)/2);
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
}

.div-seven:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(225, 244, 236, 1);
  left: -2px;
  top: -2px;
  border-bottom-color: rgba(225, 244, 236, 1);
  animation: animation-one 2s linear infinite;
}

.div-eight {
  position: absolute;
  left: calc((100% - 30px)/2);
  top: calc((100% - 30px)/2);
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
}

.div-eight:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid transparent;
  border-left-color: rgba(225, 244, 236, 1);
  left: -2px;
  top: -2px;
  border-right-color: rgba(225, 244, 236, 1);
  animation: animation-two 1s linear infinite;
}

.div-nine {
  position: absolute;
  left: calc((100% - 20px)/2);
  top: calc((100% - 20px)/2);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 50%;
}

.div-nine:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(225, 244, 236, 1);
  left: -2px;
  top: -2px;
  border-bottom-color: rgba(225, 244, 236, 1);
  animation: animation-two 1.5s linear infinite;
}

.div-ten {
  position: absolute;
  left: calc((100% - 10px)/2);
  top: calc((100% - 10px)/2);
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
}

.div-ten:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid transparent;
  border-left-color: rgba(225, 244, 236, 1);
  border-top-color: rgba(225, 244, 236, 1);
  left: -2px;
  top: -2px;
  border-right-color: rgba(225, 244, 236, 1);
  animation: animation-ten 2s linear infinite;
}

.inner-final-savings {
  position: absolute;
  width: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 50px;
}

@media only screen and (max-width: 930px) {
  .calculator-section-types .section {
    display: block;
    width: 100%;
    float: none;
  }
  .calculator-variable {
    width: 100%;
    display: block;
    float: none;
    padding: 10px;
  }
  .calculator-variable .variable-item {
    font-size: 13px;
    font-weight: 300;
  }
  .calculator-variable .variable-item {
    font-size: 13px;
    font-weight: 300;
  }
  .calculator-variable .variable-item {
    font-size: 13px;
    font-weight: 300;
  }
  .calculator-variable.symbol {
    width: 100%;
  }
  .ev-line {
    margin-top: 10px;
  }
  .ev-calc-text input {
    width: 30px;
  }
}

@keyframes animation-one {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes animation-two {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}

@keyframes animation-ten {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}