*, *:before, *:after
{
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Noty Plugin
--------------------------------------------------------------*/
.noty_close {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.35)!important;
    border-radius: 50%;
    padding: 8px;
    margin-top: 8px!important;
    margin-right: 14px!important;
    z-index: 9999;
}
.noty_close img
{
    max-width: 100%;
    display: block;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.pc-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.pc-col-1, .pc-col-2, .pc-col-3, .pc-col-4, .pc-col-5, .pc-col-6, .pc-col-7, .pc-col-8, .pc-col-9, .pc-col-10, .pc-col-11, .pc-col-12, .pc-col,
.pc-col-auto
{
  position: relative;
  width: 100%;
}
.pc-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.pc-col-auto
{
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.pc-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.pc-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.pc-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.pc-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.pc-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.pc-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.pc-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.pc-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.pc-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.pc-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.pc-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.pc-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/*--------------------------------------------------------------
# Pop Card Default
--------------------------------------------------------------*/
.pc-wrapper
{
    max-width: 540px;
    margin: 0 auto;
}
.pc-title
{
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: bold;
}
.pc-description p
{
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.pc-description p:last-child {
    margin-bottom: 0;
}
.pc-button a
{
  border: none;
}
.pc-button a:hover, .pc-button a:focus
{
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.pc-image img
{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* text only */
.pc-style-text {
    padding: 30px 20px;
}
.pc-heading p, .pc-body p{
  margin-bottom: 5px;
}
.pc-style-text .pc-row {
    justify-content: center;
}
.pc-style-text .pc-row .pc-col-auto {
    /*padding-right: 18px;*/
}
.pc-style-text .onlytextcss {
    text-align: left!important;
    line-height: 1.2;
}
.pc-style-text .pp-btn {
    border-radius: 7px;
    font-weight: 700;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0,  0.12);
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
}
.pc-style-text h3{
  margin-top: 0px;
  margin-bottom:10px;
}
/* text only */


/*--------------------------------------------------------------
# Pop Card 1
--------------------------------------------------------------*/
.pc-style-1 .pc-container
{
    min-height: 225px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #2051B4;
}
.pc-style-1 .pc-row .pc-col-7
{
  align-self: center;

}
.pc-style-1 .pc-content
{
    padding: 30px;
}
.pc-style-1 .pc-row .pc-col-5
{
  height: 100%;
}
.pc-style-1 .pc-image
{
  height: 100%;
}
.pc-style-1 .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pc-style-1 .pc-row .pc-with-icon
{
    height: auto;
}
.pc-style-1 .pc-icon
{
    text-align: center;
}
.pc-style-1 .pc-icon i
{
    font-size: 72px;
    color: #ffffff;
}
.pc-style-1 .pc-title
{
    color: #ffffff;
}
.pc-style-1 .pc-description p
{
    color: #ffffff;
}
.pc-style-1 .pc-button {
    margin-top: 20px;
}
.pc-style-1 .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #58AF5C;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
}

.pc-style-1 .pc-row {
    align-items: center;
}

/*--------------------------------------------------------------
# Pop Card 1 Small
--------------------------------------------------------------*/

.pc-style-1-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #2051B4;
}
.pc-style-1-small .pc-row
{
  align-items: center;
  width: 100%;
}
.pc-style-1-small .pc-content
{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-style-1-small .pc-row .pc-col-4
{
  height: 100%;
}
.pc-style-1-small .pc-image
{
  height: 100%;
  position: relative;
}
.pc-style-1-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-1-small .pc-row .pc-with-icon
{
    height: auto;
}
.pc-style-1-small .pc-icon
{
    text-align: center;
}
.pc-style-1-small .pc-icon i
{
    font-size: 48px;
    color: #ffffff;
}
.pc-style-1-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-1-small .pc-title
{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-1-small .pc-description p
{
    color: #ffffff;
    font-size: 11px;
}
.pc-style-1-small .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #58AF5C;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
}

.pc-wrapper-full-width.pc-style-1-small .pc-content {
    padding: 20px 40px;
}



/*--------------------------------------------------------------
# Pop Card 2
--------------------------------------------------------------*/
.pc-style-2 .pc-container
{
    background-color: #D33D36;
}

.pc-style-2 .pc-content
{
    padding: 30px;
}

.pc-style-2 .pc-image
{
  height: 180px;
}
.pc-style-2 .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pc-style-2 .pc-icon
{
    text-align: center;
    padding:20px 10px;
}
.pc-style-2 .pc-icon i
{
    font-size: 72px;
    color: #ffffff;
}
.pc-style-2 .pc-title
{
    color: #ffffff;
}
.pc-style-2 .pc-description p
{
    color: #ffffff;
}
.pc-style-2 .pc-button {
    margin-top: 15px;
}
.pc-style-2 .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #F5B033;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    border-radius: 32px;
    text-transform: uppercase;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Pop Card 2 Small
--------------------------------------------------------------*/

.pc-style-2-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #D33D36;
}
.pc-style-2-small .pc-row
{
  align-items: center;
  width: 100%;
}
.pc-style-2-small .pc-content
{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-style-2-small .pc-row .pc-col-6
{
  height: 100%;
}
.pc-style-2-small .pc-image
{
  height: 100%;
  position: relative;
}
.pc-style-2-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.pc-style-2-small .pc-row .pc-with-icon
{
    height: auto;
}
.pc-style-2-small .pc-icon
{
    text-align: center;
    padding: 10px;
}
.pc-style-2-small .pc-icon i
{
    font-size: 48px;
    color: #ffffff;
}
.pc-style-2-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-2-small .pc-title
{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-2-small .pc-description p
{
    color: #ffffff;
    font-size: 11px;
}
.pc-style-2-small .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #F5B033;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
}

.pc-wrapper-full-width.pc-style-2-small .pc-content {
    padding: 20px 40px;
}

/*--------------------------------------------------------------
# Pop Card 3
--------------------------------------------------------------*/
.pc-style-3 .pc-container
{
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #EFEFEF;
    position: relative;
}
/*.pc-style-3 .pc-container:before {
    content: "";
    background-color: #ED7533;
    height: 120px;
    width: 120px;
    position: absolute;
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.pc-style-3 .pc-container:after {
    content: "";
    background-color: #ED7533;
    height: 120px;
    width: 120px;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    }*/
    .pc-style-3 .pc-container .pc-bg-icon-top svg {
        margin-left: -2px;
    }

    .pc-style-3 .pc-container .pc-bg-icon-bottom svg {
        margin-left: 2px;
    }

    .pc-style-3 .pc-container .pc-bg-icon
    {
        height: 120px;
        width: 120px;
        position: absolute;
    }
    .pc-style-3 .pc-container .pc-bg-icon svg
    {
        height: 100%;
        width: 100%;
    }
    .pc-style-3 .pc-container .pc-bg-icon-top
    {
        top: 0;
        left: 0;
    }
    .pc-style-3 .pc-container .pc-bg-icon-bottom
    {
        bottom: 0;
        right: 0;
    }


    .pc-style-3 .pc-row
    {
      align-items: center;
  }
  .pc-style-3 .pc-content
  {
    padding: 30px;
}
.pc-style-3 .pc-row .pc-col-5
{
  padding-left: 30px;
}
.pc-style-3 .pc-image
{
  max-width: 200px;
  position: relative;
  border: 8px solid #ffffff;
  border-radius: 7px;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
}
.pc-style-3 .pc-image:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-3 .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 7px;
}
.pc-style-3 .pc-icon
{
    max-width: 200px;
    position: relative;
    border: 8px solid #ffffff;
    border-radius: 7px;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 40px 0;
}
.pc-style-3 .pc-icon i
{
    font-size: 72px;
    color: #101010;
}
.pc-style-3 .pc-title
{
    color: #101010;
}
.pc-style-3 .pc-description p
{
    color: #101010;
}
.pc-style-3 .pc-button {
    margin-top: 20px;
}
.pc-style-3 .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #ED7533;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 30px;
}

/*--------------------------------------------------------------
# Pop Card 3 Small
--------------------------------------------------------------*/

.pc-style-3-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #EFEFEF;
    position: relative;
}
/*.pc-style-3-small .pc-container:before {
    content: "";
    background-color: #ED7533;
    height: 80px;
    width: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.pc-style-3-small .pc-container:after {
    content: "";
    background-color: #ED7533;
    height: 80px;
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    }*/

    .pc-style-3-small .pc-container .pc-bg-icon
    {
        height: 80px;
        width: 80px;
        position: absolute;
    }
    .pc-style-3-small .pc-container .pc-bg-icon svg
    {
        height: 100%;
        width: 100%;
    }
    .pc-style-3-small .pc-container .pc-bg-icon-top
    {
        top: 0;
        left: 0;
    }
    .pc-style-3-small .pc-container .pc-bg-icon-bottom
    {
        bottom: 0;
        right: 0;
    }

    .pc-style-3-small .pc-container .pc-bg-icon-top svg {
        margin: -2px;
    }

    .pc-style-3-small .pc-container .pc-bg-icon-bottom svg {
        margin: 3px;
    }

    .pc-style-3-small .pc-row
    {
      align-items: center;
      width: 100%;
  }
  .pc-style-3-small .pc-content
  {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-style-3-small .pc-row .pc-col-3
{
  padding: 15px;
}

.pc-wrapper-full-width.pc-style-3-small .pc-row .pc-col-3{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.pc-wrapper-full-width.pc-style-3-small .pc-row .pc-col-8{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.pc-style-3-small .pc-image
{
  max-width:80px;
  position: relative;
  border: 5px solid #ffffff;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  z-index: 1;
}
.pc-style-3-small .pc-image:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-3-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}
.pc-style-3-small .pc-icon
{
    max-width:80px;
    position: relative;
    border: 5px solid #ffffff;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
    margin-left: auto;
    z-index: 1;
    padding: 10px 0;
    text-align: center;
}
.pc-style-3-small .pc-icon i
{
    font-size: 36px;
    color: #101010;
}
.pc-style-3-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-3-small .pc-title
{
    color: #101010;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-3-small .pc-description p
{
    color: #101010;
    font-size: 11px;
}
.pc-style-3-small .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #ED7533;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    border-radius: 20px;
}


/*--------------------------------------------------------------
# Pop Card 4
--------------------------------------------------------------*/
.pc-style-4 .pc-container
{
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #AAE1FC;
    position: relative;
    overflow: hidden;
}
.pc-style-4 .pc-container:before {
    content: "";
    position: absolute;
    height: 160px;
    width: 160px;
    background-color: #7FCEF7;
    bottom: -40px;
    left: -40px;
    border-radius: 50%;
}
.pc-style-4 .pc-container:after {
    content: "";
    position: absolute;
    height: 120px;
    width: 120px;
    background-color: #7FCEF7;
    top: -60px;
    left: 80px;
    border-radius: 50%;
}
.pc-style-4 .pc-row
{
  align-items: center;
  position: relative;
  z-index: 1;
}
.pc-style-4 .pc-content
{
    padding: 30px;
}
.pc-style-4 .pc-row .pc-col-5
{
  padding-left: 30px;
}
.pc-style-4 .pc-image
{
  max-width: 200px;
  position: relative;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
}
.pc-style-4 .pc-image:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-4 .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 7px;
}
.pc-style-4 .pc-icon
{
  max-width: 200px;
  position: relative;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
}
.pc-style-4 .pc-icon:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-4 .pc-icon i
{
    position: absolute;
    font-size: 72px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #101010;
}
.pc-style-4 .pc-title
{
    color: #101010;
}
.pc-style-4 .pc-description p
{
    color: #101010;
}
.pc-style-4 .pc-button {
    margin-top: 20px;
}
.pc-style-4 .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #ED7533;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 7px;
}

/*--------------------------------------------------------------
# Pop Card 4 Small
--------------------------------------------------------------*/

