<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*#region Header */
.Header {
  background-color: #ffffff;
  padding-bottom: 200px;
}
.Header .Title {
  font-size: 60px;
  padding: 40px 0 20px 0;
}
.Header .SubTitle {
  color: #5a6e86;
  font-size: 18px;
  padding: 0 150px 0 150px;
  line-height: 1.4;
}

@media (min-width: 768px) and (max-width: 991px) {
  .Header .Title {
    font-size: 50px;
  }
  .Header .SubTitle {
    font-size: 16px;
    padding: 0 70px 0 70px;
  }
}
@media (max-width: 767px) {
  .Header .Title {
    font-size: 36px;
    padding: 30px 0 20px 0;
  }
  .Header .SubTitle {
    font-size: 14px;
    line-height: 1.4;
    padding: 0;
  }
}

/*#endregion */
/*#region PriceTableBox */
.PriceTableBox {
  margin-top: -150px;
  padding-bottom: 70px;
  padding-left: 75px;
}
.PriceTableBox .LabelTable .Cell,
.PriceTableBox .PriceTable .Cell,
.PriceTableBox .LabelTable .IconCell,
.PriceTableBox .PriceTable .IconCell {
  color: #5a6e86;
  min-height: 34px;
  padding: 7px 0;
}
.PriceTableBox .LabelTable .PackageMinutes,
.PriceTableBox .PriceTable .PackageMinutes {
  min-height: 34px;
}
.PriceTableBox .LabelTable .Head {
  height: 75px;
}
.PriceTableBox .LabelTable .Cell {
  text-align: right;
}
.PriceTableBox .LabelTable .IconCell {
  position: relative;
  text-align: right;
  cursor: pointer;
  white-space: nowrap;
  color: #657689;
}
.PriceTableBox .LabelTable .IconCell:hover {
  color: #000000;
}
.PriceTableBox .LabelTable .ToolTipBox {
  display: none;
  position: absolute;
  bottom: 38px;
  right: -410px;
  z-index: 9999;
  width: 500px;
  background-color: #657689;
  color: #f0f5fa;
  text-align: left;
  white-space: normal;
  padding: 20px;
  border-radius: 5px;
}
.PriceTableBox .LabelTable .ToolTipBox .Icon {
  display: block;
  height: 40px;
  width: 40px;
  margin-right: 15px;
  float: left;
  background: url('/Assets/Img/Pricing/IconsSprite.png') no-repeat top left;
}
.PriceTableBox .LabelTable .ToolTipBox .Icon.CallForwarding {
  background-position: 0px 0px;
}
.PriceTableBox .LabelTable .ToolTipBox .Icon.ForwardingSchedules {
  background-position: -180px 0px;
}
.PriceTableBox .LabelTable .ToolTipBox .Icon.AnalyticsIntegration {
  background-position: -45px 0px;
}
.PriceTableBox .LabelTable .ToolTipBox .Icon.WhisperNotifications {
  background-position: -90px 0px;
}
.PriceTableBox .LabelTable .ToolTipBox .Icon.CallerMenu {
  background-position: -135px 0px;
}
.PriceTableBox .LabelTable .ToolTipBox .Icon.CallScreening {
  background-position: 0px -45px;
}
.PriceTableBox .LabelTable .ToolTipBox .Icon.FindMe {
  background-position: -45px -45px;
}
.PriceTableBox .LabelTable .ToolTipBox .Icon.Voicemail {
  background-position: -90px -45px;
}
.PriceTableBox .LabelTable .ToolTipBox .Icon.eFaxing {
  background-position: -135px -45px;
}
.PriceTableBox .LabelTable .ToolTipBox .Title {
  font-size: 18px;
  font-weight: 600;
  padding: 11px 0 25px;
}
.PriceTableBox .LabelTable .ToolTipBox p {
  display: block;
  float: none;
  line-height: 1.3;
}
.PriceTableBox .LabelTable .ToolTipBox .caret {
  position: absolute;
  bottom: -8px;
  left: 60px;
  border-top: 8px solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top-color: #657689;
}
.PriceTableBox .PriceTable {
  border: 2px solid #328ff1;
  margin-right: 20px;
  border-radius: 5px;
}
.PriceTableBox .PriceTable.First {
  overflow: hidden;
}
.PriceTableBox .PriceTable.Last {
  overflow: hidden;
}
.PriceTableBox .PriceTable .Head {
  background-color: #328ff1;
  height: 40px;
  text-align: center;
}
.PriceTableBox .PriceTable .Head.Title a{
  font-size: 17px;
  color: #ffffff;
  display:inline-block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
.PriceTableBox .PriceTable .Head.Title a:hover,
.PriceTableBox .PriceTable .Head.Title a:focus {
  border: transparent;
  background: #1a82ef;
  color: #fff;
  outline: none;
}
.PriceTableBox .PriceTable .Head.SubTitle {
  font-size: 17px;
  font-weight: bold;
  padding-top: 7px;
  background-color: #ECEEEF;
  height: 30px;
}
.PriceTableBox .PriceTable .Head.SubTitle span {
  font-size: 15px;
}
.PriceTableBox .PriceTable .Cell {
  background-color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #e9effb;
  font-size: 13px;
  padding-top: 10px;
}
.PriceTableBox .PriceTable .IconCell {
  background-color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #e9effb;
}
.PriceTableBox .PriceTable .IconCell.eFaxing
{
      border-radius: 0 0 5px 5px;
}
.ButtonCell.ChooseNumber{
  text-align: center;
  padding: 20px 20px 0 0;
  border-radius: 0 0 5px 5px;
}
.ButtonCell.ChooseNumber a{
    width: 90%;
}
.PriceTableBox .PriceTable .ResponsiveText {
  display: none;
}
.PriceTableBox .PriceTable .yes,
.PriceTableBox .PriceTable .no {
  display: inline-block;
  width: 21px;
  height: 16px;
}
.PriceTableBox .PriceTable .yes {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAQCAYAAAD52jQlAAAA5klEQVQ4y2Mov5jKQCXMAmNTy8AIIP4BxDOAmJkaBsYB8R8g/g/Fcyg1MB2I/yEZCMInKTEwF4uBl4FYnFwDy9EMA+FzQCyCHFH6QFwCxBxEGFiHxcATQCyAHPs2QPwRKrkLiLnwGNiOxcBDQMyHrA5EvEJTdACIedAMYwTifiwG7sHmCBDRgEXxESDmRzJwGhY1W3EFF4xRhUXTKWjAz8citx6I2XAFEzKnGEsS+YDFwOXIWZKQoSCcicVgZLwAlA0JpRBsgklo2Q6GZ0DDl4EcQ0E4Cs3gfmINJFRKBUHDtJnUHAcAD7OUEW2rx3oAAAAASUVORK5CYII=);
}

