/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 *	Stylesheet functiontile-wrapper
 */
.wp-block-mv2020-blocks-functiontile-wrapper {
  height: 450px; }
  .wp-block-mv2020-blocks-functiontile-wrapper .swiper-pagination {
    bottom: 64px !important; }
    .wp-block-mv2020-blocks-functiontile-wrapper .swiper-pagination .swiper-pagination-bullet {
      width: 11px;
      height: 11px;
      border: 1px solid #999999;
      background: #FFFFFF;
      opacity: inherit; }
      .wp-block-mv2020-blocks-functiontile-wrapper .swiper-pagination .swiper-pagination-bullet-active {
        opacity: inherit;
        border: 4px solid #ff7900;
        width: 7px;
        height: 7px; }

@media only screen and (min-width: 1024px) {
  .wp-block-mv2020-blocks-functiontile-wrapper {
    height: 100%; }
    .wp-block-mv2020-blocks-functiontile-wrapper .swiper-wrapper {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-gap: 15px;
      overflow: inherit;
      padding: 0; } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 *	Stylesheet functiontile
 */
.wp-block-mv2020-blocks-functiontile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 0 0 265px;
      flex: 0 0 265px;
  position: relative;
  width: 265px;
  height: 300px;
  background-color: #FFFFFF;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 40px 36px 40px;
  margin-top: 24px; }
  .wp-block-mv2020-blocks-functiontile.swiper-slide {
    height: 300px;
    width: 265px; }
  .wp-block-mv2020-blocks-functiontile .functiontile__title {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: .25px; }
  .wp-block-mv2020-blocks-functiontile .functiontile__content {
    margin-top: 13px;
    font-size: 12px;
    line-height: 26px;
    color: #4c4c4c; }
  .wp-block-mv2020-blocks-functiontile .functiontile__circle {
    position: absolute;
    bottom: 35px;
    width: 36px;
    height: 36px;
    font-size: 0;
    border-radius: 50%;
    background-color: #ff7900; }
    .wp-block-mv2020-blocks-functiontile .functiontile__circle::before {
      display: inline-block;
      content: '';
      position: absolute;
      top: 13px;
      left: 12px;
      height: 7px;
      width: 7px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      border-top: 2px solid #FFFFFF;
      border-right: 2px solid #FFFFFF; }

@media only screen and (min-width: 1024px) {
  .wp-block-mv2020-blocks-functiontile {
    background: none;
    border-radius: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    border-top: 1px solid #1c1c1c;
    padding: 2em 2.5em;
    height: 300px;
    width: 265px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .wp-block-mv2020-blocks-functiontile:hover {
      background-color: #FFFFFF;
      border-radius: 6px;
      border: none;
      -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1); }
      .wp-block-mv2020-blocks-functiontile:hover .functiontile__circle {
        display: block; }
    .wp-block-mv2020-blocks-functiontile .functiontile__title {
      color: #000000;
      font-size: 18px;
      font-weight: 600;
      line-height: 36px;
      letter-spacing: .25px; }
    .wp-block-mv2020-blocks-functiontile .functiontile__content {
      margin-top: 13px;
      font-size: 12px;
      line-height: 26px;
      color: #4c4c4c; }
    .wp-block-mv2020-blocks-functiontile .functiontile__circle {
      display: none;
      position: absolute;
      bottom: 35px;
      width: 36px;
      height: 36px;
      font-size: 0;
      border-radius: 50%;
      background-color: #ff7900; }
      .wp-block-mv2020-blocks-functiontile .functiontile__circle::before {
        display: inline-block;
        content: '';
        position: absolute;
        top: 13px;
        left: 12px;
        height: 7px;
        width: 7px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        border-top: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF; }
    .wp-block-mv2020-blocks-functiontile.active {
      background-color: #FFFFFF;
      border-radius: 6px;
      border: none;
      -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1); }
      .wp-block-mv2020-blocks-functiontile.active .functiontile__circle {
        display: block; } }
