h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
}
.page-wrapper {
  width: 100%;
}
.page-main > .columns {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* Container */
.frame,
.page-main > .columns,
.breadcrumbs .items {
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
}
.page-title-wrapper,
.breadcrumbs .items,
.frame {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  body.width1024 .frame,
  body.width1024 .page-main,
  body.width1024 .breadcrumbs .items,
  body.width1024 .page.messages .messages {
    max-width: 1024px;
  }
  body.width1366 .frame,
  body.width1366 .page-main,
  body.width1366 .breadcrumbs .items,
  body.width1366 .page.messages .messages {
    max-width: 1366px;
  }
}
body.fullwidth .frame,
body.fullwidth .page-main,
body.fullwidth .breadcrumbs .items,
body.fullwidth .page.messages .messages {
  max-width: 100% !important;
}
body .page-main > .columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
body.page-layout-1column .sidebar.sidebar-main,
body.page-layout-1column .sidebar.sidebar-additional,
body.page-layout-1column .columns .column.main {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  body.page-layout-2columns-left .page-main > .columns,
  body.page-layout-2columns-right .page-main > .columns {
    display: block !important;
  }
  body.page-layout-2columns-left .page-main > .columns:after,
  body.page-layout-2columns-right .page-main > .columns:after {
    content: "";
    display: table;
    clear: bottom;
  }
  body.page-layout-2columns-left .page-main > .columns .column.main,
  body.page-layout-2columns-right .page-main > .columns .column.main {
    width: calc(75% - 15px);
    float: right;
  }
  body.page-layout-2columns-left .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-right .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-left .page-main > .columns .sidebar.sidebar-additional,
  body.page-layout-2columns-right .page-main > .columns .sidebar.sidebar-additional {
    width: calc(25% + 15px);
    padding: 0 30px 0 0;
    float: left;
  }
  body.page-layout-2columns-right .page-main > .columns .column.main {
    float: left;
  }
  body.page-layout-2columns-right .page-main > .columns .sidebar.sidebar-main,
  body.page-layout-2columns-right .page-main > .columns .sidebar.sidebar-additional {
    float: right;
    padding: 0 0 0 30px;
  }
  body.page-layout-3columns .columns .column.main {
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
  body.page-layout-3columns .sidebar.sidebar-main,
  body.page-layout-3columns .sidebar.sidebar-additional {
    -ms-flex: 0 0 calc(25% + 15px);
    flex: 0 0 calc(25% + 15px);
    max-width: calc(25% + 15px);
  }
  body.page-layout-3columns .sidebar.sidebar-main {
    padding: 0 30px 0 0;
  }
  body.page-layout-3columns .sidebar.sidebar-additional {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 991.98px) {
  body.page-layout-3columns .columns .sidebar.sidebar-additional,
  body.page-layout-2columns-left .columns .sidebar.sidebar-additional,
  body.page-layout-2columns-right .columns .sidebar.sidebar-additional,
  body.page-layout-3columns .columns .sidebar.sidebar-main,
  body.page-layout-2columns-left .columns .sidebar.sidebar-main,
  body.page-layout-2columns-right .columns .sidebar.sidebar-main,
  body.page-layout-3columns .columns .column.main,
  body.page-layout-2columns-left .columns .column.main,
  body.page-layout-2columns-right .columns .column.main {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
/* +++++++++ */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media (max-width: 767.98px) {
  .text-mb-left {
    text-align: left;
  }
  .text-mb-right {
    text-align: right;
  }
  .text-mb-center {
    text-align: center;
  }
  .text-mb-justify {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .text-tb-left {
    text-align: left;
  }
  .text-tb-right {
    text-align: right;
  }
  .text-tb-center {
    text-align: center;
  }
  .text-tb-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-des-left {
    text-align: left;
  }
  .text-des-right {
    text-align: right;
  }
  .text-des-center {
    text-align: center;
  }
  .text-des-justify {
    text-align: justify;
  }
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.display-none {
  display: none;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.display-table {
  display: table;
}
.display-table-row {
  display: table-row;
}
.display-table-cell {
  display: table-cell;
}
.display-flex {
  display: -ms-flexbox;
  display: flex;
}
.display-inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767.98px) {
  .display-mb-none {
    display: none;
  }
  .display-mb-inline {
    display: inline;
  }
  .display-mb-inline-block {
    display: inline-block;
  }
  .display-mb-block {
    display: block;
  }
  .display-mb-table {
    display: table;
  }
  .display-mb-table-row {
    display: table-row;
  }
  .display-mb-table-cell {
    display: table-cell;
  }
  .display-mb-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .display-mb-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  .display-tb-none {
    display: none;
  }
  .display-tb-inline {
    display: inline;
  }
  .display-tb-inline-block {
    display: inline-block;
  }
  .display-tb-block {
    display: block;
  }
  .display-tb-table {
    display: table;
  }
  .display-tb-table-row {
    display: table-row;
  }
  .display-tb-table-cell {
    display: table-cell;
  }
  .display-tb-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .display-tb-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  .display-des-none {
    display: none;
  }
  .display-des-inline {
    display: inline;
  }
  .display-des-inline-block {
    display: inline-block;
  }
  .display-des-block {
    display: block;
  }
  .display-des-table {
    display: table;
  }
  .display-des-table-row {
    display: table-row;
  }
  .display-des-table-cell {
    display: table-cell;
  }
  .display-des-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .display-des-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.flex-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-fill {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-grow-0 {
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.flex-grow-1 {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-shrink-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
@media (max-width: 767.98px) {
  .flex-mb-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-mb-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-mb-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-mb-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-mb-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-mb-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-mb-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-mb-fill {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-mb-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-mb-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-mb-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-mb-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 768px) {
  .flex-tb-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-tb-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-tb-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-tb-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-tb-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-tb-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-tb-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-tb-fill {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-tb-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-tb-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-tb-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-tb-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 992px) {
  .flex-des-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-des-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-des-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-des-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-des-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-des-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-des-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-des-fill {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .flex-des-grow-0 {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .flex-des-grow-1 {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .flex-des-shrink-0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-des-shrink-1 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.order-1 {
  order: 1;
  -webkit-order: 1;
  -moz-order: 1;
}
.order-2 {
  order: 2;
  -webkit-order: 2;
  -moz-order: 2;
}
.order-3 {
  order: 3;
  -webkit-order: 3;
  -moz-order: 3;
}
.order-4 {
  order: 4;
  -webkit-order: 4;
  -moz-order: 4;
}
.order-5 {
  order: 5;
  -webkit-order: 5;
  -moz-order: 5;
}
.order-6 {
  order: 6;
  -webkit-order: 6;
  -moz-order: 6;
}
@media (min-width: 1200px) {
  .order-des-1 {
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
  }
  .order-des-2 {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
  }
  .order-des-3 {
    order: 3;
    -webkit-order: 3;
    -moz-order: 3;
  }
  .order-des-4 {
    order: 4;
    -webkit-order: 4;
    -moz-order: 4;
  }
  .order-des-5 {
    order: 5;
    -webkit-order: 5;
    -moz-order: 5;
  }
  .order-des-6 {
    order: 6;
    -webkit-order: 6;
    -moz-order: 6;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .order-tb-1 {
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
  }
  .order-tb-2 {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
  }
  .order-tb-3 {
    order: 3;
    -webkit-order: 3;
    -moz-order: 3;
  }
  .order-tb-4 {
    order: 4;
    -webkit-order: 4;
    -moz-order: 4;
  }
  .order-tb-5 {
    order: 5;
    -webkit-order: 5;
    -moz-order: 5;
  }
  .order-tb-6 {
    order: 6;
    -webkit-order: 6;
    -moz-order: 6;
  }
}
@media (max-width: 767px) {
  .order-mb-1 {
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
  }
  .order-mb-2 {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
  }
  .order-mb-3 {
    order: 3;
    -webkit-order: 3;
    -moz-order: 3;
  }
  .order-mb-4 {
    order: 4;
    -webkit-order: 4;
    -moz-order: 4;
  }
  .order-mb-5 {
    order: 5;
    -webkit-order: 5;
    -moz-order: 5;
  }
  .order-mb-6 {
    order: 6;
    -webkit-order: 6;
    -moz-order: 6;
  }
}
.justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media (max-width: 767.98px) {
  .justify-content-mb-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-mb-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-mb-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-mb-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-mb-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .justify-content-tb-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-tb-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-tb-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-tb-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-tb-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .justify-content-des-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-des-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .justify-content-des-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-des-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-des-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}
.align-items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}
.align-items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767.98px) {
  .align-items-mb-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-mb-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-mb-center {
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-mb-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-mb-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .align-items-tb-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-tb-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-tb-center {
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-tb-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-tb-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .align-items-des-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-des-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .align-items-des-center {
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-des-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .align-items-des-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.align-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.align-content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
@media (max-width: 767.98px) {
  .align-content-mb-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-mb-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-mb-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-mb-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-mb-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-mb-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}
@media (min-width: 768px) {
  .align-content-tb-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-tb-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-tb-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-tb-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-tb-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-tb-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}
@media (min-width: 992px) {
  .align-content-des-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .align-content-des-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .align-content-des-center {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .align-content-des-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .align-content-des-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .align-content-des-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}
.align-self-auto {
  -ms-flex-item-align: auto;
  align-self: auto;
}
.align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
@media (max-width: 767.98px) {
  .align-self-mb-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-mb-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-mb-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-mb-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-mb-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-mb-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
@media (min-width: 768px) {
  .align-self-tb-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-tb-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-tb-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-tb-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-tb-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-tb-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
@media (min-width: 992px) {
  .align-self-des-auto {
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .align-self-des-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .align-self-des-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .align-self-des-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .align-self-des-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .align-self-des-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
.pd-0 {
  padding: 0;
}
.pd-5 {
  padding: 5px;
}
.pd-10 {
  padding: 10px;
}
.pd-15 {
  padding: 15px;
}
.pd-20 {
  padding: 20px;
}
.pd-25 {
  padding: 25px;
}
.pd-30 {
  padding: 30px;
}
.pd-35 {
  padding: 35px;
}
.pd-40 {
  padding: 40px;
}
.pd-45 {
  padding: 45px;
}
.pd-50 {
  padding: 50px;
}
.pd-55 {
  padding: 55px;
}
.pd-60 {
  padding: 60px;
}
.pd-65 {
  padding: 65px;
}
.pd-70 {
  padding: 70px;
}
.pd-75 {
  padding: 75px;
}
.pd-top-0 {
  padding-top: 0;
}
.pd-top-5 {
  padding-top: 5px;
}
.pd-top-10 {
  padding-top: 10px;
}
.pd-top-15 {
  padding-top: 15px;
}
.pd-top-20 {
  padding-top: 20px;
}
.pd-top-25 {
  padding-top: 25px;
}
.pd-top-30 {
  padding-top: 30px;
}
.pd-top-35 {
  padding-top: 35px;
}
.pd-top-40 {
  padding-top: 40px;
}
.pd-top-45 {
  padding-top: 45px;
}
.pd-top-50 {
  padding-top: 50px;
}
.pd-top-55 {
  padding-top: 55px;
}
.pd-top-60 {
  padding-top: 60px;
}
.pd-top-65 {
  padding-top: 65px;
}
.pd-top-70 {
  padding-top: 70px;
}
.pd-top-75 {
  padding-top: 75px;
}
.pd-bottom-0 {
  padding-bottom: 0;
}
.pd-bottom-5 {
  padding-bottom: 5px;
}
.pd-bottom-10 {
  padding-bottom: 10px;
}
.pd-bottom-15 {
  padding-bottom: 15px;
}
.pd-bottom-20 {
  padding-bottom: 20px;
}
.pd-bottom-25 {
  padding-bottom: 25px;
}
.pd-bottom-30 {
  padding-bottom: 30px;
}
.pd-bottom-35 {
  padding-bottom: 35px;
}
.pd-bottom-40 {
  padding-bottom: 40px;
}
.pd-bottom-45 {
  padding-bottom: 45px;
}
.pd-bottom-50 {
  padding-bottom: 50px;
}
.pd-bottom-55 {
  padding-bottom: 55px;
}
.pd-bottom-60 {
  padding-bottom: 60px;
}
.pd-bottom-65 {
  padding-bottom: 65px;
}
.pd-bottom-70 {
  padding-bottom: 70px;
}
.pd-bottom-75 {
  padding-bottom: 75px;
}
.pd-left-0 {
  padding-left: 0;
}
.pd-left-5 {
  padding-left: 5px;
}
.pd-left-10 {
  padding-left: 10px;
}
.pd-left-15 {
  padding-left: 15px;
}
.pd-left-20 {
  padding-left: 20px;
}
.pd-left-25 {
  padding-left: 25px;
}
.pd-left-30 {
  padding-left: 30px;
}
.pd-left-35 {
  padding-left: 35px;
}
.pd-left-40 {
  padding-left: 40px;
}
.pd-left-45 {
  padding-left: 45px;
}
.pd-left-50 {
  padding-left: 50px;
}
.pd-left-55 {
  padding-left: 55px;
}
.pd-left-60 {
  padding-left: 60px;
}
.pd-left-65 {
  padding-left: 65px;
}
.pd-left-70 {
  padding-left: 70px;
}
.pd-left-75 {
  padding-left: 75px;
}
.pd-right-0 {
  padding-right: 0;
}
.pd-right-5 {
  padding-right: 5px;
}
.pd-right-10 {
  padding-right: 10px;
}
.pd-right-15 {
  padding-right: 15px;
}
.pd-right-20 {
  padding-right: 20px;
}
.pd-right-25 {
  padding-right: 25px;
}
.pd-right-30 {
  padding-right: 30px;
}
.pd-right-35 {
  padding-right: 35px;
}
.pd-right-40 {
  padding-right: 40px;
}
.pd-right-45 {
  padding-right: 45px;
}
.pd-right-50 {
  padding-right: 50px;
}
.pd-right-55 {
  padding-right: 55px;
}
.pd-right-60 {
  padding-right: 60px;
}
.pd-right-65 {
  padding-right: 65px;
}
.pd-right-70 {
  padding-right: 70px;
}
.pd-right-75 {
  padding-right: 75px;
}
@media (max-width: 767.98px) {
  .pd-mb-0 {
    padding: 0;
  }
  .pd-mb-5 {
    padding: 5px;
  }
  .pd-mb-10 {
    padding: 10px;
  }
  .pd-mb-15 {
    padding: 15px;
  }
  .pd-mb-20 {
    padding: 20px;
  }
  .pd-mb-25 {
    padding: 25px;
  }
  .pd-mb-30 {
    padding: 30px;
  }
  .pd-mb-35 {
    padding: 35px;
  }
  .pd-mb-40 {
    padding: 40px;
  }
  .pd-mb-45 {
    padding: 45px;
  }
  .pd-mb-50 {
    padding: 50px;
  }
  .pd-mb-55 {
    padding: 55px;
  }
  .pd-mb-60 {
    padding: 60px;
  }
  .pd-mb-65 {
    padding: 65px;
  }
  .pd-mb-70 {
    padding: 70px;
  }
  .pd-mb-75 {
    padding: 75px;
  }
  .pd-mb-top-0 {
    padding-top: 0;
  }
  .pd-mb-top-5 {
    padding-top: 5px;
  }
  .pd-mb-top-10 {
    padding-top: 10px;
  }
  .pd-mb-top-15 {
    padding-top: 15px;
  }
  .pd-mb-top-20 {
    padding-top: 20px;
  }
  .pd-mb-top-25 {
    padding-top: 25px;
  }
  .pd-mb-top-30 {
    padding-top: 30px;
  }
  .pd-mb-top-35 {
    padding-top: 35px;
  }
  .pd-mb-top-40 {
    padding-top: 40px;
  }
  .pd-mb-top-45 {
    padding-top: 45px;
  }
  .pd-mb-top-50 {
    padding-top: 50px;
  }
  .pd-mb-top-55 {
    padding-top: 55px;
  }
  .pd-mb-top-60 {
    padding-top: 60px;
  }
  .pd-mb-top-65 {
    padding-top: 65px;
  }
  .pd-mb-top-70 {
    padding-top: 70px;
  }
  .pd-mb-top-75 {
    padding-top: 75px;
  }
  .pd-mb-bottom-0 {
    padding-bottom: 0;
  }
  .pd-mb-bottom-5 {
    padding-bottom: 5px;
  }
  .pd-mb-bottom-10 {
    padding-bottom: 10px;
  }
  .pd-mb-bottom-15 {
    padding-bottom: 15px;
  }
  .pd-mb-bottom-20 {
    padding-bottom: 20px;
  }
  .pd-mb-bottom-25 {
    padding-bottom: 25px;
  }
  .pd-mb-bottom-30 {
    padding-bottom: 30px;
  }
  .pd-mb-bottom-35 {
    padding-bottom: 35px;
  }
  .pd-mb-bottom-40 {
    padding-bottom: 40px;
  }
  .pd-mb-bottom-45 {
    padding-bottom: 45px;
  }
  .pd-mb-bottom-50 {
    padding-bottom: 50px;
  }
  .pd-mb-bottom-55 {
    padding-bottom: 55px;
  }
  .pd-mb-bottom-60 {
    padding-bottom: 60px;
  }
  .pd-mb-bottom-65 {
    padding-bottom: 65px;
  }
  .pd-mb-bottom-70 {
    padding-bottom: 70px;
  }
  .pd-mb-bottom-75 {
    padding-bottom: 75px;
  }
  .pd-mb-left-0 {
    padding-left: 0;
  }
  .pd-mb-left-5 {
    padding-left: 5px;
  }
  .pd-mb-left-10 {
    padding-left: 10px;
  }
  .pd-mb-left-15 {
    padding-left: 15px;
  }
  .pd-mb-left-20 {
    padding-left: 20px;
  }
  .pd-mb-left-25 {
    padding-left: 25px;
  }
  .pd-mb-left-30 {
    padding-left: 30px;
  }
  .pd-mb-left-35 {
    padding-left: 35px;
  }
  .pd-mb-left-40 {
    padding-left: 40px;
  }
  .pd-mb-left-45 {
    padding-left: 45px;
  }
  .pd-mb-left-50 {
    padding-left: 50px;
  }
  .pd-mb-left-55 {
    padding-left: 55px;
  }
  .pd-mb-left-60 {
    padding-left: 60px;
  }
  .pd-mb-left-65 {
    padding-left: 65px;
  }
  .pd-mb-left-70 {
    padding-left: 70px;
  }
  .pd-mb-left-75 {
    padding-left: 75px;
  }
  .pd-mb-right-0 {
    padding-right: 0;
  }
  .pd-mb-right-5 {
    padding-right: 5px;
  }
  .pd-mb-right-10 {
    padding-right: 10px;
  }
  .pd-mb-right-15 {
    padding-right: 15px;
  }
  .pd-mb-right-20 {
    padding-right: 20px;
  }
  .pd-mb-right-25 {
    padding-right: 25px;
  }
  .pd-mb-right-30 {
    padding-right: 30px;
  }
  .pd-mb-right-35 {
    padding-right: 35px;
  }
  .pd-mb-right-40 {
    padding-right: 40px;
  }
  .pd-mb-right-45 {
    padding-right: 45px;
  }
  .pd-mb-right-50 {
    padding-right: 50px;
  }
  .pd-mb-right-55 {
    padding-right: 55px;
  }
  .pd-mb-right-60 {
    padding-right: 60px;
  }
  .pd-mb-right-65 {
    padding-right: 65px;
  }
  .pd-mb-right-70 {
    padding-right: 70px;
  }
  .pd-mb-right-75 {
    padding-right: 75px;
  }
}
@media (min-width: 768px) {
  .pd-tb-0 {
    padding: 0;
  }
  .pd-tb-5 {
    padding: 5px;
  }
  .pd-tb-10 {
    padding: 10px;
  }
  .pd-tb-15 {
    padding: 15px;
  }
  .pd-tb-20 {
    padding: 20px;
  }
  .pd-tb-25 {
    padding: 25px;
  }
  .pd-tb-30 {
    padding: 30px;
  }
  .pd-tb-35 {
    padding: 35px;
  }
  .pd-tb-40 {
    padding: 40px;
  }
  .pd-tb-45 {
    padding: 45px;
  }
  .pd-tb-50 {
    padding: 50px;
  }
  .pd-tb-55 {
    padding: 55px;
  }
  .pd-tb-60 {
    padding: 60px;
  }
  .pd-tb-65 {
    padding: 65px;
  }
  .pd-tb-70 {
    padding: 70px;
  }
  .pd-tb-75 {
    padding: 75px;
  }
  .pd-tb-top-0 {
    padding-top: 0;
  }
  .pd-tb-top-5 {
    padding-top: 5px;
  }
  .pd-tb-top-10 {
    padding-top: 10px;
  }
  .pd-tb-top-15 {
    padding-top: 15px;
  }
  .pd-tb-top-20 {
    padding-top: 20px;
  }
  .pd-tb-top-25 {
    padding-top: 25px;
  }
  .pd-tb-top-30 {
    padding-top: 30px;
  }
  .pd-tb-top-35 {
    padding-top: 35px;
  }
  .pd-tb-top-40 {
    padding-top: 40px;
  }
  .pd-tb-top-45 {
    padding-top: 45px;
  }
  .pd-tb-top-50 {
    padding-top: 50px;
  }
  .pd-tb-top-55 {
    padding-top: 55px;
  }
  .pd-tb-top-60 {
    padding-top: 60px;
  }
  .pd-tb-top-65 {
    padding-top: 65px;
  }
  .pd-tb-top-70 {
    padding-top: 70px;
  }
  .pd-tb-top-75 {
    padding-top: 75px;
  }
  .pd-tb-bottom-0 {
    padding-bottom: 0;
  }
  .pd-tb-bottom-5 {
    padding-bottom: 5px;
  }
  .pd-tb-bottom-10 {
    padding-bottom: 10px;
  }
  .pd-tb-bottom-15 {
    padding-bottom: 15px;
  }
  .pd-tb-bottom-20 {
    padding-bottom: 20px;
  }
  .pd-tb-bottom-25 {
    padding-bottom: 25px;
  }
  .pd-tb-bottom-30 {
    padding-bottom: 30px;
  }
  .pd-tb-bottom-35 {
    padding-bottom: 35px;
  }
  .pd-tb-bottom-40 {
    padding-bottom: 40px;
  }
  .pd-tb-bottom-45 {
    padding-bottom: 45px;
  }
  .pd-tb-bottom-50 {
    padding-bottom: 50px;
  }
  .pd-tb-bottom-55 {
    padding-bottom: 55px;
  }
  .pd-tb-bottom-60 {
    padding-bottom: 60px;
  }
  .pd-tb-bottom-65 {
    padding-bottom: 65px;
  }
  .pd-tb-bottom-70 {
    padding-bottom: 70px;
  }
  .pd-tb-bottom-75 {
    padding-bottom: 75px;
  }
  .pd-tb-left-0 {
    padding-left: 0;
  }
  .pd-tb-left-5 {
    padding-left: 5px;
  }
  .pd-tb-left-10 {
    padding-left: 10px;
  }
  .pd-tb-left-15 {
    padding-left: 15px;
  }
  .pd-tb-left-20 {
    padding-left: 20px;
  }
  .pd-tb-left-25 {
    padding-left: 25px;
  }
  .pd-tb-left-30 {
    padding-left: 30px;
  }
  .pd-tb-left-35 {
    padding-left: 35px;
  }
  .pd-tb-left-40 {
    padding-left: 40px;
  }
  .pd-tb-left-45 {
    padding-left: 45px;
  }
  .pd-tb-left-50 {
    padding-left: 50px;
  }
  .pd-tb-left-55 {
    padding-left: 55px;
  }
  .pd-tb-left-60 {
    padding-left: 60px;
  }
  .pd-tb-left-65 {
    padding-left: 65px;
  }
  .pd-tb-left-70 {
    padding-left: 70px;
  }
  .pd-tb-left-75 {
    padding-left: 75px;
  }
  .pd-tb-right-0 {
    padding-right: 0;
  }
  .pd-tb-right-5 {
    padding-right: 5px;
  }
  .pd-tb-right-10 {
    padding-right: 10px;
  }
  .pd-tb-right-15 {
    padding-right: 15px;
  }
  .pd-tb-right-20 {
    padding-right: 20px;
  }
  .pd-tb-right-25 {
    padding-right: 25px;
  }
  .pd-tb-right-30 {
    padding-right: 30px;
  }
  .pd-tb-right-35 {
    padding-right: 35px;
  }
  .pd-tb-right-40 {
    padding-right: 40px;
  }
  .pd-tb-right-45 {
    padding-right: 45px;
  }
  .pd-tb-right-50 {
    padding-right: 50px;
  }
  .pd-tb-right-55 {
    padding-right: 55px;
  }
  .pd-tb-right-60 {
    padding-right: 60px;
  }
  .pd-tb-right-65 {
    padding-right: 65px;
  }
  .pd-tb-right-70 {
    padding-right: 70px;
  }
  .pd-tb-right-75 {
    padding-right: 75px;
  }
}
@media (min-width: 992px) {
  .pd-des-0 {
    padding: 0;
  }
  .pd-des-5 {
    padding: 5px;
  }
  .pd-des-10 {
    padding: 10px;
  }
  .pd-des-15 {
    padding: 15px;
  }
  .pd-des-20 {
    padding: 20px;
  }
  .pd-des-25 {
    padding: 25px;
  }
  .pd-des-30 {
    padding: 30px;
  }
  .pd-des-35 {
    padding: 35px;
  }
  .pd-des-40 {
    padding: 40px;
  }
  .pd-des-45 {
    padding: 45px;
  }
  .pd-des-50 {
    padding: 50px;
  }
  .pd-des-55 {
    padding: 55px;
  }
  .pd-des-60 {
    padding: 60px;
  }
  .pd-des-65 {
    padding: 65px;
  }
  .pd-des-70 {
    padding: 70px;
  }
  .pd-des-75 {
    padding: 75px;
  }
  .pd-des-top-0 {
    padding-top: 0;
  }
  .pd-des-top-5 {
    padding-top: 5px;
  }
  .pd-des-top-10 {
    padding-top: 10px;
  }
  .pd-des-top-15 {
    padding-top: 15px;
  }
  .pd-des-top-20 {
    padding-top: 20px;
  }
  .pd-des-top-25 {
    padding-top: 25px;
  }
  .pd-des-top-30 {
    padding-top: 30px;
  }
  .pd-des-top-35 {
    padding-top: 35px;
  }
  .pd-des-top-40 {
    padding-top: 40px;
  }
  .pd-des-top-45 {
    padding-top: 45px;
  }
  .pd-des-top-50 {
    padding-top: 50px;
  }
  .pd-des-top-55 {
    padding-top: 55px;
  }
  .pd-des-top-60 {
    padding-top: 60px;
  }
  .pd-des-top-65 {
    padding-top: 65px;
  }
  .pd-des-top-70 {
    padding-top: 70px;
  }
  .pd-des-top-75 {
    padding-top: 75px;
  }
  .pd-des-bottom-0 {
    padding-bottom: 0;
  }
  .pd-des-bottom-5 {
    padding-bottom: 5px;
  }
  .pd-des-bottom-10 {
    padding-bottom: 10px;
  }
  .pd-des-bottom-15 {
    padding-bottom: 15px;
  }
  .pd-des-bottom-20 {
    padding-bottom: 20px;
  }
  .pd-des-bottom-25 {
    padding-bottom: 25px;
  }
  .pd-des-bottom-30 {
    padding-bottom: 30px;
  }
  .pd-des-bottom-35 {
    padding-bottom: 35px;
  }
  .pd-des-bottom-40 {
    padding-bottom: 40px;
  }
  .pd-des-bottom-45 {
    padding-bottom: 45px;
  }
  .pd-des-bottom-50 {
    padding-bottom: 50px;
  }
  .pd-des-bottom-55 {
    padding-bottom: 55px;
  }
  .pd-des-bottom-60 {
    padding-bottom: 60px;
  }
  .pd-des-bottom-65 {
    padding-bottom: 65px;
  }
  .pd-des-bottom-70 {
    padding-bottom: 70px;
  }
  .pd-des-bottom-75 {
    padding-bottom: 75px;
  }
  .pd-des-left-0 {
    padding-left: 0;
  }
  .pd-des-left-5 {
    padding-left: 5px;
  }
  .pd-des-left-10 {
    padding-left: 10px;
  }
  .pd-des-left-15 {
    padding-left: 15px;
  }
  .pd-des-left-20 {
    padding-left: 20px;
  }
  .pd-des-left-25 {
    padding-left: 25px;
  }
  .pd-des-left-30 {
    padding-left: 30px;
  }
  .pd-des-left-35 {
    padding-left: 35px;
  }
  .pd-des-left-40 {
    padding-left: 40px;
  }
  .pd-des-left-45 {
    padding-left: 45px;
  }
  .pd-des-left-50 {
    padding-left: 50px;
  }
  .pd-des-left-55 {
    padding-left: 55px;
  }
  .pd-des-left-60 {
    padding-left: 60px;
  }
  .pd-des-left-65 {
    padding-left: 65px;
  }
  .pd-des-left-70 {
    padding-left: 70px;
  }
  .pd-des-left-75 {
    padding-left: 75px;
  }
  .pd-des-right-0 {
    padding-right: 0;
  }
  .pd-des-right-5 {
    padding-right: 5px;
  }
  .pd-des-right-10 {
    padding-right: 10px;
  }
  .pd-des-right-15 {
    padding-right: 15px;
  }
  .pd-des-right-20 {
    padding-right: 20px;
  }
  .pd-des-right-25 {
    padding-right: 25px;
  }
  .pd-des-right-30 {
    padding-right: 30px;
  }
  .pd-des-right-35 {
    padding-right: 35px;
  }
  .pd-des-right-40 {
    padding-right: 40px;
  }
  .pd-des-right-45 {
    padding-right: 45px;
  }
  .pd-des-right-50 {
    padding-right: 50px;
  }
  .pd-des-right-55 {
    padding-right: 55px;
  }
  .pd-des-right-60 {
    padding-right: 60px;
  }
  .pd-des-right-65 {
    padding-right: 65px;
  }
  .pd-des-right-70 {
    padding-right: 70px;
  }
  .pd-des-right-75 {
    padding-right: 75px;
  }
}
/* Margin Class */
.mg-0 {
  margin: 0;
}
.mg-5 {
  margin: 5px;
}
.mg-10 {
  margin: 10px;
}
.mg-15 {
  margin: 15px;
}
.mg-20 {
  margin: 20px;
}
.mg-25 {
  margin: 25px;
}
.mg-30 {
  margin: 30px;
}
.mg-35 {
  margin: 35px;
}
.mg-40 {
  margin: 40px;
}
.mg-45 {
  margin: 45px;
}
.mg-50 {
  margin: 50px;
}
.mg-55 {
  margin: 55px;
}
.mg-60 {
  margin: 60px;
}
.mg-65 {
  margin: 65px;
}
.mg-70 {
  margin: 70px;
}
.mg-75 {
  margin: 75px;
}
.mg-top-0 {
  margin-top: 0;
}
.mg-top-5 {
  margin-top: 5px;
}
.mg-top-10 {
  margin-top: 10px;
}
.mg-top-15 {
  margin-top: 15px;
}
.mg-top-20 {
  margin-top: 20px;
}
.mg-top-25 {
  margin-top: 25px;
}
.mg-top-30 {
  margin-top: 30px;
}
.mg-top-35 {
  margin-top: 35px;
}
.mg-top-40 {
  margin-top: 40px;
}
.mg-top-45 {
  margin-top: 45px;
}
.mg-top-50 {
  margin-top: 50px;
}
.mg-top-55 {
  margin-top: 55px;
}
.mg-top-60 {
  margin-top: 60px;
}
.mg-top-65 {
  margin-top: 65px;
}
.mg-top-70 {
  margin-top: 70px;
}
.mg-top-75 {
  margin-top: 75px;
}
.mg-bottom-0 {
  margin-bottom: 0;
}
.mg-bottom-5 {
  margin-bottom: 5px;
}
.mg-bottom-10 {
  margin-bottom: 10px;
}
.mg-bottom-15 {
  margin-bottom: 15px;
}
.mg-bottom-20 {
  margin-bottom: 20px;
}
.mg-bottom-25 {
  margin-bottom: 25px;
}
.mg-bottom-30 {
  margin-bottom: 30px;
}
.mg-bottom-35 {
  margin-bottom: 35px;
}
.mg-bottom-40 {
  margin-bottom: 40px;
}
.mg-bottom-45 {
  margin-bottom: 45px;
}
.mg-bottom-50 {
  margin-bottom: 50px;
}
.mg-bottom-55 {
  margin-bottom: 55px;
}
.mg-bottom-60 {
  margin-bottom: 60px;
}
.mg-bottom-65 {
  margin-bottom: 65px;
}
.mg-bottom-70 {
  margin-bottom: 70px;
}
.mg-bottom-75 {
  margin-bottom: 75px;
}
.mg-bottom-100 {
  margin-bottom: 100px;
}
.mg-left-0 {
  margin-left: 0;
}
.mg-left-5 {
  margin-left: 5px;
}
.mg-left-10 {
  margin-left: 10px;
}
.mg-left-15 {
  margin-left: 15px;
}
.mg-left-20 {
  margin-left: 20px;
}
.mg-left-25 {
  margin-left: 25px;
}
.mg-left-30 {
  margin-left: 30px;
}
.mg-left-35 {
  margin-left: 35px;
}
.mg-left-40 {
  margin-left: 40px;
}
.mg-left-45 {
  margin-left: 45px;
}
.mg-left-50 {
  margin-left: 50px;
}
.mg-left-55 {
  margin-left: 55px;
}
.mg-left-60 {
  margin-left: 60px;
}
.mg-left-65 {
  margin-left: 65px;
}
.mg-left-70 {
  margin-left: 70px;
}
.mg-left-75 {
  margin-left: 75px;
}
.mg-right-0 {
  margin-right: 0;
}
.mg-right-5 {
  margin-right: 5px;
}
.mg-right-10 {
  margin-right: 10px;
}
.mg-right-15 {
  margin-right: 15px;
}
.mg-right-20 {
  margin-right: 20px;
}
.mg-right-25 {
  margin-right: 25px;
}
.mg-right-30 {
  margin-right: 30px;
}
.mg-right-35 {
  margin-right: 35px;
}
.mg-right-40 {
  margin-right: 40px;
}
.mg-right-45 {
  margin-right: 45px;
}
.mg-right-50 {
  margin-right: 50px;
}
.mg-right-55 {
  margin-right: 55px;
}
.mg-right-60 {
  margin-right: 60px;
}
.mg-right-65 {
  margin-right: 65px;
}
.mg-right-70 {
  margin-right: 70px;
}
.mg-right-75 {
  margin-right: 75px;
}
@media (max-width: 767.98px) {
  .mg-mb-0 {
    margin: 0;
  }
  .mg-mb-5 {
    margin: 5px;
  }
  .mg-mb-10 {
    margin: 10px;
  }
  .mg-mb-15 {
    margin: 15px;
  }
  .mg-mb-20 {
    margin: 20px;
  }
  .mg-mb-25 {
    margin: 25px;
  }
  .mg-mb-30 {
    margin: 30px;
  }
  .mg-mb-35 {
    margin: 35px;
  }
  .mg-mb-40 {
    margin: 40px;
  }
  .mg-mb-45 {
    margin: 45px;
  }
  .mg-mb-50 {
    margin: 50px;
  }
  .mg-mb-55 {
    margin: 55px;
  }
  .mg-mb-60 {
    margin: 60px;
  }
  .mg-mb-65 {
    margin: 65px;
  }
  .mg-mb-70 {
    margin: 70px;
  }
  .mg-mb-75 {
    margin: 75px;
  }
  .mg-mb-top-0 {
    margin-top: 0;
  }
  .mg-mb-top-5 {
    margin-top: 5px;
  }
  .mg-mb-top-10 {
    margin-top: 10px;
  }
  .mg-mb-top-15 {
    margin-top: 15px;
  }
  .mg-mb-top-20 {
    margin-top: 20px;
  }
  .mg-mb-top-25 {
    margin-top: 25px;
  }
  .mg-mb-top-30 {
    margin-top: 30px;
  }
  .mg-mb-top-35 {
    margin-top: 35px;
  }
  .mg-mb-top-40 {
    margin-top: 40px;
  }
  .mg-mb-top-45 {
    margin-top: 45px;
  }
  .mg-mb-top-50 {
    margin-top: 50px;
  }
  .mg-mb-top-55 {
    margin-top: 55px;
  }
  .mg-mb-top-60 {
    margin-top: 60px;
  }
  .mg-mb-top-65 {
    margin-top: 65px;
  }
  .mg-mb-top-70 {
    margin-top: 70px;
  }
  .mg-mb-top-75 {
    margin-top: 75px;
  }
  .mg-mb-bottom-0 {
    margin-bottom: 0;
  }
  .mg-mb-bottom-5 {
    margin-bottom: 5px;
  }
  .mg-mb-bottom-10 {
    margin-bottom: 10px;
  }
  .mg-mb-bottom-15 {
    margin-bottom: 15px;
  }
  .mg-mb-bottom-20 {
    margin-bottom: 20px;
  }
  .mg-mb-bottom-25 {
    margin-bottom: 25px;
  }
  .mg-mb-bottom-30 {
    margin-bottom: 30px;
  }
  .mg-mb-bottom-35 {
    margin-bottom: 35px;
  }
  .mg-mb-bottom-40 {
    margin-bottom: 40px;
  }
  .mg-mb-bottom-45 {
    margin-bottom: 45px;
  }
  .mg-mb-bottom-50 {
    margin-bottom: 50px;
  }
  .mg-mb-bottom-55 {
    margin-bottom: 55px;
  }
  .mg-mb-bottom-60 {
    margin-bottom: 60px;
  }
  .mg-mb-bottom-65 {
    margin-bottom: 65px;
  }
  .mg-mb-bottom-70 {
    margin-bottom: 70px;
  }
  .mg-mb-bottom-75 {
    margin-bottom: 75px;
  }
  .mg-mb-left-0 {
    margin-left: 0;
  }
  .mg-mb-left-5 {
    margin-left: 5px;
  }
  .mg-mb-left-10 {
    margin-left: 10px;
  }
  .mg-mb-left-15 {
    margin-left: 15px;
  }
  .mg-mb-left-20 {
    margin-left: 20px;
  }
  .mg-mb-left-25 {
    margin-left: 25px;
  }
  .mg-mb-left-30 {
    margin-left: 30px;
  }
  .mg-mb-left-35 {
    margin-left: 35px;
  }
  .mg-mb-left-40 {
    margin-left: 40px;
  }
  .mg-mb-left-45 {
    margin-left: 45px;
  }
  .mg-mb-left-50 {
    margin-left: 50px;
  }
  .mg-mb-left-55 {
    margin-left: 55px;
  }
  .mg-mb-left-60 {
    margin-left: 60px;
  }
  .mg-mb-left-65 {
    margin-left: 65px;
  }
  .mg-mb-left-70 {
    margin-left: 70px;
  }
  .mg-mb-left-75 {
    margin-left: 75px;
  }
  .mg-mb-right-0 {
    margin-right: 0;
  }
  .mg-mb-right-5 {
    margin-right: 5px;
  }
  .mg-mb-right-10 {
    margin-right: 10px;
  }
  .mg-mb-right-15 {
    margin-right: 15px;
  }
  .mg-mb-right-20 {
    margin-right: 20px;
  }
  .mg-mb-right-25 {
    margin-right: 25px;
  }
  .mg-mb-right-30 {
    margin-right: 30px;
  }
  .mg-mb-right-35 {
    margin-right: 35px;
  }
  .mg-mb-right-40 {
    margin-right: 40px;
  }
  .mg-mb-right-45 {
    margin-right: 45px;
  }
  .mg-mb-right-50 {
    margin-right: 50px;
  }
  .mg-mb-right-55 {
    margin-right: 55px;
  }
  .mg-mb-right-60 {
    margin-right: 60px;
  }
  .mg-mb-right-65 {
    margin-right: 65px;
  }
  .mg-mb-right-70 {
    margin-right: 70px;
  }
  .mg-mb-right-75 {
    margin-right: 75px;
  }
}
@media (min-width: 768px) {
  .mg-tb-0 {
    margin: 0;
  }
  .mg-tb-5 {
    margin: 5px;
  }
  .mg-tb-10 {
    margin: 10px;
  }
  .mg-tb-15 {
    margin: 15px;
  }
  .mg-tb-20 {
    margin: 20px;
  }
  .mg-tb-25 {
    margin: 25px;
  }
  .mg-tb-30 {
    margin: 30px;
  }
  .mg-tb-35 {
    margin: 35px;
  }
  .mg-tb-40 {
    margin: 40px;
  }
  .mg-tb-45 {
    margin: 45px;
  }
  .mg-tb-50 {
    margin: 50px;
  }
  .mg-tb-55 {
    margin: 55px;
  }
  .mg-tb-60 {
    margin: 60px;
  }
  .mg-tb-65 {
    margin: 65px;
  }
  .mg-tb-70 {
    margin: 70px;
  }
  .mg-tb-75 {
    margin: 75px;
  }
  .mg-tb-top-0 {
    margin-top: 0;
  }
  .mg-tb-top-5 {
    margin-top: 5px;
  }
  .mg-tb-top-10 {
    margin-top: 10px;
  }
  .mg-tb-top-15 {
    margin-top: 15px;
  }
  .mg-tb-top-20 {
    margin-top: 20px;
  }
  .mg-tb-top-25 {
    margin-top: 25px;
  }
  .mg-tb-top-30 {
    margin-top: 30px;
  }
  .mg-tb-top-35 {
    margin-top: 35px;
  }
  .mg-tb-top-40 {
    margin-top: 40px;
  }
  .mg-tb-top-45 {
    margin-top: 45px;
  }
  .mg-tb-top-50 {
    margin-top: 50px;
  }
  .mg-tb-top-55 {
    margin-top: 55px;
  }
  .mg-tb-top-60 {
    margin-top: 60px;
  }
  .mg-tb-top-65 {
    margin-top: 65px;
  }
  .mg-tb-top-70 {
    margin-top: 70px;
  }
  .mg-tb-top-75 {
    margin-top: 75px;
  }
  .mg-tb-bottom-0 {
    margin-bottom: 0;
  }
  .mg-tb-bottom-5 {
    margin-bottom: 5px;
  }
  .mg-tb-bottom-10 {
    margin-bottom: 10px;
  }
  .mg-tb-bottom-15 {
    margin-bottom: 15px;
  }
  .mg-tb-bottom-20 {
    margin-bottom: 20px;
  }
  .mg-tb-bottom-25 {
    margin-bottom: 25px;
  }
  .mg-tb-bottom-30 {
    margin-bottom: 30px;
  }
  .mg-tb-bottom-35 {
    margin-bottom: 35px;
  }
  .mg-tb-bottom-40 {
    margin-bottom: 40px;
  }
  .mg-tb-bottom-45 {
    margin-bottom: 45px;
  }
  .mg-tb-bottom-50 {
    margin-bottom: 50px;
  }
  .mg-tb-bottom-55 {
    margin-bottom: 55px;
  }
  .mg-tb-bottom-60 {
    margin-bottom: 60px;
  }
  .mg-tb-bottom-65 {
    margin-bottom: 65px;
  }
  .mg-tb-bottom-70 {
    margin-bottom: 70px;
  }
  .mg-tb-bottom-75 {
    margin-bottom: 75px;
  }
  .mg-tb-left-0 {
    margin-left: 0;
  }
  .mg-tb-left-5 {
    margin-left: 5px;
  }
  .mg-tb-left-10 {
    margin-left: 10px;
  }
  .mg-tb-left-15 {
    margin-left: 15px;
  }
  .mg-tb-left-20 {
    margin-left: 20px;
  }
  .mg-tb-left-25 {
    margin-left: 25px;
  }
  .mg-tb-left-30 {
    margin-left: 30px;
  }
  .mg-tb-left-35 {
    margin-left: 35px;
  }
  .mg-tb-left-40 {
    margin-left: 40px;
  }
  .mg-tb-left-45 {
    margin-left: 45px;
  }
  .mg-tb-left-50 {
    margin-left: 50px;
  }
  .mg-tb-left-55 {
    margin-left: 55px;
  }
  .mg-tb-left-60 {
    margin-left: 60px;
  }
  .mg-tb-left-65 {
    margin-left: 65px;
  }
  .mg-tb-left-70 {
    margin-left: 70px;
  }
  .mg-tb-left-75 {
    margin-left: 75px;
  }
  .mg-tb-right-0 {
    margin-right: 0;
  }
  .mg-tb-right-5 {
    margin-right: 5px;
  }
  .mg-tb-right-10 {
    margin-right: 10px;
  }
  .mg-tb-right-15 {
    margin-right: 15px;
  }
  .mg-tb-right-20 {
    margin-right: 20px;
  }
  .mg-tb-right-25 {
    margin-right: 25px;
  }
  .mg-tb-right-30 {
    margin-right: 30px;
  }
  .mg-tb-right-35 {
    margin-right: 35px;
  }
  .mg-tb-right-40 {
    margin-right: 40px;
  }
  .mg-tb-right-45 {
    margin-right: 45px;
  }
  .mg-tb-right-50 {
    margin-right: 50px;
  }
  .mg-tb-right-55 {
    margin-right: 55px;
  }
  .mg-tb-right-60 {
    margin-right: 60px;
  }
  .mg-tb-right-65 {
    margin-right: 65px;
  }
  .mg-tb-right-70 {
    margin-right: 70px;
  }
  .mg-tb-right-75 {
    margin-right: 75px;
  }
}
@media (min-width: 992px) {
  .mg-des-0 {
    margin: 0;
  }
  .mg-des-5 {
    margin: 5px;
  }
  .mg-des-10 {
    margin: 10px;
  }
  .mg-des-15 {
    margin: 15px;
  }
  .mg-des-20 {
    margin: 20px;
  }
  .mg-des-25 {
    margin: 25px;
  }
  .mg-des-30 {
    margin: 30px;
  }
  .mg-des-35 {
    margin: 35px;
  }
  .mg-des-40 {
    margin: 40px;
  }
  .mg-des-45 {
    margin: 45px;
  }
  .mg-des-50 {
    margin: 50px;
  }
  .mg-des-55 {
    margin: 55px;
  }
  .mg-des-60 {
    margin: 60px;
  }
  .mg-des-65 {
    margin: 65px;
  }
  .mg-des-70 {
    margin: 70px;
  }
  .mg-des-75 {
    margin: 75px;
  }
  .mg-des-top-0 {
    margin-top: 0;
  }
  .mg-des-top-5 {
    margin-top: 5px;
  }
  .mg-des-top-10 {
    margin-top: 10px;
  }
  .mg-des-top-15 {
    margin-top: 15px;
  }
  .mg-des-top-20 {
    margin-top: 20px;
  }
  .mg-des-top-25 {
    margin-top: 25px;
  }
  .mg-des-top-30 {
    margin-top: 30px;
  }
  .mg-des-top-35 {
    margin-top: 35px;
  }
  .mg-des-top-40 {
    margin-top: 40px;
  }
  .mg-des-top-45 {
    margin-top: 45px;
  }
  .mg-des-top-50 {
    margin-top: 50px;
  }
  .mg-des-top-55 {
    margin-top: 55px;
  }
  .mg-des-top-60 {
    margin-top: 60px;
  }
  .mg-des-top-65 {
    margin-top: 65px;
  }
  .mg-des-top-70 {
    margin-top: 70px;
  }
  .mg-des-top-75 {
    margin-top: 75px;
  }
  .mg-des-bottom-0 {
    margin-bottom: 0;
  }
  .mg-des-bottom-5 {
    margin-bottom: 5px;
  }
  .mg-des-bottom-10 {
    margin-bottom: 10px;
  }
  .mg-des-bottom-15 {
    margin-bottom: 15px;
  }
  .mg-des-bottom-20 {
    margin-bottom: 20px;
  }
  .mg-des-bottom-25 {
    margin-bottom: 25px;
  }
  .mg-des-bottom-30 {
    margin-bottom: 30px;
  }
  .mg-des-bottom-35 {
    margin-bottom: 35px;
  }
  .mg-des-bottom-40 {
    margin-bottom: 40px;
  }
  .mg-des-bottom-45 {
    margin-bottom: 45px;
  }
  .mg-des-bottom-50 {
    margin-bottom: 50px;
  }
  .mg-des-bottom-55 {
    margin-bottom: 55px;
  }
  .mg-des-bottom-60 {
    margin-bottom: 60px;
  }
  .mg-des-bottom-65 {
    margin-bottom: 65px;
  }
  .mg-des-bottom-70 {
    margin-bottom: 70px;
  }
  .mg-des-bottom-75 {
    margin-bottom: 75px;
  }
  .mg-des-left-0 {
    margin-left: 0;
  }
  .mg-des-left-5 {
    margin-left: 5px;
  }
  .mg-des-left-10 {
    margin-left: 10px;
  }
  .mg-des-left-15 {
    margin-left: 15px;
  }
  .mg-des-left-20 {
    margin-left: 20px;
  }
  .mg-des-left-25 {
    margin-left: 25px;
  }
  .mg-des-left-30 {
    margin-left: 30px;
  }
  .mg-des-left-35 {
    margin-left: 35px;
  }
  .mg-des-left-40 {
    margin-left: 40px;
  }
  .mg-des-left-45 {
    margin-left: 45px;
  }
  .mg-des-left-50 {
    margin-left: 50px;
  }
  .mg-des-left-55 {
    margin-left: 55px;
  }
  .mg-des-left-60 {
    margin-left: 60px;
  }
  .mg-des-left-65 {
    margin-left: 65px;
  }
  .mg-des-left-70 {
    margin-left: 70px;
  }
  .mg-des-left-75 {
    margin-left: 75px;
  }
  .mg-des-right-0 {
    margin-right: 0;
  }
  .mg-des-right-5 {
    margin-right: 5px;
  }
  .mg-des-right-10 {
    margin-right: 10px;
  }
  .mg-des-right-15 {
    margin-right: 15px;
  }
  .mg-des-right-20 {
    margin-right: 20px;
  }
  .mg-des-right-25 {
    margin-right: 25px;
  }
  .mg-des-right-30 {
    margin-right: 30px;
  }
  .mg-des-right-35 {
    margin-right: 35px;
  }
  .mg-des-right-40 {
    margin-right: 40px;
  }
  .mg-des-right-45 {
    margin-right: 45px;
  }
  .mg-des-right-50 {
    margin-right: 50px;
  }
  .mg-des-right-55 {
    margin-right: 55px;
  }
  .mg-des-right-60 {
    margin-right: 60px;
  }
  .mg-des-right-65 {
    margin-right: 65px;
  }
  .mg-des-right-70 {
    margin-right: 70px;
  }
  .mg-des-right-75 {
    margin-right: 75px;
  }
}