@media (max-width: 1200px)
{
    .PriceTableBox .PriceTable .Head.Title
    {
        font-size: 16px;
    }
    .container
    {
        width: auto;
    }
}
@media (min-width: 768px) and (max-width: 1042px) {
  .PriceTableBox .PriceTable .Head.Title a {
    font-size: 14px;
    line-height: 1.3;
    padding-left: 10px;
    padding-right: 10px;
  }
  .PriceTableBox .PriceTable .Cell {
    font-size: 13px;
  }
  .PriceTableBox .PriceTable .Cell.PackageMinutes
  {
      height: 44px;
  }
  .ButtonCell.ChooseNumber a {
    padding: 12px 0px;
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 969px)
{
    .PriceTableBox .PriceTable.Last .Head.Title a {
        font-size: 13px !important;
    }
    .PriceTableBox .PriceTable .Head.Title a{
        font-size: 13px !important;
        padding-top: 12px;
    }

}
@media (max-width: 920px)
{
  .PriceTableBox .PriceTable.Last .Head.Title a {
    padding-top: 5px;
  }

}
@media (max-width: 853px)
{
  .PriceTableBox .PriceTable.TollFree .Head.Title a {
    padding-top: 5px;
  }

}
@media (max-width: 767px) {
  .PriceTableBox .LabelTable .PackageMinutes,
  .PriceTableBox .PriceTable .PackageMinutes {
    min-height: 30px;
  }
  .PriceTableBox .LabelTable {
    display: none;
  }
  .PriceTableBox .PriceTable {
    margin: 0 20px 0 20px;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    border-top: none;
  }
  .PriceTableBox .PriceTable.First {
    border-radius: 5px 5px 0 0
  }
  .PriceTableBox .PriceTable.Last {
    border-radius: 5px 5px 0 0
  }
  .PriceTableBox .PriceTable .Head.Title a {
    font-size: 22px;
    font-weight: 600;
    padding-top: 10px !important;
  }
  .PriceTableBox .PriceTable .Head.SubTitle {
    border-bottom: 1px solid #d9e0e9;
    height: 34px;
  }
  .PriceTableBox .PriceTable .Cell {
    border-bottom: 1px solid #e9effb;
    font-size: 16px;
  }
  .PriceTableBox .PriceTable .IconCell i {
    margin-right: 5px;
  }
  .PriceTableBox .PriceTable .ResponsiveText {
    color: #5a6e86;
    display: inline;
    margin-left: 5px;
  }
  .ButtonCell.ChooseNumber {
    padding: 0 0 60px 0;
    margin: 0 20px 0 20px;
  }
  .ButtonCell.ChooseNumber a
  {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}

/*#endregion */
/*#region FeaturesBox */
.FeaturesBox {
  padding: 40px 0 50px 0;
  background-color: #FAFAFA;

}
.FeaturesBox .AddOnFeatures .TopTitle {
  font-size: 18px;
  padding-bottom: 30px;
}
.FeaturesBox .AddOnFeatures .Feature,
.FeaturesBox .AddOnFeatures .Feature .Feature-contents {
  position: relative;
}
.FeaturesBox .AddOnFeatures .Feature .Icon {
  margin-right: 15px;
  float: left;
  display:inline-block;
}
.FeaturesBox .AddOnFeatures .Feature .Feature-contents {
  display:inline;
}
.FeaturesBox .AddOnFeatures .Feature .CallRecording.Title{
  padding-top: 10px;
}
.FeaturesBox .AddOnFeatures .Feature .ClickToCall.Title{
  padding-top: 0px;
}
.FeaturesBox .AddOnFeatures .Feature .DynamicNumber.Title {
  padding-top: 4px;
}
.FeaturesBox .AddOnFeatures .Feature .LiveAnsweringService.Title {
  padding-top: 10px;
}
.FeaturesBox .AddOnFeatures .Feature .Title {
  color: #506375;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  display: inline-block;
}
.FeaturesBox .AddOnFeatures .Feature .Title:hover {
  color: #000000;
}
.FeaturesBox .AddOnFeatures .Feature .Title .Price {
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
  width: 229px;
}
.FeaturesBox .AddOnFeatures .Feature .ToolTipBox {
  display: none;
  position: absolute;
  bottom: 75px;
  left: 40px;
  z-index: 9999;
  width: 500px;
  background-color: #657689;
  color: #f0f5fa;
  text-align: left;
  white-space: normal;
  padding: 20px;
  border-radius: 5px;
}
.FeaturesBox .AddOnFeatures .Feature .ToolTipBox.ClickToCall,
.FeaturesBox .AddOnFeatures .Feature .ToolTipBox.DynamicNumber,
.FeaturesBox .AddOnFeatures .Feature .ToolTipBox.SmsMessaging
{
    bottom: 90px;
}   
.FeaturesBox .AddOnFeatures .Feature .ToolTipBox.CallRecording,
.FeaturesBox .AddOnFeatures .Feature .ToolTipBox.LiveAnsweringService
{
    bottom: 80px;
}  
.FeaturesBox .AddOnFeatures .Feature .ToolTipBox .ToolTipIcon {
  display: block;
  height: 40px;
  width: 40px;
  margin-right: 15px;
  float: left;
  background: url('/Assets/Img/Pricing/IconsSprite.png') no-repeat top left;
}
.FeaturesBox .AddOnFeatures .Feature .ToolTipBox .ToolTipIcon.CallRecording {
  background-position: 0px -129px;
}
.FeaturesBox .AddOnFeatures .Feature .ToolTipBox .ToolTipIcon.ClickToCall {
  background-position: -45px -129px;
}
.FeaturesBox .AddOnFeatures .Feature .ToolTipBox .ToolTipIcon.CallerInsight {
  background-position: -90px -129px;
}
.FeaturesBox .AddOnFeatures .Feature .ToolTipBox .ToolTipIcon.DynamicNumber {
  background-position: -135px -129px;
}
.FeaturesBox .AddOnFeatures .Feature .ToolTipBox .ToolTipIcon.LiveAnsweringService {
  background: url('/Assets/Img/LiveOperator.png') no-repeat top left;
}
  
.FeaturesBox .AddOnFeatures .Feature .ToolTipBox .ToolTipTitle {
  font-size: 18px;
  font-weight: 600;
  padding: 11px 0 25px;
}
.FeaturesBox .AddOnFeatures .Feature .ToolTipBox p {
  display: block;
  float: none;
  line-height: 1.3;
}
.FeaturesBox .AddOnFeatures .Feature .ToolTipBox .caret {
  position: absolute;
  bottom: -8px;
  left: 60px;
  border-top: 8px solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top-color: #657689;
}
.FeaturesBox .AddOnFeatures .FeaturesText {
  padding-top: 70px;
}
.FeaturesBox .AddOnFeatures .FeaturesText .Title {
  font-size: 18px;
  padding-bottom: 20px;
  font-weight: 600;
}
.FeaturesBox .AddOnFeatures .FeaturesText p {
  color: #5a6e86;
  line-height: 1.4;
}
.FeaturesBox .AddOnFeatures .FeaturesText a {
  display: block;
  margin-top: 30px;
  margin-bottom: 50px;
}
.FeaturesBox .AdditionalNumbers .TopTitle {
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: 600;
}
.FeaturesBox .AdditionalNumbers ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.FeaturesBox .AdditionalNumbers ul li {
  display: block;
  background-color: #ffffff;
  color: #5a6e86;
  padding: 12px 12px 0 12px;
  min-height: 40px;
  border-radius: 5px;
  margin-bottom: 7px;
  border: 2px solid #DEE5EC;
}
.FeaturesBox .AdditionalNumbers ul li .No {
  float: left;
}
.FeaturesBox .AdditionalNumbers ul li .Price {
  float: right;
}
.feature-price
{
    color: #328FF1;
    font-weight: 700;
    line-height: 2;
}

@media (min-width: 768px) and (max-width: 1052px)
{
    .FeaturesBox .AddOnFeatures .Feature .Title.DynamicNumber
    {
        width: 125px;
        padding-top:0px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Feature-contents.DynamicNumber .feature-price
    {
        padding-left: 92px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Price.DynamicNumber
    {
        width: 260px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Title.LiveAnsweringService
    {
        padding-top: 0px;
        width: 125px;
    }
    .FeaturesBox .AddOnFeatures .Feature .ToolTipBox.LiveAnsweringService,
    .FeaturesBox .AddOnFeatures .Feature .ToolTipBox.ClickToCall
    {
        bottom: 105px;
    }
    .FeaturesBox .AddOnFeatures .Feature .ToolTipBox.DynamicNumber
    {
        bottom: 120px;
    }
    .FeaturesBox .AddOnFeatures .Feature .ToolTipBox
    {
        left: 40px;
    }
}
@media (min-width: 469px) and (max-width: 991px) {
  .FeaturesBox .AddOnFeatures .Feature .ToolTipBox
  {
      width: 400px;
  }
  .col-sm-4.mr90.ml15p {
      margin-left: 10% !important;
      padding-left: 5px !important;
   }

}

@media (min-width: 369px) and (max-width: 468px) {
    .FeaturesBox .AddOnFeatures .Feature .ToolTipBox
    {
        width: 300px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Title.DynamicNumber
    {
        width: 125px;
        padding-top: 0px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Price.DynamicNumber
    {
        width: 260px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Title.ClickToCall
    {
        padding-top: 6px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Title
    {
        font-size:15px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Price
    {
        font-size:12px;
    }
    .FeaturesBox .AddOnFeatures .Feature .ToolTipBox.DynamicNumber
    {
        bottom: 115px;
    }
}
@media (min-width: 311px) and (max-width: 368px) {
    .FeaturesBox .AddOnFeatures .Feature .ToolTipBox
    {
        width: 200px;
    }
    .FeaturesBox .AddOnFeatures .Feature .ToolTipBox.DynamicNumber
    {
        bottom: 125px;
    }
    .FeaturesBox .AddOnFeatures .Feature .ToolTipBox.LiveAnsweringService
    {
        bottom: 100px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Title.DynamicNumber
    {
        width: 110px;
        padding-top: 0px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Price.DynamicNumber
    {
        width: 260px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Feature-contents.DynamicNumber .feature-price
    {
        padding-left: 92px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Title
    {
        font-size:15px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Price
    {
        font-size:12px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Title.LiveAnsweringService
    {
        width: 100px;
    }
}

@media (max-width: 310px) {
    .FeaturesBox .AddOnFeatures .Feature .ToolTipBox
    {
        width: 170px;
    }
    .FeaturesBox .AddOnFeatures .Feature .ToolTipBox.DynamicNumber
    {
        width: 170px;
        bottom: 138px;
    }
    .FeaturesBox .AddOnFeatures .Feature .ToolTipBox.ClickToCall
    {
        bottom: 100px;
    }
    .FeaturesBox .AddOnFeatures .Feature .ToolTipBox.LiveAnsweringService
    {
        width: 170px;
        bottom: 113px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Title.ClickToCall
    {
        padding-top: 0px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Title.DynamicNumber
    {
        width: 90px;
        padding-top: 0px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Price.DynamicNumber,
    .FeaturesBox .AddOnFeatures .Feature .Feature-contents.DynamicNumber .feature-price
    {
        width: 200px;
        padding-left: 95px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Title.LiveAnsweringService
    {
        width: 100px;
        padding-top: 0px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Price.LiveAnsweringService
    {
        width: 200px;
    }

    .FeaturesBox .AddOnFeatures .Feature .Title
    {
        font-size:15px;
    }
    .FeaturesBox .AddOnFeatures .Feature .Price
    {
        font-size:12px;
    }
}
@media (max-width: 528px)
{
    .col-sm-4.mr90.ml15p {
        margin: 0px !important;
        padding-left: 20px !important;
    }
}
    
/*#endregion */
/*#region Testimonials */
/*
.Testimonials {
  background-color: #5a6e86;
}
.Testimonials .CustomerTestimonial .CustomerImage {
  float: left;
  height: 90px;
  width: 90px;
  margin-left: 10px;
  margin-right: 30px;
  margin-bottom: 15px;
}
.Testimonials .CustomerTestimonial .TextBox:before {
  display: inline-block;
  content: "";
  width: 19px;
  height: 17px;
  margin-bottom: 10px;
  margin-top: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAYAAAA/mJfHAAAAuUlEQVQ4y5WUUQ3DMAxEQ6FYSiEURqEUSqEUSqEo9lspAPpTCqPgJVI9pZbP133cT+7pEjtOkogkq/d+ZG+dsZ65VEnVWjWQoBuLTFV5EPRje3My5qdqBEEuq+ZwLTwJgqwCq9npFZQHWd2pN7cgKGS9+nMQFrIN2DrzJKMQsg04TTObitc3xiZzbIkugrEMKH+ElXQdE0ImLGS9ZyGoyYz1JrrXTKb/xio0mptqWsB4QNYDM/t6EPsFTIDq1fbAOUgAAAAASUVORK5CYII=);
}
.Testimonials .CustomerTestimonial .TextBox .CustomerText {
  color: #f0f5fa;
  font-size: 20px;
  font-style: italic;
}
.Testimonials .CustomerTestimonial .TextBox .CustomerName {
  display: inline-block;
  padding-top: 10px;
  font-size: 16px;
  color: #8294ab;
}
.Testimonials .CustomerTestimonial .TextBox .CustomerRole {
  display: inline-block;
  font-size: 14px;
  color: #8294ab;
}
*/
.trusted-customers {
    background-image: url('/Assets/Img/Home/trusted-customers-small.jpg');
    background-repeat: repeat-x;
    background-position: center;
    vertical-align: middle;
    overflow: hidden;
    height: 150px;
}
.trusted-customers .row {
  padding-top: 55px;
}
.trusted-customers .row h1 {
  font-size: 36px;
  display: inline;
}
.trusted-customers .row a{
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 65px;
  font-size: 17px !important;
}
@media (min-width: 661px) and (max-width: 767px) {
  .trusted-customers .row a{
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 65px;
    font-size: 14px !important;
  }
  .trusted-customers .row h1 {
    font-size: 28px;
  }
}
@media (min-width: 461px) and (max-width: 660px) {
  .trusted-customers .row {
    padding-top: 6px;
    margin-bottom: 15px;
  }
  .trusted-customers .row a{
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 14px !important;
  }
  .trusted-customers .row h1 {
    font-size: 28px;
    display: block;
    margin-bottom: 20px;
  }
}
@media (min-width: 346px) and (max-width: 460px) {
  .trusted-customers .row {
    padding-top: 6px;
    margin-bottom: 15px;
  }
  .trusted-customers .row a{
    padding-bottom: 17px !important;
    padding-top: 17px !important;
    margin-left: 0px;
    font-size: 13px !important;
  }
  .trusted-customers .row h1 {
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 460px) {
  .trusted-customers .row {
    padding-top: 0px;
    margin-bottom: 15px;
  }
  .trusted-customers .row a{
    padding-bottom: 17px !important;
    padding-top: 17px !important;
    margin-left: 0px;
    font-size: 13px !important;
  }
  .trusted-customers .row h1 {
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
  }
}
/*
@media (max-width: 991px) {
  .Testimonials .CustomerTestimonial .TextBox .CustomerText {
    font-size: 17px;
  }
  .Testimonials .CustomerTestimonial .TextBox .CustomerName {
    font-size: 14px;
  }
  .Testimonials .CustomerTestimonial .TextBox .CustomerRole {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .Testimonials .CustomerTestimonial .TextBox .CustomerText {
    font-size: 14px;
  }
  .Testimonials .CustomerTestimonial .TextBox .CustomerName {
    font-size: 12px;
  }
  .Testimonials .CustomerTestimonial .TextBox .CustomerRole {
    font-size: 10px;
  }
}*/
/*#endregion */
</pre></body></html>