.pc-style-4-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #AAE1FC;
    position: relative;
    overflow: hidden;
}
.pc-style-4-small .pc-container:before {
    content: "";
    position: absolute;
    height: 120px;
    width: 120px;
    background-color: #7FCEF7;
    bottom: -60%;
    left: -10px;
    border-radius: 50%;
}
.pc-style-4-small .pc-container:after {
    content: "";
    position: absolute;
    height: 60px;
    width: 60px;
    background-color: #7FCEF7;
    top: -30px;
    left: 20%;
    border-radius: 50%;
}

.pc-style-4-small.pc-wrapper-full-width .pc-container:after {
    left: 13%;
}

.pc-style-4-small.pc-wrapper-full-width .pc-container:before {
    left: 40px;
}

.pc-style-4-small .pc-row
{
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.pc-style-4-small .pc-content
{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc-wrapper-full-width.pc-style-4-small .pc-row .pc-col-3{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.pc-wrapper-full-width.pc-style-4-small .pc-row .pc-col-8{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.pc-style-4-small .pc-image
{
  max-width:120px;
  position: relative;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  overflow: hidden;
  margin-top: -15px;
  margin-bottom: -15px;
}
.pc-wrapper-full-width.pc-style-4-small .pc-image{
  margin-right: 20px;
}
.pc-style-4-small .pc-image:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-4-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}
.pc-style-4-small .pc-icon
{
  max-width:120px;
  position: relative;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  overflow: hidden;
  margin-top: -15px;
  margin-bottom: -15px;
}
.pc-style-4-small .pc-icon:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-4-small .pc-icon i
{
    position: absolute;
    font-size: 36px;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #101010;
    top: 50%;
}
.pc-style-4-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-4-small .pc-title
{
    color: #101010;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-4-small .pc-description p
{
    color: #101010;
    font-size: 11px;
}
.pc-style-4-small .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #ED7533;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    border-radius: 7px;
}

/*--------------------------------------------------------------
# Pop Card 5
--------------------------------------------------------------*/
.pc-style-5 .pc-container
{
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #ebdaa6;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.pc-style-5 .pc-container:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(235, 218, 166, 0.5);
}
.pc-style-5 .pc-container:after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 10px;
    background-color: #101010;
    z-index: 2;
}
.pc-style-5 .pc-row
{
  align-items: center;
  position: relative;
  z-index: 1;
}
.pc-style-5 .pc-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 60px;
}
.pc-style-5 .pc-icon i
{
    font-size: 90px;
    color: #101010;
}
.pc-style-5 .pc-content
{
    padding: 30px;
}

.pc-style-5 .pc-title
{
    color: #101010;
}
.pc-style-5 .pc-description p
{
    color: #101010;
}
.pc-style-5 .pc-button {
    margin-top: 20px;
}
.pc-style-5 .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #101010;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 30px;
}

/*--------------------------------------------------------------
# Pop Card 5 Small
--------------------------------------------------------------*/

.pc-style-5-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #ebdaa6;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.pc-style-5-small .pc-container:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(235, 218, 166, 0.5);
    z-index: 1;
}
.pc-style-5-small .pc-container:after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 10px;
    background-color: #101010;
    z-index: 2;
}
.pc-style-5-small .pc-row
{
  width: 100%;
  position: relative;
  z-index: 1;
}
.pc-style-5-small .pc-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 60px;
}
.pc-style-5-small .pc-icon i
{
    font-size: 48px;
    color: #101010;
}
.pc-style-5-small .pc-content
{
    padding: 20px 20px 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-style-5-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-5-small .pc-title
{
    color: #101010;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-5-small .pc-description p
{
    color: #101010;
    font-size: 11px;
}
.pc-style-5-small .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #101010;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    border-radius: 20px;
}

.pc-wrapper-full-width.pc-style-5-small .pc-content {
    padding-left: 40px;
}


/*--------------------------------------------------------------
# Pop Card 6
--------------------------------------------------------------*/
.pc-style-6 .pc-container
{
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #6136AE;
    position: relative;
}
.pc-style-6 .pc-container:before {
    content: "";
    background-color: #64C033;
    height: 100%;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
}
.pc-style-6 .pc-row
{
  align-items: center;
}
.pc-style-6 .pc-content
{
    padding: 30px;
}
.pc-style-6 .pc-row .pc-col-5
{
  padding-right: 30px;
}
.pc-style-6 .pc-image
{
    max-width: 200px;
    position: relative;
}
.pc-style-6 .pc-image:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-6 .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-6 .pc-icon {
    text-align: center;
    background-color: #ffffff;
    padding: 40px 10px;
}
.pc-style-6 .pc-icon i {
    font-size: 72px;
    color: #101010;
}
.pc-style-6 .pc-title
{
    color: #ffffff;
}
.pc-style-6 .pc-description p
{
    color: #ffffff;
}
.pc-style-6 .pc-button {
    margin-top: 20px;
}
.pc-style-6 .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 2px;
}

/*--------------------------------------------------------------
# Pop Card 6 Small
--------------------------------------------------------------*/

.pc-style-6-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #6136AE;
    padding: 0 20px;
    position: relative;
}
.pc-style-6-small .pc-container:before {
    content: "";
    background-color: #64C033;
    height: 100%;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
}

.pc-wrapper-full-width.pc-style-6-small .pc-content {
    padding-right: 30px;
}

