.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; } }
@media (min-width: 1400px) {
.d-xxl-none {
display: none !important; }
.d-xxl-inline {
display: inline !important; }
.d-xxl-inline-block {
display: inline-block !important; }
.d-xxl-block {
display: block !important; }
.d-xxl-table {
display: table !important; }
.d-xxl-table-row {
display: table-row !important; }
.d-xxl-table-cell {
display: table-cell !important; }
.d-xxl-flex {
display: flex !important; }
.d-xxl-inline-flex {
display: inline-flex !important; } }
@media print {
.d-print-none {
display: none !important; }
.d-print-inline {
display: inline !important; }
.d-print-inline-block {
display: inline-block !important; }
.d-print-block {
display: block !important; }
.d-print-table {
display: table !important; }
.d-print-table-row {
display: table-row !important; }
.d-print-table-cell {
display: table-cell !important; }
.d-print-flex {
display: flex !important; }
.d-print-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; } }
@media (min-width: 1400px) {
.flex-xxl-row {
flex-direction: row !important; }
.flex-xxl-column {
flex-direction: column !important; }
.flex-xxl-row-reverse {
flex-direction: row-reverse !important; }
.flex-xxl-column-reverse {
flex-direction: column-reverse !important; }
.flex-xxl-wrap {
flex-wrap: wrap !important; }
.flex-xxl-nowrap {
flex-wrap: nowrap !important; }
.flex-xxl-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-xxl-fill {
flex: 1 1 auto !important; }
.flex-xxl-grow-0 {
flex-grow: 0 !important; }
.flex-xxl-grow-1 {
flex-grow: 1 !important; }
.flex-xxl-shrink-0 {
flex-shrink: 0 !important; }
.flex-xxl-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-xxl-start {
justify-content: flex-start !important; }
.justify-content-xxl-end {
justify-content: flex-end !important; }
.justify-content-xxl-center {
justify-content: center !important; }
.justify-content-xxl-between {
justify-content: space-between !important; }
.justify-content-xxl-around {
justify-content: space-around !important; }
.align-items-xxl-start {
align-items: flex-start !important; }
.align-items-xxl-end {
align-items: flex-end !important; }
.align-items-xxl-center {
align-items: center !important; }
.align-items-xxl-baseline {
align-items: baseline !important; }
.align-items-xxl-stretch {
align-items: stretch !important; }
.align-content-xxl-start {
align-content: flex-start !important; }
.align-content-xxl-end {
align-content: flex-end !important; }
.align-content-xxl-center {
align-content: center !important; }
.align-content-xxl-between {
align-content: space-between !important; }
.align-content-xxl-around {
align-content: space-around !important; }
.align-content-xxl-stretch {
align-content: stretch !important; }
.align-self-xxl-auto {
align-self: auto !important; }
.align-self-xxl-start {
align-self: flex-start !important; }
.align-self-xxl-end {
align-self: flex-end !important; }
.align-self-xxl-center {
align-self: center !important; }
.align-self-xxl-baseline {
align-self: baseline !important; }
.align-self-xxl-stretch {
align-self: stretch !important; } }
.m-0 {
margin: 0 !important; }
.mt-0,
.my-0 {
margin-top: 0 !important; }
.mr-0,
.mx-0 {
margin-right: 0 !important; }
.mb-0,
.my-0 {
margin-bottom: 0 !important; }
.ml-0,
.mx-0 {
margin-left: 0 !important; }
.m-1 {
margin: 0.25rem !important; }
.mt-1,
.my-1 {
margin-top: 0.25rem !important; }
.mr-1,
.mx-1 {
margin-right: 0.25rem !important; }
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important; }
.ml-1,
.mx-1 {
margin-left: 0.25rem !important; }
.m-2 {
margin: 0.5rem !important; }
.mt-2,
.my-2 {
margin-top: 0.5rem !important; }
.mr-2,
.mx-2 {
margin-right: 0.5rem !important; }
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important; }
.ml-2,
.mx-2 {
margin-left: 0.5rem !important; }
.m-3 {
margin: 1rem !important; }
.mt-3,
.my-3 {
margin-top: 1rem !important; }
.mr-3,
.mx-3 {
margin-right: 1rem !important; }
.mb-3,
.my-3 {
margin-bottom: 1rem !important; }
.ml-3,
.mx-3 {
margin-left: 1rem !important; }
.m-4 {
margin: 1.5rem !important; }
.mt-4,
.my-4 {
margin-top: 1.5rem !important; }
.mr-4,
.mx-4 {
margin-right: 1.5rem !important; }
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important; }
.ml-4,
.mx-4 {
margin-left: 1.5rem !important; }
.m-5 {
margin: 3rem !important; }
.mt-5,
.my-5 {
margin-top: 3rem !important; }
.mr-5,
.mx-5 {
margin-right: 3rem !important; }
.mb-5,
.my-5 {
margin-bottom: 3rem !important; }
.ml-5,
.mx-5 {
margin-left: 3rem !important; }
.p-0 {
padding: 0 !important; }
.pt-0,
.py-0 {
padding-top: 0 !important; }
.pr-0,
.px-0 {
padding-right: 0 !important; }
.pb-0,
.py-0 {
padding-bottom: 0 !important; }
.pl-0,
.px-0 {
padding-left: 0 !important; }
.p-1 {
padding: 0.25rem !important; }
.pt-1,
.py-1 {
padding-top: 0.25rem !important; }
.pr-1,
.px-1 {
padding-right: 0.25rem !important; }
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important; }
.pl-1,
.px-1 {
padding-left: 0.25rem !important; }
.p-2 {
padding: 0.5rem !important; }
.pt-2,
.py-2 {
padding-top: 0.5rem !important; }
.pr-2,
.px-2 {
padding-right: 0.5rem !important; }
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important; }
.pl-2,
.px-2 {
padding-left: 0.5rem !important; }
.p-3 {
padding: 1rem !important; }
.pt-3,
.py-3 {
padding-top: 1rem !important; }
.pr-3,
.px-3 {
padding-right: 1rem !important; }
.pb-3,
.py-3 {
padding-bottom: 1rem !important; }
.pl-3,
.px-3 {
padding-left: 1rem !important; }
.p-4 {
padding: 1.5rem !important; }
.pt-4,
.py-4 {
padding-top: 1.5rem !important; }
.pr-4,
.px-4 {
padding-right: 1.5rem !important; }
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important; }
.pl-4,
.px-4 {
padding-left: 1.5rem !important; }
.p-5 {
padding: 3rem !important; }
.pt-5,
.py-5 {
padding-top: 3rem !important; }
.pr-5,
.px-5 {
padding-right: 3rem !important; }
.pb-5,
.py-5 {
padding-bottom: 3rem !important; }
.pl-5,
.px-5 {
padding-left: 3rem !important; }
.m-n1 {
margin: -0.25rem !important; }
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important; }
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important; }
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important; }
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important; }
.m-n2 {
margin: -0.5rem !important; }
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important; }
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important; }
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important; }
.ml-n2,
.mx-n2 {
margin-left: -0.5rem !important; }
.m-n3 {
margin: -1rem !important; }
.mt-n3,
.my-n3 {
margin-top: -1rem !important; }
.mr-n3,
.mx-n3 {
margin-right: -1rem !important; }
.mb-n3,
.my-n3 {
margin-bottom: -1rem !important; }
.ml-n3,
.mx-n3 {
margin-left: -1rem !important; }
.m-n4 {
margin: -1.5rem !important; }
.mt-n4,
.my-n4 {
margin-top: -1.5rem !important; }
.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important; }
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important; }
.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important; }
.m-n5 {
margin: -3rem !important; }
.mt-n5,
.my-n5 {
margin-top: -3rem !important; }
.mr-n5,
.mx-n5 {
margin-right: -3rem !important; }
.mb-n5,
.my-n5 {
margin-bottom: -3rem !important; }
.ml-n5,
.mx-n5 {
margin-left: -3rem !important; }
.m-auto {
margin: auto !important; }
.mt-auto,
.my-auto {
margin-top: auto !important; }
.mr-auto,
.mx-auto {
margin-right: auto !important; }
.mb-auto,
.my-auto {
margin-bottom: auto !important; }
.ml-auto,
.mx-auto {
margin-left: auto !important; }
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important; }
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important; }
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important; }
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important; }
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important; }
.m-sm-1 {
margin: 0.25rem !important; }
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important; }
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important; }
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important; }
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important; }
.m-sm-2 {
margin: 0.5rem !important; }
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important; }
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important; }
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important; }
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important; }
.m-sm-3 {
margin: 1rem !important; }
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important; }
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important; }
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important; }
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important; }
.m-sm-4 {
margin: 1.5rem !important; }
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important; }
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important; }
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important; }
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important; }
.m-sm-5 {
margin: 3rem !important; }
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important; }
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important; }
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important; }
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important; }
.p-sm-0 {
padding: 0 !important; }
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important; }
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important; }
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important; }
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important; }
.p-sm-1 {
padding: 0.25rem !important; }
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important; }
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important; }
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important; }
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important; }
.p-sm-2 {
padding: 0.5rem !important; }
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important; }
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important; }
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important; }
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important; }
.p-sm-3 {
padding: 1rem !important; }
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important; }
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important; }
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important; }
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important; }
.p-sm-4 {
padding: 1.5rem !important; }
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important; }
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important; }
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important; }
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important; }
.p-sm-5 {
padding: 3rem !important; }
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important; }
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important; }
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important; }
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important; }
.m-sm-n1 {
margin: -0.25rem !important; }
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important; }
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important; }
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important; }
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important; }
.m-sm-n2 {
margin: -0.5rem !important; }
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important; }
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important; }
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important; }
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.5rem !important; }
.m-sm-n3 {
margin: -1rem !important; }
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem !important; }
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem !important; }
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem !important; }
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem !important; }
.m-sm-n4 {
margin: -1.5rem !important; }
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem !important; }
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem !important; }
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem !important; }
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem !important; }
.m-sm-n5 {
margin: -3rem !important; }
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem !important; }
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem !important; }
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem !important; }
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3rem !important; }
.m-sm-auto {
margin: auto !important; }
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important; }
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important; }
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important; }
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important; } }
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important; }
.mt-md-0,
.my-md-0 {
margin-top: 0 !important; }
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important; }
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important; }
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important; }
.m-md-1 {
margin: 0.25rem !important; }
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important; }
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important; }
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important; }
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important; }
.m-md-2 {
margin: 0.5rem !important; }
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important; }
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important; }
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important; }
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important; }
.m-md-3 {
margin: 1rem !important; }
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important; }
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important; }
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important; }
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important; }
.m-md-4 {
margin: 1.5rem !important; }
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important; }
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important; }
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important; }
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important; }
.m-md-5 {
margin: 3rem !important; }
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important; }
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important; }
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important; }
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important; }
.p-md-0 {
padding: 0 !important; }
.pt-md-0,
.py-md-0 {
padding-top: 0 !important; }
.pr-md-0,
.px-md-0 {
padding-right: 0 !important; }
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important; }
.pl-md-0,
.px-md-0 {
padding-left: 0 !important; }
.p-md-1 {
padding: 0.25rem !important; }
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important; }
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important; }
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important; }
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important; }
.p-md-2 {
padding: 0.5rem !important; }
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important; }
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important; }
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important; }
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important; }
.p-md-3 {
padding: 1rem !important; }
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important; }
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important; }
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important; }
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important; }
.p-md-4 {
padding: 1.5rem !important; }
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important; }
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important; }
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important; }
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important; }
.p-md-5 {
padding: 3rem !important; }
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important; }
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important; }
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important; }
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important; }
.m-md-n1 {
margin: -0.25rem !important; }
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important; }
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important; }
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important; }
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important; }
.m-md-n2 {
margin: -0.5rem !important; }
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important; }
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important; }
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important; }
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.5rem !important; }
.m-md-n3 {
margin: -1rem !important; }
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem !important; }
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem !important; }
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem !important; }
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem !important; }
.m-md-n4 {
margin: -1.5rem !important; }
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem !important; }
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem !important; }
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem !important; }
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem !important; }
.m-md-n5 {
margin: -3rem !important; }
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem !important; }
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem !important; }
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem !important; }
.ml-md-n5,
.mx-md-n5 {
margin-left: -3rem !important; }
.m-md-auto {
margin: auto !important; }
.mt-md-auto,
.my-md-auto {
margin-top: auto !important; }
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important; }
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important; }
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important; } }
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important; }
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important; }
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important; }
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important; }
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important; }
.m-lg-1 {
margin: 0.25rem !important; }
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important; }
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important; }
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important; }
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important; }
.m-lg-2 {
margin: 0.5rem !important; }
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important; }
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important; }
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important; }
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important; }
.m-lg-3 {
margin: 1rem !important; }
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important; }
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important; }
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important; }
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important; }
.m-lg-4 {
margin: 1.5rem !important; }
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important; }
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important; }
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important; }
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important; }
.m-lg-5 {
margin: 3rem !important; }
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important; }
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important; }
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important; }
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important; }
.p-lg-0 {
padding: 0 !important; }
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important; }
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important; }
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important; }
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important; }
.p-lg-1 {
padding: 0.25rem !important; }
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important; }
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important; }
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important; }
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important; }
.p-lg-2 {
padding: 0.5rem !important; }
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important; }
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important; }
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important; }
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important; }
.p-lg-3 {
padding: 1rem !important; }
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important; }
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important; }
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important; }
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important; }
.p-lg-4 {
padding: 1.5rem !important; }
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important; }
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important; }
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important; }
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important; }
.p-lg-5 {
padding: 3rem !important; }
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important; }
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important; }
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important; }
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important; }
.m-lg-n1 {
margin: -0.25rem !important; }
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important; }
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important; }
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important; }
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important; }
.m-lg-n2 {
margin: -0.5rem !important; }
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important; }
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important; }
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important; }
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.5rem !important; }
.m-lg-n3 {
margin: -1rem !important; }
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem !important; }
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem !important; }
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem !important; }
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem !important; }
.m-lg-n4 {
margin: -1.5rem !important; }
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem !important; }
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem !important; }
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem !important; }
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem !important; }
.m-lg-n5 {
margin: -3rem !important; }
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem !important; }
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem !important; }
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem !important; }
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3rem !important; }
.m-lg-auto {
margin: auto !important; }
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important; }
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important; }
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important; }
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important; } }
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important; }
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important; }
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important; }
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important; }
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important; }
.m-xl-1 {
margin: 0.25rem !important; }
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important; }
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important; }
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important; }
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important; }
.m-xl-2 {
margin: 0.5rem !important; }
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important; }
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important; }
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important; }
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important; }
.m-xl-3 {
margin: 1rem !important; }
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important; }
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important; }
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important; }
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important; }
.m-xl-4 {
margin: 1.5rem !important; }
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important; }
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important; }
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important; }
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important; }
.m-xl-5 {
margin: 3rem !important; }
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important; }
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important; }
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important; }
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important; }
.p-xl-0 {
padding: 0 !important; }
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important; }
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important; }
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important; }
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important; }
.p-xl-1 {
padding: 0.25rem !important; }
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important; }
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important; }
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important; }
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important; }
.p-xl-2 {
padding: 0.5rem !important; }
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important; }
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important; }
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important; }
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important; }
.p-xl-3 {
padding: 1rem !important; }
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important; }
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important; }
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important; }
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important; }
.p-xl-4 {
padding: 1.5rem !important; }
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important; }
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important; }
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important; }
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important; }
.p-xl-5 {
padding: 3rem !important; }
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important; }
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important; }
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important; }
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important; }
.m-xl-n1 {
margin: -0.25rem !important; }
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important; }
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important; }
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important; }
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important; }
.m-xl-n2 {
margin: -0.5rem !important; }
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important; }
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important; }
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important; }
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.5rem !important; }
.m-xl-n3 {
margin: -1rem !important; }
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem !important; }
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem !important; }
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem !important; }
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem !important; }
.m-xl-n4 {
margin: -1.5rem !important; }
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem !important; }
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem !important; }
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem !important; }
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem !important; }
.m-xl-n5 {
margin: -3rem !important; }
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem !important; }
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem !important; }
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem !important; }
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3rem !important; }
.m-xl-auto {
margin: auto !important; }
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important; }
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important; }
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important; }
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important; } }
@media (min-width: 1400px) {
.m-xxl-0 {
margin: 0 !important; }
.mt-xxl-0,
.my-xxl-0 {
margin-top: 0 !important; }
.mr-xxl-0,
.mx-xxl-0 {
margin-right: 0 !important; }
.mb-xxl-0,
.my-xxl-0 {
margin-bottom: 0 !important; }
.ml-xxl-0,
.mx-xxl-0 {
margin-left: 0 !important; }
.m-xxl-1 {
margin: 0.25rem !important; }
.mt-xxl-1,
.my-xxl-1 {
margin-top: 0.25rem !important; }
.mr-xxl-1,
.mx-xxl-1 {
margin-right: 0.25rem !important; }
.mb-xxl-1,
.my-xxl-1 {
margin-bottom: 0.25rem !important; }
.ml-xxl-1,
.mx-xxl-1 {
margin-left: 0.25rem !important; }
.m-xxl-2 {
margin: 0.5rem !important; }
.mt-xxl-2,
.my-xxl-2 {
margin-top: 0.5rem !important; }
.mr-xxl-2,
.mx-xxl-2 {
margin-right: 0.5rem !important; }
.mb-xxl-2,
.my-xxl-2 {
margin-bottom: 0.5rem !important; }
.ml-xxl-2,
.mx-xxl-2 {
margin-left: 0.5rem !important; }
.m-xxl-3 {
margin: 1rem !important; }
.mt-xxl-3,
.my-xxl-3 {
margin-top: 1rem !important; }
.mr-xxl-3,
.mx-xxl-3 {
margin-right: 1rem !important; }
.mb-xxl-3,
.my-xxl-3 {
margin-bottom: 1rem !important; }
.ml-xxl-3,
.mx-xxl-3 {
margin-left: 1rem !important; }
.m-xxl-4 {
margin: 1.5rem !important; }
.mt-xxl-4,
.my-xxl-4 {
margin-top: 1.5rem !important; }
.mr-xxl-4,
.mx-xxl-4 {
margin-right: 1.5rem !important; }
.mb-xxl-4,
.my-xxl-4 {
margin-bottom: 1.5rem !important; }
.ml-xxl-4,
.mx-xxl-4 {
margin-left: 1.5rem !important; }
.m-xxl-5 {
margin: 3rem !important; }
.mt-xxl-5,
.my-xxl-5 {
margin-top: 3rem !important; }
.mr-xxl-5,
.mx-xxl-5 {
margin-right: 3rem !important; }
.mb-xxl-5,
.my-xxl-5 {
margin-bottom: 3rem !important; }
.ml-xxl-5,
.mx-xxl-5 {
margin-left: 3rem !important; }
.p-xxl-0 {
padding: 0 !important; }
.pt-xxl-0,
.py-xxl-0 {
padding-top: 0 !important; }
.pr-xxl-0,
.px-xxl-0 {
padding-right: 0 !important; }
.pb-xxl-0,
.py-xxl-0 {
padding-bottom: 0 !important; }
.pl-xxl-0,
.px-xxl-0 {
padding-left: 0 !important; }
.p-xxl-1 {
padding: 0.25rem !important; }
.pt-xxl-1,
.py-xxl-1 {
padding-top: 0.25rem !important; }
.pr-xxl-1,
.px-xxl-1 {
padding-right: 0.25rem !important; }
.pb-xxl-1,
.py-xxl-1 {
padding-bottom: 0.25rem !important; }
.pl-xxl-1,
.px-xxl-1 {
padding-left: 0.25rem !important; }
.p-xxl-2 {
padding: 0.5rem !important; }
.pt-xxl-2,
.py-xxl-2 {
padding-top: 0.5rem !important; }
.pr-xxl-2,
.px-xxl-2 {
padding-right: 0.5rem !important; }
.pb-xxl-2,
.py-xxl-2 {
padding-bottom: 0.5rem !important; }
.pl-xxl-2,
.px-xxl-2 {
padding-left: 0.5rem !important; }
.p-xxl-3 {
padding: 1rem !important; }
.pt-xxl-3,
.py-xxl-3 {
padding-top: 1rem !important; }
.pr-xxl-3,
.px-xxl-3 {
padding-right: 1rem !important; }
.pb-xxl-3,
.py-xxl-3 {
padding-bottom: 1rem !important; }
.pl-xxl-3,
.px-xxl-3 {
padding-left: 1rem !important; }
.p-xxl-4 {
padding: 1.5rem !important; }
.pt-xxl-4,
.py-xxl-4 {
padding-top: 1.5rem !important; }
.pr-xxl-4,
.px-xxl-4 {
padding-right: 1.5rem !important; }
.pb-xxl-4,
.py-xxl-4 {
padding-bottom: 1.5rem !important; }
.pl-xxl-4,
.px-xxl-4 {
padding-left: 1.5rem !important; }
.p-xxl-5 {
padding: 3rem !important; }
.pt-xxl-5,
.py-xxl-5 {
padding-top: 3rem !important; }
.pr-xxl-5,
.px-xxl-5 {
padding-right: 3rem !important; }
.pb-xxl-5,
.py-xxl-5 {
padding-bottom: 3rem !important; }
.pl-xxl-5,
.px-xxl-5 {
padding-left: 3rem !important; }
.m-xxl-n1 {
margin: -0.25rem !important; }
.mt-xxl-n1,
.my-xxl-n1 {
margin-top: -0.25rem !important; }
.mr-xxl-n1,
.mx-xxl-n1 {
margin-right: -0.25rem !important; }
.mb-xxl-n1,
.my-xxl-n1 {
margin-bottom: -0.25rem !important; }
.ml-xxl-n1,
.mx-xxl-n1 {
margin-left: -0.25rem !important; }
.m-xxl-n2 {
margin: -0.5rem !important; }
.mt-xxl-n2,
.my-xxl-n2 {
margin-top: -0.5rem !important; }
.mr-xxl-n2,
.mx-xxl-n2 {
margin-right: -0.5rem !important; }
.mb-xxl-n2,
.my-xxl-n2 {
margin-bottom: -0.5rem !important; }
.ml-xxl-n2,
.mx-xxl-n2 {
margin-left: -0.5rem !important; }
.m-xxl-n3 {
margin: -1rem !important; }
.mt-xxl-n3,
.my-xxl-n3 {
margin-top: -1rem !important; }
.mr-xxl-n3,
.mx-xxl-n3 {
margin-right: -1rem !important; }
.mb-xxl-n3,
.my-xxl-n3 {
margin-bottom: -1rem !important; }
.ml-xxl-n3,
.mx-xxl-n3 {
margin-left: -1rem !important; }
.m-xxl-n4 {
margin: -1.5rem !important; }
.mt-xxl-n4,
.my-xxl-n4 {
margin-top: -1.5rem !important; }
.mr-xxl-n4,
.mx-xxl-n4 {
margin-right: -1.5rem !important; }
.mb-xxl-n4,
.my-xxl-n4 {
margin-bottom: -1.5rem !important; }
.ml-xxl-n4,
.mx-xxl-n4 {
margin-left: -1.5rem !important; }
.m-xxl-n5 {
margin: -3rem !important; }
.mt-xxl-n5,
.my-xxl-n5 {
margin-top: -3rem !important; }
.mr-xxl-n5,
.mx-xxl-n5 {
margin-right: -3rem !important; }
.mb-xxl-n5,
.my-xxl-n5 {
margin-bottom: -3rem !important; }
.ml-xxl-n5,
.mx-xxl-n5 {
margin-left: -3rem !important; }
.m-xxl-auto {
margin: auto !important; }
.mt-xxl-auto,
.my-xxl-auto {
margin-top: auto !important; }
.mr-xxl-auto,
.mx-xxl-auto {
margin-right: auto !important; }
.mb-xxl-auto,
.my-xxl-auto {
margin-bottom: auto !important; }
.ml-xxl-auto,
.mx-xxl-auto {
margin-left: auto !important; } }  @-webkit-keyframes pulse {
0% {
transform: scale(0);
opacity: 0; }
25% {
transform: scale(0);
opacity: 0.1; }
50% {
transform: scale(0.25);
opacity: 0.3; }
75% {
transform: scale(1);
opacity: 0.5; }
to {
transform: scale(1.2);
opacity: 0; } }
@keyframes pulse {
0% {
transform: scale(0);
opacity: 0; }
25% {
transform: scale(0);
opacity: 0.1; }
50% {
transform: scale(0.25);
opacity: 0.3; }
75% {
transform: scale(1);
opacity: 0.5; }
to {
transform: scale(1.2);
opacity: 0; } }    .container {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 24px;
padding-left: 24px;
max-width: 1570px; }
@media (min-width: 576px) {
.container {
padding-right: 24px;
padding-left: 24px; } }
@media (min-width: 768px) {
.container {
padding-right: 32px;
padding-left: 32px; } }
@media (min-width: 992px) {
.container {
padding-right: 40px;
padding-left: 40px; } }
@media (min-width: 1200px) {
.container {
padding-right: 64px;
padding-left: 64px; } }
@media (min-width: 1400px) {
.container {
padding-right: 90px;
padding-left: 90px; } }
.row {
display: flex;
flex-wrap: wrap;
margin-right: -8px;
margin-left: -8px; }
@media (min-width: 576px) {
.row {
margin-right: -8px;
margin-left: -8px; } }
@media (min-width: 768px) {
.row {
margin-right: -12px;
margin-left: -12px; } }
@media (min-width: 992px) {
.row {
margin-right: -12px;
margin-left: -12px; } }
@media (min-width: 1200px) {
.row {
margin-right: -12px;
margin-left: -12px; } }
@media (min-width: 1400px) {
.row {
margin-right: -15px;
margin-left: -15px; } }
.no-gutters {
margin-right: 0;
margin-left: 0; }
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
position: relative;
width: 100%;
padding-right: 8px;
padding-left: 8px; }
@media (min-width: 576px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
padding-right: 8px;
padding-left: 8px; } }
@media (min-width: 768px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
padding-right: 12px;
padding-left: 12px; } }
@media (min-width: 992px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
padding-right: 12px;
padding-left: 12px; } }
@media (min-width: 1200px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
padding-right: 12px;
padding-left: 12px; } }
@media (min-width: 1400px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
padding-right: 15px;
padding-left: 15px; } }
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-first {
order: -1; }
.order-last {
order: 13; }
.order-0 {
order: 0; }
.order-1 {
order: 1; }
.order-2 {
order: 2; }
.order-3 {
order: 3; }
.order-4 {
order: 4; }
.order-5 {
order: 5; }
.order-6 {
order: 6; }
.order-7 {
order: 7; }
.order-8 {
order: 8; }
.order-9 {
order: 9; }
.order-10 {
order: 10; }
.order-11 {
order: 11; }
.order-12 {
order: 12; }
.offset-1 {
margin-left: 8.33333%; }
.offset-2 {
margin-left: 16.66667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.33333%; }
.offset-5 {
margin-left: 41.66667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.33333%; }
.offset-8 {
margin-left: 66.66667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.33333%; }
.offset-11 {
margin-left: 91.66667%; }
@media (min-width: 576px) {
.col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-sm-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-sm-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-sm-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-sm-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-sm-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-sm-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-sm-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-sm-first {
order: -1; }
.order-sm-last {
order: 13; }
.order-sm-0 {
order: 0; }
.order-sm-1 {
order: 1; }
.order-sm-2 {
order: 2; }
.order-sm-3 {
order: 3; }
.order-sm-4 {
order: 4; }
.order-sm-5 {
order: 5; }
.order-sm-6 {
order: 6; }
.order-sm-7 {
order: 7; }
.order-sm-8 {
order: 8; }
.order-sm-9 {
order: 9; }
.order-sm-10 {
order: 10; }
.order-sm-11 {
order: 11; }
.order-sm-12 {
order: 12; }
.offset-sm-0 {
margin-left: 0; }
.offset-sm-1 {
margin-left: 8.33333%; }
.offset-sm-2 {
margin-left: 16.66667%; }
.offset-sm-3 {
margin-left: 25%; }
.offset-sm-4 {
margin-left: 33.33333%; }
.offset-sm-5 {
margin-left: 41.66667%; }
.offset-sm-6 {
margin-left: 50%; }
.offset-sm-7 {
margin-left: 58.33333%; }
.offset-sm-8 {
margin-left: 66.66667%; }
.offset-sm-9 {
margin-left: 75%; }
.offset-sm-10 {
margin-left: 83.33333%; }
.offset-sm-11 {
margin-left: 91.66667%; } }
@media (min-width: 768px) {
.col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-md-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-md-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-md-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-md-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-md-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-md-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-md-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-md-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-md-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-md-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-md-first {
order: -1; }
.order-md-last {
order: 13; }
.order-md-0 {
order: 0; }
.order-md-1 {
order: 1; }
.order-md-2 {
order: 2; }
.order-md-3 {
order: 3; }
.order-md-4 {
order: 4; }
.order-md-5 {
order: 5; }
.order-md-6 {
order: 6; }
.order-md-7 {
order: 7; }
.order-md-8 {
order: 8; }
.order-md-9 {
order: 9; }
.order-md-10 {
order: 10; }
.order-md-11 {
order: 11; }
.order-md-12 {
order: 12; }
.offset-md-0 {
margin-left: 0; }
.offset-md-1 {
margin-left: 8.33333%; }
.offset-md-2 {
margin-left: 16.66667%; }
.offset-md-3 {
margin-left: 25%; }
.offset-md-4 {
margin-left: 33.33333%; }
.offset-md-5 {
margin-left: 41.66667%; }
.offset-md-6 {
margin-left: 50%; }
.offset-md-7 {
margin-left: 58.33333%; }
.offset-md-8 {
margin-left: 66.66667%; }
.offset-md-9 {
margin-left: 75%; }
.offset-md-10 {
margin-left: 83.33333%; }
.offset-md-11 {
margin-left: 91.66667%; } }
@media (min-width: 992px) {
.col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-lg-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-lg-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-lg-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-lg-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-lg-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-lg-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-lg-first {
order: -1; }
.order-lg-last {
order: 13; }
.order-lg-0 {
order: 0; }
.order-lg-1 {
order: 1; }
.order-lg-2 {
order: 2; }
.order-lg-3 {
order: 3; }
.order-lg-4 {
order: 4; }
.order-lg-5 {
order: 5; }
.order-lg-6 {
order: 6; }
.order-lg-7 {
order: 7; }
.order-lg-8 {
order: 8; }
.order-lg-9 {
order: 9; }
.order-lg-10 {
order: 10; }
.order-lg-11 {
order: 11; }
.order-lg-12 {
order: 12; }
.offset-lg-0 {
margin-left: 0; }
.offset-lg-1 {
margin-left: 8.33333%; }
.offset-lg-2 {
margin-left: 16.66667%; }
.offset-lg-3 {
margin-left: 25%; }
.offset-lg-4 {
margin-left: 33.33333%; }
.offset-lg-5 {
margin-left: 41.66667%; }
.offset-lg-6 {
margin-left: 50%; }
.offset-lg-7 {
margin-left: 58.33333%; }
.offset-lg-8 {
margin-left: 66.66667%; }
.offset-lg-9 {
margin-left: 75%; }
.offset-lg-10 {
margin-left: 83.33333%; }
.offset-lg-11 {
margin-left: 91.66667%; } }
@media (min-width: 1200px) {
.col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-xl-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-xl-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xl-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xl-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xl-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xl-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-xl-first {
order: -1; }
.order-xl-last {
order: 13; }
.order-xl-0 {
order: 0; }
.order-xl-1 {
order: 1; }
.order-xl-2 {
order: 2; }
.order-xl-3 {
order: 3; }
.order-xl-4 {
order: 4; }
.order-xl-5 {
order: 5; }
.order-xl-6 {
order: 6; }
.order-xl-7 {
order: 7; }
.order-xl-8 {
order: 8; }
.order-xl-9 {
order: 9; }
.order-xl-10 {
order: 10; }
.order-xl-11 {
order: 11; }
.order-xl-12 {
order: 12; }
.offset-xl-0 {
margin-left: 0; }
.offset-xl-1 {
margin-left: 8.33333%; }
.offset-xl-2 {
margin-left: 16.66667%; }
.offset-xl-3 {
margin-left: 25%; }
.offset-xl-4 {
margin-left: 33.33333%; }
.offset-xl-5 {
margin-left: 41.66667%; }
.offset-xl-6 {
margin-left: 50%; }
.offset-xl-7 {
margin-left: 58.33333%; }
.offset-xl-8 {
margin-left: 66.66667%; }
.offset-xl-9 {
margin-left: 75%; }
.offset-xl-10 {
margin-left: 83.33333%; }
.offset-xl-11 {
margin-left: 91.66667%; } }
@media (min-width: 1400px) {
.col-xxl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%; }
.col-xxl-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%; }
.col-xxl-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xxl-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xxl-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-xxl-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xxl-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xxl-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-xxl-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xxl-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xxl-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-xxl-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xxl-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xxl-12 {
flex: 0 0 100%;
max-width: 100%; }
.order-xxl-first {
order: -1; }
.order-xxl-last {
order: 13; }
.order-xxl-0 {
order: 0; }
.order-xxl-1 {
order: 1; }
.order-xxl-2 {
order: 2; }
.order-xxl-3 {
order: 3; }
.order-xxl-4 {
order: 4; }
.order-xxl-5 {
order: 5; }
.order-xxl-6 {
order: 6; }
.order-xxl-7 {
order: 7; }
.order-xxl-8 {
order: 8; }
.order-xxl-9 {
order: 9; }
.order-xxl-10 {
order: 10; }
.order-xxl-11 {
order: 11; }
.order-xxl-12 {
order: 12; }
.offset-xxl-0 {
margin-left: 0; }
.offset-xxl-1 {
margin-left: 8.33333%; }
.offset-xxl-2 {
margin-left: 16.66667%; }
.offset-xxl-3 {
margin-left: 25%; }
.offset-xxl-4 {
margin-left: 33.33333%; }
.offset-xxl-5 {
margin-left: 41.66667%; }
.offset-xxl-6 {
margin-left: 50%; }
.offset-xxl-7 {
margin-left: 58.33333%; }
.offset-xxl-8 {
margin-left: 66.66667%; }
.offset-xxl-9 {
margin-left: 75%; }
.offset-xxl-10 {
margin-left: 83.33333%; }
.offset-xxl-11 {
margin-left: 91.66667%; } }  html {
box-sizing: border-box; }
*, *::before, *::after {
box-sizing: inherit; }
* {
margin: 0;
padding: 0; }
picture {
display: block; }
img {
max-width: 100%;
height: auto;
vertical-align: middle; }
ul,
ol,
li {
list-style: none; }
p ul li {
list-style-type: decimal; }
p ol li {
list-style-type: disc; }
a {
text-decoration: none; }
main {
display: block; }
html,
body {
font-size: 12px;
font-family: "Graphik", sans-serif;
color: #272f36;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
@media (min-width: 576px) {
html,
body {
font-size: 14px; } }
@media (min-width: 768px) {
html,
body {
font-size: 16px; } }
svg {
vertical-align: middle; }
svg[class] {
visibility: visible; }
a {
font-size: 1em;
color: #10069f; }
strong {
font-weight: 500; }
button {
font-family: "Graphik", sans-serif;
font-weight: 500;
cursor: pointer; }
button svg {
pointer-events: none; }
address {
font-style: normal;
font-size: 1.125rem;
line-height: 2.25rem; }
textarea {
resize: vertical; }
input[type=radio] {
display: none; }
option[value=""][disabled] {
display: none; }
option {
color: #272f36; }
@font-face {
font-family: 'Graphik';
src: url(//juvama.nl/wp-content/themes/juvama/dist/fonts/subset-Graphik-Regular.woff2) format("woff2"), url(//juvama.nl/wp-content/themes/juvama/dist/fonts/subset-Graphik-Regular.woff) format("woff");
font-weight: 400;
font-style: normal; }
@font-face {
font-family: 'Graphik';
src: url(//juvama.nl/wp-content/themes/juvama/dist/fonts/subset-Graphik-Medium.woff2) format("woff2"), url(//juvama.nl/wp-content/themes/juvama/dist/fonts/subset-Graphik-Medium.woff) format("woff");
font-weight: 500;
font-style: normal; }
@font-face {
font-family: 'Graphik';
src: url(//juvama.nl/wp-content/themes/juvama/dist/fonts/subset-Graphik-Bold.woff2) format("woff2"), url(//juvama.nl/wp-content/themes/juvama/dist/fonts/subset-Graphik-Bold.woff) format("woff");
font-weight: 600;
font-style: normal; }
h1 {
font-size: 3.5rem;
line-height: 4.125rem;
font-weight: normal; }
h2 {
font-size: 2.25rem;
line-height: 3rem;
font-weight: normal; }
h3 {
font-size: 1.75rem;
line-height: 2.25rem;
font-weight: normal; }
h4 {
font-size: 1.5rem;
line-height: 2.125rem;
font-weight: normal; }
h5 {
font-size: 1.25rem;
line-height: 2rem;
font-weight: normal; }
h6 {
font-size: 1.125rem;
line-height: 1.875rem;
font-weight: normal; }
p {
font-size: 1rem;
line-height: 1.75rem;
font-weight: normal; }
h1 {
margin-bottom: 1rem;
color: #10069f; }
@media (max-width: 991.98px) {
h1 {
font-size: 2.875rem;
line-height: 3.375rem; } }
h1 > span {
display: block;
color: #272f36; }
h1 a:hover, h1 a:focus, h1 a:focus:active {
text-decoration: underline; }
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 0.5rem;
color: #10069f; }
p,
ul,
ol {
margin-bottom: 2rem; }
.accordion__item {
margin-bottom: 1rem; }
.accordion__item__header {
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer; }
.accordion__item__header .icon-chevron {
width: 10px;
height: 18px;
fill: #fff; }
.accordion__item__collapse {
position: absolute;
overflow: hidden;
opacity: 0;
visibility: hidden;
transition: height ease-in-out ease-in-out; }
@media (min-width: 992px) {
.accordion__item__collapse {
border: none; } }
.accordion__item__collapse__body {
padding: 0 1rem 1rem 0; }
@media (min-width: 992px) {
.accordion--mobile {
border-bottom: none; }
.accordion--mobile .accordion__item__header {
cursor: default; }
.accordion--mobile .accordion__item__header .icon-chevron {
display: none; }
.accordion--mobile .accordion__item__collapse {
height: auto !important;
display: block !important; } }
.address {
font-size: 1.3125rem;
display: block; }
.address__col {
width: 100%; }
@media (min-width: 576px) {
.address {
display: flex; }
.address__col {
width: 50%; } }
.back {
display: inline-block;
margin-bottom: 2rem;
margin-top: 2rem;
color: #989898;
font-size: 1.125rem; }
.back svg {
width: 1.25rem;
height: 1.25rem;
margin-right: 1rem;
transition: transform 0.2s ease-in-out; }
.back:hover, .back:focus, .back:focus:active {
color: #8b8b8b; }
.back:hover svg, .back:focus svg, .back:focus:active svg {
transform: translateX(-5px) rotateZ(180deg); }
.backdrop {
position: fixed;
overflow-y: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 29; }
.banner__picture {
width: 100%;
height: 50vw; background-position: center;
background-repeat: no-repeat;
background-size: cover; }
.banner__picture img {
display: none; }
@media (max-width: 1199.98px) {
.banner__picture {
background-image: none !important;
height: auto !important; }
.banner__picture img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
display: block !important; } }
blockquote p {
position: relative;
margin: 1rem 0 3rem 0;
z-index: 1; }
blockquote p::before, blockquote p::after {
content: "";
position: absolute;
background: url(//juvama.nl/wp-content/themes/juvama/dist/images/quote.svg) no-repeat;
width: 73px;
height: 60px;
z-index: -1; }
blockquote p::before {
top: -1rem;
left: 0; }
blockquote p::after {
top: 3.875rem;
right: 0;
transform: scaleX(-1); }
.box {
display: flex;
flex-direction: column;
align-items: flex-start;
height: 100%;
padding: 1.875rem;
background: #fff;
border-radius: 6px;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1); }
.box--center {
align-items: center;
text-align: center; }
.box--center > *:not(img) {
width: 100%; }
.box--inset {
height: auto;
margin-bottom: -1.875rem; }
.breadcrumbs {
margin: 0 0 1.5rem 0; }
.breadcrumbs__back {
display: inline-block;
padding: 0.25rem 1rem;
margin-right: 0.5rem;
color: #ffc300;
font-weight: 600;
font-size: 0.75rem;
text-transform: uppercase; }
.breadcrumbs__back + .breadcrumbs__list {
display: inline-block; }
.breadcrumbs__list li {
display: inline-block;
margin-left: 0.5rem;
font-size: 0.75rem; }
.breadcrumbs__list li a {
font-size: 0.75rem; }
.breadcrumbs__list li a:hover {
color: #ffc300;
text-decoration: underline; }
.breadcrumbs__list li::before {
content: "";
display: inline-block;
vertical-align: middle;
width: 0;
height: 0;
margin-right: 0.5rem;
border-style: solid;
border-width: 4px 0 4px 6px;
border-color: transparent transparent transparent #989898; }
.breadcrumbs__list li:first-child {
margin-left: 0; }
.breadcrumbs__list li:first-child::before {
display: none; }
.button {
display: inline-block;
padding: 0.75rem 1rem;
border: none;
border-radius: 6px;
background: #ffc300;
color: #272f36;
font-weight: 500;
line-height: 1.125rem;
text-align: center;
flex-shrink: 0;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }
@media (min-width: 992px) {
.button {
padding: 1rem 1.25rem; } }
.button svg {
margin-left: 1rem; }
.button + .button {
margin-left: 0.5rem; }
@media (min-width: 992px) {
.button + .button {
margin-left: 2rem; } }
.button:hover, .button:focus, .button:focus:active {
background: #f0b700; }
.button--outline {
background: #fff;
color: #10069f;
border: 1px solid #10069f; }
.button--outline:hover, .button--outline:focus, .button--outline:focus:active {
color: #fff;
background: #10069f; }
.button--large {
padding: 1rem 1.25rem;
font-size: 1rem;
line-height: 1.25rem; }
@media (min-width: 992px) {
.button--large {
padding: 1.25rem 1.5rem;
font-size: 1.125rem; } }
.card {
margin-bottom: 2rem;
border-radius: 6px;
border: 1px solid rgba(152, 152, 152, 0.5);
overflow: hidden;
transition: box-shadow 0.2s ease-in-out; }
@media (min-width: 992px) {
.card {
margin-bottom: 0; } }
.card .card__image {
height: 295px;
overflow: hidden; }
.card .card__image img {
width: 100%;
height: auto; }
@media (max-width: 991.98px) {
.card .card__image {
height: 215px; } }
.card .card__content {
padding: 1.875rem;
background: #fff;
height: 100%; }
.card .card__content p {
font-size: 1rem;
line-height: 1.75rem; }
.card .card__link {
display: block;
position: relative;
height: 100%;
color: #272f36; }
.card .card__link::after {
content: "";
position: absolute;
bottom: -56px;
right: -56px;
width: 112px;
height: 112px;
background: #f7f7f8;
z-index: 1;
transform: rotateZ(45deg);
transition: background 0.2s ease-in-out; }
.card .card__link .icon-arrow {
position: absolute;
bottom: 1rem;
right: 1rem;
width: 16px;
height: 16px;
z-index: 2;
fill: #10069f;
transition: fill 0.2s ease-in-out; }
@media (min-width: 992px) {
.card .card__link .icon-arrow {
width: 20px;
height: 20px; } }
.card__container {
margin-bottom: 1.875rem; }
@media (min-width: 992px) {
.card__container {
margin-bottom: 3.75rem; } }
.card-list .card {
height: 100%; }
.card:hover {
box-shadow: 0 20px 10px -15px rgba(0, 0, 0, 0.1); }
.card:hover .card__link::after {
background: #10069f; }
.card:hover .card__link .icon-arrow {
fill: #fff; }
.checkbox {
color: #989898; }
.checkbox a {
color: currentColor;
text-decoration: underline; }
.checkbox a:hover, .checkbox a:focus, .checkbox a:focus:active {
color: #10069f; }
.checkbox__input {
display: none; }
.checkbox__input:checked + .checkbox__indicator {
background: url("data:image/svg+xml,%3Csvg width='17' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.255 0C12.464 2.798 9.22 6.031 6.351 8.905L1.472 4.763 0 6.493l5.676 4.824.799.683.745-.745c3.025-3.032 6.62-6.614 9.65-9.65L15.254 0z' fill='%2310069f'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center center;
background-size: 14px; }
.checkbox__indicator {
display: inline-block;
width: 20px;
height: 20px;
margin-right: 10px;
vertical-align: middle;
background: #fff;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
border-radius: 3px;
cursor: pointer; }
.cta {
position: relative;
padding: 1.25rem;
background: #10069f;
border-radius: 6px; }
@media (min-width: 992px) {
.cta {
padding: 5.625rem 0; } }
.cta__title {
color: #fff; }
.cta p {
color: #fff;
max-width: 75%; }
@media (min-width: 992px) {
.cta p {
max-width: none; } }
.cta__content {
z-index: 1; }
@media (max-width: 767.98px) {
.cta__content {
padding-bottom: 3.75rem; } }
.cta__image-container {
position: absolute;
bottom: 0;
right: -1rem;
display: flex; }
@media (min-width: 992px) {
.cta__image-container {
right: 1%; } }
.cta__person {
height: 150px;
width: 147px;
z-index: 2; }
@media (min-width: 992px) {
.cta__person {
height: 31.875rem;
width: 28.125rem; } }
.cta__person img {
position: absolute;
bottom: 0; }
@media (max-width: 767.98px) {
.cta__person img {
right: 0; } }
.cta__shape-background {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden; }
.cta__shape-background svg {
position: absolute;
bottom: 0;
right: calc(8% + 150px);
opacity: 0.08; }
.cta__shape-background svg:first-child {
transform: scale(2) scaleY(-1); }
.cta__shape-background svg:nth-of-type(2) {
transform: scale(4) scaleY(-1); }
.cta__shape-background svg:last-child {
transform: scale(6) scaleY(-1); }
.cta--grid {
margin: 1.875rem 0; }
@media (min-width: 992px) {
.cta--grid {
margin: 3.75rem 0;
padding: 3.75rem 0; } }
@media (min-width: 992px) {
.cta--grid .cta__person {
height: 28.75rem;
width: 25rem;
position: relative; } }
.dialog {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
border-radius: 6px;
background: rgba(255, 255, 255, 0.8);
z-index: 30; }
@media (min-width: 992px) {
.dialog {
margin: 0 auto; } }
.dialog__content {
display: flex;
flex-wrap: wrap;
height: auto;
max-width: 1400px;
background: #fff;
margin: 0 auto;
border-radius: 6px;
overflow: auto;
position: relative; }
@media (min-width: 992px) {
.dialog__content {
flex-wrap: nowrap; } }
@media (min-width: 1400px) {
.dialog__content {
top: 50%;
transform: translateY(-50%); } }
@media (max-width: 767.98px) {
.dialog__content {
height: 100%;
overflow-x: hidden;
overflow-y: scroll; } }
.dialog__col {
flex: auto; }
@media (min-width: 992px) {
.dialog__col {
flex: 1; } }
.dialog__col--2 {
flex: auto; }
@media (min-width: 992px) {
.dialog__col--2 {
flex: 2; } }
.dialog__col--secondary {
background: #f7f7f8; }
.dialog__inner {
position: relative;
height: 100%;
padding: 1.875rem; }
@media (min-width: 992px) {
.dialog__inner {
padding: 3.75rem; } }
.dialog__inner strong {
font-weight: 700; }
.dialog__image {
display: none; }
@media (min-width: 992px) {
.dialog__image {
display: block;
position: absolute;
bottom: 0;
left: 0; } }
.dialog__close {
position: absolute;
top: -1rem;
right: -1rem;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: #fff;
border: none;
border-radius: 50%;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
transition: transform 0.2s ease-in-out; }
@media (min-width: 992px) {
.dialog__close {
top: 1rem;
right: 1rem; } }
.dialog__close svg {
width: 16px;
height: 16px;
fill: #10069f;
stroke: #10069f; }
.dialog__close:hover, .dialog__close:focus, .dialog__close:focus:active {
transform: scale(1.05); }
.dialog__bottom-close {
display: flex;
margin: 1rem auto;
border: none;
background: none;
color: #fff;
font-size: 1.125rem; }
.dialog__bottom-close:hover, .dialog__bottom-close:focus, .dialog__bottom-close:focus:active {
outline: 0;
text-decoration: underline; }
.footer {
position: relative;
background: #101820;
color: #fff; }
.footer__main {
padding: 1.875rem 0; }
@media (min-width: 992px) {
.footer__main {
padding: 7.5rem 0; } }
.footer__image {
margin-top: -7.5rem;
margin-bottom: 3.75rem; }
@media (min-width: 992px) {
.footer__image {
margin-top: -15rem;
margin-bottom: 7.5rem; } }
.footer__logo {
margin-bottom: 1rem; }
.footer__title {
margin-bottom: 1rem;
color: #fff; }
.footer__nav {
margin: 0; }
.footer__nav li {
line-height: 2.25rem; }
.footer__nav li a {
font-size: 1.125rem;
color: #fff; }
.footer__nav li a svg {
display: none;
width: 1rem;
height: 1rem; }
.footer__nav li a:hover, .footer__nav li a:focus, .footer__nav li a:focus:active {
color: #ffc300; }
.footer__nav li a:hover svg, .footer__nav li a:focus svg, .footer__nav li a:focus:active svg {
display: inline-block; }
.footer__nav.footer__nav--inline li {
display: inline-block;
margin-left: 1.875rem;
margin-bottom: 0; }
.footer__nav.footer__nav--inline li a {
font-size: 1rem;
color: #989898; }
.footer__nav.footer__nav--inline li a:hover, .footer__nav.footer__nav--inline li a:focus, .footer__nav.footer__nav--inline li a:focus:active {
color: #ffc300; }
@media (max-width: 767.98px) {
.footer__nav.footer__nav--inline li:first-child {
margin-left: 0; } }
@media (max-width: 767.98px) {
.footer__nav {
order: -1; } }
.footer p {
font-size: 1.125rem;
line-height: 2.25rem; }
.footer__bottom__inner {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 2.25rem 0;
border-top: 1px solid rgba(255, 255, 255, 0.1);
color: #989898;
font-size: 1rem; }
@media (min-width: 768px) {
.footer__bottom__inner {
flex-wrap: nowrap;
justify-content: space-between; } }
.form__group {
margin-bottom: 1rem; }
@media (min-width: 992px) {
.form__group {
margin-bottom: 2rem; } }
.form__label {
display: block;
margin-bottom: 0.5rem;
color: #989898; }
.form__input {
width: 100%;
padding: 1.375rem 1.25rem;
border-radius: 6px;
border: 1px solid transparent;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
font-size: 16px;
font-family: "Graphik", sans-serif;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
@media (min-width: 992px) {
.form__input {
font-size: 1.125rem; } }
.form__input:focus {
outline: 0;
border: 1px solid #10069f;
color: #10069f; }
.form__input::-webkit-input-placeholder {
opacity: 0.5; }
.form__input::-moz-placeholder {
opacity: 0.5; }
.form__input:-ms-input-placeholder {
opacity: 0.5; }
.form__input::-ms-input-placeholder {
opacity: 0.5; }
.form__input::placeholder {
opacity: 0.5; }
.form__textarea--noresize {
resize: none;
overflow: auto; }
.form__submit {
width: 100%; }
.wpcf7 p {
margin-bottom: 0; }
.header {
width: 100%;
height: 5rem;
background: none;
position: absolute;
top: 0;
z-index: 10; }
@media (min-width: 992px) {
.header {
height: 7.5rem; } }
.header__container {
display: flex;
justify-content: space-between;
align-items: center;
height: 100%; }
.header__logo {
flex-shrink: 0;
width: 155px;
height: 30px; }
@media (min-width: 992px) {
.header__logo {
width: 212px;
height: 41px; } }
.header.is-sticky {
position: fixed;
top: 0;
height: 5rem;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
background: #fff; }
.header.is-sticky + main {
padding-top: 5rem; }
.icon-chevron {
width: 10px;
height: 18px; }
.icon-chevron--up {
transform: rotateZ(270deg); }
.icon-chevron--down {
transform: rotateZ(90deg); }
.icon-chevron--left {
transform: rotateZ(180deg); }
.icon-chevron--right {
transform: rotateZ(0deg); }
.icon-arrow {
height: 12px;
width: 12px;
fill: currentColor; }
.icon-arrow--up {
transform: rotateZ(270deg); }
.icon-arrow--down {
transform: rotateZ(90deg); }
.icon-arrow--left {
transform: rotateZ(180deg); }
.icon-arrow--right {
transform: rotateZ(0deg); }
.image-rounded {
border-radius: 50%;
overflow: hidden; }
@media (min-width: 576px) {
.image__inset--top {
margin-top: -15.625rem; } }
.checklist li {
padding-left: 2rem;
margin-bottom: 0.5rem;
background: url("data:image/svg+xml,%3Csvg width='17' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.255 0C12.464 2.798 9.22 6.031 6.351 8.905L1.472 4.763 0 6.493l5.676 4.824.799.683.745-.745c3.025-3.032 6.62-6.614 9.65-9.65L15.254 0z' fill='%2310069f'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: top 8px left; }
.checklist--large li {
font-size: 1.1875rem; }
.checklist--columns {
-moz-columns: 2;
columns: 2;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto; }
@media (max-width: 991.98px) {
.checklist--columns {
margin-bottom: 80px; } }
.map {
height: 20rem;
width: calc(100% + 48px);
margin-left: -24px;
margin-top: 60px; }
@media (min-width: 992px) {
.map {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 45%;
margin: 0; } }
.media--overlap {
margin-bottom: -7.5rem; }
@media (min-width: 992px) {
.media--overlap {
margin-bottom: -15rem; } }
.nav-toggle {
display: flex;
align-items: center;
padding: 0.9375rem 1.25rem;
border-color: #10069f;
color: #10069f;
font-size: 1.2rem; }
@media (min-width: 992px) {
.nav-toggle {
display: none; } }
.nav-toggle .bars {
position: relative;
display: block;
width: 10px;
margin-right: 0.5rem; }
.nav-toggle .bars > span {
display: block;
height: 2px;
width: 100%;
margin-bottom: 2px;
background: #10069f;
transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
.nav-toggle .bars > span:last-child {
margin-bottom: 0; }
.nav-toggle.is-active .bars > span {
position: absolute; }
.nav-toggle.is-active .bars > span:first-child {
transform: rotateZ(45deg); }
.nav-toggle.is-active .bars > span:nth-of-type(2) {
opacity: 0; }
.nav-toggle.is-active .bars > span:last-child {
transform: rotateZ(-45deg); }
.nav-toggle.is-active:hover .bars > span, .nav-toggle.is-active:focus .bars > span, .nav-toggle.is-active:focus:active .bars > span {
background: #fff; }
.nav {
display: flex;
align-items: center; }
@media (max-width: 991.98px) {
.nav {
flex-direction: column;
position: fixed;
right: -100%;
top: 5rem;
min-height: calc(100% - 5rem);
width: 100%;
padding: 2.5rem 1.25rem 1.25rem 1.25rem;
background: linear-gradient(130deg, #f7f7f8 0%, #f7f7f8 40%, white 40%, white 100%);
overflow: hidden;
transition: transform 0.2s ease-in-out;
z-index: 1; }
.nav.is-open {
transform: translateX(-100%);
z-index: 30; } }
.nav__list {
display: inline-flex;
flex-wrap: wrap;
margin: 0; }
@media (min-width: 992px) {
.nav__list {
align-items: center; } }
.nav__list-item {
display: block;
position: relative;
flex-shrink: 0;
width: 100%;
margin: 1.25rem 0; }
@media (min-width: 992px) {
.nav__list-item {
display: inline-block;
width: auto;
margin: 0 1.875rem 0 0; } }
.nav__list-item a {
display: flex;
align-items: center;
justify-content: space-between;
color: #10069f;
font-size: 2rem; }
.nav__list-item a svg {
height: 20px;
width: 11px;
fill: #10069f; }
@media (min-width: 992px) {
.nav__list-item a {
color: #272f36;
font-size: 1rem; }
.nav__list-item a::after {
content: '';
position: absolute;
bottom: -3px;
left: 0;
height: 2px;
width: 100%;
border-radius: 1px;
background: #10069f;
opacity: 0;
transform: translateY(3px);
transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
.nav__list-item a svg {
display: none; } }
.nav__list-item a:hover {
color: #10069f; }
.nav__list-item a:hover::after {
opacity: 1;
transform: translateY(0); }
.nav__list-item.is-active > a {
color: #10069f; }
.nav__list-item.is-active > a::after {
opacity: 1;
transform: translateY(0); }
.nav__button {
margin-top: auto;
font-size: 1rem; }
@media (max-width: 767.98px) {
.nav__button {
padding: 1.875rem 3.125rem;
font-size: 2rem; } }
.partner {
width: 100%; }
.partner blockquote {
width: 100%; }
.partner__logo {
margin-top: auto;
max-width: 100% !important; }
.product__grid {
position: relative;
height: 100%;
-moz-column-gap: 10px;
column-gap: 10px;
row-gap: 10px;
grid-column-gap: 10px;
grid-row-gap: 10px;
display: grid;
display: -ms-grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 20vw);
-ms-grid-columns: 1fr 1fr 1fr 1fr;
-ms-grid-rows: 20vw 20vw; }
.product__grid--image.first {
grid-column: 1 / 3;
-ms-grid-column: 1;
-ms-grid-column-span: 2;
grid-row: 1 / 3;
-ms-grid-row: 1;
-ms-grid-row-span: 2; }
.product__grid--image.second {
grid-column: 3 / 5;
-ms-grid-column: 3;
-ms-grid-column-span: 2;
grid-row: 1 / 2;
-ms-grid-row: 1; }
@media (max-width: 767.98px) {
.product__grid--image.second {
grid-column: 1 / 3;
grid-row: 3 / 4; } }
.product__grid--image.third {
grid-column: 3 / 4;
-ms-grid-column: 3;
grid-row: 2 / 3;
-ms-grid-row: 2; }
@media (max-width: 767.98px) {
.product__grid--image.third {
grid-column: 1 / 2;
grid-row: 4 / 5; } }
.product__grid--image.fourth {
grid-column: 4 / 5;
-ms-grid-column: 4;
grid-row: 2 / 3;
-ms-grid-row: 2; }
@media (max-width: 767.98px) {
.product__grid--image.fourth {
grid-column: 2 / 3;
grid-row: 4 / 5; } }
.product__grid--image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover; }
@media (max-width: 767.98px) {
.product__grid {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(4, 40vw); } }
.ribbon {
position: fixed;
bottom: 0;
right: 1rem;
display: none;
padding: 0.3125rem 0.3125rem 0.3125rem 1.25rem;
color: #10069f;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
background: #fff;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
z-index: 20; }
.ribbon__label {
margin-right: 1.25rem; }
.section {
position: relative;
padding: 3.75rem 0; }
@media (min-width: 992px) {
.section {
padding: 7.5rem 0; } }
.section p,
.section ul,
.section ol {
font-size: 1.0625rem;
line-height: 2rem;
letter-spacing: 0.03125rem; }
.section p.intro,
.section ul.intro,
.section ol.intro {
font-size: 1.3125rem;
line-height: 2.25rem;
margin-bottom: 2rem; }
.section p.intro a,
.section ul.intro a,
.section ol.intro a {
font-weight: 500; }
.section__heading {
margin-bottom: 2.8125rem; }
@media (min-width: 992px) {
.section__heading {
margin-bottom: 3.75rem; } }
@media (min-width: 992px) {
.section__heading--center {
text-align: center; } }
.section__image {
margin-bottom: -3.75rem; }
.section__image--inset {
overflow: auto; }
@media (min-width: 576px) {
.section__image--inset img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: auto;
height: 100%;
margin: auto;
padding-right: 15px; } }
@media (max-width: 991.98px) {
.section__image--content {
display: none; } }
@media (min-width: 992px) {
.section__image--text {
min-height: 450px; } }
.section__image--absolute {
max-width: 50%;
margin-bottom: -7.5rem; }
@media (min-width: 1200px) {
.section__image--absolute {
position: absolute;
right: 0;
bottom: 0; } }
@media (max-width: 767.98px) {
.section__image--absolute {
max-width: 100%;
padding-left: 24px; } }
@media (max-width: 767.98px) {
.section__image {
margin-bottom: 0; } }
.section--secondary {
background: #f7f7f8; }
@media (min-width: 576px) {
.section--secondary + .section--secondary {
padding-top: 0; } }
.section--breadcrumbs {
padding: 0.625rem 0; }
.section--intro {
padding-top: 8.125rem; }
.section--intro.no-padding-bottom {
padding-bottom: 0; }
.section--home-intro {
padding-top: 12.5rem; }
.section--product-cta {
padding-top: 0; }
.section--contact {
padding-bottom: 0; }
@media (min-width: 992px) {
.section--contact {
padding-bottom: 15rem; } }
.section--dark {
padding: 1.875rem 0;
background: #2a2f36; }
@media (min-width: 992px) {
.section--dark {
padding: 7.5rem 0; } }
.section--darkest {
background: #101820; }
.section--inset {
margin-top: -120px;
padding-top: 7.5rem;
z-index: -1; }
@media (min-width: 992px) {
.section--inset {
margin-top: -15rem;
padding-top: 15rem; } }
.section--space-top {
z-index: -1; }
@media (max-width: 767.98px) {
.section--space-top {
display: none; } }
@media (min-width: 992px) {
.section.padding-top-big {
padding-top: 15.625rem; } }
.shape {
overflow: hidden; }
.shape::after {
content: "";
height: 370px;
width: 627px;
position: absolute;
z-index: -1;
background: url(//juvama.nl/wp-content/themes/juvama/dist/images/juvama-shape.svg) no-repeat;
background-size: cover; }
@media (min-width: 992px) {
.shape::after {
height: 860px;
width: 1450px; } }
.shape--dark::after {
background-image: url(//juvama.nl/wp-content/themes/juvama/dist/images/juvama-shape-dark.svg); }
.shape--r::after {
right: calc(-1450px / 2); }
.shape--l::after {
left: 0; }
.shape--b::after {
bottom: calc(-860px / 2); }
.shape--center::after {
top: 50%;
transform: translate(-50%, -50%); }
.shape--blend::after {
opacity: 0.15; }
.shape--overflow {
overflow: visible; }
.shape--overflow::after {
z-index: 1; }
.slider {
position: relative;
width: 100%;
z-index: 1; }
.slider__slide {
display: flex;
height: 240px;
padding: 0;
margin: 0 1rem; }
@media (min-width: 992px) {
.slider__slide {
height: auto; } }
@media (max-width: 767.98px) {
.slider__slide {
margin: 0 0.5rem; } }
.slider__slide picture {
width: 100%; }
.slider__slide img {
display: block;
max-width: none;
max-height: 100%; }
@media (min-width: 992px) {
.slider__slide img {
max-height: 500px; } }
.slider--full .flickity-viewport {
overflow: visible; }
.slider--full .flickity-slider {
position: relative; }
.slider--partners.flickity-resize .slider__slide {
min-height: 100%; }
.slider--partners .slider__slide {
height: auto; }
.slider__control {
display: none;
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
width: 3.75rem;
height: 3.75rem;
background: #fff;
border-radius: 50%;
border: none;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
z-index: 2;
transform: translateY(-50%); }
@media (min-width: 992px) {
.slider__control {
display: flex; } }
.slider__control:hover {
background: #ffc300; }
.slider__control:focus, .slider__control:focus:active {
outline: 0; }
.slider__control.next {
right: 7.5rem; }
@media (min-width: 1400px) {
.slider__control.next {
right: 0; } }
.slider__control.prev {
left: 7.5rem; }
@media (min-width: 1400px) {
.slider__control.prev {
left: 0; } }
.slider__progress {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: block;
width: 80%;
max-width: 43.125rem;
height: 3px;
margin: 2rem auto 0 auto;
border: none;
color: #ffc300; }
.slider__progress::-webkit-progress-bar {
background: #fff; }
.slider__progress::-webkit-progress-value {
background: #ffc300;
transition: width 0.2s ease-in-out; }
.slider__progress::-moz-progress-bar {
background: #ffc300;
transition: width 0.2s ease-in-out; }
.slider-container {
position: relative;
padding-bottom: 1rem;
overflow: hidden;
z-index: 2; }
.slider-container .container {
position: relative; }
.specs {
padding: 1rem;
background: #f7f7f8; }
@media (min-width: 992px) {
.specs {
padding: 2rem; } }
.specs__list {
display: flex;
flex-wrap: wrap;
padding: 1.875rem;
background: #fff; }
@media (min-width: 992px) {
.specs__list {
padding: 3.75rem; } }
.specs__list dt {
width: 40%;
padding: 1.25rem;
border-bottom: 1px solid #cbcbcb; }
.specs__list dt:first-of-type {
border-top: 1px solid #cbcbcb; }
.specs__list dd {
width: 60%;
padding: 1.25rem;
border-bottom: 1px solid #cbcbcb; }
.specs__list dd:first-of-type {
border-top: 1px solid #cbcbcb; }
.text-block ul:not([class]) {
margin-left: 2rem;
list-style-type: disc; }
.text-block ul:not([class]) li {
list-style-type: disc;
padding-left: 1rem; }
.text-block ol:not([class]) {
margin-left: 2rem;
list-style-type: decimal; }
.text-block ol:not([class]) li {
list-style-type: decimal;
padding-left: 1rem; }
.text-block--center {
text-align: center; }
.text-block__footer {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 2rem; }
.top-heading {
display: block;
margin-bottom: 1rem;
color: #989898; }
.video {
position: relative;
height: auto;
padding-bottom: 56.25%; }
.video video {
-o-object-fit: cover;
object-fit: cover;
font-family: "object-fit: cover;";
top: 0;
left: 0;
position: absolute;
width: 100%;
height: 100%; }
.video__button {
position: absolute;
left: 50%;
top: 50%;
padding: 1rem;
width: 5.625rem;
background: #fff;
border-radius: 6px;
border: none;
transform: translate(-50%, -50%); }
.video__button::after {
content: '';
display: block;
position: absolute;
height: 110%;
width: 110%;
left: calc(40% - 2.5rem);
top: -5%;
background: #fff;
border-radius: 6px;
z-index: -1;
-webkit-animation: pulse 2.5s cubic-bezier(0, 0, 0.6, 1);
animation: pulse 2.5s cubic-bezier(0, 0, 0.6, 1);
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-delay: 1s;
animation-delay: 1s; }
.video__button .icon {
width: 26px;
height: 30px;
fill: #10069f; }
.video--full {
width: 100%; }
@media (min-width: 992px) {
.video--full {
height: 35rem;
padding-bottom: 0; } }
.video-caption {
margin: 1rem 0 0 0;
font-size: 1rem;
color: #fff;
text-align: center; }
.hidden {
display: none; }
.no-scroll {
overflow: hidden;
height: 100%;
width: 100%;
position: fixed;
-webkit-overflow-scrolling: auto; }