.pc-style-6-small .pc-row
{
  align-items: center;
  width: 100%;
}
.pc-style-6-small .pc-content
{
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-style-6-small .pc-row .pc-col-4
{
  padding: 10px;
}
.pc-style-6-small .pc-image
{
    position: relative;
}
.pc-style-6-small .pc-image:after {
    content: "";
    padding-bottom: 60px;
    display: block;
}
.pc-style-6-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-6-small .pc-icon {
    text-align: center;
    background-color: #ffffff;
    padding: 10px;
}
.pc-style-6-small .pc-icon i {
    font-size: 36px;
    color: #101010;
}
.pc-style-6-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-6-small .pc-title
{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-6-small .pc-description p
{
    color: #ffffff;
    font-size: 11px;
}
.pc-style-6-small .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    border-radius: 2px;
}


/*--------------------------------------------------------------
# Pop Card 7
--------------------------------------------------------------*/
.pc-style-7 .pc-container
{
    background-color: #4CA6A6;
    position: relative;
    padding-bottom: 30px;
}
.pc-style-7 .pc-container:before {
    content: "";
    background-color: #5CC5C8;
    height: 60px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pc-style-7 .pc-row
{
  justify-content: center;
}
.pc-style-7 .pc-content
{
    padding: 30px;
    text-align: center;
}
.pc-style-7 .pc-image
{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.pc-style-7 .pc-image:after {
    content: "";
    padding-bottom: 35%;
    display: block;
}
.pc-style-7 .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-7 .pc-icon {
    text-align: center;
    background-color: #ffffff;
    border-radius: 7px;
    padding: 20px 10px;
}
.pc-style-7 .pc-icon i {
    font-size: 72px;
}
.pc-style-7 .pc-title
{
    color: #ffffff;
}
.pc-style-7 .pc-description p
{
    color: #ffffff;
}
.pc-style-7 .pc-button {
    margin-top: 20px;
}
.pc-style-7 .pc-button a
{
    color: #4CA6A6;
    text-decoration: none;
    background-color: #ffffff;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 30px;
}

/*--------------------------------------------------------------
# Pop Card 7 Small
--------------------------------------------------------------*/

.pc-style-7-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #4CA6A6;
    padding: 0 20px;
    position: relative;
}
.pc-style-7-small .pc-container:before {
    content: "";
    background-color: #5CC5C8;
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.pc-wrapper-full-width.pc-style-7-small .pc-content {
    padding-right: 30px;
}

.pc-style-7-small .pc-row
{
  align-items: center;
  width: 100%;
}
.pc-style-7-small .pc-content
{
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-style-7-small .pc-row .pc-col-4
{
  padding: 10px;
}
.pc-style-7-small .pc-image
{
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.pc-style-7-small .pc-image:after {
    content: "";
    padding-bottom: 60PX;
    display: block;
}
.pc-style-7-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-7-small .pc-icon {
    text-align: center;
    background-color: #ffffff;
    border-radius: 7px;
    padding: 10px;
}
.pc-style-7-small .pc-icon i {
    font-size: 36px;
}
.pc-style-7-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-7-small .pc-title
{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-7-small .pc-description p
{
    color: #ffffff;
    font-size: 11px;
}
.pc-style-7-small .pc-button a
{
    color: #4CA6A6;
    text-decoration: none;
    background-color: #ffffff;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    border-radius: 20px;
}

/*--------------------------------------------------------------
# Pop Card 8
--------------------------------------------------------------*/
.pc-style-8 .pc-container
{
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #5AB142;
    position: relative;
    overflow: hidden;
}
.pc-style-8 .pc-row
{
  align-items: center;
}
.pc-style-8 .pc-content
{
    padding: 30px;
}
.pc-style-8 .pc-image
{
    position: relative;
    top: -40px;
    right: -40px;
    transform: scale(1.2);
    border: 3px solid #58BBAF;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
}
.pc-style-8 .pc-image:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-8 .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-8 .pc-icon
{
    position: relative;
    top: -40px;
    right: -40px;
    transform: scale(1.2);
    border: 3px solid #58BBAF;
    background-color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
}
.pc-style-8 .pc-icon:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-8 .pc-icon i
{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 72px;
    transform: translate(-60%, -40%);
    color: #101010;
}
.pc-style-8 .pc-title
{
    color: #ffffff;
}
.pc-style-8 .pc-description p
{
    color: #ffffff;
}
.pc-style-8 .pc-button {
    margin-top: 20px;
}
.pc-style-8 .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Pop Card 8 Small
--------------------------------------------------------------*/

.pc-style-8-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #5AB142;
    position: relative;
    overflow: hidden;
}
.pc-style-8-small .pc-row
{
  width: 100%;
}
.pc-style-8-small .pc-content
{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-style-8-small .pc-row .pc-col-5
{
  position: relative;
}

.pc-wrapper-full-width.pc-style-8-small .pc-content {
    padding-left: 40px;
}

.pc-style-8-small .pc-image
{
    position: absolute;
    bottom: -20px;
    right: -5px;
    width: 100%;
    border: 3px solid #58BBAF;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
}

.pc-wrapper-full-width.pc-style-8-small .pc-image{
  right: -22%;
}
.pc-style-8-small .pc-image:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-8-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-8-small .pc-icon
{
    position: absolute;
    bottom: -20px;
    right: -5px;
    width: 100%;
    border: 3px solid #58BBAF;
    background-color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
}
.pc-style-8-small .pc-icon:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-8-small .pc-icon i
{
    position: absolute;
    bottom: 40px;
    left: 50%;
    font-size: 48px;
    transform: translateX(-50%);
    color: #101010;
}
.pc-style-8-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-8-small .pc-title
{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-8-small .pc-description p
{
    color: #ffffff;
    font-size: 11px;
}
.pc-style-8-small .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
}

/*--------------------------------------------------------------
# Pop Card 9
--------------------------------------------------------------*/
.pc-style-9 .pc-container
{
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #EADFC6;
}
.pc-style-9 .pc-row
{
    align-items: center;
}
.pc-style-9 .pc-content
{
    padding: 30px;
    text-align: center;
}
.pc-style-9 .pc-row .pc-img-col
{
    height: 100%;
}
.pc-style-9 .pc-image
{
    height: 100%;
    position: relative;
}
.pc-style-9 .pc-image:before {
    content: "";
    position: absolute;
    border: 2px solid #ffffff;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 3px;
}
.pc-style-9 .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pc-style-9 .pc-icon
{
    height: 100%;
    position: relative;
    background-color: #CCCCCC;
}
.pc-style-9 .pc-icon:before {
    content: "";
    position: absolute;
    border: 2px solid #ffffff;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 3px;
}
.pc-style-9 .pc-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 72px;
    transform: translate(-50%, -50%);
}
.pc-style-9 .pc-title
{
    color: #6D4823;
}
.pc-style-9 .pc-description p
{
    color: #101010;
}
.pc-style-9 .pc-button {
    margin-top: 20px;
}
.pc-style-9 .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #6D4823;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Pop Card 9 Small
--------------------------------------------------------------*/

.pc-style-9-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #EADFC6;
}
.pc-style-9-small .pc-row
{
  align-items: center;
  width: 100%;
}
.pc-style-9-small .pc-content
{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-style-9-small .pc-row .pc-img-col
{
  height: 100%;
}
.pc-style-9-small .pc-image
{
  height: 100%;
  position: relative;
}
.pc-style-9-small .pc-image:before {
    content: "";
    position: absolute;
    border: 2px solid #ffffff;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 2px;
    z-index: 1;
}

.pc-wrapper-full-width.pc-style-9-small .pc-content {
    padding:20px  40px;
}

.pc-style-9-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    left: 0%;
}
.pc-style-9-small .pc-icon
{
  height: 100%;
  position: relative;
  background-color: #cccccc;
}
.pc-style-9-small .pc-icon:before {
    content: "";
    position: absolute;
    border: 2px solid #ffffff;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 2px;
}
.pc-style-9-small .pc-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 48px;
    transform: translate(-50%, -50%);
}
.pc-style-9-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-9-small .pc-title
{
    color: #6D4823;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-9-small .pc-description p
{
    color: #101010;
    font-size: 11px;
}
.pc-style-9-small .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #6D4823;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
}

/*--------------------------------------------------------------
# Pop Card 10
--------------------------------------------------------------*/
.pc-style-10 .pc-container
{
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #EC6833;
    position: relative;
}
.pc-style-10 .pc-row
{
  align-items: center;
}
.pc-style-10 .pc-content
{
    padding: 30px;
}
.pc-style-10 .pc-row .pc-col-5
{
  padding-right: 30px;
}
.pc-style-10 .pc-image
{
    max-width: 200px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}
.pc-style-10 .pc-image:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-10 .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-10 .pc-icon
{
    max-width: 200px;
    position: relative;
    border-radius: 7px;
    background-color: #ffffff;
    padding: 40px 10px;
    text-align: center;
}
.pc-style-10 .pc-icon i
{
    font-size: 72px;
    color: #101010;
}
.pc-style-10 .pc-title
{
    color: #101010;
    background-color: #FEF3CF;
    margin-left: -30px;
    padding: 10px 20px 10px 30px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    line-height: 1.1;
    font-size: 30px;
}
.pc-style-10 .pc-description p
{
    color: #ffffff;
}
.pc-style-10 .pc-button {
    margin-top: 20px;
}
.pc-style-10 .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Pop Card 10 Small
--------------------------------------------------------------*/

.pc-style-10-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #EC6833;
    padding: 0 20px;
    position: relative;
}

.pc-style-10-small .pc-row
{
  align-items: center;
  width: 100%;
}
.pc-style-10-small .pc-content
{
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-style-10-small .pc-row .pc-col-4
{
  padding: 10px;
}
.pc-style-10-small .pc-image
{
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.pc-style-10-small .pc-image:after {
    content: "";
    padding-bottom: 60px;
    display: block;
}
.pc-style-10-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-10-small .pc-icon
{
    position: relative;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
}
.pc-style-10-small .pc-icon i
{
    font-size: 48px;
    color: #101010;
}
.pc-wrapper-full-width.pc-style-10-small .pc-content-left {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
}

.pc-wrapper-full-width.pc-style-10-small .pc-content-left {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
}
.pc-wrapper-full-width.pc-style-10-small .pc-content-left .pc-title {
    max-width: 30%;
    padding-left: 30px;
}
.pc-wrapper-full-width.pc-style-10-small .pc-content-left .pc-description {
    padding-left: 20px;
    margin-top: 5px;
}
.pc-wrapper-full-width.pc-style-10-small .pc-content {
    padding-right: 30px;
}

.pc-style-10-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-10-small .pc-title
{
    color: #101010;
    font-size: 15px;
    margin-bottom: 5px;
    background-color: #FEF3CF;
    padding: 5px 10px 5px 20px;
    margin-left: -30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.pc-style-10-small .pc-description p
{
    color: #ffffff;
    font-size: 11px;
}
.pc-style-10-small .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    border-radius: 20px;
}

/*--------------------------------------------------------------
# Pop Card 11
--------------------------------------------------------------*/
.pc-style-11 .pc-container
{
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #FBF1FF;
    position: relative;
}
.pc-style-11 .pc-container:before {
    content: "";
    position: absolute;
    border: 1px solid #773CBA;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 3px;
    z-index: 1;
}
.pc-style-11 .pc-row
{
    align-items: center;
}
.pc-style-11 .pc-content
{
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.pc-style-11 .pc-row .pc-img-col
{
    height: 100%;
}
.pc-style-11 .pc-image
{
    height: 100%;
    position: relative;
}

.pc-style-11 .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pc-style-11 .pc-icon
{
    height: 100%;
    position: relative;
    background-color: #CCCCCC;
}
.pc-style-11 .pc-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 72px;
    color: #101010;
    transform: translate(-50%, -50%);
}
.pc-style-11 .pc-title
{
    color: #101010;
}
.pc-style-11 .pc-description p
{
    color: #101010;
}
.pc-style-11 .pc-button {
    margin-top: 20px;
}
.pc-style-11 .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #773CBA;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Pop Card 11 Small
--------------------------------------------------------------*/

.pc-style-11-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #FBF1FF;
    position: relative;
}
.pc-style-11-small .pc-container:before {
    content: "";
    position: absolute;
    border: 1px solid #773CBA;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 3px;
    z-index: 1;
}
.pc-style-11-small .pc-row
{
  align-items: center;
  width: 100%;
}

.pc-wrapper-full-width.pc-style-11-small .pc-content {
    padding: 20px 40px;
}

.pc-style-11-small .pc-content
{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.pc-style-11-small .pc-row .pc-img-col
{
  height: 100%;
}
.pc-style-11-small .pc-image
{
  height: 100%;
  position: relative;
}
.pc-style-11-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-11-small .pc-icon
{
    height: 100%;
    position: relative;
    background-color: #CCCCCC;
}
.pc-style-11-small .pc-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 48px;
    color: #101010;
    transform: translate(-50%, -50%);
}
.pc-style-11-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-11-small .pc-title
{
    color: #101010;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-11-small .pc-description p
{
    color: #101010;
    font-size: 11px;
}
.pc-style-11-small .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #773CBA;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
}

/*--------------------------------------------------------------
# Pop Card 12
--------------------------------------------------------------*/
.pc-style-12 .pc-container
{
    background-color: #3267BD;
    position: relative;
    padding: 20px;
}
.pc-style-12 .pc-row
{
  justify-content: center;
}
.pc-style-12 .pc-content
{
    padding: 20px 20px 10px;
    display: flex;
    justify-content: space-between;

}
.pc-style-12 .pc-content .pc-content-left {
    padding-right: 15px;
}
.pc-style-12 .pc-image
{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.pc-style-12 .pc-image:after {
    content: "";
    padding-bottom: 35%;
    display: block;
}
.pc-style-12 .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-12 .pc-icon {
    background-color: #ffffff;
    text-align: center;
    padding: 40px 10px;
    border-radius: 10px;
}
.pc-style-12 .pc-icon i {
    font-size: 72px;
    color: #101010;
}
.pc-style-12 .pc-title
{
    color: #ffffff;
}
.pc-style-12 .pc-description p
{
    color: #ffffff;
}
.pc-style-12 .pc-button {
    margin-top: -45px;
    background-color: #3267BD;
    border-radius: 50%;
    padding: 4px;
}
.pc-style-12 .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #EA8732;
    padding: 5px;
    line-height: 1;
    width: 64px;
    height: 64px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    border: 1px solid #ffffff;
    align-items: center;
}

/*--------------------------------------------------------------
# Pop Card 12 Small
--------------------------------------------------------------*/

.pc-style-12-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #3267BD;
    position: relative;
}
.pc-style-12-small .pc-row
{
  align-items: center;
  width: 100%;
}
.pc-style-12-small .pc-content
{
    padding: 20px 20px 20px 10px;
    display: flex;
    align-items: center;
}
.pc-wrapper-full-width.pc-style-12-small .pc-content-right {
    padding-left: 15px;
}
.pc-style-12-small .pc-row .pc-col-5
{
  padding: 10px;
}

.pc-wrapper-full-width.pc-style-12-small .pc-row .pc-col-5
{
  padding-left: 30px;
}

.pc-style-12-small .pc-image
{
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.pc-style-12-small .pc-image:after {
    content: "";
    padding-bottom: 70px;
    display: block;
}
.pc-style-12-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-12-small .pc-icon {
    background-color: #ffffff;
    text-align: center;
    padding:10px;
    border-radius: 4px;
}
.pc-style-12-small .pc-icon i {
    font-size: 48px;
    color: #101010;
}
.pc-style-12-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-12-small .pc-title
{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-12-small .pc-description p
{
    color: #ffffff;
    font-size: 11px;
}
.pc-style-12-small .pc-button {
    margin-left: -30px;
    background-color: #3267BD;
    border-radius: 50%;
    padding: 3px;
}
.pc-style-12-small .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #EA8732;
    padding: 3px;
    line-height: 1;
    width: 56px;
    height: 56px;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    border: 1px solid #ffffff;
    align-items: center;
}

/*--------------------------------------------------------------
# Pop Card 13
--------------------------------------------------------------*/
.pc-style-13 .pc-container
{
    background-color: #CCE2AD;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}
.pc-style-13 .pc-container:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(59, 49, 44, 0.75);
}

.pc-style-13 .pc-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 60px;
}
.pc-style-13 .pc-icon i {
    font-size: 90px;
    color: #ffffff;
}
.pc-style-13 .pc-content
{
    padding: 40px;
    background-color: #CCE2AD;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}

.pc-style-13 .pc-title
{
    color: #3B312C;
}
.pc-style-13 .pc-description p
{
    color: #3B312C;
}
.pc-style-13 .pc-button {
    margin-top: 20px;
}
.pc-style-13 .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #3B312C;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 30px;
}

/*--------------------------------------------------------------
# Pop Card 13 Small
--------------------------------------------------------------*/

.pc-style-13-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #ebdaa6;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.pc-style-13-small .pc-container:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(59, 49, 44, 0.75);
}
.pc-style-13-small .pc-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 60px;
}
.pc-style-13-small .pc-icon i {
    font-size: 48px;
    color: #ffffff;
}
.pc-style-13-small .pc-row
{
  width: 100%;
}
.pc-style-13-small .pc-content
{
    padding: 20px 30px 20px 20px;
    background-color: #CCE2AD;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-wrapper-full-width.pc-style-13-small .pc-content {
    padding: 20px 40px;
}
.pc-style-13-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-13-small .pc-title
{
    color: #3B312C;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-13-small .pc-description p
{
    color: #3B312C;
    font-size: 11px;
}
.pc-style-13-small .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #3B312C;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    border-radius: 20px;
}


/*--------------------------------------------------------------
# Pop Card 4
--------------------------------------------------------------*/
.pc-style-14 .pc-container
{
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #FFFCF0;
    position: relative;
    overflow: hidden;
}
.pc-style-14 .pc-container:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #513228;
    bottom: -50%;
    right: -25%;
    transform: rotate(45deg);
}
.pc-style-14 .pc-row
{
  align-items: center;
  position: relative;
  z-index: 1;
}
.pc-style-14 .pc-content
{
    padding: 30px;
}
.pc-style-14 .pc-row .pc-col-5
{
  padding-right: 30px;
}
.pc-style-14 .pc-image
{
  max-width: 200px;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
.pc-style-14 .pc-image:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-14 .pc-image .pc-image-hex {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
.pc-style-14 .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-14 .pc-icon
{
  max-width: 200px;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
.pc-style-14 .pc-icon:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-14 .pc-icon .pc-icon-hex {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    background-color: #cccccc;
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
.pc-style-14 .pc-icon .pc-icon-hex i {
    position: absolute;
    color: #101010;
    font-size: 72px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pc-style-14 .pc-title
{
    color: #101010;
}
.pc-style-14 .pc-description p
{
    color: #101010;
}
.pc-style-14 .pc-button {
    margin-top: 20px;
}
.pc-style-14 .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #DD3B30;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 30px;
}

/*--------------------------------------------------------------
# Pop Card 4 Small
--------------------------------------------------------------*/

.pc-style-14-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #FFFCF0;
    position: relative;
    overflow: hidden;
}
.pc-style-14-small .pc-container:before {
    content: "";
    position: absolute;
    height: 200px;
    width: 200px;
    background-color: #513228;
    top: 0;
    right: -160px;
    transform: rotate(45deg);
}
.pc-wrapper-full-width.pc-style-14-small .pc-row .pc-col-4 {
    padding-right: 30px;
}

.pc-wrapper-full-width.pc-style-14-small .pc-content {
    padding-left: 40px;
}

.pc-style-14-small .pc-row
{
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.pc-style-14-small .pc-content
{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-style-14-small .pc-row .pc-col-4
{
  padding-right: 15px;
}
.pc-style-14-small .pc-image
{
  max-width:120px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  overflow: hidden;
  margin-top: -15px;
  margin-bottom: -15px;
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.pc-wrapper-full-width.pc-style-14-small .pc-image
{
  margin-top: -30px;
  max-width: 140px;
  margin-bottom: -20px;
}

.pc-style-14-small .pc-image:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-14-small .pc-image .pc-image-hex {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
.pc-style-14-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}
.pc-style-14-small .pc-icon
{
  max-width:120px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  overflow: hidden;
  margin-top: -15px;
  margin-bottom: -15px;
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
.pc-style-14-small .pc-icon:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-14-small .pc-icon .pc-icon-hex {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    background-color: #cccccc;
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
.pc-style-14-small .pc-icon .pc-icon-hex i {
    position: absolute;
    color: #101010;
    font-size: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pc-style-14-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-14-small .pc-title
{
    color: #101010;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-14-small .pc-description p
{
    color: #101010;
    font-size: 11px;
}
.pc-style-14-small .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #DD3B30;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    border-radius: 20px;
}


/*--------------------------------------------------------------
# Pop Card 15
--------------------------------------------------------------*/
.pc-style-15 .pc-container
{
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #6136AE;
    position: relative;
    overflow: hidden;
}
.pc-style-15 .pc-container:before {
    content: "";
    position: absolute;
    background-color: #4A82F3;
    bottom: 30px;
    top: 30px;
    right: 0;
    left: 80px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.pc-style-15 .pc-row
{
  align-items: center;
  position: relative;
  z-index: 1;
}
.pc-style-15 .pc-content
{
    padding: 30px;
}
.pc-style-15 .pc-row .pc-col-5
{
  padding-left: 30px;
}
.pc-style-15 .pc-image
{
  max-width: 200px;
  position: relative;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
}
.pc-style-15 .pc-image:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-15 .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 7px;
}
.pc-style-15 .pc-icon
{
  max-width: 200px;
  position: relative;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background-color: #cccccc;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
}
.pc-style-15 .pc-icon:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-15 .pc-icon i {
    position: absolute;
    font-size: 72px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #101010;
}
.pc-style-15 .pc-title
{
    color: #ffffff;
}
.pc-style-15 .pc-description p
{
    color: #ffffff;
}
.pc-style-15 .pc-button {
    margin-top: 20px;
}
.pc-style-15 .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid #ffffff;
}

/*--------------------------------------------------------------
# Pop Card 15 Small
--------------------------------------------------------------*/

.pc-style-15-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #6136AE;
    position: relative;
    overflow: hidden;
}
.pc-style-15-small .pc-container:before {
    content: "";
    position: absolute;
    background-color: #4A82F3;
    bottom: 10px;
    top: 10px;
    right: 0;
    left: 60px;
}

.pc-style-15-small .pc-row
{
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.pc-wrapper-full-width.pc-style-15-small .pc-content {
    padding-right: 40px;
}
.pc-style-15-small .pc-content
{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-style-15-small .pc-row .pc-col-4
{
  padding-right: 15px;
  max-width: 180px;
}
.pc-style-15-small .pc-image
{
  max-width:120px;
  position: relative;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  overflow: hidden;
  margin-top: -15px;
  margin-bottom: -15px;
}

.pc-wrapper-full-width.pc-style-15-small .pc-image
{
    margin-top: -20px;
    margin-bottom: -20px;
    max-width: 140px
}
.pc-style-15-small .pc-image:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-15-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}
.pc-style-15-small .pc-icon
{
  max-width:120px;
  position: relative;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background-color: #cccccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  overflow: hidden;
  margin-top: -15px;
  margin-bottom: -15px;
}
.pc-style-15-small .pc-icon:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-15-small .pc-icon i {
    position: absolute;
    font-size: 48px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #101010;
}
.pc-style-15-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-15-small .pc-title
{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-15-small .pc-description p
{
    color: #ffffff;
    font-size: 11px;
}
.pc-style-15-small .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    border-radius: 20px;
    border: 1px solid #ffffff;
}

/* email template start */

/*--------------------------------------------------------------
# Pop Card 16 
--------------------------------------------------------------*/
.pc-style-16 .pc-container {
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #ee5d30;
}
.pc-style-16 .pc-col-5{
    height: 100%;
}
.pc-style-16 .pc-image img {
 max-width: 100%;
 height: 100%;
 object-fit: cover;
}
.pc-style-16 .pc-image{
    height: 100%;
}
.pc-style-16 .pc-content {
    padding: 30px;
}
.pc-style-16 .pc-row {
    align-items: center;
}
.pc-style-16 .pc-title {
    color: #ffffff;
}
.pc-style-16 .pc-description p {
    color: #ffffff;
}
.pc-style-16 .pc-button a {
    color: #ffffff;
    text-decoration: none;
    background-color: #55b452;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    border: 0;
}
.pc-style-16  form.pc-subscribe-form input {
    border: 0;
    width: 100%;
    padding: 10px 12px;
    margin: 10px 0;
    border-radius: 5px;
    height: auto;
}
.pc-style-16  form.pc-subscribe-form input::placeholder {
    text-align: center;
    font-size: 14px;
}
.pc-style-16 .pc-with-icon .pc-icon {
    width: 100%;
    height: 100%;
    background: #fff;
}
.pc-style-16 .pc-icon i {
    position: absolute;
    font-size: 72px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #101010;
}


/*--------------------------------------------------------------
# Pop Card 16 Small
--------------------------------------------------------------*/
.pc-style-16-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color:#ee5d30;
}
.pc-style-16-small .pc-row
{
  width: 100%;
}
.pc-style-16-small .pc-content
{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.pc-wrapper-full-width.pc-style-16-small .pc-content {
    padding: 20px 40px;
}
.pc-style-16-small .pc-row .pc-col-4
{
  height: 100%;
}
.pc-style-16-small .pc-image
{
  height: 100%;
  position: relative;
}
.pc-style-16-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-16-small .pc-content-left {
    padding-right: 15px;
    width: 50%;
}
.pc-style-16-small .pc-content-right {
    width: 50%;
}
.pc-style-16-small .pc-title
{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-16-small .pc-description p
{
    color: #ffffff;
    font-size: 11px;
}
.pc-style-16-small .pc-button a{
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #58AF5C;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    width: 100%;
    border: 0;
}
.pc-style-16-small form.pc-subscribe-form input {
    border: 0;
    padding: 7px 7px;
    margin: 10px 0;
    border-radius: 5px;
    line-height: 1;
}
.pc-style-16-small form.pc-subscribe-form input::placeholder {
    font-size: 10px;
    text-transform: capitalize;
}
.pc-style-16-small .pc-with-icon .pc-icon {
    width: 100%;
    height: 100%;
    background: #fff;
}
.pc-style-16-small .pc-icon i {
    position: absolute;
    font-size: 48px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #101010;
}
.pc-style-16-small .pc-col-8 {
    display: flex;
}



/*--------------------------------------------------------------
# Pop Card 17 
--------------------------------------------------------------*/
.pc-style-17 .pc-container {
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #293593;
}
.pc-style-17 .pc-content {
    padding: 30px;
}
.pc-style-17 .pc-row {
    align-items: center;
}
.pc-style-17 .pc-title {
    color: #ffffff;
}
.pc-style-17 .pc-description p {
    color: #ffffff;
}
.pc-style-17 .pc-button a 
{
    color: #ffffff;
    text-decoration: none;
    background-color: #ee502f;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    border: 0;
}
.pc-style-17  form.pc-subscribe-form input {
    border: 0;
    width: 100%;
    padding: 10px 12px;
    margin: 10px 0;
    border-radius: 5px;
    height: auto;
}
.pc-style-17  form.pc-subscribe-form input::placeholder {
    text-align: center;
    font-size: 14px;
}
.pc-style-17 .pc-image {
    height: 100%;
    clip-path: polygon(100% -5%, 78% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
}
.pc-style-17 .pc-col-5 {
    height: 100%;
}
.pc-style-17 .pc-image img {
    height: 100%;
    object-fit: cover;
}
.pc-style-17 .pc-with-icon {
    height: 100%;
    background: #fff;
    clip-path: polygon(100% -5%, 78% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
}
.pc-style-17 .pc-icon i {
    position: absolute;
    font-size: 72px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #101010;
}

/*--------------------------------------------------------------
# Pop Card 17 Small
--------------------------------------------------------------*/
.pc-style-17-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color:#293593;
}
.pc-style-17-small .pc-row
{
  align-items: center;
  width: 100%;
}
.pc-style-17-small .pc-content
{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.pc-style-17-small .pc-row .pc-col-4
{
  height: 100%;
}
.pc-style-17-small .pc-image
{
  height: 100%;
}
.pc-style-17-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-17-small .pc-content-left {
    padding-right: 15px;
    width: 50%;
}
.pc-style-17-small .pc-content-right {
    width: 50%;
}
.pc-style-17-small .pc-title
{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-17-small .pc-description p
{
    color: #ffffff;
    font-size: 11px;
}
.pc-style-17-small .pc-button a
{
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #ee502f;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    width: 100%;
    border: 0;
}
.pc-style-17-small form.pc-subscribe-form input {
    border: 0;
    padding: 7px 7px;
    margin: 10px 0;
    border-radius: 5px;
    line-height: 1;
}
.pc-style-17-small form.pc-subscribe-form input::placeholder {
    font-size: 10px;
    text-transform: capitalize;
}
.pc-style-17-small .pc-image {
    clip-path: polygon(100% -5%, 92% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
}
.pc-style-17-small .pc-with-icon {
    height: 100%;
    background: #fff;
    clip-path: polygon(100% -5%, 92% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
}
.pc-style-17-small .pc-icon i {
    position: absolute;
    font-size: 48px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #101010;
}


/*--------------------------------------------------------------
# Pop Card 18 
--------------------------------------------------------------*/
.pc-style-18 .pc-container {
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #9e42b0;
}
.pc-style-18 .pc-col-5 {
    height: 100%;
}
.pc-style-18 .pc-subscribe-form-background {
    background: #333;

}
.pc-style-18 .pc-col-7{
    padding: 20px;
}

.pc-style-18 .pc-row {
    align-items: center;
}
.pc-style-18 .pc-content {
    text-align: center;
}
.pc-style-18 .pc-title {
    color: #ffffff;
    font-size: 30px;
    margin-top: 20px;
}
.pc-style-18 .pc-description p {
    color: #ffffff;
}
.pc-style-18 .pc-button a {
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    background-color: #5fd5ba;
    padding: 12px 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    border-radius: 20px;
    text-align: center;
    border: 0;
}
.pc-style-18  form.pc-subscribe-form input {
    border: 0;
    width: 100%;
    padding: 10px 12px;
    margin: 0 0 10px 0;
    border-radius: 20px;
}
.pc-style-18  form.pc-subscribe-form input::placeholder {
    text-align: center;
    font-size: 14px;
}
.pc-style-18 .pc-image {
    max-width: 160px;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.pc-style-18 .pc-image::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.pc-style-18 .pc-image img{
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.pc-style-18 form.pc-subscribe-form {
    padding: 20px;
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    }.pc-style-18 .pc-button {
        width: 100%;
    }
    .pc-style-18 .pc-with-icon .pc-icon {
        max-width: 160px;
        margin: 0 auto;
        text-align: center;
        background: #fff;
        border-radius: 50%;
        position: relative;
    }
    .pc-style-18 .pc-with-icon .pc-icon i {
        position: absolute;
        font-size: 48px;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        color: #101010;
    }

    .pc-style-18 .pc-with-icon .pc-icon::before {
        content: "";
        display: block;
        padding-bottom: 100%;
    }


/*--------------------------------------------------------------
# Pop Card 18 Small
--------------------------------------------------------------*/
.pc-style-18-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #9e42b0;
}

.pc-style-18-small .pc-content {
    display: flex;
    padding: 10px;
    width: 100%;
    align-items: center;
}

.pc-style-18-small .pc-row .pc-col-4
{
  height: 100%;
}

.pc-style-18-small .pc-row .pc-col-8
{
    align-self: center;
}
.pc-style-18-small .pc-image
{
    margin-right: 10px;
    width: 30%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    max-width: 120px;
}
.pc-style-18-small .pc-image::before{
    content: "";
    display: block;
    padding-bottom: 100%;
}

.pc-wrapper-full-width.pc-style-18-small .pc-content {
    padding: 10px 40px;
}

.pc-style-18-small .pc-description {
    width: 70%;
}
.pc-style-18-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-18-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-18-small .pc-title
{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-18-small .pc-description p
{
    color: #ffffff;
    font-size: 11px;
}
.pc-style-18-small .pc-button a
{
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #5fd5ba;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    width: 100%;
    border: 0;
}
.pc-style-18-small form.pc-subscribe-form {
    padding: 10px 7px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}

.pc-wrapper-full-width.pc-style-18-small form.pc-subscribe-form {
    padding: 10px 20px;
}
.pc-style-18-small form.pc-subscribe-form input::placeholder {
    font-size: 10px;
    text-transform: capitalize;
}
.pc-subscribe-form-small .pc-button {
    margin-left: 10px;
}
.pc-subscribe-form-small {
    display: flex;
    width: 100%;
}
.pc-style-18-small .pc-subscribe-form input {
    width: 100%;
    border: 0;
    padding: 7px 10px;
    margin: 0 0 10px 0;
    border-radius: 20px;
}
.pc-style-18-small .pc-subscribe-form-small .pc-button {
    width: 50%;
    margin-left: 10px;
}
.pc-style-18-small .pc-subscribe-form-background {
    height: 100%;
    background-color: #2a3033;
}
.pc-style-18-small .pc-subscribe-form-small input{
    margin: 0;
}
.pc-style-18-small .pc-with-icon .pc-icon {
    width: 60px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    position: relative;
    flex: 0 0 60px;
    height: 60px;
    margin-right: 20px;
}
.pc-style-18-small .pc-with-icon .pc-icon i {
    position: absolute;
    font-size: 38px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #101010;
}


/*--------------------------------------------------------------
# Pop Card 19 
--------------------------------------------------------------*/
.pc-style-19 .pc-container {
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #4ba147;
    overflow: hidden;
}
.pc-style-19 .pc-content {
    padding: 30px;
}
.pc-style-19 .pc-row {
    align-items: center;
}
.pc-style-19 .pc-title {
    color: #ffffff;
}
.pc-style-19 .pc-description p {
    color: #ffffff;
}
.pc-style-19 .pc-button a 
{
    color: #ffffff;
    text-decoration: none;
    background-color: #f7b432;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    border-radius: 20px;
    text-align: center;
    border: 0;
}
.pc-style-19  form.pc-subscribe-form input {
    border: 0;
    width: 100%;
    padding: 10px 12px;
    margin: 10px 0;
    border-radius: 20px;
}
.pc-style-19  form.pc-subscribe-form input::placeholder {
    text-align: center;
    font-size: 14px;
}
.pc-style-19 .pc-image {
   /* clip-path: ellipse(85% 94% at 86% 50%);*/
   position: relative;
   top: -20px;
   right: -50px;
   transform: scale(1.3);
   border: 5px solid #55b452;
   border-radius: 50%;
   overflow: hidden;
   box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);
   height: 100%;
}

.pc-style-19 .pc-col-5 {
    height: 100%;
}

.pc-style-19 .pc-image img {
    object-fit: cover;
    height: 100%;
}

.pc-style-19 .pc-icon {
    position: relative;
    top: 0;
    right: -30px;
    transform: scale(1.3);
    border: 5px solid #55b452;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);
    height: 100%;
    background: #fff;
}
.pc-style-19 .pc-col-5.pc-with-icon {
    height: 100%;
}
.pc-style-19 .pc-icon i {
    position: absolute;
    font-size: 72px;
    transform: translate(-50%, -50%);
    left: 40%;
    top: 50%;
    color: #101010;
}

/*--------------------------------------------------------------
# Pop Card 19 Small
--------------------------------------------------------------*/
.pc-style-19-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color:#4ba147;
    overflow: hidden;
}
.pc-style-19-small .pc-row
{
  align-items: center;
  width:100%;
}   
.pc-style-19-small .pc-content
{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-style-19-small .pc-row .pc-col-4
{
  height: 100%;
}
.pc-style-19-small .pc-image
{
  height: 100%;
}

.pc-wrapper-full-width.pc-style-19-small .pc-content {
    padding: 20px 40px;
}
.pc-wrapper-full-width.pc-style-19-small .pc-content .pc-content-right {
    width: 50%;
}
.pc-style-19-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-19-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-19-small .pc-title
{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-19-small .pc-description p
{
    color: #ffffff;
    font-size: 11px;
}
.pc-style-19-small .pc-button a
{
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #f7b432;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    width: 100%;
    border: 0;
}
.pc-style-19-small form.pc-subscribe-form input {
    border: 0;
    padding: 7px 7px;
    margin: 10px 0;
    border-radius: 20px;
    line-height: 1;
}
.pc-style-19-small form.pc-subscribe-form input::placeholder {
    font-size: 10px;
    text-transform: capitalize;
}
.pc-style-19-small .pc-image {
  /*  clip-path: polygon(100% -5%, 83% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);*/
  position: relative;
  top: 0;
  border-left: 5px solid #55b452;
  border-top-left-radius: 20em;
  border-bottom-left-radius: 20em;
  overflow: hidden;
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);
}
.pc-style-19-small form.pc-subscribe-form input::placeholder {
    text-align: center;
}
.pc-style-19-small .pc-row .pc-col-4 {
    height: 100%;
}
.pc-style-19-small .pc-icon {
    position: relative;
      top: 0;
      border-left: 5px solid #55b452;
      border-top-left-radius: 20em;
      border-bottom-left-radius: 20em;
      overflow: hidden;
      box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);
      background-color: #ffffff;
      height: 100%;
}
.pc-style-19-small .pc-icon [class^="material"] {
    position: absolute;
    font-size: 38px;
    transform: translate(-50%, -50%);
    left: 45%;
    top: 50%;
    color: #101010;
}

/*--------------------------------------------------------------
# Pop Card 20
--------------------------------------------------------------*/


.pc-style-20 .pc-content
{
    padding: 30px;
}
.pc-style-20  .pc-subscribe-form-background
{
  background-color: #37474f;   
}
.pc-style-20 form.pc-subscribe-form {

    display: flex;
    padding: 30px;
    align-items: baseline;
}
.pc-style-20 .pc-container {
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #337a6b;
    overflow: hidden;
}
.pc-style-20 form.pc-subscribe-form input {
    border: 0;
    width: 100%;
    padding: 10px 12px;
    border-radius: 20px;
}
.pc-style-20 .pc-image {
    max-width: 200px;
    position: relative;
    border: 5px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);
}
.pc-style-20 .pc-row {
    align-items: self-end;

}
.pc-style-20 .pc-description {
    padding: 20px;
}
.pc-style-20 .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.pc-style-20 .pc-image:before{
    content: "";
    display: block;
    padding-bottom: 100%;
}
.pc-style-20 .pc-title
{
    color: #ffffff;
}
.pc-style-20 .pc-description p
{
    color: #ffffff;
}
.pc-style-20 .pc-button {
    margin-left: 10px;
}
.pc-style-20 .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #F5B033;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
}
.pc-style-20 .pc-icon {
    width: 150px;
    position: relative;
    border: 5px solid #429887;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);
    height: 150px;
}
.pc-style-20 .pc-icon [class^="material"] {
    position: absolute;
    font-size: 72px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #101010;
}

/*--------------------------------------------------------------
# Pop Card 20 Small
--------------------------------------------------------------*/

.pc-style-20-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color:#337a6b ;
}
.pc-style-20-small .pc-row
{
  align-items: center;
}
.pc-style-20-small .pc-content
{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.pc-wrapper-full-width.pc-style-20-small .pc-content {
    padding: 10px 40px;
}
.pc-wrapper-full-width.pc-style-20-small form.pc-subscribe-form {
    padding: 30px;
}
.pc-style-20-small .pc-subscribe-form-background {
    height: 100%;
    background-color: #37474f;
}
.pc-style-20-small form.pc-subscribe-form{

    display: flex;
    padding: 27px 10px;
    align-items: center;
    height: 100%;
}
.pc-style-20-small .pc-button {
    margin-left: 10px;
}
.pc-style-20-small .pc-description {
    margin-left: 10px;
}
.pc-style-20-small form.pc-subscribe-form input {
    border: 0;
    padding: 10px 10px;
    border-radius: 20px;
    line-height: 1;
    margin: 0;
}
.pc-style-20-small .pc-row .pc-col-6
{
  height: 100%;
}
.pc-style-20-small .pc-image
{
    width: 80px;
    position: relative;
    border: 5px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);
}
.pc-style-20-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-20-small .pc-image:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.pc-style-20-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-20-small .pc-title
{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-20-small .pc-description p
{
    color: #ffffff;
    font-size: 11px;
}
.pc-style-20-small .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #F5B033;
    display: inline-block;
    padding: 12px;
    line-height: 1;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
}
.pc-style-20-small .pc-icon {
    width: 84px;
    position: relative;
    border: 5px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);
    height: 83.5555px;
}
.pc-style-20-small .pc-icon [class^="material"] {
    position: absolute;
    font-size: 48px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #101010;
}


/*--------------------------------------------------------------
# Pop Card 21
--------------------------------------------------------------*/
.pc-style-21 .pc-container
{
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #6d4c41;
}
.pc-style-21 .pc-row
{
    align-items: center;
}
.pc-style-21 .pc-content
{
    padding: 30px;
}
.pc-style-21 .pc-row .pc-col-5
{
  height: 100%;
}
.pc-style-21 form.pc-subscribe-form input {
    border: 0;
    width: 100%;
    padding: 10px 12px;
    margin: 10px 0;
    border-radius: 5px;
}
.pc-style-21 form.pc-subscribe-form input::placeholder {
    text-align: center;
}
.pc-style-21 .pc-button a {
    color: #ffffff;
    text-decoration: none;
    background-color: #f7b432;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    border-radius: 20px;
    text-align: center;
    border: 0;
}
.pc-style-21 .pc-image
{
    height: 100%;
    padding: 15px;
}
.pc-style-21 .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pc-style-21 .pc-title
{
    color: #ffffff;
}
.pc-style-21 .pc-description p
{
    color: #ffffff;
}
.pc-style-21 .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #f7b432;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
}
.pc-style-21 .pc-icon {
    height: 100%;
}
.pc-style-21 .pc-icon [class^="material"] {
    position: absolute;
    font-size: 72px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #101010;
}

/*--------------------------------------------------------------
# Pop Card 21 Small
--------------------------------------------------------------*/

.pc-style-21-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #6d4c41;
}
.pc-style-21-small .pc-row
{
  align-items: center;
}
.pc-style-21-small .pc-content
{
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-wrapper-full-width.pc-style-21-small .pc-content {
    padding: 20px 40px;
}
.pc-wrapper-full-width.pc-style-21-small .pc-content .pc-content-right {
    width: 50%;
}
.pc-style-21-small .pc-col-8 {
    height: 100%;
}
.pc-style-21-small .pc-row .pc-col-4
{
    padding: 10px;
}
.pc-style-21-small .pc-image
{
    position: relative;
    padding: 10px;
}
.pc-style-21-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.pc-style-21-small .pc-image:before {
    content: "";
    display: block;
    padding-bottom: 80px;
}
.pc-style-1-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-21-small .pc-title
{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-21-small .pc-description p
{
    color: #ffffff;
    font-size: 11px;
}
.pc-style-21-small .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #58AF5C;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
}
.pc-style-21-small form.pc-subscribe-form input {
    border: 0;
    padding: 7px 7px;
    margin: 10px 0;
    border-radius: 5px;
    line-height: 1;
}
.pc-style-21-small form.pc-subscribe-form input::placeholder{
    text-align: center;
}
.pc-style-21-small .pc-button a {
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #f7b432;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    width: 100%;
    border: 0;
}
.pc-style-21-small .pc-icon {
    height: 100%;
}
.pc-style-21-small .pc-icon i {
    position: absolute;
    font-size: 48px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #101010;
}
.pc-wrapper.pc-style-21-small .pc-container.pc-with-icon {
    display: block;
}


/*--------------------------------------------------------------
# Pop Card 22
--------------------------------------------------------------*/

.pc-style-22 .pc-container {
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #9940ae;
    overflow: hidden;
}

.pc-style-22 .pc-subscribe-form-background{
 background-color: #333333;
}
.pc-style-22 form.pc-subscribe-form {

    display: flex;
    padding: 30px;
    align-items: center;
}
.pc-style-22 form.pc-subscribe-form input {
    border: 0;
    margin: 0;
    width: 100%;
    padding: 10px 12px;
    border-radius: 5px;
}
.pc-style-22 .pc-image {
    max-width: 160px;
    position: relative;
    border: 5px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);
}
.pc-style-22 .pc-row {
    align-items: flex-end;
}
.pc-style-22 .pc-description {
    padding: 10px;
    text-align: center;
}
.pc-style-22 .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.pc-style-22 .pc-content {
    padding: 10px;
}

.pc-style-22 .pc-image:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.pc-style-22 .pc-title
{
    color: #ffffff;
}
.pc-style-22 .pc-description p
{
    color: #ffffff;
}
.pc-style-22 .pc-button {
    margin-left: 10px;
}
.pc-style-22 .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #82c629;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
.pc-style-22 .pc-icon {
    width: 150px;
    position: relative;
    border: 5px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);
    height: 150px;
    margin: 0 auto;
}
.pc-style-22 .pc-icon i {
    position: absolute;
    font-size: 72px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #101010;
}

/*--------------------------------------------------------------
# Pop Card 22 Small
--------------------------------------------------------------*/

.pc-style-22-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #9940ae;
    width: 100%
}
.pc-style-22-small .pc-row
{
  align-items: center;
}
.pc-style-22-small .pc-content
{
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
}
.pc-wrapper-full-width.pc-style-22-small .pc-description {
    padding: 0 20px;
}
.pc-wrapper-full-width.pc-style-22-small form.pc-subscribe-form {
    padding: 7px 30px;
}
.pc-wrapper-full-width.pc-style-22-small .pc-content .pc-col-4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.pc-wrapper-full-width.pc-style-22-small .pc-content .pc-row .pc-col-8 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}
.pc-style-22-small .pc-subscribe-form-background{
 background-color: #333333;
}
.pc-style-22-small .pc-col-8{
    height: 100%;
}
.pc-style-22-small form.pc-subscribe-form{

    padding: 7px 10px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.pc-style-22-small .pc-description {
    margin-left: 10px;
}
.pc-style-22-small form.pc-subscribe-form input {
    border: 0;
    padding: 7px 7px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    line-height: 1;
    width: 100%;
}
.pc-style-22-small form.pc-subscribe-form input::placeholder{
    text-align: center;
}
.pc-style-22-small .pc-row .pc-col-6
{
  height: 100%;
}
.pc-style-22-small .pc-image {
    border: 5px solid #ffffff;
    background-color: #ffffff;
    max-width: 120px;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);
    margin-left: auto;
    overflow: hidden;
    margin-top: -15px;
    margin-bottom: -15px;
    width: 100%;
}

.pc-style-22-small .pc-image:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.pc-style-22-small .pc-image img
{
   height: 100%;
   width: 100%;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;
}
.pc-style-22-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-22-small .pc-title
{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-22-small .pc-description p
{
    color: #ffffff;
    font-size: 11px;
}
.pc-style-22-small .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #82c629;
    display: inline-block;
    padding: 12px;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}
.pc-style-22-small .pc-col-4 {
    height: 100%;
}
.pc-style-22-small .pc-icon {
    margin-top: -15px;
    margin-left: auto;
    margin-bottom: -15px;
    max-width: 120px;
    position: relative;
    border: 5px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);
    width: 100%;
}

.pc-style-22-small .pc-icon::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.pc-style-22-small .pc-icon i {
    position: absolute;
    font-size: 48px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #101010;
}

/*--------------------------------------------------------------
# Pop Card 23
--------------------------------------------------------------*/
.pc-style-23 .pc-container
{
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #2178bd;
    position: relative;
    overflow: hidden;
}
.pc-style-23 .pc-row
{
  align-items: center;
  width: 100%;
}
.pc-style-23 .pc-content
{
    padding: 30px;
}
.pc-style-23 .pc-image
{
    position: relative;
    top: -40px;
    right: -40px;
    transform: scale(1.2);
    border: 3px solid #2582cb;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
}
.pc-style-23 .pc-image:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-23 .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-23 .pc-title
{
    color: #ffffff;
}
.pc-style-23 .pc-description p
{
    color: #ffffff;
}
.pc-style-23 form.pc-subscribe-form{
    margin-top: 20px;
}
.pc-style-23 form.pc-subscribe-form input {
    border: 0;
    width: 100%;
    padding: 10px 12px;
    margin: 0 0 10px 0;
    border-radius: 5px;
}
.pc-style-23 form.pc-subscribe-form input::placeholder {
    text-align: center;
}
.pc-style-23 .pc-button a {
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    background-color: #5fd5ba;
    padding: 12px 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    border: 0;
}
.pc-style-23 .pc-icon {
    position: relative;
    top: -40px;
    right: -40px;
    transform: scale(1.2);
    border: 3px solid #2582cb;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);
    background: #fff;
}
.pc-style-23 .pc-icon i {
    position: absolute;
    font-size: 72px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #101010;
}
.pc-style-23 .pc-icon:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}



/*--------------------------------------------------------------
# Pop Card 23 Small
--------------------------------------------------------------*/

.pc-style-23-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #2178bd;
    position: relative;
    overflow: hidden;
}
.pc-style-23-small .pc-row
{
  width: 100%;
}
.pc-style-23-small .pc-content
{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.pc-style-23-small .pc-row .pc-col-5
{
  position: relative;
}
.pc-wrapper-full-width.pc-style-23-small .pc-content {
    padding-left: 30px;
}
.pc-wrapper-full-width.pc-style-23-small .pc-content .pc-content-right {
    width: 50%;
}
.pc-style-23-small .pc-image
{
    position: absolute;
    bottom: -20px;
    right: -5px;
    width: 100%;
    border: 3px solid #2582cb;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
}

.pc-wrapper-full-width.pc-style-23-small .pc-image
{
  right: -55px;
}

.pc-style-23-small .pc-image:after {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.pc-style-23-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    background-position: bottom center;

}
.pc-style-23-small .pc-content-left {
    padding-right: 15px;
    width: 70%;
}
.pc-style-23-small .pc-content-right {
    width: 30%;
}
.pc-style-23-small .pc-title
{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-23-small .pc-description p
{
    color: #ffffff;
    font-size: 11px;
}
.pc-style-23-small form.pc-subscribe-form input {
    border: 0;
    width: 100%;
    padding: 10px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    font-size: 10px;

}
.pc-style-23-small form.pc-subscribe-form input::placeholder {
    text-align: center;
}
.pc-style-23-small .pc-button a {
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    background-color: #5fd5ba;
    padding: 12px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    border: 0;
}
.pc-style-23-small .pc-icon {
  position: absolute;
  bottom: -20px;
  right: -5px;
  width: 100%;
  border: 3px solid #2582cb;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.pc-style-23-small .pc-icon::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.pc-style-23-small .pc-icon [class^="material"] {
    position: absolute;
    font-size: 38px;
    transform: translateX(-50%);
    left: 50%;
    bottom: 50px;
    color: #101010;
}

/*--------------------------------------------------------------
# Pop Card 24
--------------------------------------------------------------*/


.pc-style-24 .pc-container {
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #303f9f;
    overflow: hidden;
    position: relative;
}
.pc-style-24 .pc-content {
    display: flex;
    height: 100%;
    padding-bottom: 104px;
}
.pc-style-24 .pc-col-8 {
    align-items: center;
    display: flex;
}
.pc-style-24 .pc-subscribe-form-background{
    background-color: #2a3033;
}
.pc-style-24 form.pc-subscribe-form {
    display: flex;
    padding: 20px;
    align-items: baseline;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.pc-style-24 form.pc-subscribe-form input {
    border: 0;
    width: 100%;
    padding: 10px 12px;
    margin: 10px 0;
    border-radius: 5px;
}
.pc-style-24 .pc-image{
    height: 100%;
}
.pc-style-24 .pc-description {
    padding: 20px;
}
.pc-style-24 .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pc-style-24 .pc-title
{
    color: #ffffff;
}
.pc-style-24 .pc-description p
{
    color: #ffffff;
}
.pc-style-24 .pc-button {
    margin-top: 15px;
    margin-left: 10px;
}
.pc-style-24 .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #82c629;
    display: inline-block;
    padding: 14px 20px;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
.pc-style-24 .pc-icon i {
    position: absolute;
    font-size: 72px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #101010;
}

.pc-style-24 .pc-row {
    width: 100%;
}

/*--------------------------------------------------------------
# Pop Card 24 Small
--------------------------------------------------------------*/

.pc-style-24-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #303f9f;
}
.pc-style-24-small .pc-row
{
  align-items: center;
}
.pc-style-24-small .pc-content
{
    padding: 0 10px;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.pc-style-24-small .pc-subscribe-form-background{
 background-color: #333333;
}
.pc-style-24-small form.pc-subscribe-form {

    padding: 7px 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pc-style-24-small .pc-description {
    margin: 0 10px;
}
.pc-style-24-small form.pc-subscribe-form input {
    border: 0;
    padding: 7px 7px;
    margin: 0;
    border-radius: 5px;
    line-height: 1;
    width: 100%;
    margin: 0 0 10px 0;
}
.pc-style-24-small form.pc-subscribe-form input::placeholder{
    text-align: center;
}

.pc-style-24-small .pc-row .pc-col-6
{
  height: 100%;
}
.pc-style-24-small .pc-image {
    margin-right: -15px;
    height: 100%;
    position: relative
}
.pc-style-24-small .pc-content .pc-row {
    height: 100%;
}
.pc-style-24-small .pc-col-8 {
    height: 100%;
    display: flex;
    align-items: center;
}
.pc-style-24-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-24-small form.pc-subscribe-form .pc-wrapper-inner {
    width: 100%;
}
.pc-wrapper-full-width.pc-style-24-small .pc-content {
    padding-left: 30px;
}
.pc-wrapper-full-width.pc-style-24-small form.pc-subscribe-form {
    padding: 7px 30px;
}
.pc-style-24-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-24-small .pc-title
{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-24-small .pc-description p
{
    color: #ffffff;
    font-size: 11px;
}
.pc-style-24-small .pc-button a
{
    color: #ffffff;
    text-decoration: none;
    background-color: #82c629;
    display: inline-block;
    padding: 12px;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}
.pc-style-24-small .pc-row .pc-col-4 {
    height: 100%;
}
.pc-style-24-small .pc-col-4.pc-with-icon{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pc-style-24-small .pc-icon i {
  font-size: 48px;
}



/*--------------------------------------------------------------
# Pop Card 25 
--------------------------------------------------------------*/


.pc-style-25 h2.pc-title {
    font-size: 27px;
}
.pc-style-25 .pc-image {max-width: 150px;
    position: relative;
    border: 10px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);margin: 0 auto 10px;
}
.pc-style-25 .pc-content {
    padding: 30px;
}
.pc-style-25 .pc-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.pc-style-25 .pc-image:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.pc-style-25 .pc-container {
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background: #B71C1C;
    overflow: hidden;
}
.pc-style-25 .pc-description {
    text-align: center;
    color: #fff;
    padding: 0 20px;
}
.pc-style-25 .pc-subscribe-form-background{
 background-color: #212121;
}
.pc-style-25 .pc-subscribe-form {
    text-align: center;
    padding: 15px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    margin: -30px 0 0;
    clip-path: polygon(100% 0%, 100% 0%, 177% 50%, 50% 100%, 0% 80%, 0% 0%);
}
.pc-style-25 .pc-subscribe-form input {
    border: 0;
    width: 100%;
    padding: 10px 12px;
    margin: 0px 0 10px;
    border-radius: 5px;
    text-align: center;
}
.pc-style-25 .pc-subscribe-form .pc-button a {
    color: #ffffff;
    text-decoration: none;
    background-color: #FEAF04;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;width: 100%;
    text-align: center;
}
.pc-style-25 .pc-icon {
    width: 150px;
    position: relative;
    border: 5px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);
    height: 150px;
    margin: 0 auto 10px;
}
.pc-style-25 .pc-icon i {
    position: absolute;
    font-size: 72px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #101010;
}
.pc-style-25-small .pc-icon {
    width: 84px;
    position: relative;
    border: 5px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);
    height: 84px;
    margin: 0 auto;
}
.pc-wrapper-full-width.pc-style-25-small .pc-content .pc-col-4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.pc-style-25-small .pc-icon i {
    position: absolute;
    font-size: 48px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #101010;
}


/*--------------------------------------------------------------
# Pop Card 25 small
--------------------------------------------------------------*/

.pc-style-25-small .pc-container {
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background: #B71C1C;
    padding-right: 15px;
}
.pc-style-25-small .pc-content {
    padding: 10px;
    height: 100%;
}
.pc-style-25-small .pc-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-25-small .pc-description {
    text-align: left;
    color: #fff;
    margin: 0 0 0 5px;
}
.pc-style-25-small .pc-description .pc-title {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
    text-align: left;
}
.pc-style-25-small .pc-subscribe-form-background{
 background-color: #212121;
}
.pc-style-25-small .pc-subscribe-form {

    text-align: center;
    padding: 15px;
    position: relative;
    height: 85%;
    display: flex;
    align-items: center;
    clip-path: polygon(100% 0%, 100% 0%, 177% 50%, 50% 100%, 0% 80%, 0% 0%);
}

.pc-style-25-small .pc-subscribe-form input {
    border: 0;
    padding: 0px 10px;
    margin: 0 5px 0 0;
    border-radius: 5px;
    line-height: 1;
    width: 100%;
    font-size: 10px;
    height: 32px !important;
}
.pc-style-25-small .pc-subscribe-form .pc-button a {
    color: #ffffff;
    text-decoration: none;
    background-color: #FEAF04;
    display: inline-block;
    padding: 10px;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}
.pc-style-25-small .pc-content .pc-row {
    align-items: center;
    height: 100%;
}
.pc-style-25-small .pc-image {
    width: 80px;
    border: 5px solid #b71c1c;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 8px 14px rgb(0 0 0 / 7%);
    margin: 0 auto 0px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.pc-style-25-small .pc-image:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.pc-style-25-small .pc-wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.pc-col-6.bg-red {
    background: #b71c1c;
    padding-right: 10px;
}


/*--------------------------------------------------------------
# Pop Card 26
--------------------------------------------------------------*/
.pc-style-26 .pc-container {
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #37474F;
    overflow: hidden;
}
.pc-style-26 .pc-content {
    padding: 30px;
}
.pc-style-26 .pc-row {
    align-items: center;
}
.pc-style-26 .pc-title {
    color: #ffffff;
}
.pc-style-26 .pc-description p {
    color: #ffffff;
}
.pc-style-26 .pc-button a 
{
    color: #ffffff;
    text-decoration: none;
    background-color: #f7b432;
    display: inline-block;
    padding: 12px 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    border-radius:5px;
    text-align: center;
    border: 0;
}
.pc-style-26 .pc-row .pc-col-5{
    height: 100%;
}

.pc-style-26 .pc-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.pc-style-26  form.pc-subscribe-form input {
    border: 0;
    width: 100%;
    padding: 10px 12px;
    margin: 10px 0;
    border-radius: 5px;
}
.pc-style-26  form.pc-subscribe-form input::placeholder {
    text-align: center;
    font-size: 14px;
}

.pc-style-26 .pc-image {
   /* clip-path: ellipse(85% 94% at 86% 50%);*/
   position: relative;
   overflow: hidden;
   height: 100%;
}
.pc-style-26 .pc-icon {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: #ffffff;
}

.pc-style-26 .pc-icon svg {
    position: absolute;
    height: 100%;
    right: 0;
    width: auto;
    top: 0;
    z-index: 1;
}

.pc-style-26 .pc-image svg {
    position: absolute;
    height: 100%;
    right: 0;
    width: auto;
    top: 0;
    z-index: 1;
}
.pc-style-26 .pc-icon i {
    position: absolute;
    font-size: 72px;
    transform: translate(-50%, -50%);
    left: 55%;
    top: 50%;
    color: #101010;
}
.pc-style-26 .pc-col-5.pc-with-icon {
    height: 100%;
}





/*--------------------------------------------------------------
# Pop Card 26 Small
--------------------------------------------------------------*/
.pc-style-26-small .pc-container
{
    min-height: 80px;
    display: flex;
    flex-wrap: nowrap;
    background-color:#37474F;
    overflow: hidden;
}
.pc-style-26-small .pc-row
{
  align-items: center;
}
.pc-style-26-small .pc-content
{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-style-26-small .pc-row .pc-col-4
{
  height: 100%;
}
.pc-wrapper-full-width.pc-style-26-small .pc-content .pc-content-right {
    width: 55%;
    padding-right: 20px;
}
.pc-style-26-small .pc-image
{
  height: 100%;
}
.pc-style-26-small .pc-image img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.pc-style-26-small .pc-content-left {
    padding-right: 15px;
}
.pc-style-26-small .pc-title
{
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}
.pc-style-26-small .pc-description p
{
    color: #ffffff;
    font-size: 11px;
}
.pc-style-26-small .pc-button a
{
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #f7b432;
    display: inline-block;
    padding: 10px 12px;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    width: 100%;
    border: 0;
}
.pc-style-26-small form.pc-subscribe-form input {
    border: 0;
    padding: 7px 7px;
    margin: 0 0 10px;
    border-radius: 5px;
    line-height: 1;
}
.pc-style-26-small form.pc-subscribe-form input::placeholder {
    font-size: 10px;
    text-transform: capitalize;
}
.pc-style-26-small .pc-image {
  /*  clip-path: polygon(100% -5%, 83% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);*/
  height: 100%;
  position: relative;
  overflow: hidden;
}
.pc-style-26-small form.pc-subscribe-form input::placeholder {
    text-align: center;
}
.pc-style-26-small .pc-image svg {
    position: absolute;
    height: 100%;
    right: 0;
    width: auto;
    top: 0;
    z-index: 1;
}
.pc-style-26-small .pc-icon {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: #ffffff;
}
.pc-style-26-small .pc-icon svg {
    position: absolute;
    height: 100%;
    right: 0;
    width: auto;
    top: 0;
    z-index: 1;
}

.pc-style-26-small .pc-icon [class^="material"] {
    position: absolute;
    font-size: 38px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #101010;
}



/*--------------------------------------------------------------
# Pop Card 27
--------------------------------------------------------------*/

.pc-style-27 .pc-container {
    min-height: 280px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #43a048;
    overflow: hidden;
}

.pc-style-27 .pc-content
{
    padding: 30px;

}
.pc-style-27 form.pc-subscribe-form {
    padding: 0 30px 30px;
    align-items: baseline;
}

.pc-style-27 form.pc-subscribe-form input {
    border: 0;
    width: 100%;
    padding: 10px 12px;
    margin: 10px 0;
    border-radius:5px;
}
.pc-style-27 .pc-image {max-width: 200px;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);}

    .pc-style-27 .pc-image-hex {position: absolute;
        top: 4px;
        bottom: 4px;
        left: 4px;
        right: 4px;
        background-color: #cccccc;
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);}

        .pc-style-27 .pc-image:after {content: "";
        padding-bottom: 100%;
        display: block;}

        .pc-style-27 .pc-image-hex img {width: 100%;height: 100%;object-fit: cover;}
        .pc-style-27 .pc-row {
            align-items: center;
        }
        .pc-style-27 .pc-description {
            padding: 20px;
        }
        .pc-style-27 .pc-image img
        {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
        .pc-style-27 .pc-title
        {
            color: #ffffff;
        }
        .pc-style-27 .pc-description p
        {
            color: #ffffff;
        }
        .pc-style-27 .pc-button {
            margin-top: 15px;
            margin-left: 10px;
        }
        .pc-style-27 .pc-button a
        {
            color: #ffffff;
            text-decoration: none;
            background-color: #4CD4B9;
            display: inline-block;
            padding: 14px 20px;
            line-height: 1;
            border-radius: 5px;
            font-size: 14px;
        }
        .pc-27-wrapper-inner {
            display: flex;
            align-items: center;
        }

        .pc-27-wrapper-inner input#email {
            margin: 0;
        }

        .pc-27-wrapper-inner .pc-button {
            margin-top: 0;
        }
        .pc-style-27 .pc-icon {
            max-width: 200px;
            position: relative;
            background-color: #ffffff;
            overflow: hidden;
            box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);
            clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
        }
        .pc-style-27 .pc-icon .pc-icon-hex {
            position: absolute;
            top: 4px;
            bottom: 4px;
            left: 4px;
            right: 4px;
            background-color: #cccccc;
            clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
        }
        .pc-style-27 .pc-icon .pc-icon-hex i {
            position: absolute;
            color: #101010;
            font-size: 72px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .pc-style-27 .pc-icon:after {
            content: "";
            padding-bottom: 100%;
            display: block;
        }


/*--------------------------------------------------------------
# Pop Card 27 Small
--------------------------------------------------------------*/

.pc-style-27-small .pc-container {
    min-height: 80px;
    flex-wrap: nowrap;
    background: #43a048;
    overflow: hidden;
    display: flex;
}

.pc-style-27-small .pc-row
{
  align-items: center;
  width: 100%;
}
.pc-style-27-small .pc-content
{
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*overflow: hidden;*/
}
.pc-style-27-small form.pc-subscribe-form {
    padding: 7px 10px;
    display: flex;
    align-items: center;
}
.pc-style-27-small .pc-description {
    margin-left: 10px;
}
.pc-style-27-small form.pc-subscribe-form input {
    border: 0;
    padding: 0px 10px;
    margin: 2px 0;
    border-radius: 5px;
    line-height: 1;
    width: 100%;
    height: 32px !important;
}
.pc-small-27-wrapper {
    margin-right: 10px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;

}
.pc-wrapper-full-width.pc-style-27-small form.pc-subscribe-form {
    padding-right: 30px;
}

.pc-small-27-wrapper input#email {margin-bottom: 0;}
.pc-style-27-small form.pc-subscribe-form input::placeholder{
    text-align: center;
}
.pc-style-27-small .pc-row .pc-col-6
{
  height: 100%;
}
.pc-style-27-small .pc-image {
    width: 100px;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    transform: scale(1.4);
    margin: 0 15px;
}
.pc-wrapper-full-width.pc-style-27-small .pc-content .pc-col-4 {
    padding: 0 20px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.pc-style-27-small .pc-image-hex {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    background-color: #cccccc;
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);}

    .pc-style-27-small .pc-image:after {content: "";
    padding-bottom: 100%;
    display: block;}

    .pc-style-27-small .pc-image-hex img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .pc-style-27-small .pc-image img
    {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .pc-style-27-small .pc-content-left {
        padding-right: 15px;
    }
    .pc-style-27-small .pc-title
    {
        color: #ffffff;
        font-size: 15px;
        margin-bottom: 5px;
    }
    .pc-style-27-small .pc-description p
    {
        color: #ffffff;
        font-size: 11px;
    }
    .pc-style-27-small .pc-button a {
        color: #ffffff;
        text-decoration: none;
        background-color: #4CD4B9;
        display: flex;
        padding: 10px 12px;
        line-height: 1;
        border-radius: 5px;
        text-transform: uppercase;
        font-size: 10px;
        white-space: nowrap;
        width: 100%;
        text-align: center;
        height: 70px;
        align-items: center;
    }
    .pc-style-27-small .pc-icon {
        width: 100px;
        position: relative;
        background-color: #ffffff;
        box-shadow: 0 1px 1px rgb(0 0 0 / 10%), 0 12px 22px rgb(0 0 0 / 15%);
        margin-left: auto;
        overflow: hidden;
        margin-top: -15px;
        margin-bottom: -15px;
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    }
    .pc-style-27-small .pc-icon .pc-icon-hex {
        position: absolute;
        top: 4px;
        bottom: 4px;
        left: 4px;
        right: 4px;
        background-color: #cccccc;
        clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    }
    .pc-style-27-small .pc-icon .pc-icon-hex [class^="material"] {
        position: absolute;
        color: #101010;
        font-size: 48px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .pc-style-27-small .pc-icon:after {
        content: "";
        padding-bottom: 100%;
        display: block;
    }

    /* email template end */

/*--------------------------------------------------------------
# Pop Card Text Form
--------------------------------------------------------------*/
.pc-style-text-form .pc-container
{
    min-height: 220px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #434343;
}

.pc-wrapper-full-width.pc-style-text-form .pc-container{
    min-height: auto;
}
.pc-style-text-form .pc-row
{
  align-items: center;
}
.pc-style-text-form .pc-content
{
    padding: 30px;
    text-align: center;
}
.pc-style-text-form .pc-title
{
    color: #ffffff;
}
.pc-style-text-form .pc-description p
{
    color: #ffffff;
}
.pc-style-text-form .pc-form
{
    margin-top: 15px;
}
.pc-style-text-form .pc-form form
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pc-style-text-form .pc-form .pc-input {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 15px;
}
.pc-style-text-form .pc-form .pc-input input {
    height: 40px !important;
    padding: 5px 10px;
    background-color: #ffffff;
    border: none;
    font-size: 14px;
    display: block;
    width: 100%;
}
.pc-item-rounded input, .pc-item-rounded .submitCustomerEmail
{
    border-radius: 4px!important;
}

.pc-item-rounded-0 input, .pc-item-rounded-0 .submitCustomerEmail
{
    border-radius: 0!important;
}

.pc-item-rounded-pill input, .pc-item-rounded-pill .submitCustomerEmail
{
    border-radius: 50rem!important;
}

.pc-style-text-form .pc-button {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.pc-style-text-form .pc-button .submitCustomerEmail
{
    color: #ffffff;
    border: none;
    text-decoration: none;
    background-color: #67D5BA;
    display: block;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    height: 40px;
    width: 100%;
    padding: 0 25px;
    line-height: 40px;
}

/* textonly css */
.noty_message.onlytextcss{
    width: 100% !important;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
}

.pc-subscribe-form input{
    height: auto !important;
    width: 100% !important;
}


.pc-button .email_error {
    background: #fff;
    margin-top: 8px;
    color: red;
    text-align: center;
}


.successnewslettericonsuccess {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 26px;
}

.successnewslettericonsuccess i{
    line-height: 60px;
    font-weight: 800;
}


@media only screen and (min-width: 1600px) {
  .pc-style-4-small.pc-wrapper-full-width .pc-container:before {
    left: 5%;
  }

  .pc-wrapper-full-width.pc-style-14-small .pc-image
  {
    max-width: 180px;
    margin-top: -50px;
    margin-bottom: -30px;
  }

  .pc-wrapper-full-width..pc-style-15-small .pc-row .pc-col-4{
    max-width: 235px;
  }

  .pc-wrapper-full-width.pc-style-15-small .pc-image{
    max-width: 180px;
    margin-top: -40px;
    margin-bottom: -40px;
    }
}

@media only screen and (max-width: 767px) 
{
  .pp-mob-content, .pp-mob-content li.animated
  {
    width: 100% !important;
    left: 0 !important;
  }
  .pc-wrapper
  {
    position: relative;
  }
  .pc-wrapper .mob-img
  {
    display: none;
  }
  .pc-wrapper .mob-content
  {
    flex: 0 0 100%;
      text-align: center;
      max-width: 100%;
  }
  .pc-style-18 .pc-content .pc-image, .pc-style-22 .pc-content .pc-image, .pc-style-25 .pc-content .pc-image, .pc-style-18-small .pc-content .pc-image
  {
    display: none; 
  }
  .pc-style-18 .pc-col-5, .pc-style-18 .pc-col-7, .pc-style-25  .pc-col-7, .pc-style-25  .pc-col-5 
  {
      max-width: 100%;
      flex: 100%;
  }
  .pc-style-18 .pc-col-5, .pc-style-18-small .pc-col-4, .pc-style-12-small .pc-content-left 
  {
      height: auto;
      order: 2;
  }
  .pc-style-25 .pc-subscribe-form, .pc-style-25-small .pc-subscribe-form
  {
    margin: 10px 0 0;
    clip-path: unset;
  }
  .pc-style-16-small .pc-content-left, .pc-style-16-small .pc-content-right, .pc-style-17-small .pc-content-left .pc-style-17-small .pc-content-right,
  .pc-style-19-small .pc-content-left, .pc-style-19-small .pc-content-right, .pc-style-21-small .pc-content-left, .pc-style-21-small .pc-content-right,
  .pc-style-23-small .pc-content-left, .pc-style-23-small .pc-content-right, .pc-style-26-small .pc-content-left, .pc-style-26-small .pc-content-right,
  .pc-style-12 .pc-content-left, .pc-style-2-small .pc-content-left, .pc-style-3-small .pc-content-left, .pc-style-4-small .pc-content-left,
  .pc-style-5-small .pc-content-left, .pc-style-6-small .pc-content-left, .pc-style-7-small .pc-content-left, .pc-style-8-small .pc-content-left,
  .pc-style-9-small .pc-content-left, .pc-style-10-small .pc-content-left, .pc-style-11-small .pc-content-left, .pc-style-14-small .pc-content-left,
  .pc-style-15-small .pc-content-left, .pc-style-1-small .pc-content-left, .pc-style-17-small .pc-content-left, .pc-style-17-small .pc-content-right
  {
    width: 100%;
  }
  .pc-style-16-small .pc-content, .pc-style-17-small .pc-content, .pc-style-19-small .pc-content, .pc-style-21-small .pc-content,
  .pc-style-23-small .pc-content, .pc-style-26-small .pc-content, .pc-style-12 .pc-content, .pc-style-1-small .pc-content,
  .pc-style-2-small .pc-content, .pc-style-3-small .pc-content, .pc-style-4-small .pc-content, .pc-style-5-small .pc-content,
  .pc-style-6-small .pc-content, .pc-style-7-small .pc-content, .pc-style-8-small .pc-content, .pc-style-9-small .pc-content,
  .pc-style-10-small .pc-content, .pc-style-11-small .pc-content, .pc-style-12-small .pc-content, .pc-style-13-small .pc-content,
  .pc-style-14-small .pc-content, .pc-style-15-small .pc-content
  {
    flex-wrap: wrap;
  }
  .pc-style-18-small .pc-description
  {
    width: 100%;
  }
  .pc-style-22-small .pc-col-8, .pc-style-18-small, .pc-style-20-small .pc-col-6, .pc-style-24-small .pc-col-4, .pc-style-22-small .pc-col-4, .pc-style-24-small .pc-col-8, .pc-style-27-small .pc-button a
  {
    height: auto !important;
  }
  .pc-style-22-small .pc-content, .pc-style-24-small .pc-content
  {
    padding: 10px 0;
  }
  .pc-style-24-small .pc-col-8, .pc-style-1-small .pc-content, .pc-style-2-small .pc-content, .pc-style-3-small .pc-content,
  .pc-style-4-small .pc-content, .pc-style-6-small .pc-content, .pc-style-7-small .pc-content, .pc-style-8-small .pc-content,
  .pc-style-9-small .pc-content, .pc-style-10-small .pc-content, .pc-style-11-small .pc-content, .pc-style-12-small .pc-content,
  .pc-style-13-small .pc-content, .pc-style-14-small .pc-content, .pc-style-15-small .pc-content, .pc-style-5-small .pc-content
  {
    justify-content: center;
    text-align: center;
  }
  .pc-style-25-small .pc-content, .pc-style-27-small .pc-content, .pc-style-5-small .pc-content
  {
    padding: 20px 0 0;
  }
  .pc-style-25-small .pc-container
  {
    padding: 0 10px 10px;
  }
  .pc-style-12 .pc-button, .pc-style-1-small .pc-button, .pc-style-2-small .pc-button, .pc-style-3-small .pc-button, .pc-style-4-small .pc-button,
  .pc-style-5-small .pc-button, .pc-style-6-small .pc-button, .pc-style-7-small .pc-button, .pc-style-8-small .pc-button, .pc-style-9-small .pc-button,
  .pc-style-10-small .pc-button, .pc-style-11-small .pc-button, .pc-style-12-small .pc-button, .pc-style-13-small .pc-button,
  .pc-style-14-small .pc-button, .pc-style-15-small .pc-button
  {
    margin: 20px 0 0;
  }
  .pc-style-5-small .pc-container, .pc-style-13-small .pc-container
  {
    background-position: center center;
  }
  .pc-style-14-small .pc-container:before
  {
    height: 250px;
      width: 210px;
  }
  .pc-style-25-small .pc-description {
    text-align: center;
  } 
  .pc-style-25-small .pc-description .pc-title {
    text-align: center;
  } 
  .pc-style-5-small .pc-button {
    margin: 20px 0;
  } 
  .pc-style-12 .pc-content-right {
    margin: 0 auto;
  } 
}

.skip-to-main-link {
    display: none;
}
